@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
body{
	margin: 0;
	padding: 0;
	background:#000;
}

.clear{clear:both;}

img{
	border: 0;
}

#yellow{ background:#ffde00 !important;}

.head-wrap{ width:100%; background:#111; position:fixed; top:0px; left:0px; z-index:9999;}
.head{ max-width:1000px; margin:0 auto;}
.logo{max-width:365px; padding:34px 0 25px 0;}
.logo img{width:100%;}
.menu-box{min-width:100px; float:right;}

#nav{
	list-style: none;
	position: fixed;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav.visible {
	opacity: 1;
	visibility: visible;
}
#nav li {list-style: none; margin: 0 0 5px 0;}
#nav li a{
	
	list-style: none;
	border-radius: 25px;
    
    padding: 0 8px;	
	background-color:rgba(255, 255, 255, 0.4);
}

#nav li a:focus{
background: #fff;
background-color:rgb(255, 222, 0);
}



#header, #intro, #second, #third, #fourth{
	width: 100%;
}

.section-1,
#intro{
	background:url(../images/banner1.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	color: white;
	height: 640px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-2,
#second{
	background:url(../images/banner2.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-3,
#third{
	background:url(../images/banner3.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-4,
#fourth{
	background: url(../images/banner4.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}
@media (max-width: 600px) {
	.section-4,
	#fourth{ 
	height: 450px;}
}

.section-5,
#fifth{
	background: url(../images/banner5.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-6,
#sixsth{
	background: url(../images/banner6.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-7,
#seven{
	background: url(../images/banner7.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-8,
#eight{
	background: url(../images/banner8.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-9,
#nine{
	background: url(../images/banner9.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-10,
#ten{
	background: url(../images/banner10.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.section-11,
#eleven{
	background: url(../images/banner11.jpg) 60% 0 no-repeat fixed;
	background-size:cover;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.story {
	overflow: hidden;
	max-width:1000px;
	margin:0 auto;
	height: 100%;
	position: relative;
	border: 15px solid transparent;
}

.instrument-brand {
	float: none!important;
}
.instrument-brand img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

.instrument {
	margin: 0!important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%!important;
	width: 550px;
	max-width: 60%!important;
}

.description-box {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0!important;
	max-width: 40%!important;
	width: 400px;
}

.description-box p {
	font-size: 14px!important;
	line-height: normal!important;
	text-align: justify!important;
}


.description-box1,
.description-box5,
.description-box3,
.description-box7,
.description-box9,
.description-box11,
.description-box10 {
	right: 0;
}

.description-box2,
.description-box4,
.description-box6,
.description-box8 {
	left: 0;
}

.description-box2 a.readmore,
.description-box4 a.readmore,
.description-box6 a.readmore,
.description-box8 a.readmore {
	float: none!important;
	display: inline-block;
	margin-top: 10px;
}

.instrument1,
.instrument3,
.instrument5,
.instrument7,
.instrument9,
.instrument10,
.instrument11 {
	left: 0;
}

.instrument2,
.instrument4,
.instrument6,
.instrument8 {
	right: 0;
}


@media (max-width: 800px) {
	.instrument {
		-webkit-transform: none!important;
		-ms-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		max-width: 100%!important;
	}

	.description-box {
		-webkit-transform: none!important;
		-ms-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		max-width: 100%!important;
	}
}


.instrument1 {position:absolute; max-width:703px;}
.instrument1  img{max-width:100%;}

.instrument-brand {
float:right;
padding-bottom:20px;
}

.description-box1 {
position:absolute;
max-width:300px;
min-height:234px;
margin-top:200px;
margin-left:560px;

}

.description-box1 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}

a.readmore{
float:right;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}

a.readmore:hover{
background:#ffde00;
}

.instrument2{position:absolute; max-width:698px; margin:50px 0 0 260px;}
.instrument2 img{max-width:100%;}

.description-box2{
position:absolute;
max-width:300px;
min-height:234px;
margin-top:200px;
}

.description-box2 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}

.instrument3{position:absolute; max-width:972px; margin-top:100px;}
.instrument3 img{max-width:100%;}

.description-box3{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:300px;
margin-left:500px;
}

.description-box3 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}


.instrument4{position:absolute; max-width:647px; margin:100px 0 0 300px;}
.instrument4 img{max-width:100%;}

.instrument-brand4{
float:left;
padding-bottom:20px;
}

.description-box4{
position:absolute;
max-width:300px;
min-height:234px;
margin-top:200px;

}

.description-box4 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
}

.readmore4{
float:right;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}


.instrument5{position:absolute; max-width:647px; margin:100px 0 0 0px;}
.instrument5 img{max-width:100%;}

.instrument-brand5{
float:right;
padding-bottom:20px;
}

.description-box5{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:200px;
margin-left:490px;

}

.description-box5 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}

.readmore5{
float:right;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}


.instrument6{position:absolute; max-width:577px; margin:100px 0 0 400px;}
.instrument6 img{width:100%;}

.instrument-brand6{
float:left;
padding-bottom:20px;
}

.description-box6{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:200px;
}

.description-box6 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
}

.readmore6{
float:left;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}


.instrument7{position:absolute; max-width:522px; margin:100px 0 0 0px;}
.instrument7 img{max-width:100%;}

.instrument-brand7{
float:right;
padding-bottom:20px;
}

.description-box7{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:200px;
margin-left:500px;
}

.description-box7 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}

.readmore7{
float:right;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}



.instrument8{position:absolute; max-width:559px; margin:50px 0 0 360px;}
.instrument8 img{max-width:100%;}

.instrument-brand8{
float:left;
padding-bottom:20px;
}

.description-box8{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:200px;
margin-left:0px;
}

.description-box8 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
}

.readmore8{
float:left;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}


.instrument9{position:absolute; max-width:603px; margin:30px 0 0 0px;}
.instrument9 img{max-width:100%;}

.instrument-brand9{
float:right;
padding-bottom:20px;
}

.description-box9{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:200px;
margin-left:550px;
}

.description-box9 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}

.readmore9{
float:right;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}

.instrument11,
.instrument10{position:absolute; max-width:623px; margin:80px 0 0 0;}
.instrument11 img,
.instrument10 img{width:100%;}

.instrument-brand11,
.instrument-brand10{
float:right;
padding-bottom:20px;
}

.description-box11,
.description-box10{
position:absolute;
max-width:400px;
min-height:234px;
margin-top:200px;
margin-left:590px;
}

.description-box11 p,
.description-box10 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0px;
line-height:17px;
text-align:right;
}

.readmore11,
.readmore10{
float:right;
background:#94969a;
color:#11111c;
padding:2px 10px;
margin-top:10px;
font:normal 12px 'Open Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
}

.our-brands-wrap{width:100%; position:relative; background:#fff; z-index: 3;}
.our-brands{max-width:1000px; margin:0 auto; padding:60px 0;}
.our-title{width:100%; background:#f5d500; padding:5px 0; text-align:center;}
.our-title h1{font:bold 35px 'Open Sans', sans-serif; color:#000; padding:0; margin:0px;}


.footer-wrap{width:100%; background:#000; padding:60px 0; position:relative; z-index: 3;}
.footer{max-width:1000px; margin:0 auto;}

.footer-linkbox{width:100%;}
.footer-linkbox ul{width:100%; list-style:none; }
.footer-linkbox ul li a{padding:0 0 10px 0; font:bold 12px 'Open Sans', sans-serif; color:#c1c1c1; display:block; text-transform: uppercase;}


.brands-linkbox{width:100%;}
.brands-linkbox ul{width:100%; list-style:none; }
.brands-linkbox ul li a{padding:0 0 5px 0; font:bold 12px 'Open Sans', sans-serif; color:#c1c1c1; display:block; text-transform: uppercase;}


.products-linkbox{width:100%;}
.products-linkbox ul{width:100%; list-style:none; }
.products-linkbox ul li a{padding:0 0 5px 0; font:bold 12px 'Open Sans', sans-serif; color:#c1c1c1; display:block; text-transform: uppercase;}


.footer-linkbox ul li a:hover, .brands-linkbox ul li a:hover, .products-linkbox ul li a:hover{color:#ffde00;}

.social-box{ width:100%; padding-bottom:10px;}
.social-box span{font:bold 12px 'Open Sans', sans-serif; color:#fff;}

.social-link{float:left; width:35px; height:35px; margin:10px 10px 0 0;}
.social-link img {
	width: 35px;
	display: block;
}

.addr-box{ width:100%; padding:25px 0 10px 0;}
.addr-box span{font:bold 12px 'Open Sans', sans-serif; color:#fff;}
.addr-box address{font:normal 12px 'Open Sans', sans-serif; color:#c1c1c1; padding-top:10px;}

.footer-copyright{width:100%; padding:0; font:normal 12px 'Open Sans', sans-serif; text-align:right; color:#707070;}
.footer-copyright a{color:#00c6f7; text-decoration:none;}

.forkit-curtain {
	text-align: center;
	background: rgba( 0, 0, 0, 0.8 );
	padding-top: 10%;
}
	.forkit-curtain  .close-button {
		position: absolute;
		width: 32px;
		height: 32px;
		right: 20px;
		top: 20px;
		cursor: pointer;

		background: url(data:image/gif;base64,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);
	}


.inner-content-wrap{
width:100%;
background:#292929;
margin-top:97px;
}

.inner-content{
max-width:1000px;
padding:60px 0;
margin:0 auto;
}	

.in-brand-logo{
max-width:253px;
margin:0 auto 35px auto;
}

.brand-description p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0 0 30px 0;
line-height:21px;
text-align:justify;
}
	
.accordion-box{
max-width:100%;
background:#3e3e3e;
padding:1px;
}	

.accordion-content-area{
max-width:920px;
margin:0 auto;
}

.accordion-content-area img{
width:100%;
}


.accordion-content-area p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
padding:0px;
margin:0;
line-height:19px;
text-align:justify;
}

.accordion-content-area h1{
font:bold 14px 'Open Sans', sans-serif;
color:#e6d62b;
padding:0px;
margin:15px 0 10px 0;
}

/* jquery-method */

span.roll {
    background:url(../images/link-icon.png) center center no-repeat #000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
 
.picbox{ width:100%; position:relative; margin-bottom:25px;} 
.picbox2{ width:100%; position:relative; } 

 h6{font:bold 14px 'Open Sans', sans-serif; padding:0px; margin:10px 0 20px 0; line-height:17px; text-align:center; color:#fff;} 
 
.special-algn{text-align:center;} 


.inner-content2-wrap{
width:100%;
background:#292929;
margin-top:97px;
}

.inner-content2{
max-width:1000px;
padding:60px 0;
margin:0 auto;
}

.inner-content2 h1{
font:bold 30px 'Open Sans', sans-serif;
color:#ffde00;
padding:0px;
margin:0 0 30px 0;
}	

.inner-content2 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
line-height:21px;
text-align:justify;
padding:0px;
margin:0px;
}

.product-area{
width:100%;
padding:40px 0 20px 0;
}

.product-pic{
margin-bottom:24px;
}

.product-pic img{
width:100%;
}

.inner-content3-wrap{
width:100%;
background:#292929;
margin-top:97px;
}

.inner-content3{
max-width:1000px;
padding:60px 0;
margin:0 auto;
}

.inner-content3 h1{
font:bold 40px 'Open Sans', sans-serif;
color:#fff;
text-align:center;
padding:0px;
margin:0 0 30px 0;
}	

.inner-content3 h2{
font:normal 20px 'Open Sans', sans-serif;
color:#ffde00;
padding:0px;
margin:0 0 8px 0;
}	


.inner-content3 p{
font: normal 14px 'Arial', sans-serif;
color:#fff;
line-height: 25px;
text-align:justify;
padding:0px;
margin:0 0 15px 0;
}

.inner-content4-wrap{
width:100%;
background:#292929;
margin-top:97px;
}

.inner-content4{
max-width:1000px;
padding:30px 0;
margin:0 auto;
}

.inner-content4 h1{
font:bold 40px 'Open Sans', sans-serif;
color:#fff;
text-align:center;
padding:0px;
margin:0 0 40px 0;
}	

.inner-content4 h2{
font:normal 20px 'Open Sans', sans-serif;
color:#ffde00;
padding:0px;
margin:0 0 8px 0;
}	


.inner-content4 p{
font:normal 12px 'Open Sans', sans-serif;
color:#fff;
line-height:21px;
text-align:justify;
padding:0px;
margin:0 0 15px 0;
}

.contact-info-area{
width:100%;
}

.contact-form-area{
width:100%;
padding-top:30px;
}

.contact-enq-fld{ width:100%; height:30px; margin-bottom:10px; border:1px solid #f7de01; border-radius:2px; background:none; padding:0 0 0 10px; font:normal 13px 'Open Sans', sans-serif; color:#fff;}
.contact-enq-fld2{ width:100%; height:90px; margin-bottom:10px; border:1px solid #f7de01; border-radius:2px; background:none; padding:10px 0 0 10px; font:normal 13px 'Open Sans', sans-serif; color:#fff;}

.contact-enq-fld, .contact-enq-fld2{outline:none;}
.btn2 {
float:right;
  display: inline-block;
  padding: 6px 11px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  background:none;
  border: 1px solid #f7de01;
  border-radius: 4px;
  color:#f7de01;
}

.btn2:hover{
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}


.contact-info{width:100%;}
.contact-info span{font-size:17px; color:#ffde00; padding-right:15px;}
.contact-info p{font:normal 12px 'Open Sans', sans-serif; color:#fff; line-height:17px; padding:0px; margin:0 0 10px 0;}
.contact-info p a{font:normal 12px 'Open Sans', sans-serif; color:#fff; text-decoration:none;}
.contact-info p a:hover{text-decoration:underline; color:#ffde00;}
.info-icon{width:10px; padding-bottom:10px; margin:0 auto;}


#map{width:100%; height:300px; margin-bottom:10px;}

@media screen and (max-width: 992px) {
.logo{max-width:365px; padding:34px 0 25px 0; margin:0 auto;}
.menu-box{width:100% !important; float:none !important; margin:0 auto 30px auto;}
#intro{
	margin: 0 auto 0 auto !important;
}

}

@media (max-width: 1230px) {
	.inner-content-wrap,
	.inner-content2-wrap,
	.inner-content3-wrap,
	.inner-content4-wrap{
		margin-top:71px;
	}	
}

@media (max-width: 1000px) {
	.inner-content-wrap,
	.inner-content2-wrap,
	.inner-content3-wrap,
	.inner-content4-wrap{
		margin-top:60px;
	}	
}

@media screen and (max-width: 800px) {
	.paralax-section {
		height: auto!important;
		background-position: 50% 50%!important;
		background-size: cover!important;
		padding: 40px 10px!important;
	}
.instrument,
.instrument1,
.instrument2,
.instrument3,
.instrument4,
.instrument5,
.instrument6,
.instrument7,
.instrument8,
.instrument9,
.instrument10,
.instrument11 {
	width: 350px;
	max-width: 80%;
	position: relative;
	margin: 0 auto 30px!important;

}
.description-box{
position:relative!important;
display:block!important;
margin-left: auto!important;
margin-right: auto!important;
text-align: center!important;
margin-top: 0!important;
height: auto!important;
min-height: 0!important;
}

a.readmore {
	float: none!important;
	margin-top: 25px!important;
	display: inline-block;
}

.instrument-brand {
	float: none!important;
}
.description-box2{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:510px;
}
.description-box3{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:400px;
}

.description-box4{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:400px;
}

.description-box5{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:400px;
}

.description-box6{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:400px;
}

.description-box7{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:400px;
}

.description-box8{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:410px;
}

.description-box9{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:410px;
}

.description-box10{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:410px;
}

.description-box11{
position:absolute;
max-width:1000px;
display:block;
margin-left:0px;
margin-top:410px;
}

}

@media screen and (max-width: 750px) {
.footer-linkbox{max-width:150px; margin:0 auto; padding:0 0 20px 0; }
.brands-linkbox{max-width:150px; margin:0 auto; padding:0 0 20px 0;}
.products-linkbox{max-width:150px; margin:0 auto; padding:0 0 20px 0;}
.social-box{ max-width:140px; padding:10px 0 10px 0; margin:0 auto;}
.addr-box{ max-width:140px; padding-bottom:10px; margin:0 auto;}
.footer-copyright{text-align:center;}

}

@media screen and (max-width: 375px) {
.description-box{margin-top:300px;}
.description-box2{margin-top:320px;}
.instrument2{margin:30px 0 0 0;}
.description-box3{margin-top:300px;}
.instrument4{margin:50px 0 0 0;}
.description-box4{margin-top:300px;}
.description-box7{margin-top:350px;}
.description-box9{margin-top:420px;}
.description-box10{margin-top:380px;}
}






.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.flex-row.flex-row-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*='col-'] {
  padding: 0 10px;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}




.logos {
	min-height: 100vh;
	background-color: #000;
	padding: 100px 15px 0;
	margin: 0;
	background: url(../images/banner1.jpg) 60% 0 no-repeat fixed;
    background-size: cover;
}

@media (max-width: 1230px) {
	.logos {
		padding: 100px 15px 25px;
	}
	
}

.logos .container {
	width: 1200px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}


.brand-logo {
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	margin: 10px 0;
	display: block;
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  display: none;
}

.brand-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brand-logo:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.site-identity {
	text-align: center;
}

.site-identity p {
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
}


@media (max-width: 1230px) {
	.brand-logo {
		height: 75px;
	}
	#nav {
		display: none;
	}
}


@media (max-width: 1000px) {
	.logos {
		padding-top: 100px;
	}
	.logos .container > .flex-row {
		-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	}

	.logos .flex-row .col-6 {
		width: 100%;
	}
	.logos-gallery {
		-webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	}
	.site-identity {
		margin-bottom: 25px;
		-webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	}
}

@media (max-width: 500px) {
	.site-identity img {
		max-width: 90%;
	}
	.logos-gallery .flex-row  {
		margin: 0 -5px;
	}
	.logos-gallery .flex-row .col-3 {
		padding: 0 5px;
	}
	.brand-logo {
		height: 60px;
		margin: 5px 0;
	}
}


.logo {
	padding: 32px 0 24px;
}

#cssmenu > ul > li > a {
	padding-top: 17px!important;
}
#cssmenu ul ul li a {
	font-size: 14px!important;
	color: #fff!important;
}

#map .gm-style a img,
#map .gmnoprint {
	display: none!important;
}

.languages-switcher {
	height: 40px;
	text-align: right;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.languages-switcher a {
	color: #fff;
}


.custom-map {
	position: relative;
}

.map-link {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, .5);
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.map-link:after {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #FFDE00;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}



/* 
/////////////////////////
	Site header 
/////////////////////////
*/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #111;
  color: #fff;
  z-index: 200;
  box-sizing: border-box;
}
.site-header > * {
  box-sizing: border-box;
}



.header-wrapper {
  display: block;
  margin: 0 auto;
  width: 1200px;
  padding: max-width: 100%;
}

.site-header-logo a {
  display: block;
}
.site-header-logo a img {
  max-width: 100%;
  display: block;
  min-width: 210px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


.site-main-menu .menu {
  text-align: right;
  margin: 0 -15px;
}

.site-main-menu .menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  
  margin: 0 15px;
}
.site-main-menu .menu .menu-item a {
  padding: 38px 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.site-main-menu .menu .menu-item.current-menu-item a {
  position: relative;
}
.site-main-menu .menu .menu-item.current-menu-item a:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ffde00;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.site-main-menu .menu .menu-item a:hover,
.site-main-menu .menu .menu-item.current-menu-item a {
  color: #ffde00
}

.site-main-menu .menu .menu-item.menu-item-has-children {
  position: relative;
}

.site-main-menu .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  background-color: #000;
  width: 180px;
  
}
@media (min-width: 1001px) {
  .site-main-menu .menu .menu-item.menu-item-has-children .sub-menu {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-main-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  display: block;
}
.site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px 20px;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  width: 100%;
  display: block;
  color: #ffde00;
  position: relative;
}

.site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ffde00;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}


@media (max-height: 850px) and (min-width: 1001px) {
  .site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 5px 15px;
  }
}
@media (max-height: 650px) and (min-width: 1001px) {
  .site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    font-size: 13px;
  }
}

.site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #ffde00;
  color: #fff;
}


@media (min-width: 1001px) {
  .menu-control {
    display: none;
  }
  .expand-sub-menu {
    display: none;
  }
}

@media (max-width: 1230px) {
  .header-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .site-main-menu .menu .menu-item a {
    padding: 25px 0;
    font-size: 15px;
  }
  .site-main-menu .menu .menu-item {
    margin: 0 10px;
  }
}

@media (max-width: 1000px) {

  .menu-control {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 0 10px auto;
    border: 0;
    background-color: #ccc;
    background-image: url(../images/menu-button.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 50%;
  }

  .site-main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #111;
    height: 316px;
    overflow: auto;
  }
  .site-main-menu.active {
    display: block;
  }

  .site-main-menu .menu {
    margin: 0; 
    text-align: center;
    border-top: 1px solid #1B1B1B;
  }
  .site-main-menu .menu .menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #1B1B1B;
    position: relative;
  }
  .site-main-menu .menu .menu-item a {
    padding: 15px 0;
  }

  .expand-sub-menu {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    background-color: transparent;
    font-size: 20px;
  }
  .site-main-menu .menu .menu-item.menu-item-has-children .sub-menu {
    display: none;
    position: static;
    width: 100%;
  }
  .site-main-menu .menu .menu-item.menu-item-has-children .sub-menu.active {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .site-main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    text-align: center;
  }
}


.lang-item-fr a {
	display: block;
	width: 22px;
	background-image: url(../images/france.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.lang-item-en a {
	display: block;
	width: 22px;
	background-image: url(../images/united-kingdom.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.lang-item-en a img,
.lang-item-fr a img {
	display: none;
}

@media (max-width: 1000px) {
	.lang-item-fr a,
	.lang-item-en a {
		width: 100%;
		height: 51px;
		background-size: 30px;
	}
}


/* 
/////////////////////////
	Accordion
/////////////////////////
*/

.accordion {
    margin: 0;
    padding:0px;
    height:43px;
    font:bold 12px 'Open Sans', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #fff;
	line-height:38px;
	border:1px solid #171717;
}
.accordion-open {
    color: #fff;
	background:#121212;
}

.accordion-close {
	background:#2c2c2c;
}

.accordion-open span {
    display:block;
    float:left;
    padding:20px;
	margin-right:20px;
}
.accordion-open span {
    background:url(../images/accordion-active.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:left;
    background:url(../images/accordion-normal.png) center center no-repeat #2c2c2c;
    padding:20px;
	margin-right:20px;
}
div.container {
    padding:0;
    margin:0;
	width:100%;
}
div.content-acc {
    background:#3e3e3e;
    margin: 0;
    padding:10px;
}
div.content-acc ul, div.content-acc p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content-acc ul li {
    list-style-position:inside;
    line-height:25px;
}
div.content-acc ul li a {
    color:#555555;
}
code {
    overflow:auto;
}


.contact-form-area [class*='col-'] {
	overflow: hidden;
}
.page-template-template-contacts,
.inner-content4-wrap,
.paralax-section {
	overflow-x: hidden!important;
}
@media (max-width: 1000px) {
	body > img {
		display: none!important;
	}
	.paralax-section {
		background-attachment: scroll;
		background-size: cover!important;
		background-position: 50% 50%!important;
	}
}
@media (max-width: 767px) {
	.footer-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	}
	.col-sm-3 {
		width: 50%;
		margin-bottom: 40px;
	}
	.social-box {
		padding-top: 0;
	}
	.social-link {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	.social-link img {
		width: 100%;
		display: block;
	}

	.footer-copyright {
		text-align: center;
	}
	
	.products-linkbox,
	.brands-linkbox {
		padding-bottom: 0;
	}

	.addr-box address {
		margin-bottom: 0;
	}

	.jcarousel-wrapper .jcarousel li {
		width: 200px!important;
	}


	.contact-info .col-sm-1 {
		width: 30px;
		text-align: left;
		padding: 0;
	}
	.contact-info .row {
		margin: 0;
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	}
	.contact-info .col-sm-1 .info-icon {
		padding-bottom: 0;
		width: auto;
	}
	.contact-info span {
		padding-right: 0;
		display: block;
	}
	.contact-info .col-sm-11 {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

@media (max-width: 500px) {
	.jcarousel-wrapper .jcarousel li {
		width: 140px!important;
	}
}



.news-grid {
	margin-bottom: -50px;
}
.news-box {
	margin-bottom: 50px;
}
.news-box a {
	color: #f5d500;
}
.news-box__thumbnail img {
	display: block;
	width: 100%;
}
.news-box__excerpt {
	text-align: left;
	line-height: normal;
	font-size: 14px;
}
.news-box__title {
	height: 52px;
}
.news-box__excerpt p {
	text-align: inherit;
	font-size: inherit;
}
.news-box__read-more {
	text-decoration: underline;
}

@media (max-width: 767px) {

	.news-box__title {
		height: auto;
		font-size: 16px;
	}
	.news-box__excerpt {
		font-size: 12px;
	}
}

@media (max-width: 470px) {
	.news-grid .col-xs-6 {
		width: 100%;
	}
}


.wp-pagenavi {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.wp-pagenavi a {
	color: inherit;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #f5d500;
	background-color: #f5d500;
}


.files-grid {
	color: #fff;
	margin-bottom: -30px;
}
.files-grid .flex-row {
	padding-top: 30px;
}

.file span {
	display: block;
}
.file {
	text-align: center;
	color: inherit;
	display: block;
	margin-bottom: 30px;
}
.file:hover,
.file:focus {
	color: #f5d500;
}
.file-icon img {
	display: block;
	margin: 0 auto;
	width: 100px;
	max-width: 100%;
}
.file-icon {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.file-label {
		font-size: 12px;
	}
}