/* ==========================================================================
   Schweizerpunkt.ch copyright 2014
   ========================================================================== */
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol-webfont.woff') format('woff'),
         url('../fonts/lato-bol-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lig-webfont.woff') format('woff'),
         url('../fonts/lato-lig-webfont.ttf') format('truetype'),
         url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neoubold';
    src: url('../fonts/neou-bold.eot');
    src: url('../fonts/neou-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neou-bold.woff') format('woff'),
         url('../fonts/neou-bold.ttf') format('truetype'),
         url('../fonts/neou-bold.svg#neoubold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neoubold';
    src: url('../fonts/neou-bold.eot');
    src: url('../fonts/neou-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neou-bold.woff') format('woff'),
         url('../fonts/neou-bold.ttf') format('truetype'),
         url('../fonts/neou-bold.svg#neoubold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neouthin';
    src: url('../fonts/neou-thin.eot');
    src: url('../fonts/neou-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neou-thin.woff') format('woff'),
         url('../fonts/neou-thin.ttf') format('truetype'),
         url('../fonts/neou-thin.svg#neouthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    -moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
    box-sizing:        border-box;   /* Everything else */
    *behavior: url('../js/vendor/boxsizing.htc') !important;
}

html{
	overflow-x:hidden !important;
}

.img-centered{display:block;margin:auto;}

.nopad{
	padding: 0;
}

.centered{
	margin: 0 auto;
}
.martop{
	margin-top: 25px;
}

.wrapper{
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden;
}
.header{
	position: fixed;
	background: url(../img/menu-bg.png);
	z-index: 3;
	width: 100%;
	min-height: 80px;
	top: 0;
	background: #d0a04a;
}

.logo-img img{
	float: left;
}
.logo-text{
	background-color: #ff4539;
	height: 81px;
}
.logo-text h1{
	font-family: 'latobold' , sans-serif;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
}

.menu{
	background-color: transparent;
	border-radius:0; 
	border: 0;
	height: 61px;
	width: 100%;
}
.menu ul{
	margin-top: 15px;
	margin-top: 27px;
}
.menu li{
	color: #fff;
	font-family: 'latolight';
	text-transform: uppercase;
	text-align: center;
	
}
.active-menu{
	background-color: transparent;
	border-bottom: 1px solid  #fff;
}
.menu li a{
	color: #fff !important;
	text-decoration: none;
}

.nav .navbar-nav .active{
	background: transparent !important;
}



.flexslider{
	margin: 0;
	padding: 0;

}
.flexslider img{
	width: 100%;
	height: auto;
	margin-top: -21px;
	margin-left: -4px;
}


.slides video{
	width: 100%;
	height: 100%;
}
.video-image{
	margin-bottom: 100px;
}

.gallery{
	position: relative;
	float: none;
	margin: 0 auto;

}
.gallery h1{
	font-family: 'neoubold';
	font-size: 30px;
	color: #d0a04a;
	text-align: center;
}
.gallery ul{
	padding: 0;
	text-align: center;

}
.gallery li{
	display: inline-table;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-right: 24px;
	margin-top: 24px;
}
.gallery li .info{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*max-width:450px;*/
	padding-left: 36px;
	padding-right: 26px;
	/*background: url('../img/img-hover.png') repeat;*/
	cursor: pointer;
	text-decoration: none;
	color: white;
	
}
.info .title{
	font-family: 'neoubold';
	font-size: 27px;
	text-align: center;
	color: #d1d1d1;
	width: 100%;
	display: block;
	margin-top: 108px;
	text-transform: uppercase;

}

.info .description{
	text-align: center;
	font-family: 'latoregular';
	font-size: 16px;
	color: #D84747;
	padding: 10px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	line-height: normal;
	display: block;
	
}

.gallery ul li.odd{
	margin-right: 0;
}
.gallery li img{
	 transition: all 0.2s ease-in;
}


.services-full-color{
	background-color: #d0a04a;
	margin-bottom: 100px;
}
.box ul{
	text-decoration: none;
}
.box ul li {
	list-style: none;
	display: inline-table;
	width: 100%;
	padding-bottom: 15px;
}
.box ul li:hover {
	background-color: rgb(229, 187, 113);
	cursor: pointer;
}

.box-services {
	
	background: rgba(255,255,255,0.4);
}
.box-services ul{
	text-decoration: none;
}
.box-services li{
	text-decoration: none;
}

.box-services p{
	text-transform: none;
	font-family: 'neoubold';
	color: #fff;
	padding-left: 34px;
	width: 90%;
}
.box-services h1{
	color: #fff;
	font-family: 'neoubold';
	font-size: 20px;
	padding-bottom: 15px;
	margin-top:40px;
}


.icon-services{
	margin-top: 90px;
	
}
.services-title h1{
	margin-top: 115px;
	margin-bottom: 29px;
	font-family: 'neoubold';
	font-size: 30px;
	color: #d0a04a;
	text-align: center;
	padding-top: 30px;

}

.blog{	
	margin-bottom: 45px;
}
.blog h2{
	font-family: 'neoubold';
	font-size: 30px;
	color: #d0a04a;
	text-align: center;
	margin-bottom: 25px;

}

.blog ul{
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.blog li{
	text-align: center;
	text-align: justify;
	float: left;
    margin-bottom: 30px;
}

.blog h1{
	color: #d0a04a;
	font-size: 18px;
	font-family: 'neoubold';
	text-align: left;
	clear: both;
	margin-top: 5px;
	padding:0; 
}

.blog-description{
	font-family: 'latoregular';
	
}
.more{
	font-family: 'neoubold';
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #d0a04a;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 35px;
}
.more a{
	font-family: 'neoubold';
	text-transform: uppercase;
	color: #fff;
	border: 0;
	text-decoration: none;
	padding: 5px;
}
.more:hover{
	border: 0;
	background-color: #d0a04a;
    border-bottom: 5px solid #c4b69c;
	padding-bottom: 0;
	float: right;
	margin-bottom: 15px;
}

.flex-caption h1{
	font: italic bold 68px/52px "Times New Roman", serif;
	text-align: center;
	/*color: #ff4539;*/
	color: #d0a04a;
	text-shadow: 0px 0px 2px #494444;
	letter-spacing: 12px;

}
.flex-caption p{
	font-family: 'latolight';
	font-size: 30px;
	text-align: center;
	color: #d0a04a;
	margin-left: 25%;
	margin-right: 25%;
/*	border-top: double #fff ; */
/*	border-bottom:double #fff; */
	text-shadow: 0px 0px 2px #494444;

}

.flex-cation p:before{
	content: '';
	display: block;
	border-top: solid 1px rgba(255,255,255,0.5);
	margin: 4px 0 0.8em 0;
}

.footer-full{
	padding-top: 25px;
	background-color: #323232;
}
.footer-full p{
	text-align: left;
	font-family: 'latolight';
	font-size: 20px;
	color: #fff;
}
.about-image{
	padding-bottom: 14px;
}
.about-company{
	background-color: #d0a04a; 
	width: 100%;
}
.about-company p{
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
	font-family: 'latolight';
}

.tablet-mobile{
	margin-left: -38px;
}

.social-icons{
	float: right;
	margin-top: 40px;


}

.social-icons h1{
	font-size: 16px;
	font-family: 'neoubold';
	color: #fff;
}

.facebook-hover:hover{
	content: url(../img/social-fb-hover.png) no-repeat;
}

.twitter-hover:hover{
	content: url(../img/social-tw-hover.png) no-repeat;
}

.googleplus-hover:hover{
	content: url(../img/social-go-hover.png) no-repeat;
}

.about-berisha{
	font-family: 'latolight';
	font-size: 16px;
	text-align: left;
	color: #444445;
	margin:23px 20px 0px 0px;
	margin-left: 19px;

}
.red-line{
	border-top: 1px solid #d0a04a;
	margin-top: -4px;
}
h3{
	font-family: 'neoubold';
	font-size: 18px;
	color: #d0a04a;
	text-align: center;
}

.video-file{
	display: none;
}
video{
	display: block;

}

.back-products{
	margin-bottom: 15px;
	

}

 .back-products img.back{
	width: 100%;
	margin-bottom: 21px;
}

.product-details{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.title-product{
	font-size: 40px;
	color: #fff;
	font-family: 'latolight';
	float: left;
	padding-left: 52px;
	padding-bottom: 28px;
}

.next-text{
	font-size: 16px;
	font-family: 'latolight';
	color: #fff;
	width: 197px;
	display: block;
	float: right;
	bottom: 0;
}
.arrow img{
	bottom: 25px;
	width: 80px;
	height: 43px;
}

img.arrow:hover{
	background: #ff4539;
	border-radius: 10%;
	opacity: 0.7;
}

h4{
	font-size: 40px;
	font-family: 'latolight';
	color: #fff;
	margin-left: 110px;
}

h5{
	text-align: center;
	font-size: 40px;
	font-family: 'latolight';
	color: #fff;
	margin-bottom: 140px;

}

.tools{
	width: 100%;
	margin-bottom: 60px;
}
.tools ul{
	margin: 0 auto;
	width: 90%;

}

.tools ul li{
	display: inline-block;
	margin-left: 19px;
	margin-top: 30px;
}




.contact{ 
	min-height: 500px;
	margin-top: 140px;
	float: left;
	width: 100%;

}
.contact-form hr, .contact-info hr{
	float: left;
	padding-top: 15px;

}
.contact-form h1, .contact-info h1{
	font-family: 'latoregular';
	font-size: 20px;
}

.contact-form{
	margin-top: 70px;
}
#contact-form ul{
	padding:0; 
	width: 78%
}

#contact-form ul li{

	list-style: none;
	display: inline;
	letter-spacing: 19px;

}

#contact-form input{
	font-family: 'latolight';
	margin-bottom: 15px;
	padding-left: 10px;
	border: 0;
	height: 32px;
	width: 208px;
	background-color: #ffe3b1;

}

input:focus{
	outline: 0;
}

#contact-form textarea#message{
	resize:none;
	width: 100%;
	height: 100px;
	background-color: #ffe3b1;
	border: 0;

}
textarea:focus{
	outline: 0;
}

#submit{
	margin-left: 144px;
}
input[type="submit"]{
	background-color: #d0a04a !important;
    color: #fff;
	width: 144px !important;
}

input[type="submit"]:hover{
	background-color: gray !important;

}

.contact-info{
	width: 100%;
	min-height: 212px;
	margin-top: 69px;
	margin-left: 60px;

}
 .contact-info p{
 	font-family: 'latoregular';
 	font-size: 16px;


 }

#map{
	width: 100%;
	height: 460px;
	min-height: 200px;
	background: gray;
}
.map{
	padding-left: 50px;
	padding-right: 50px;
	background-color: #524444;
}
.product{
	position: relative;
	
}

.banner{
	width: 100%;
	min-height: 260px;
}

.over-banner{
	position: absolute;
	bottom: 0;
	width: 100%;

}

.back-products a{
	color: #fff;
	font-size: 30px;
	font-family: 'latolight';
	text-decoration: none;
}

.back-arrow {
	margin-bottom: 10px;
}
.filter-list{
	margin: 0 auto;
}

.filters{
	padding: 0;

}

.filters ul {

	list-style: none;
	margin-top: 8px;
	text-align: center;
}
.filters ul li{
	font-family: 'latolight';
	font-size: 14px;
	color: #fff;
	display: inline;
	padding: 8px;
	border: 1px solid #fff;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 40px;
}

.filters ul li a{
	color: #f1f1f1;
	text-decoration: none;
}

.filters ul li:hover{
	background: #d0a04a;
}

.active-filter{
	background: #d0a04a;
}

h6 {
	font-family: 'neoubold';
	font-size: 18px;
	color: #ff675e;
	text-align: left;
	border-bottom: 1px solid;
	padding: 10px;
	/*margin-left: -5px;
	margin-right: 86px;*/
}

.product-gallery{
	min-height: 200px;
}

#grid{
	margin-top: 25px;
	min-height: 900px;
}

ul.grid{
	margin: 0 auto;
	width: 83%;
}

#grid .mix{
	margin-left: 0;
    opacity: 0;
    display: none;
    margin-bottom: 20px;
}

.mix img:hover {
	opacity: 0.8;
	cursor: pointer;

}

.preview{
	margin: 0 auto;
	width: 69%;
}

.preview img{
	margin-top: 25px;
	

}

.preview h1{
	text-align: center;
	color: #000;
	font-size: 24px;
	font-family: 'latoregular';
	border-bottom: 1px solid #ff4539;

}

.preview h2{
	text-align: center;
	color: #000;
	font-size: 24px;
	font-family: 'latolight';

}

p.details{
	font-family: 'latolight';	
	text-align: center;
	font-size: 18px;
	line-height: 30px;

}

.mobile-logo{
	margin-top: 8px;
	margin-left: 11px;
}

.onproduct{
	
}
.onproduct ul{
	width: 100%;
}
.onproduct ul li{
	display: inline-table;
}

.dritare-montume{
	text-decoration: none;
	list-style: none;
}
/* Table */

thead{
	font-size: 12px;
}
tr{
	text-align: center;
}
th{
	text-align: center;
	background: #F3786F;
	color: #fff;
	text-transform: uppercase;
	font-family: 'latolight';
}

.padding-image{
	padding-top: 25px;
}




/* Mobile*/
@media(max-width:767px){

	.navbar-header{
		/*margin-top: 23px;*/
	}

	.social-icons{
		text-align: center;
		margin-bottom: 10px;
		float: none;
	}
	.info .title{
		margin-top: 100px;
	}

	.info .description{
		font-size: 12px;
	}

	.icon-services {
		margin-top: 94px;
}

.gallery li{
	margin-right: 0;
	margin-top: 10px;
}

ul#about{
	padding: 0;
}

.title-product{
	font-size: 16px;
	color: #fff;
	font-family: 'latolight';
	float: left;
	padding-left: 52px;
	padding-bottom: 40px;
}
	


.footer-full p{
	text-align: center;
}

.about-berisha{
	margin-left: 19px;
}


#contact-form textarea#message{
	resize: none;
	width: 200px;
	height: 100px;
	background-color: #ffdad7;
	border: 0;
}

#submit{
	margin: 0;
}

.contact-info{
	margin-left: 0;
}

.icon-services{
	margin-top: 65px;
}

.back-products img.back{
	margin-bottom:5px;
	min-height: 200px;
}

.filters ul {
	padding-left: 0;
}

.filters ul li{
	font-family: 'latolight';
	font-size: 17px;
	color: #fff;
	display: inline;
	padding: 0;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 0;
}

ul.grid{
	width: 100%;
}


.blog h1{
	padding-top: 20px; 
}
.footer-full .pull-right {
    float: none !important;
}
.menu {
    height: 45px;
}
.video-image {
    margin-bottom: 50px;
}
.services-title h1 {
    margin-top: 50px;
}
.services-full-color {
    margin-bottom: 50px;
}

	.lang {
		right: 65px !important;
		top: -22px;
	}	
} /* mbyllja e mob*/




/* Ipad*/
@media(max-width:768px){
	.header {
		min-height: 65px;
	}
	.filters h4 {
		text-align: center;
		margin-left: 0px;
	}
	.blog ul li img {
		    margin-bottom: 25px;	
	}
}
@media(min-width:992px){}
@media(min-width:1200px){}

.lang li {
    padding: 15px;
    list-style: none;
    padding-left: 0;
}
.lang {
	position: absolute;
    right: 0px;	
}
.sp {
	color: #fff;
	font-weight: 900 !important;
	font-family: 'latobold';
}
.sp:hover {
	color:#fff;
	font-weight: 900 !important;
	font-family: 'latobold';
}
.parket .mix img {
	    max-height: 220px;
    width: 100%;
}
@media (max-width: 1200px) {
	#contact-form input {
		width: 169px;
	}	
	ul.grid {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 992px) {
	#contact-form input {
		width: 267px;
	}	
	ul.grid.parket, ul.grid.dritare, ul.grid.dyer, ul.grid.aksesore {
		padding-left: 0;	
	}
}
@media (max-width: 768px) {
	#contact-form input {
		width: 325px;
	}
	#contact-form textarea#message {
		width: 325px;
	}
}
.six img.img-responsive {
    width: 444px;
}
.tools ul {
	text-align: center;	
	padding-left: 0;
}
@media (max-width:600px) {
	
	.blog ul {
		width: 100%;
	}	
}
@media screen and (max-width: 991px){
	.nav > li > a{padding: 10px 7px;}
	.lang li{padding-top: 10px;}
}