body {
	font:14px 'Arial-Narrow', arial;
	color:#1A1A1A;
	line-height: 24px;
	letter-spacing: 0.05px;
}
a {
	display:block
}

.sticky {
	position: fixed;
top: 0px;
left: 0px;
z-index: 1955;
width: 100%;
background: #FFF none repeat scroll 0% 0%;
padding: 10px 0px 0;
height: 71px;
}
/*---custom-css-----*/
img {
	width:100%;
}

.header {
	padding:20px 0 0;
	text-align:center;
	background:url(../images/21-mykita-campaign-2015-decades-sun-joseppa.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
	position:relative;
	z-index:5;
	
}






.footer .col-sm-4 .mc4wp-form input[type=email]{
	width:80% !important;
}


.blog .foot-marg {
	height:0 !important;
}


.section-body {
	margin:5px 0 0;
	background:#fff;
}
.logo img {
	padding:0 12px;
}
.logo span {
	color: #FFF;
	font-family: MinionPro-It;
	font-size: 15px;
	font-style:italic;
}
.main-menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:54px;
	z-index: 1099;
	background: #FFF none repeat scroll 0% 0%;
}
.navigation {
	padding:0;
	margin:0;
	list-style:none;
}
.pad-top {
	padding:70px 0 0;
}
.navigation li {
	display:inlin-block;
	text-align:center;
}
.menu_box {
	text-align:center;
	margin:auto;
}
.navigation li a {
	color: #FFF;
	display:inline;
}
.navigation li a:focus {
	border:none;
}
.navigation li a {
	color: #FFF;
	position: relative;
	padding: 12px 0px 5px;
	font-family: Montserrat-Regular;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
}
.menus_link .navigation li a, .menus_link .navigation li a:before {
	color:#292927 !important;
}
.navigation li a:hover {
	text-decoration:none;
}

.scroll i {
	width:2px;
	height:50px;
	display:block;
	margin:20px auto 0;
	background:#fff;
}
.menus_link li {
	display:block;
}
.menus_link li a {
	color: #313131;
	display: inline;
}
.logo-min {
	display:block;
	text-align:center;
}
.logo-min a {
	display:inline-block;
}
.logo-min img {
	max-width: 98px;
}
.scroll a {
	font-family: MinionPro-It !important;
display: block !important;
font-size: 13px !important;
text-transform: initial !important;
margin-top: 35px !important;
letter-spacing: 3px !important;
margin-bottom:0 !important;

}
.head-nav {
	background:#DFE0DF;
	padding:15px 0;
	position:relative;
	z-index:999;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-0-transition: all 300ms linear;
}
.nav-open .head-nav {
	opacity: 0.9;
}
.line-blk {
	border-top:2px solid #7F7F7F;
	display:block;
	margin:10px 15px;
}
.menus_link {
	display:none;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:1900;
	padding: 20px 0px 1px;
	margin: 0px 0px 0;
	
}

.mg-top{margin:110px auto 0; max-width:1050px; }

.nav-box{
	position:relative;
	top:0;
	display:block;
}

.nav-open .menus_link {/*display:block !important;transform: translate(0px, 0px);*/
}
.menus_link {
/*padding: 40px 20px;
    transform: translate(0px, -300px);
    transition: transform 500ms ease 0s;*/
}
.logo_menu {
	text-align:center;
}
.logo_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.right_menu {
	text-align:right;
}
/*
 #gnavi
-----------------------------------------*/
#gnavi{
    position: relative;
    top: 1px;
}

#gnavi .nav-btn a, #gnavi .nav-btn span.label{color: #000000 !important;text-decoration: none !important;outline: medium none;}

#gnavi .nav-btn a .bars{
   display: inline-block;
    height: 18px;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 9px;
	max-width: 9px;
}

#gnavi .nav-btn a .bars .bar{
	display: block;
	position: absolute;
	width: 18px;
	height: 1px;
	background-color: #1a1a1a;


	-webkit-transition: 375ms;
	   -moz-transition: 375ms;
	     -o-transition: 375ms;
	        transition: 375ms;
	-webkit-transition-property: top, opacity;
	   -moz-transition-property: top, opacity;
	     -o-transition-property: top, opacity;
	        transition-property: top, opacity;

}

#gnavi .nav-btn a .bars .bar:nth-child(1){
	top: 6px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	   -moz-transition-delay: 125ms;
	     -o-transition-delay: 125ms;
	        transition-delay: 125ms;
}
#gnavi .nav-btn a .bars .bar:nth-child(2){
	top: 9px;
	-webkit-transition-delay: 80ms;
	   -moz-transition-delay: 80ms;
	     -o-transition-delay: 80ms;
	        transition-delay: 80ms;
}
#gnavi .nav-btn a .bars .bar:nth-child(3){
	top: 12px;
	-webkit-transition-delay: 40ms;
	   -moz-transition-delay: 40ms;
	     -o-transition-delay: 40ms;
	        transition-delay: 40ms;
}
#gnavi .nav-btn a .bars .bar:nth-child(4){
	top: 15px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}


#gnavi .nav-btn a:hover .bars .bar:nth-child(1){
	top: 0px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;

}
#gnavi .nav-btn a:hover .bars .bar:nth-child(2){
	top: 6px;
	-webkit-transition-delay: 40ms;
	   -moz-transition-delay: 40ms;
	     -o-transition-delay: 40ms;
	        transition-delay: 40ms;
}
#gnavi .nav-btn a:hover .bars .bar:nth-child(3){
	top: 9px;
	-webkit-transition-delay: 80ms;
	   -moz-transition-delay: 80ms;
	     -o-transition-delay: 80ms;
	        transition-delay: 80ms;
}
#gnavi .nav-btn a:hover .bars .bar:nth-child(4){
	top: 12px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	   -moz-transition-delay: 125ms;
	     -o-transition-delay: 125ms;
	        transition-delay: 125ms;
}





#gnavi.nav-open .nav-btn a .bars .bar:nth-child(1){
	top: 13px;
	-webkit-transform-origin:50% 50%;
	   -moz-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	     -o-transform-origin:50% 50%;
	        transform-origin:50% 50%;

	-webkit-transform: rotate(45deg) scaleX(1.442);
	   -moz-transform: rotate(45deg) scaleX(1.442);
	     -o-transform: rotate(45deg) scaleX(1.442);
	        transform: rotate(45deg) scaleX(1.442);

	opacity: 1;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	   -moz-transition-property: top, -moz-transform;
	     -o-transition-property: top, -o-transform;
	        transition-property: top, transform;
}
#gnavi.nav-open .nav-btn a .bars .bar:nth-child(2){
	top: 12px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}
#gnavi.nav-open .nav-btn a .bars .bar:nth-child(3){
	top: 4px;
	-webkit-transform-origin:50% 50%;
	   -moz-transform-origin:50% 50%;
	    -ms-transform-origin:50% 50%;
	     -o-transform-origin:50% 50%;
	        transform-origin:50% 50%;
	-webkit-transform: rotate(-45deg) scaleX(1.442);
	   -moz-transform: rotate(-45deg) scaleX(1.442);
	     -o-transform: rotate(-45deg) scaleX(1.442);
	        transform: rotate(-45deg) scaleX(1.442);
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	   -moz-transition-property: top, -moz-transform;
	     -o-transition-property: top, -o-transform;
	        transition-property: top, transform;
}
#gnavi.nav-open .nav-btn a .bars .bar:nth-child(4){
	top: 24px;
	opacity: 0;
	-webkit-transition: 0ms;
	   -moz-transition: 0ms;
	     -o-transition: 0ms;
	        transition: 0ms;
	-webkit-transition-delay: 0ms;
	   -moz-transition-delay: 0ms;
	     -o-transition-delay: 0ms;
	        transition-delay: 0ms;
}




#gnavi-links{
	width:220px;
}

.gnavi-nav-open #gnavi-links{
	visibility: visible;
}

#gnavi-links ul{
	padding: 40px 20px;

	-webkit-transition: 500ms;
	   -moz-transition: 500ms;
	     -o-transition: 500ms;
	        transition: 500ms;

	-webkit-transition-property: -webkit-transform;
	   -moz-transition-property: -moz-transform;
	     -o-transition-property: -o-transform;
	        transition-property: transform;

	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.gnavi-nav-open #gnavi-links ul{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#gnavi-links li{
	margin-bottom:20px;
}
#gnavi-links li a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 25px;
	color: #1a1a1a;
	font-family: 'Calibre-Bold',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	font-weight:bold;
	letter-spacing: 0.25em;
}

#gnavi-links li a.external{
	letter-spacing: 0.1em;
}

#gnavi-links .icon_fb{
	display:inline-block;
	background: url(../img/icons/icon_fb.svg) no-repeat 50% 50%;
	width:40px;
	height: 16px;
	vertical-align: -3px;
}
#gnavi-links li:last-child a{
	padding-left:12px;
}

.menus_link ul li ul{display: none;}

#layered_form div.selector select, .ajaxProductFilterForm div.selector select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    cursor: pointer;
    /*font-family: NeutraTextTF-Demi;*/
	font-family: sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    width: auto !important;
}
.back-img {
    background: rgba(0, 0, 0, 0) url("../images/pr1.jpg") no-repeat fixed center center;
    min-height: 350px;
}
/*----custom-css-end------*/
@font-face {
 font-family: 'BOULEVAI';
 src:url('../fonts/BOULEVAI.ttf');
}


@font-face {
 font-family: 'Arial-Narrow';
 src:url('../fonts/Arial-Narrow.ttf');
}


 @font-face {
 font-family: 'Arial-Narrow-Italic';
 src:url('../fonts/Arial-Narrow-Italic.ttf');
}

@font-face {
 font-family: 'Arial Narrow Bold';
 src:url('../fonts/Arial Narrow Bold.ttf');
}

@font-face {
 font-family: 'ChronicleDisp-Roman';
 src:url('../fonts/ChronicleDisp-Roman.otf');
}


 @font-face {
 font-family: 'ChronicleDisp-Semibold';
 src:url('../fonts/ChronicleDisp-Semibold.otf');
}
 @font-face {
 font-family: 'ChronicleDisp-XLight';
 src:url('../fonts/ChronicleDisp-XLight.otf');
}

 @font-face {
 font-family: 'ChronicleDisp-XLightItalic';
 src:  url('../fonts/ChronicleDisp-XLightItalic.otf');
}
 @font-face {
 font-family: 'MinionPro-It';
 src:  url('../fonts/MinionPro-It.otf');
}
 @font-face {
 font-family: 'MinionPro-Regular';
 src:  url('../fonts/MinionPro-Regularr.otf');
}
 @font-face {
 font-family: 'Montserrat-Regular';
 src:  url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
 @font-face {
 font-family: 'NeutraTextTF-Demi';
 src:  url('../fonts/NeutraTextTF-Demi.ttf');
}
 @font-face {
 font-family: 'Oswald-DemiBold';
 src:  url('../fonts/Oswald-DemiBold.ttf');
}
 @font-face {
 font-family: 'Oswald-ExtraLight';
 src:  url('../fonts/Oswald-ExtraLight.ttf');
}
 @font-face {
 font-family: 'Oswald-Light';
 src:  url('../fonts/Oswald-Light.ttf');
}


 @font-face {
 font-family: 'AGaramondPro-Italic';
 src:  url('../fonts/Oswald-DemiBold.otf');
}
 @font-face {
 font-family: 'AGaramondPro-Italic';
 src:  url('../fonts/AGaramondPro-Italic.otf');
}
 @font-face {
 font-family: 'AGaramondPro-Regular';
 src:  url('../fonts/AGaramondPro-Regular.otf');
}

@font-face {
 font-family: 'AGaramondPro-Italic';
 src:  url('../fonts/AGaramondPro-Italic.otf');
}



 @font-face {
 font-family: 'Gotham-Book';
 src:  url('../fonts/Gotham-Book.ttf');
}
 @font-face {
 font-family: 'AGaramondPro-Bold';
 src:  url('../fonts/AGaramondPro-Bold.otf');
}




.news_sp{margin-top:9px;}

img {
	width:100%;
}
.container {
	max-width: 1252px !important;
}






#header {
	padding:20px 0 0;
	text-align:center;
	background:url(../images/main-img.jpg) no-repeat center -7px;
	background-size:cover;
	width:100%;
	background-attachment:fixed;	
	position:relative;
	-webkit-transition: background-position 1500ms ease-in-out;
	-moz-transition: background-position 1500ms ease-in-out;
	-ms-transition: background-position 1500ms ease-in-out;
	-o-transition: background-position 1500ms ease-in-out;
	transition: background-position 1500ms ease-in-out;
}



.pro-bx-mn {
	display:block;
	max-width:600px;
	margin:0 auto 100px;
	position:relative;
	transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
}

.left-wd {
    width: 48.667% !important;
}


.right-wd {
    width: 48.333% !important;
    margin-left: 3%;
}
.pro-bx-mn img {
	transition:all 500ms;
}
.pro-bx-mn:hover .hvr-eft-nw {
	transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-webkit-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
}
.prd-dtl {
	margin: 10px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: MinionPro-Regular;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 0px 0px 20%;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
}
.full-wd {
	max-width:100% !important;
}

.fr_menu, .en_menu{
	display:none;
	transition:all 1800ms ;
	-moz-transition:all 1800ms ;
	-ms-transition:all 1800ms ;
	-o-transition:all 1800ms ;
	-webkit-transition:all 1800ms ;
}
.full-wd .prd-dtl {
	margin-top:30px;
}
.prd-dtl span {
	float:left;
}
.prd-dtl a:hover {
	color:rgba(0, 51, 102, 1);
}
.top-select ul {
	list-style:none;
	padding:0;
	margin: 18px 0px 0;
	text-align:center;
}
.top-select ul li {
	display:inline-block;
	padding:0 8px;
}
.top-select ul li a {
	font-size: 11px;
	color: #716B6B;
	text-transform: uppercase;
	font-family: NeutraTextTF-Demi;
}
.top-select ul li a:hover {
	color:rgba(0, 0, 0, 1);
	text-decoration:none;
}
.top-select ul li a i {
	padding:0 5px;
	font-size:14px;
	transition:all 300ms;
	-moz-transition:all 300ms;
	-ms-transition:all 300ms;
	-webkit-transition:all 300ms;
	-o-transition:all 300ms;
}
.top-select ul li a:hover i {
	margin-top:3px;
	display:inline-block;
}
.prd-dtl span i {
	font-size:10px;
	margin:-5px 0 0;
	line-height:8px;
	text-transform:none;
	font-style:normal;
	letter-spacing: 1px;
}
.prd-dtl span img {
	max-width:90px;
	padding:2px 8px 0 0;
}
.bg-1 {
	padding:0 0 70px;
	background:url(../images/MARQUES-JOHNPAUL.jpg) no-repeat;
	background-position:center center;
}
.prd-dtl a {
	display:inline-block;
	color:#000;
}
.prd-dtl a:hover {
	text-decoration:none;
}

.lang_box{
	display:inline-block;
	
}
.logo {
	margin: 230px auto 0;
	text-align: center;
	transition: all 1500ms ease-in-out 0s;
	-webkit-transition: all 1500ms ease-in-out 0s;
	-ms-transition: all 1500ms ease-in-out 0s;
	-o-transition: all 1500ms ease-in-out 0s;
	-moz-transition: all 1500ms ease-in-out 0s;
	
}
.logo-fix-two {
	height:38px;
	background:url(../images/logo-in-side.png) no-repeat center -88px !important;}
.logo-fix {
	height:38px;
	background:url(../images/logo-in-side.png) no-repeat center 2px;
	z-index:9999;
	width: 100%;
	position:fixed;
	top:-70px;
	left:0;
	right:0;
	margin:auto;
	transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-webkit-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	opacity:transition:all 500ms linear;
}
.logo-change {
	display: block;
z-index: 9999;
left: 0px;
right: 0px;
margin: auto;
max-width: 146px;
	margin:auto;
	transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-webkit-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
}
.logo a {
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.lineinside {
	width:1px;
	position:relative;
	margin:auto;
}
.btn-in {
	position: relative;
	margin: 0 5px 0;
	width: 18px;
	height: 10px;
	display: inline-block;
}
.btn-in span {
	position:absolute;
	width:85%;
	height:2px;
	background:#000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}


.scroll {
	margin-top:100px;
}
.line_devider {
	position:absolute;
	content:"";
	width:1px;
	height:48px;
	background:#fff;
	top: -38px;
	left:0;
	right:0;
	margin:auto;
	display:block;
	z-index:999;	
	
	-webkit-transform-origin:50% 50%;
 -moz-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 -o-transform-origin:50% 50%;
 transform-origin:50% 50%;
 -webkit-transform: rotate(26deg) scaleX(1.442);
 -moz-transform: rotate(26deg) scaleX(1.442);
 -o-transform: rotate(26deg) scaleX(1.442);
 transform: rotate(26deg) scaleX(1.442);
 opacity: 1;
 -webkit-transition-delay: 0ms;
 -moz-transition-delay: 0ms;
 -o-transition-delay: 0ms;
 transition-delay: 0ms;
 -webkit-transition-property: top, -webkit-transform;
 -moz-transition-property: top, -moz-transform;
 -o-transition-property: top, -o-transform;
 transition-property: top, transform;
   
   
}



.logo-fix-adon{
	
	background: transparent url("../images/logo-in-side.png") no-repeat scroll center -52px;
height: 21px !important;
margin-top: 5px;
	 transtion:all 1500ms;
	 -moz-transtion:all 1500ms ;
	 -ms-transtion:all 1500ms ;
	 -o-transtion:all 1500ms ;
	 -webkit-transtion:all 1500ms ;
	 
	 position:static !important;
}

.menu-btn {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.modal {
	z-index:500000 !important;
}
.my-model {
	position:relative;	
	width:70% !important;
	border-radius:0 !important;
	top: 12% !important;
	z-index:500000;
}
.fadeer {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
    left:0;
	background: rgba(0, 0, 0, 0.2) !important;
}
.fade.in {
	background: rgba(255, 255, 255, 0.5) !important;
}
 .close {
	float: right;
	font-size: 24px !important;
	line-height: 1 !important;	
	color: #605C5C !important;
	opacity: 1;
	margin-right: 13px;
	z-index: 999 !important;
	position: absolute;
	right: 0;
	top: 6px;
	font-weight: normal !important;
}

#myModal .close {color: #F5EEEE !important;}
.in-side-box h4 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
	letter-spacing: 5px;
}
.center-box {
	top:10%;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position:absolute;
	z-index:555;
	text-align:center;
	max-height:150px;
	color:#fff !important;
	letter-spacing:1px;
	line-height:24px;
}

body > section {
    padding: 35px 0px !important;
}
.center-box h5 {
	font-family: MinionPro-Regular;
	margin: 0px 0px 18px;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1.54px;
}
.center-box ul {
	color:#fff;
	display:inline-block;
	padding:0;
	margin: 0 0 0;
}
.center-box ul li {
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:100%;
	background:#fff;
	margin:0 2px;
}
.section-body {
	margin:5px 0 0;
	background:#fff;
}
.brd-in {
	height:1px;
	background:#404040;
	
	clear:both;
	margin: 15px ;
}
.logo img {
	padding:0 12px;
}

.logo span {
	color: #FFF;
font-size: 13px;
letter-spacing: 3px;
font-family: BOULEVAI;

}
.lang_box ul {
	text-align:center;
	padding:0;
	margin:0;
	list-style:none;
}
.lang_box ul li {
	display:inline-block;
	text-align:center;
}
 .lang_box ul li:nth-child(2) {
padding: 0px 18px;
}
.menus_link {
	background: rgba(248, 248, 248, 0.8) none repeat scroll 0% 0%;
}
.menus_link:before {
	content:"";
 width:;
}
.pro-box-1 {
	width:100%;
	min-height:309px;
	background:url(../images-new/Capture%20dG%C3%87%C3%96e%C2%A6%C3%BCcran%202015-06-23%20a%C2%A6%C3%87%2023.50.51.png);
	background-position:center 0;
	background-size:cover;
}
.lang_box ul li span {
	color:#fff !important;
	font-size:30px;
	padding:0 15px;
	display:block;
}
.wrapper {
	position: fixed;
}
.lang_box ul li a {
	color: #FFF;
position: relative;
padding: 40px 0px 5px;
letter-spacing: 3px;
text-transform: uppercase;
font-size: 11px;
font-family: Montserrat-Regular;
}
.lang_box ul li a:hover {
	text-decoration:none;
}


.main-menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:54px;
	z-index: 1099;
	background: #FFF none repeat scroll 0% 0%;
}
.navigation {
	padding:0;
	margin:0;
	list-style:none;
}


.pad-top {
	padding:70px 0 0;
}
.navigation li {
	text-align: center;
margin: auto;
max-width: 250px;
}
.menu_box {
	position:relative;
	text-align:center;
	margin:auto;
}
.scrollToTop {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	font-weight: bold;
	color: #6A6B69;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	display: none;
	z-index:999;
	background-color:transparent;	
	transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;	
	font-size: 28px !important;
	right:10px;
}



/*.scrollToTop:hover {
	background: rgba(249, 246, 246, 0.69);
	box-shadow:0 0 8px #86837F;
}*/
.scrollToTop span {
	line-height: 45px !important;
}
.scrollToTop:hover {
	text-decoration:none;
}
.close-nav {
	color:#fff;
	cursor:pointer;
	font-size:30px;
	position:absolute;
	top:-30px;
	right: 40%;
	display:block;
	z-index:999;
	max-width:60px;
	text-align:center;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.navigation li:first-child a  { margin-top:10px;}
.navigation li a {
	color: #FFF;
	display: inline-block !important;
	margin: 0 0px 10px;
	line-height: 12px;
	overflow:hidden;
}
.downtup {

	transition:all 1500ms;
	-ms-transition:all 1500ms;
	-o-transition:all 1500ms;
	-moz-transition:all 1500ms;
	-webkit-transition:all 1500ms;
	margin-top:800px;
	
}
a:focus {	
	outline:none !important;
}


.navigation li a:focus {
	border:none;
	outline:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	   .navigation li a{	
	  padding: 12px 0px 1px !important;
	 }

	.scroll a {
		 margin-top: 18px !important;
		 
		 }
}
.navigation li a{
	color: #FFF;
	position: relative;
	padding: 9px 0px 1px;
	font-family: Montserrat-Regular;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2px;
}
.menus_link .navigation li a, .menus_link .navigation li a:before {
	color:#292927 !important;
}
.navigation li a:hover {
	text-decoration:none;
}
.navigation li a:before {
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#fff;
	content:"";
	display:block;
	
	
}

.navigation li a:hover:before {
 width:99%;
 transition:all 300ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;	
		
}



.head-one .navigation li a:before{
	background:#292927 !important;
	 
}

.menus_link li {
	display:block;
}
.menus_link li a {
	color: #313131;
	display: inline;
}
.logo-min {
	display:block;
	text-align:center;
}

.line-min{
	margin: 10px 0px 0px;
	height:1px;
	background:#404040;
	
}
.logo-min a {
	display:inline-block;
}
.logo-min img {
	max-width: 98px;
}

.head-nav {
	background: #F8F8F8 none repeat scroll 0% 0%;
padding: 9px 10px;
position: relative;
z-index: 999;
transition: all 300ms linear 0s;
-ms-transition: all 300ms linear 0s;
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
}

.head-one {
	
}
.line-blk {
	border-top:2px solid #7F7F7F;
	display:block;
	margin:10px 15px;
}
.menus_link {
	display:none;
}
.logo_menu {
	text-align:center;
}
.logo_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.right_menu {
	text-align:right;
}
.product {
    margin: 62px 0px 0px !important;
}

.lf-wd{
	width: 63.656565% !important;
}

.rf-wd{
	width: 36.333% !important;
margin-left:0;
}

.rf-wd .img-set img{margin-top: 8px;}


.bg-height{
	min-height: 450px;
}

.fix-box{
	width:100%;
	left:0;
	right:0;
	margin:auto;
	min-height: 450px;
	position:fixed;
	top:67px;
	
}

.background-bg{
	
	background:#fff;
}


.up-box .bg-fix-blog{
	background-size:cover;
	background-position:center top;
	background-attachment:scroll !important;
	
}





.pro-box {
	position: relative;
display: block;
transition: all 300ms linear 0s;
overflow: hidden;
top: 0px;
	}
.hvr-eft {
	transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
}
.pro-box:hover .hvr-eft {
	transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	-webkit-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
}
.pro-box img {
	width:100%
}
.hover {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	visibility:hidden;
	background:rgba(0, 0, 0, 0.2);
}
.pro-box:hover .hover {
	visibility:visible;
	transition:all 500ms;
	-moz-transition:all 500ms;
	-webkit-transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
}
.head-text {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:555;
	colr:#fff;
	text-align:center;
}
.head-text h5 {
	color: #FFF;
	margin: 130px 0px 0px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	font-family: Arial-Narrow;
}



.head-text h2 {
	margin:16px 0 0;
	padding:0;
	text-align:center;
}
.head-text h2 img {
	max-width: 120px;
	margin: 22px 0px 0px;
}
.head-text a {
	display:inline-block;
	color:#fff;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
}
.head-text a span {
	margin:12px 0 0;
 font-family:;
	font-size:12px;
	letter-spacing:3px;
	text-transform:uppercase;
	padding: 0px 3px 5px;
	display: inline-block;
	position:relative;
	z-index:555;
	transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}


.section-nw {
	padding:30px 0;
	background: #f8f8f8;
	margin-bottom:50px;
	margin-top: 30px;
}
.new-one {
	max-width:900px;
	margin:auto;
}
.no-pad {
	padding:0 !important;
}
.text-box {
	padding: 20px 0px 20px 25px;
background: #FFF none repeat scroll 0% 0%;
max-width: 350px;
margin-top: 55px;
}
.text-box h3 {
	position:relative;
	display:block;
	font-size: 31px;
	
}

.news-link{
	padding: 2px 0px 5px;
margin-bottom: 15px;
display: inline-block;
color: #426C8C !important;
font-size: 18px;
border-bottom: 1px solid #59768C;
letter-spacing: 0.5px;
text-transform: uppercase;
line-height: 10px;
margin-top: 12px;
font-family: AGaramondPro-Regular;
position: relative;
z-index: 9999;
font-weight: bold;
}

.news-link:hover{
	text-decoration:none;
}

.text-box a {
	color:#000;
}
.text-box p {
	margin: 10px 36% 5px 0px;
font-family: MinionPro-It;
letter-spacing: 1px;
font-size: 12px;
line-height: 18px;
transition:all 1s linear;
font-weight: bold;
}
.marg .pro-box img {
	max-width:100%;
}
.text-box .btn-hvr {
	color:#000;
	margin:10px 0 0;
}

.text-box .btn-hvr:hover {
    color: #000;
    margin: 10px 0px 0px;
}

.text-box  {
	letter-spacing:2px;
	font-size:12px;
	font-weight:333;
}

.text-box  i {
	font-size:15px;
}

.pad-spc {
	 margin: 44px 0px 60px !important;
}
.btn-bx {
	position:absolute;
	left:0;
	bottom:15px;
	text-align:center;
	width:100%;
	height:30px;
	z-index:999;
}
.text-box h3 {
	padding: 0px 0px 57px;
font-family: ChronicleDisp-Semibold;
margin: 0;
letter-spacing: 1px;
font-size: 30px;
}

.text-box h3 i {
	font-weight:normal;
	font-style:normal;
	font-family:ChronicleDisp-XLight !important;
	font-size:28px;
}

 

.text-box h3 i .font-nrml{
	font-family:ChronicleDisp-XLightItalic ;
	display:inline;
}
.text-box h3 span {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	font-size: 9px;
	display:block;
	margin-top: 35px;
}
.btn-hvr {
	color:#fff;
	display:inline-block;
	transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	text-transform:uppercase;
}

.btn-hvr:hover{
	color:#f2f2f2;
}

.left-wd .btn-hvr span{
	font-size:14px
}




   .btn-hvr span{	
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;	
	font-size: 12px;
text-transform: uppercase;
padding: 0;
display: inline-block;
position: relative;
z-index: 555;
letter-spacing: 3px;
font-family: Montserrat-Regular;
}
  


.nothide{
	padding:0 !important;
}



 
.head-text h4 {
	color: #FFF;
letter-spacing: 4px;
margin-top: 70%;
text-transform: uppercase;
font-size: 100px;
transition: all 300ms ease-out 0s;
display: inline-block;
font-family: Oswald-Light;
}
.head-text h4 span {
	text-align: left !important;
    line-height: 44%;
    display: block;
}

.head-text a {
	text-decoration:none;
}
.pro-sld {
	max-width:852px;
	margin:50px auto;
	text-align:center;
}
.cmp-tx {
	display:inline-block;
	width:100px !important;
	margin-top:10px;
}
.pro-sld a {
	display:inline-block;
	margin:20px 0 0;
	color: #000;
	font-size:12px;
	transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}
.pro-sld a:hover {
	text-decoration:none;
}
.pro-sld a span {
	position:relative;
	margin: 20px 0px 0px;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0px 2px 0;
	display: inline-block;
	position: relative;
	z-index: 555;
	transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	font-family: Montserrat-Regular;
}
.menu_bar {
	display:inline-block;
	cursor:pointer;
}



.footer .container{
	 
	max-width: 1180px !important;
	
}

.foot-menu{
	padding:0 !important;
}





 
 





 .footer {
	background: #F8F8F8;
	padding: 65px 0% 40px 9%;
	margin:0 !important;
	
}


.foot-marg{
	background: #fff none repeat scroll 0% 0%;
height: 100px !important;
position: relative;
	
}

.foot-menu h3 {
	color: #000;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 5px;
font-family: Arial-Narrow;
margin: 0 0 25px 0;
}

.close-btn{
	position:relative;
	width:20px;
	height:20px;	
}







.menu_bar {
	color: #000;
	font-family: Montserrat-Regular;
	font-size: 10px;
	letter-spacing: 2px;
}
.menu_bar:hover .fa-bars {
	transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	-o-transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
}
.right_menu li{list-style:none;}
.right_menu a,.right_menu a:hover{
	color: #000;
	font-family: Montserrat-Regular;
	font-size: 10px;
	letter-spacing: 2px;
	cursor:pointer;
margin-top: 2px;
}

/*-buttons line-*/
.pro-sld-2 a{color: #000;}

.pro-sld-2 a span{
font-size: 12px;
text-transform: uppercase;
padding: 0px;
display: inline-block;
position: relative;
z-index: 555;
transition: all 300ms ease-out 0s;
margin: 0px;
letter-spacing: 8px;
font-family: Montserrat-Regular;
color: #000;
}

.pro-sld-2 a span:before{position: absolute;
left: 0px;
bottom: 2px;
height: 1.5px;
content: "";
display: block;
z-index: -60;
background: #393939 none repeat scroll 0% 0%;
transition: all 600ms ease-out 0s;
 -webkit-transition: all 600ms ease-out 0s;
 -ms-transition: all 600ms ease-out 0s;
 -o-transition: all 600ms ease-out 0s;
 -moz-transition: all 600ms ease-out 0s;
 width:0;

}

.pro-sld-2 a:hover span:before{
	width: 94%;
}

.pro-sld-2 a span:after {
	position: absolute;
	left:0;
bottom: 2px;	   
	height: 1.5px;
	content: "";
	display: block;
	z-index: -60;
	background: #393939;
	width: 94%;
	background:#393939;
}

.pro-sld-2 a:hover span:after {
	display:none;
}


.address .pro-sld a span:after , .address .pro-sld a span:before {height:1px !important; bottom:2px !important;}

.pro-sld a span:after {
	position: absolute;
	left:0;
	bottom: 0px;	   
	height: 2px;
	content: "";
	display: block;
	z-index: -60;
	background: #393939;
	width: 97%;
}

.pro-sld a:hover span:after {
	display:none;
}
.pro-sld a span:before {
	position: absolute;
 left: 0px;
bottom: 0px;
 width: 0;
 height: 2px;
 content: "";
 display: block;
 transition: all 600ms ease-out 0s;
 -webkit-transition: all 600ms ease-out 0s;
 -ms-transition: all 600ms ease-out 0s;
 -o-transition: all 600ms ease-out 0s;
 -moz-transition: all 600ms ease-out 0s;
 z-index: 60;
	background: #fff none repeat scroll 0% 0%;
	visibility:visible;
	background: #393939;
}

.pro-sld a:hover span:before {
	width: 97%;
	right:auto;
	
	
}


  
.btn-hvr:hover span::before {

 left:0;

}

.btn-hvr-up{
	color:#fff;
	display: inline-block;
	
}

.btn-hvr-up:hover{
	color:#fff;
}

.btn-hvr-up span{
	
	transition: all 500ms linear 0s;
font-size: 12px;
text-transform: uppercase;
padding: 0px;
display: inline-block;
position: relative;
z-index: 555;
letter-spacing: 3px;
font-family: Montserrat-Regular;
	
}

.btn-hvr-up span:before{
	position: absolute;
 left: 0px;
bottom: 0px;
 width: 0;
height: 2px; 
 content: "";
 display: block;
 transition: all 600ms ease-out 0s;
 -webkit-transition: all 600ms ease-out 0s;
 -ms-transition: all 600ms ease-out 0s;
 -o-transition: all 600ms ease-out 0s;
 -moz-transition: all 600ms ease-out 0s;
 z-index: 60;
background: #fff none repeat scroll 0% 0%;
visibility:visible;	
}

.btn-hvr-up:hover span:before{width:97%;}


.btn-hvr-up span:after{
	 position: absolute;
 bottom: 0;
 height: 2px;
 content: "";
 display: block;
 z-index: -60;
background: #fff none repeat scroll 0% 0%;
width:97%;
left:0;
}

.btn-hvr-up:hover span:after{
	display:none;
}


.btn-hvr span:before {
 position: absolute;
 left: 0px;
 bottom:0;
 width: 0;
 height: 2px;
 content: "";
 display: block;
 transition: all 600ms ease-out 0s;
 -webkit-transition: all 600ms ease-out 0s;
 -ms-transition: all 600ms ease-out 0s;
 -o-transition: all 600ms ease-out 0s;
 -moz-transition: all 600ms ease-out 0s;
 z-index: 60;
background: #fff none repeat scroll 0% 0%;
visibility:visible;	

}
.btn-hvr:hover span:before{width:97%;}


.btn-hvr span:after {
 position: absolute;
 bottom: 0;
 height: 2px;
 content: "";
 display: block;
 z-index: -60;
background: #fff none repeat scroll 0% 0%;
left:0;
width:97%;
	
}


.btn-hvr:hover span:after {
	display:none !important;
	
}

.product .btn-bx .btn-hvr:hover span:before , .product .btn-bx .btn-hvr span:after{width:98%;}


.text-box  .btn-hvr:hover span:before ,.text-box .btn-hvr span:after{width: 98% !important;}

.text-box  .btn-hvr span:before{background: #000;}

.text-box .btn-hvr span:after{background: #000;}
.text-box .btn-hvr:hover span:after{
	display:none;
}

.btn-hvr_ri8{color:#fff;display: inline-block;}
.btn-hvr_ri8 span{
	transition: all 500ms linear 0s;
font-size: 12px;
text-transform: uppercase;
padding: 0px;
display: inline-block;
position: relative;
z-index: 555;
letter-spacing: 3px;
font-family: Montserrat-Regular;
color:#fff;
}

.btn-hvr_ri8 span:before{	
	position: absolute;
 left: 0px;
bottom: -1px;
 width: 0;
 height: 2px;
 content: "";
 display: block;
 transition: all 600ms ease-out 0s;
 -webkit-transition: all 600ms ease-out 0s;
 -ms-transition: all 600ms ease-out 0s;
 -o-transition: all 600ms ease-out 0s;
 -moz-transition: all 600ms ease-out 0s;
 z-index: 60;
	background: #fff none repeat scroll 0% 0%;
	visibility:visible;	
	
}

.btn-hvr_ri8 span:after{
	 position: absolute;
bottom: -1px;
 height: 2px;
 content: "";
 display: block;
 z-index: -60;
background: #fff ;
left:0;
}



.btn-hvr_ri8:hover span:after{
	display:none;
}

 .right-wd .btn-hvr_ri8:hover span:before ,  .right-wd .btn-hvr_ri8 span:after{width:97% !important; left:0;} 


.left-wd .btn-hvr:hover span:before , .left-wd .btn-hvr span:after{width:99% !important; bottom:-5px !important;} 
.left-wd .btn-hvr span:before{bottom:-5px !important;}
 

.footer_lang ul li a::after {
	
	bottom:2px;
	width:97% !important; 
}

/*--end of line--*/
 



.menu_bar:hover {
	text-decoration:none;
	color:#D15168;
}
.foot-menu ul {
	padding:0;
	margin:0;
	display:block;
	list-style:none;
}
.foot-menu ul li {
	display:block;
	margin: 0px 0px 0px;
	font-family: Arial-Narrow;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 5px;
color: #000;
}
.foot-menu ul li a {
	    font-family: Arial-Narrow;
    text-transform: uppercase;
   font-size: 10px;
letter-spacing: 4px;
    color: #000;
	padding: 0;
	position:relative;
	display:inline-block;

}

.foot-menu ul li a:hover{
	text-decoration:none;
}

.foot-menu ul li a:hover:after {
	position: absolute;
width: 98%;
height: 1px;
background: #000 none repeat scroll 0% 0%;
content: "";
display: block;
left: -1.3px;
bottom: 4px;
}

.footer_lang ul li a{
	font-family: Arial-Narrow;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 5px;	
	 color: #000
}

.upmarg{
	margin-top:20px;
}

.mc4wp-form {
    margin:  0px !important;
}
	.footer_lang ul {
	padding:0;
	margin:0;
	display:block;
	list-style:none;
}
.footer_lang ul li {
	display:inline-block;
	margin:0 0 10px;
}
.foot-menu ul li span {
	font-family: Arial-Narrow;
	text-transform: uppercase;
font-size: 10px;
letter-spacing: 4px;	
	color: #000;
	display:block;
}

.foot-menu:nth-child(2){
	
	width: 18% !important;
}

.foot-menu:nth-child(3){
	width: 22% !important;
}

.foot-menu:nth-child(4){
	width: 35% !important;
}



.newltr {
text-transform: uppercase;
font-size: 10px;
letter-spacing: 4px;
display: block;
line-height: 24px !important;
text-indent: 5px;
border: 2px solid #FFF;
background-color: transparent;
float: left;
font-family: Arial-Narrow;
max-width: 126px !important;
}

.footer_lang ul li:first-child a {   
    padding: 0px;
position: relative;
margin: 0px 7px 0px 0px !important;
}

.footer_lang ul li a:after{
	 bottom: 6px !important;
    width: 88% !important;
}

.width-fix li a:after{
	width:96% !important;
}


.footer_lang ul li a:before {
	position: absolute;
content: "";
top: 7px;
right: -2px;
display: block;
width: 1px;
height: 8px;
background: #000 none repeat scroll 0% 0%;

transform: rotate(20deg);
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-ms-transform:rotate(20deg);
	-o-transform:rotate(20deg);	
}



.footer_lang ul li:last-child a {
	margin:0;
}

.footer_lang ul li:last-child a:before {
	display:none;
}

.newsletter-form ul li span:last-child {     
    overflow: hidden;   
    margin: 0 auto 0px;
}
.nw_btn{
	
	line-height: 26px !important;
padding: 0px 10px;
float: left;
background-color: transparent;
border: 2px solid #FFF;
opacity: 1;
margin-left: 5px;
color: rgba(0, 0, 0, 0.80);

}

.dsp-inln {
	display:inline-block;
	float:left;
}


.foot-menu ul li input[type="email"] {
	color: #3C3939;
}

.foot-menu ul li input[type="email"] ::-webkit-input-placeholder {
   opacity:1;
   color: #3C3939;
}

.foot-menu ul li input[type="email"]:-moz-placeholder { /* Firefox 18- */
  opacity:1;
   color: #3C3939; 
}

.foot-menu ul li input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
  opacity:1;
   color: #3C3939; 
}

.foot-menu ul li input[type="email"]:-ms-input-placeholder {  
   opacity:1;
   color: #3C3939;  
}




.headings {
	position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: auto;
font-size: 12px;
letter-spacing: 5px;
text-transform: uppercase;
transition: all 500ms ease 0s;
text-align: center;
padding: 5px 0px;
color: #FFF;
height: 20px;
font-family: Arial-Narrow;

}
/*--button--*/
 
.c-hamburger--htx span {
 -webkit-transition: background 0s .3s;
 transition: background 0s .3s;
 -moz-transition: background 0s .3s;
 -ms-transition: background 0s .3s;
 -o-transition: background 0s .3s;
}
.c-hamburger--htx span::after, .c-hamburger--htx span::before {
 -webkit-transition-duration: .3s, .3s;
 transition-duration: .3s, .3s;
 -o-transition-duration: .3s, .3s;
 -ms-transition-duration: .3s, .3s;
 -webkit-transition-duration: .3s, .3s;
 -webkit-transition-delay: .3s, 0s;
 transition-delay: .3s, 0s;
 -moz-transition-delay: .3s, 0s;
 -ms-transition-delay: .3s, 0s;
 -o-transition-delay: .3s, 0s;
}
.c-hamburger--htx span::before {
 -webkit-transition-property: top, -webkit-transform;
 transition-property: top, transform;
}
.c-hamburger--htx span::after {
 -webkit-transition-property: bottom, -webkit-transform;
 transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color:transparent !important;
}
.c-hamburger--htx.is-active span {
	background: 0 0;
}
.c-hamburger--htx.is-active span::before {
 top: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
 bottom: 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
 -webkit-transition-delay: 0s, .3s;
 transition-delay: 0s, .3s;
}
.o-grid__item {
	padding: 0 !important;
}
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 98px;
	font-size: inherit;
	-moz-appearance: none;
	box-shadow: none;
	border: medium none;
	cursor: pointer;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s;
	-ms-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	height: 25px;
	text-transform: uppercase;
	line-height: 25px;
	background: transparent !important;
}
.c-hamburger span {
	display: block;
	position: absolute;
	left: 0px;
	right: 12px;
	height: 2px;
	background: #5C5858;
	width: 18%;
	top: 11px;
}
.c-hamburger span::after, .c-hamburger span::before {
 position: absolute;
 display: block;
 left: 0;
 width: 100%;
 height: 2px;
background: #5C5858;
 content: ""
}
.c-hamburger--htla.is-active span::after, .c-hamburger--htla.is-active span::before, .c-hamburger--htra.is-active span::after, .c-hamburger--htra.is-active span::before {
 width: 50%
}
.c-hamburger span::before {
 top: -4px;
}
.c-hamburger span::after {
 bottom: -4px;
}
 .c-hamburger:hover span::before {
 top: -6px;
}
 .c-hamburger:hover span::after {
 bottom: -6px;
}

.nav-btn{
	position:relative;
	z-index:30000;
}



.con_part{
	margin-left:auto;
	margin-right:auto;
}

.con_part p{
	margin-bottom:25px !important;
}



/*--button--*/





 
.left-wd .head-text h4 {
	top:58%;
}

/*--news--page--*/

.marg-tops{
	margin-top: 85px !important;
}


  
  .news-head{
	  margin:70px 0 25px;
	  text-align:center;
}
 
.news-head h1{
	font-size: 22px;
font-family: AGaramondPro-Regular;
letter-spacing: 4px;
margin: 0;
text-transform:uppercase;
padding: 0;
}

.news-head h3{
	 padding: 10px 0px;
margin: 0px;
color: #DDDADA;
font-size: 12px;
letter-spacing: 3px;
font-family: MinionPro-It;
}

#single_blog .news-head h3 {margin-bottom: 30px !important;}

 .news-head h3 span{
	 color:#000;
}

.news-one{
	min-height: 900px !important;
background-position: 27.1% 200% !important;
margin-bottom:20px;
}

.news-one .news-link {
    letter-spacing: 4px;   
    font-family: Oswald-Light;
}

.news-one .text-box {
    padding: 20px 0px 20px 25px;
    background: #E8E9E9;
    max-width: 350px;
    margin-top: 130px;
}

.news-one .text-box p{
margin: 0px 15% 0px 0px;
font-family: AGaramondPro-Regular;
font-weight: normal;
font-size: 14px;
word-spacing: 1.5px;
letter-spacing: 1.5px;
line-height:20px;
}

.news-one .first-txt{
	font-size: 46px;
float: left;
font-family: AGaramondPro-Regular;
width: 23px;
margin: 10px 10px 0 0;
	
}

.news-one .text-mng{
	float: left;
width: 72%;
}

.news-one .text-box h3 {
	font-size:28px;
	padding: 0px 0px 90px;
}

.news-one .text-box h3 span{
	font-size:30px !important;
	font-weight:bold;
	color:#000;
}

.news-one .text-box h3::before {
	height: 246px;
	width:270px;
}

.new-two{	 
background-attachment: fixed !important;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-repeat: no-repeat;
background-position: center 100%;
max-width:845px;
margin:0 auto 20px;
padding: 15px 0 0;
	 
}



.box-cmp-nm{
	display:inline-block;
	margin-left: 0;
	padding: 15px 0px 5px;
	max-width:150px;
	
}

.bg-fix-news{
	background-image:url(../images/bg-fix-nw1.png);
	min-height: 580px;
}

.new-blog{
max-width:1050px !important;
margin: auto;
	 
}

/*.news-head-blog{
	margin:30px 0 ;
	text-align:justify;
	
}*/

.news-head-blog p,.sigle_blog_page p{
	font-family: AGaramondPro-Regular;
font-weight: normal;
font-size: 14px;
word-spacing: 1.5px;
letter-spacing: 1.5px;
line-height: 20px;
color:#000;


}
.contn_part{font-family: AGaramondPro-Regular;
font-weight: normal;
font-size: 14px;
word-spacing: 1.5px;
letter-spacing: 1.5px;
line-height: 20px;
color:#000;
margin:auto;}
.con_part{	
max-width:700px;
margin:auto;
}

.con_part:first-child{margin:30px auto;}


.marg-blog{
	margin-top:45px !important;
	margin-left:auto;
	margin-right:auto;
	
}

.marg-blog p{
	margin-bottom:0;
	
}



#single_blog .news-head-blog {
	margin: 0 auto 20px ;
	overflow:hidden;
}


#single_blog .aligncenter{
margin-top: 35px;
 	
}

.line-in{
	
	position: relative;
z-index: 999;
	
	
}

.line-in span  {
text-transform: uppercase;
letter-spacing: 8px;
padding: 5px 12px;
background: #FFF none repeat scroll 0% 0%;
margin-left: 52px;
font-family: Arial-Narrow;

}

.line-in:before{
	z-index:-555;
	position:absolute;
	content:"";
	display:block;	
height: 1px;
background: #404040 none repeat scroll 0% 0%;
width:100%;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
}

.news-head-blog span{
	font-size: 66px;
font-family: AGaramondPro-Regular;
float: left;
margin: 22px 0px 0px;
}

.margin-text {
   margin: 10px 0px 25px;
}

.bg-fix-blog{
	background-image:url(../images/new-blog-img.jpg);
	min-height: 450px;
	
}

.address{
	margin:20px 0 30px;
}

.address h3{
	font-size: 12px;
margin: 30px 0px 20px;
padding: 0px;
text-transform: uppercase;
letter-spacing: 6px;
font-family: Montserrat-Regular;
}

.address p{
	font-size:12px;
	margin:0 0 20px;
	padding:0;
	text-transform:uppercase;
	letter-spacing:3px;
	line-height: 18px;
}

.address  .pro-sld , .address  .pro-sld a{
	margin:0;
	padding:0;
	
}

.btn-cnt{
	display:block;
	padding:13px 0;
	text-align:center;
	max-width:100%;
	margin: 30px 0px 0px;
	background: #F8F8F8;
	
}

.address-box{
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
}

.btn-cnt a, .btn-cnt a span{
	margin:0;
	padding:2;
	font-family:inherit;
	letter-spacing:8px;
	font-family: Montserrat-Regular;
}

.address  .pro-sld a span{padding: 0px 1px 3px !important; margin:0; font-family:inherit;font-size: 12px;}

.bg-fix-contact{
	background-image:url(../images/contact-img.jpg);
	min-height: 550px;
	background-position:center 118px  !important;
}

.bg-fix-blog-2{
	background-image:url(../images/new-blog-img-2.jpg);
	min-height: 388px !important;
	
}

.bg-fix-news-2{
	background-image:url(../images/bg-fix-nw2.png);
	min-height: 565px;
}

.headings-news{
	font-size: 100px;
padding: 0px;
color: #FFF;
text-align: center;
font-family: ChronicleDisp-XLight;
text-transform: uppercase;
letter-spacing: 9px;
margin: 25% 0px 5px;
}

.headings-textt{
	font-size: 30px;
padding: 0px;
color: #FFF;
text-align: center;
font-family: ChronicleDisp-Roman;
letter-spacing: 4px;
}

.new-two h3{
	color: #000;
font-size: 26px;
margin: 5px 0px 0px;
padding: 0px;
font-family: ChronicleDisp-XLight;
font-weight: 100;
/*font-family: AGaramondPro-Regular;*/
}



.new-two h3 span{
 font-family:ChronicleDisp-XLightItalic;	
}


.btn-marg{
	margin:20px auto 50px !important; 
}

.btn-marg a, .btn-marg a span{
	margin:0 !important;
	font-family: AGaramondPro-Regular;
	font-size:15px;
	
}

.box-in-goggle{
	margin: 30px auto 130px;
max-width: 275px;
text-align: center;
}

.box-in-goggle img{
	max-width:100%;
	width: auto !important;
}

.img1{
	width:100%;
	margin-bottom:10px;
}

.img2{
	width:auto;
	margin-left:30px;
}

.social {
   margin: 10px 0px 70px;
}
.social span{
	margin: 6px 0px 14px;
	float:left;
	
}

._491z {
	display:none !important;
}

.text-bd{
	letter-spacing:5px;
	font-size: 11px;
	text-transform:uppercase;	
	padding-top: 4px;
}

.social span ul{	
	list-style:none;
	padding:0;
	margin:0 0 0 60px;	
}



.social span ul li{
	 
	 display:inline-block;
}

.social span ul li a{
	color: #646464;
margin-right: 25px;
font-size: 22px;
display: block;
transition:all 300ms ease-in-out; 
}

.social span ul li a:hover{
	text-decoration:none;
	color:#F90;
}

.comment-box {
    padding: 5px 5%;
}

.comment-box input[type="submit"]{
	
	width: 60px;
height: 55px;
border: 1px solid #808080;
border-radius: 2px;
float: right;
margin-right: 20px;
background: transparent none repeat scroll 0% ;
transition:all 300ms ease-in-out;
}

.comment-box input[type="submit"]:hover{
	
	background:#F8F8F8;
border: 1px solid #ccc;
}

.comment-box textarea{
	float: right;
width: 87%;
height: 55px;
border: 1px solid #808080;
font-family: MinionPro-It;
letter-spacing: 2px;
padding: 10px 15px 0;
line-height:15px;
}

.comment-box ::-webkit-textarea-placeholder {
   color: #000 !important;
   opacity:1;
}

.comment-box :-moz-placeholder { /* Firefox 18- */
   color: #000; 
   opacity:1; 
}

.comment-box ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
   opacity:1;
}

.comment-box :-ms-input-placeholder {  
   color: #000;  
   opacity:1;
}

.my-model-cnt {
    padding: 20px !important;
   width: 70% !important;
    border: 1px solid #000 !important;
    background: #fff !important;
}


/*--news--page--*/



/*--contact--*/


.bottom-space{
	margin-bottom: 5px;
}

.contact-box{
	padding:0; 
	text-align:center;
	max-width: 450px;
	margin:0 auto;
	

}

.contact-box p{
	display:none;
	margin:0;
}

.contact-box h5 p{
	display:block;
}

.wpcf7-form-control-wrap.upload-files {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0;
	cursor:pointer;
}

.contact-box h4{
	letter-spacing: 4px;
text-transform: uppercase;
font-size: 11px;
font-family: Montserrat-Regular;
position: relative;
display: block;
margin-bottom: 0px !important;
padding: 0px;
	
}

.contact-box h5{
margin-bottom: 12px;
line-height: 12px;
font-size: 11px;
}

.contact-box h5 a{
	display:inline;
	color:inherit;
} 

.contact-box .center-box{
	position:static;
	max-height:none !important;
	color:#000 !important;
	
}

.contact-box .center-box ul {
	margin:8px 0 0 0;

}

.contact-box .center-box ul li {
	background:#000 !important;
width: 4px;
height: 4px;
margin: 0px -1px;
} 

.contact-box input,  .contact-box textarea  {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-top: none;
	border-right:none;
    border-left: none;
    border-bottom: 1px solid #9E9E9E;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
   padding: 20px 0px 0px;
    line-height: 16px;
	float:none;
	font-family: Arial-Narrow;
	outline:none !important;
	
}

.contact-box select{
	width: 100%;
border-width: medium medium 1px;
border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color #9E9E9E;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 10px;
line-height: 16px;
float: none;
font-family: Arial-Narrow;
outline: medium none !important;
padding: 20px 0px 0;
}


.contact-box .pro-sld a span {font-family: Arial-Narrow !important;}


.clr{
	color:rgba(0,0,0,0.5) !important;
}


.contact-box input:focus ,  .contact-box textarea:focus , .contact-box select:focus{
	 
	 border-color:#000;
	 background:#F3F0F0 ;
	 color:#000;
	 opacity:0.8;
	 outline:none;
}

select::-ms-expand { /* for IE 11 */
    display: none;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}




.contact-box .close {    
    color: #2C2C2C !important;
	text-shadow:none !important;
    
}

.contact-box ::-webkit-textarea-placeholder {
   color: #000;
   
}

.contact-box :-moz-placeholder { /* Firefox 18- */
   color: #000; 
    
}

.contact-box ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
   
}

.contact-box :-ms-input-placeholder {  
   color: #000;  
   
}

.contact-box .pro-sld , .contact-box .pro-sld a , .contact-box .pro-sld a span{
	margin:15px 0 0;
	color: #757575 !important;
	margin:0 !important;
	font-size:10px;
	text-align:left;
	font-family:inherit;
	
}

.pro-sld{
	position:relative;
}

 .contact-box textarea:last-child {
	margin-bottom:10px;
	max-height: 88px;
}

.submitt{
	border: 1.9px solid #9E9E9E !important;
padding: 13px 48px !important;
background-color: transparent;
width: auto !important;
display: inline-block;
margin: 58px 0px 25px !important;
text-align: center;
transition:all 300ms ease-in-out;
color:#000 !important;
} 

.submitt:hover{
	background:#F8F8F8;
	border: 1px solid #ccc !important;
	
}

.contact-box .pro-sld a span::before , .contact-box .pro-sld a span::after {
	background: #757575 !important;
	height: 1px !important;
	bottom: 2px !important;
}



/*--brands--*/


#brands h3{
	margin: 35px 0px 3px 5%;
padding: 0px;
color: #000;
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
font-family: Montserrat-Regular;
font-weight: bold;
line-height: normal;
}

#brands p{
	margin: 0px 0px 40px 5%;
font-size: 12px;
letter-spacing: 3px;
color: #000;
font-family: Arial-Narrow;
}

.logo-blc{
	width: 108px;
	height:22px;
	margin: 5px auto 0px;
	background:url(../images/logo.png) no-repeat center 0px ;
	
	
}



.brand-box{
	letter-spacing: 3px;
font-size: 12px;
margin: 0px 0px 30px;
text-transform: capitalize;
transition:all 500ms ease-out;

}


.brand-box a h5{
	position:relative;
	display:inline-block;
		
}

.brand-box a h5:before{
  position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#000;
	content:"";
	display:block;
	
}

 .brand-box a br {
    display: none;
}
 .brand-box h5 br {
    display: block;
}

 .brand-box:hover a h5:before{
	
 width:100%;
	transition:all 600ms ease-out;
	-webkit-transition:all 600ms ease-out;
	-o-transition:all 600ms ease-out;
	-moz-transition:all 600ms ease-out;
	-ms-transition:all 600ms ease-out;

}


.navigators{
	text-align: right;
letter-spacing: 3px;
font-family: MinionPro-It;
font-size: 18px;
margin:20px 0 0;
color:#000;
	
}

.navigators a{
	display:inline-block;
	color:#000;
}

.navigators a:hover{
	text-decoration:none;
	opacity:0.5;
}

.navigators img{
	width: 30px;
}

.brand-box:hover span{
	
	opacity:0.5;
}



.brand-box span{
	float: left;
max-width: 96px;
font-size: 106px;
text-transform: uppercase;
opacity: 0.2;
font-family: ChronicleDisp-XLightItalic;
display: block;
line-height: normal;
color: #000;


	
}

.brand-box h5{
margin: 49px 0px 0px 2px;
padding: 0px;
line-height: normal;
font-size: 11px;
color: #000;
float: left;
display: inline-block;
font-family: Arial-Narrow;
	
	
}

.col-sm-4:first-child .brand-box:first-child h5{
	margin-left:-3px;
}

.col-sm-4:nth-child(2) .brand-box:first-child h5{
	margin-left: -7px;
}

.col-sm-4:nth-child(2) .brand-box:last-child h5{
	margin-left: -5px;
}

.col-sm-4:nth-child(3) .brand-box:first-child h5{
	margin-left: 10px;
}


.blog_bg:last-child{padding-bottom:10px;margin-bottom:10px;}

.blog_bg{background:#F8F8F8;overflow: hidden;}
.container.post_page_container {
   margin-top: 76px;
	
}
.PostBox {
    background: #fff none repeat scroll 0 0;
   margin: 10px auto 0px;
    max-width: 900px;
   padding: 10px 10px 50px;
position:relative;
}
.blog_part_top{margin: 20px 0px 18px;}
.post_cat{  font-family: AGaramondPro-Regular;  font-size: 14px; text-transform:uppercase; font-style:normal; color: #737373; text-align:center; letter-spacing: 3px;}
.post_date1{ font-family: MinionPro-It; letter-spacing: 3px; color:#000000; text-align:center;}


.ThePostTitle {
   bottom: -12px;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.brand-box p{
	display:none;
}
.PostTitleLink {
   	color: #FFF;
font-size: 24px;
line-height: normal;
padding: 0px;
text-align: left;
margin-left: 50px;
font-family: Montserrat-Regular;
text-transform: uppercase;
letter-spacing: 2px;
}
.PostTitleLink a,.PostTitleLink a:hover{color:#fff; text-decoration:none;}



.Post_subtite {
padding: 10px 0px 50px;
text-transform:capitalize;
color: #FFF;
font-weight: normal;
line-height: normal;
font-size: 28px;
letter-spacing: 1px;
font-family: AGaramondPro-Italic;
}
.read-more {
    margin-bottom:25px;
    text-align: center;
}
.read-more a{
 color: #000;
    display: inline-block;
    font-size: 12px;
  
    transition: all 300ms ease-out 0s;
}
.read-more a:hover {
    text-decoration: none; color: #000;
}
.read-more a:hover span:before {
    left: 0;
    width: 100%;
}

.read-more a span {
  display: inline-block;
font-size: 15px;
letter-spacing: 2px;
margin: 20px 0px 0px;
position: relative;
transition: all 300ms ease-out 0s;
font-family: MinionPro-It;
color: #737373;
z-index: 555;
padding: 0px;
}

.read-more a span:after {
    background: rgb(115, 115, 115) none repeat scroll 0% 

0%;
bottom: 4px;
content: "";
display: block;
height: 1px;
left: 0px;
position: absolute;
width: 100%;
z-index: -60;
}


.read-more  a:hover span::after {
    width: 0;
}

.text-box h3:before {
 border: 5px solid #3B5D77;
width: 294px;
height: 280px;
display: block;
content: "";
position: absolute;
z-index: 999;
left: -78px;
top: -94px;
}


input:focus, textarea:focus{outline:none !important;}


.read-more a span:before {
  background: rgb(115, 115, 115) none repeat scroll 0% 0%;
 bottom: 4px;
content: "";
display: block;
height: 1px;
position: absolute;
right: 0px;
transition: all 600ms ease-out 0s;
width: 0px;
z-index: 60;
}
.addtoany_shortcode .a2a_button_google_plus{display:none !important;}

.addtoany_shortcode .a2a_s_facebook{ background-image:none !important;    color: #646464;
    display: block;
    font-size: 20px;    
    transition: all 300ms ease-in-out 0s;isplay: inline-block;
    height: auto!important;
    line-height: normal!important;
    opacity: 1;
    width: auto!important; margin: 0px 4px !important;}
.addtoany_shortcode .a2a_s_facebook:before{content: "\f09a" !important;  font-family: 'FontAwesome';}
.addtoany_shortcode .a2a_s_twitter{background-image:none !important;    color: #646464;
    display: block;
    font-size: 20px;
    margin-right: 20px;
    transition: all 300ms ease-in-out 0s;isplay: inline-block;
    height: auto!important;
    line-height: normal!important;
    opacity: 1;
    width: auto!important; margin:0 !important;}
.addtoany_shortcode .a2a_s_twitter:before{content: "\f099";  font-family: 'FontAwesome';}
.addtoany_shortcode .a2a_s_pinterest{background-image:none !important;    color: #646464;
    display: block;
    font-size: 20px;   
    transition: all 300ms ease-in-out 0s;isplay: inline-block;
    height: auto!important;
    line-height: normal!important;
    opacity: 1;
    width: auto !important; margin: 0 4px !important;}
.addtoany_shortcode .a2a_s_pinterest:before{content: "\f231";  font-family: 'FontAwesome';}
.addtoany_shortcode {
    margin: 0px 0px 0px 18px;
}

.marg-blog_1{
	margin: 115px 0px 0px;
}

.addtoany_list a {padding: 0px 12px !important;}

.single img {width: 100%;}


@media screen and (min-width:180px) and (max-width:560px) {
	
	.close-nav {
		
		right:12% !important;
 }
 
 .head-text h4 {
	font-size: 14vw;
}
.head-text h4 span {
    line-height: 44%;
}

.pro-sld {
    margin: 30px auto;
}
 
 .social span {
	 float:none;
	 margin:8px 0 6; 
}

.text-bd {   
    margin-top: 14px;
}

.btn-hvr-up span::before, .btn-hvr-up span::after {background:#000;}
 
 .head-one .container{
	 padding:0 !important;
}

.PostTitleLink {
    font-size: 10px !important;
	padding: 0px 20px;
left:0;
margin-left:0;
}

.Post_subtite {
	font-size:13px !important;
}

.foot-marg {height:50px;}
 
.btn-hvr-up, .btn-hvr span, .btn-hvr, .btn-hvr_ri8 span, .btn-hvr_ri8 {color:#000 !important;}
.btn-hvr span:before, .btn-hvr span:after, .btn-hvr_ri8 span:before, .btn-hvr_ri8 span:after, .btn-hvr-up:before ,.btn-hvr-up:after {background:#000 !important;}

 
 .head-text, .btn-bx , .headings{
    position: static !important;
 }
 
 .head-text img {
	 display:none;
 }
 
 .center-box h5 {
	 line-height:normal;
}

.headings-news {
    font-size: 50px;
	letter-spacing:4px;
	margin: 60% 0px 5px !important;
}

.headings-textt {
    font-size: 20px;
	letter-spacing:2px;
}
 
 .head-text h5, .head-text h4 ,  .headings {
	 
	 margin:20px 0 0;
	 color:#000 !important;
	
 }
 
 
 
.headings{
	margin-bottom:30px;
}



.font-nrml{
	font-weight:bold;
}

 
 
  .head-text h5{	  
	   font-size:20px;
	 line-height:20px;
}

 .head-text h4{
	  font-size:35px;
	  margin-bottom:20px;
	 line-height: 34px;
}


 
.btn-hvr {
	
	 color:#000 !important;
 }
 
 .pro-box {
	 margin-bottom:20px;
 }
 
 .hover{
	 display:none;
 }
 
 .my-model {
	
	 background:#fff;
	 box-shadow:0 0 2px #999;
	 border-bottom-right-radius:5px;
	 border-bottom-left-radius:5px;
  }
  
  .in-side-box h4 {
	  top:20px;
}



.lf-wd .rf-wd{
  width:100% !important;
}
  
  .in-side-box h4 {
	  position:static;
	  margin:20px 0;
	  color:#000 !important;
  }
  
  .center-box {
	  position:static;
	  margin:0 auto 20px; 
	  color:#000 !important;
	 max-height: 220px !important;
	  
  }
  .fadeer {
	  display:none;
  }
  
  .center-box ul li {
	  background:#000;
	  
   }
  .menu-btn{
	  display:none;
  } 
  
  #gnavi-links{
	  width:30px;
 }
 #gnavi .nav-btn a .bars {
	 width:18px
 }
 
 .logo-fix-adon{ 
 margin:auto;
}

.head-nav .col-xs-4:first-child{
 width: 16.6667% !important;
 }
 
 .head-nav .col-xs-4:nth-child(2){
	 
	width: 63.333% !important;
 }
 
 .head-nav .col-xs-4:nth-child(3){
	 
	width: 20% !important;
 }
 
 .right_menu{
	 font-size:6px;
	 line-height: 7px;
	margin: 7px 0px 0px;
 }
 
 .address-box .pull-left, .address-box .pull-right{
	float:none !important;
}
 
 
 .comment-box textarea {
   
    width: 60% !important;
}

.rf-wd .head-text h5{
	 margin: 40px 0px 0px !important;
}

.right_menu a, .right_menu a:hover {
	margin: 0px !important;
line-height: 7px !important;
font-size: 7px !important;
}

.news-head h1 {
    font-size: 14px;
}


#header_mob{
	background: transparent url("../images/main-img_formobile.jpg") no-repeat  center center ;
	background-size:cover;
	height:700px !important;
	position:absolute;
	    top: 40%;
	left:0;
	width:100%;
	display:block;
	
}

.logo {
    margin: 180px auto 0px !important;
}



}

@media screen and (min-width:561px) and (max-width:767px) {
	
	#header_mob{
	background: transparent url("../images/main-img_formobile.jpg") no-repeat  center center ;
	background-size:cover;
	height:500px;
	position:absolute;
	    top: 0;
	left:0;
	width:100%;
	display:block;
	
}


.logo {
    margin: 100px auto 0px;
}

}
@media screen and (max-width:767px) {
	
	#header{background:#c6c6c6 !important;}

	
	
 .foot-menu {
 text-align: center;
 margin-bottom: 50px;
}
 .foot-menu span {
 float:none;
}
 .newltr {
 margin:10px auto 0;
}

.head-text h4 {
	font-size: 14vw;
}
.fix-box {position:static;}
.footer {
	padding: 40px 0 40px ;
	
}
.rf-wd{
	max-height:inherit;
	
}


.PostTitleLink {
    font-size: 18px;
    padding: 0px 20px 0 40px;
    margin-left: 0;
}


.news-head h1 {
    font-size: 16px;
}

.col-sm-4:first-child .brand-box:first-child h5{
	margin-left:0;
}

.col-sm-4:nth-child(2) .brand-box:first-child h5{
	margin-left:0;
}

.col-sm-4:nth-child(2) .brand-box:last-child h5{
	margin-left: 0;
}

.col-sm-4:nth-child(3) .brand-box:first-child h5{
	margin-left:0;
}


.foot-menu:nth-child(2),.foot-menu:nth-child(3), .foot-menu:nth-child(4){
	
	width: 100% !important;
}



.my-model-cnt {
   padding: 20px 0px !important;
width: 90% !important;
margin: 60px auto;
}
.contact-box {
    padding: 0px 15px;
}

 .head-text h4 {
	font-size: 17.5vw;
}

 .right_menu a, .right_menu a:hover {
	margin: 10px 0 0;
line-height: 7px;
font-size: 9px;
}


.foot-menu ul li span{
	display:block;
}

.box-in-goggle {
    margin: 30px auto 50px;
}


.newltr{
	margin:0;
}

.nw_btn {float:left;}

.img-heght{
	max-height:inherit;
}

.close-nav {
		
		right:20%;
 }
 
 .img-nn{
	 display:block;
}

.newsletter-form  ul li span:last-child {
    font-family: Arial-Narrow;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 5px;
    display: block;
    overflow: hidden;
   width: 168px;
    margin: 14px auto 0px;
}

.head-text h5 {
    color: #FFF;
    margin: 40px 0px 0px;
}

.rf-wd .head-text h5{
	 margin: 30% 0px 0px;
}

.comment-box textarea {
   
    width: 80%;
}

.ing-bg, .in-page-bg{
	background:none !important;
	height:auto;
}

.lf-wd, .rf-wd{
	width:100%  !important;
	margin:0;
	
}

.brand-box {
	
	padding:10px 0;
	text-align:center;
}

.brand-box  span , .brand-box  h5{
	float:none;
	margin:0;
	padding:0;
	width:100%;max-width:100%;
}
.brand-box a:hover span,.brand-box a:hover{text-decoration:none;}

.brand-box  h5{
	line-height:8px;
	padding-bottom:2px;
}


 
 .my-model {
	 margin:auto;
	 width: 90% !important;
	
  }

.headings-news {    
	margin: 30% 0px 5px;
}

.news-one .text-box {   
    background: rgba(232, 233, 233, 0.75) none repeat scroll 0% 0%;
}

.new-one{
	background-position:center center !important;
}
  
  
  
  .pro-box {
	  
	  min-height: auto !important
  }
  
 
 .btn-bx{
	 height:40px !important;
}
 
 .text-box {
	background: rgba(255, 255, 255, 0.77) none repeat scroll 0% 0%;
	margin: 50px auto;
}
.text-box h3::before {
	left:-55px;
}

.pro-box{
	margin-bottom:20px;
}

.scrollToTop {
	right:10px;
	bottom:30px;
	background-color:transparent;
	
	transition:all 300ms ease-in-out;
}

.scrollToTop:hover {
	background: rgba(249, 246, 246, 0.69);
	box-shadow:0 0 8px #86837F;
}

.new-one {
	background-position:center center;
}

#brands p , #brands h3{
	margin-left:0 ;
}



.left-wd, .right-wd {
	width:100% !important;
	margin:20px 0 0;
}

.address h3 {margin:40px 0 15px;}



.font-nrml {
	font-weight:bold !important;
}

.brands{
	text-align:center;
}


}
@media screen and (min-width:768px) and (max-width:980px) {
.pad-spc {
	margin: 28px 0px 60px !important;
}

.head-text h4 {
   margin-top: 75%;
font-size: 7.78vw;
   
}

.new-one {
    max-width: 700px;
}

.PostTitleLink {
    font-size: 20px;
}

.footer {
    padding: 65px 0% 40px 6%;
}

.foot-menu {
    padding: 0px 5px !important;
}

.foot-menu ul li a , .foot-menu ul li span {letter-spancing:2.5px;}


.rf-wd .head-text h5{
	 margin: 15% 0px 0px;
}

.head-text h2 {
    margin: 16px 0px 0px;
    padding: 0px;
    text-align: center;
    display: block !important;
    width: 100% !important;
}

.rf-wd .head-text h2 img{
	
	
}
.brand-box {
	
	padding:10px 0;
	text-align:center;
}


.head-text h2 img {
    max-width: 82px;
    margin: 28px 0px 0px;
}


.brand-box  span , .brand-box  h5{
	float:none;
	margin:0;
	padding:0;
	width:100%;max-width:100%;
}

.center-box ul {
    
    margin: 0px 0px 4px;
}

.in-side-box h4 {
	top:30px;
}

center-box {
    top: 7%;
   
}

.newltr{
	max-width:111px !important;
}

.newsletter-form span{
	overflow:hidden;
	margin:5px 0 0 !important;
}

.my-model {
	min-height:auto;
}

.head-text h5 {
	margin: 42px 0px 0px;
}

.img-set{
	margin-top:4px !important;
	width:120px !important;
}

.container {
    width: 95% !important;
}


}

@media screen and (min-width:981px) and (max-width:1279px) {
	
	.head-text h4 {
   margin-top: 71%;
font-size: 8.5vw;
   
}

.head-text h5 {
	margin: 17% 0px 0px;
}

.brand-box span {
	font-size:50px;
}

.brand-box h5{
	margin: 21px 0px 0px;
font-size: 11px;
}


	



@media screen and (min-width:768px) and (max-width:1125px) {

	.form ul li span {
   display: block !important;
width: 100%;
margin: 7px 0 9px !important;
}
	
}

 @media screen and (min-width:1130px) {.rf-wd  h5{margin:134px 0px 0px !important; letter-spacing:3px;} .rf-wd  h2 img {
    max-width: 120px;
    margin: 9px 0px 0px;
}

}
