@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'forum';
	src: url('../fonts/forum/Forum-Regular.eot');
	src: local('☺'), url('../fonts/forum/Forum-Regular.woff') format('woff'), url('../fonts/forum/Forum-Regular.ttf') format('truetype'), url('../fonts/forum/Forum-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alright-bold';
	src: url('../fonts/alright/AlrightSans-Bold-v3.eot');
	src: local('☺'), url('../fonts/alright/AlrightSans-Bold-v3.woff') format('woff'), url('../fonts/alright/AlrightSans-Bold-v3.ttf') format('truetype'), url('../fonts/alright/AlrightSans-Bold-v3.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alright-light';
	src: url('../fonts/alright/AlrightSans-Light-v3.eot');
	src: local('☺'), url('../fonts/alright/AlrightSans-Light-v3.woff') format('woff'), url('../fonts/alright/AlrightSans-Light-v3.ttf') format('truetype'), url('../fonts/alright/AlrightSans-Light-v3.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'alright-light';
	src: url('../fonts/alright/AlrightSans-LightItalic-v3.eot');
	src: local('☺'), url('../fonts/alright/AlrightSans-LightItalic-v3.woff') format('woff'), url('../fonts/alright/AlrightSans-LightItalic-v3.ttf') format('truetype'), url('../fonts/alright/AlrightSans-LightItalic-v3.svg') format('svg');
	font-weight: 200;
	font-style: italic;
}
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
#cnmadminpanel{z-index: 9999; position: fixed; top: 0; width: 100%;}
html {margin: 0!important}
body {
	margin:0;
	padding:0;
	font-size: 10px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	font-family: 'alright-light';
	font-weight: 200;
	font-style: normal;
}
* {
	margin: 0;
}
.break-word {
	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-ms-word-wrap: break-word;
	-o-word-wrap: break-word;
	word-wrap: break-word;
}
p {
	line-height: 1.9em;
	font-size: 1.6em;
	color: #000;
	margin-bottom: 30px;
}
ul, ol {
	margin-bottom: 20px;
}
li {
    line-height: 32px;
    font-size: 16px;
    color: #000;
}
td, th {
	font-size: 16px;
	color: #000;
}
dt, dd {
    font-size: 16px;
	color: #000;
    line-height: 1.9em;
    margin-bottom: 25px;
}

a{
	color:#172e56;
	text-decoration: none;
	display: inline-block;
	
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;	
}
a:hover,
a:focus {
  color: #337ab7;
  text-decoration: none;
}
a img{
	border:none;
}
img {
	max-width: 100%;
	width: auto;
}
h1, .h1-style {
	font-size: 4em;
	line-height: 1.3em;
	font-weight: 400;
	color: #6a747c;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-bottom: 25px;
}
h2 {
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 400;
	color: #6a747c;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h3{
	font-size: 2.3em;
	line-height: 1.3em;
	font-weight: 400;
	color: #6a747c;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h4 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 400;
	color: #6a747c;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.blog-post-details {
	font-size: 16px;
	color: #000;
}
.blog-post-details img {
	margin-bottom: 15px;
}
.blog-post-details a img,
.blog-post-details li img,
.blog-post-details td img,
.blog-post-details th img{
	margin-bottom: 0;
}
.blog-post-details p,
.blog-post-details li,
.blog-post-details td,
.blog-post-details th,
.blog-post-details dt,
.blog-post-details dd {
	font-size: 1em;
}
.blog-post-details h1, .blog-post-details .h1-style {
	font-size: 40px;
}
.blog-post-details h2 {
	font-size: 23px;
}
.blog-post-details h3 {
	font-size: 18px;
}
.blog-post-details h4 {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.blog-post-details {
		font-size: 14px;
	}
	.blog-post-details h1, .blog-post-details .h1-style {
		font-size: 25px;
	}
	.blog-post-details h2 {
		font-size: 20px;
	}
	.blog-post-details h3 {
		font-size: 18px;
	}
	.blog-post-details .btn-layout {
		font-size: 14px;
	}
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/	
.menu {
	display: block;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 15px;
	background-color: #fff;
	-webkit-transition: padding 100ms linear;
	-moz-transition: padding 100ms linear;
	-ms-transition:  padding 100ms linear;
	-o-transition: padding 100ms linear;
	transition: padding 100ms linear;
}
.customize-support .menu {
    top: 25px;
}
.menu > .navigation {
	width: 25px;
    height: 17px;
	font-family: 'forum';
	color: #000;
	font-size: 2.8em;
	line-height: 1em;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	/*padding-left: 10px;*/
	text-decoration: none;
	/*float: right;*/
    /*margin-top: 13px;*/
	margin-top: 12px;
	-webkit-transition: margin-top 100ms linear;
	-moz-transition: margin-top 100ms linear;
	-ms-transition:  margin-top 100ms linear;
	-o-transition: margin-top 100ms linear;
	transition: margin-top 100ms linear;
}
.menu > .navigation:hover,
.menu > .navigation:focus {
	text-decoration: none;
}
.menu.actived > .navigation {
/*	margin-top: 12px;*/
}
.menu > a > .bar {
	position: absolute;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #000;
	
	-webkit-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-moz-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-ms-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-o-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
}
.menu > a > span:first-child {
	top: 3px;
}
.menu > a > span:nth-child(2) {
	top: 11px;
}
/*.menu > a > span:nth-child(3) {
	top: 19px;
}*/
.menu > a:hover > span:first-child {
	top: 0px;
}
.menu > a:hover > span:nth-child(2) {
	top: 14px;
}
.menu > a.behaved > span:first-child {
	top: 10px;
	transform: rotate(135deg);
}
.menu > a.behaved > span:nth-child(2) {
	top: 10px;
	transform: rotate(-135deg);
}
.menu.actived {
	border-bottom: solid 1px #dadbd8;
}
.menu .logo-nav {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
	max-width: 392px;
	-webkit-transition: max-width 100ms linear;
	-moz-transition: max-width 100ms linear;
	-ms-transition:  max-width 100ms linear;
	-o-transition: max-width 100ms linear;
	transition: max-width 100ms linear;
}
.menu .logo-nav .logo-desktop {
	display: block;
}
.menu .logo-nav .logo-mobile {
	display: none;
}
.menu.actived .logo-nav {
	/* max-width: 280px; */
}
/*.menu.behaved .logo-nav {
	position: absolute;
	top: -200%;
	opacity: 0;
}*/
.menu.behaved {
	border: none;
	background-color: transparent;
}
.menu>ul > li > ul {
	display: none;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.10);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 10px 0;
	width: 200px;
	margin-top: 0!important;
}
.menu>ul > li > ul > li {
	padding: 0;
	font-size: 14px;
	text-transform: capitalize;
}


.menu>ul > li > ul > li a {
	display: block;
	padding: 8px 10px;
	color: #e71c35;
}
.menu>ul > li > ul > li a:focus {
	color: #e71c35;
	text-decoration: none;
}
.menu>ul > li > ul > li a:hover {
	color: #9F081B;
	background-color: #F0F0F0;
}
.menu>ul.left-nav {
	right: 50%;
	left: 0;
	padding-right: 195px;
	padding-left: 15px;
}
.menu>ul.right-nav {
	left: 50%;
	right: 0;
	padding-left: 195px;
	padding-right: 15px;
}
.menu>ul {
	position: absolute;
	top: 15px;
	font-family: 'forum';
	margin: 0;
	margin-top: 17px;
	float: right;
	-webkit-transition: margin-top 100ms linear;
	-moz-transition: margin-top 100ms linear;
	-ms-transition:  margin-top 100ms linear;
	-o-transition: margin-top 100ms linear;
	transition: margin-top 100ms linear;
}
.menu.actived>ul {
	/* margin-top: 12px; */
}
.menu>ul li {
	text-align: center;
	width: 50%;
	margin: 0 -1px;
	padding: 0 10px;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 1px;
}
.menu>ul > li.dad {
	position: relative;
}
.menu>ul li a,
.menu>ul li a:focus {
	color: #747570;
	text-decoration: none;
	border-bottom: solid 3px transparent;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.menu>ul li a:hover,
.menu>ul li.active > a,
.menu>ul li.current-page-ancestor > a {
	border-bottom: solid 3px #dadbd8;
}/*
.menu.actived>ul li a,
.menu.actived>ul li a:focus {
	color: #4e682e;
	text-decoration: none;
}
.menu.actived>ul li a:hover,
.menu.actived>ul li a.actived {
	color: #86B54C;
}*/

/*
.navigation-overlay {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(241,241,241,0.95);
	padding-top: 104px;
	padding-bottom: 70px;
	overflow-x: hidden;
	overflow-y: auto;
}*/
.navigation-overlay {
	display: none;
	padding: 13px 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.navigation-overlay > ul {
	font-family: 'forum';
	opacity: 0;
	margin: 0;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-ms-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}
.navigation-overlay.behaved > ul {
	opacity: 1;
}
/*
.navigation-overlay > ul {
	font-family: 'forum';
	opacity: 0;
	margin: 0;
	-webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	
	-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: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.navigation-overlay.behaved > ul {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
	
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}*/
.navigation-overlay > ul > li {
	text-align: center;
}
.navigation-overlay > ul > li > a {
	color: #000;
	font-size: 22px;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	
	-webkit-transition: border-bottom 150ms linear;
	-moz-transition: border-bottom 150ms linear;
	-ms-transition: border-bottom 150ms linear;
	-o-transition: border-bottom 150ms linear;
	transition: border-bottom 150ms linear;
}
.navigation-overlay > ul > li > a:focus {
	color: #000;
	text-decoration: none;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.active > a,
.navigation-overlay > ul > li.current-page-ancestor > a {
	text-decoration: none;
	color: #3B3B3B;
}
.navigation-overlay > ul > li > ul {
	background-color: rgba(0,0,0,0.08);
	display: none;
	padding: 10px 0;
}
.navigation-overlay > ul > li > ul > li {
	padding: 8px 0;
}
.navigation-overlay > ul > li > ul > li a {
	color: #000;
	font-size: 1.5em;
	text-transform: uppercase;
}
.navigation-overlay > ul > li > ul > li a:focus {
	color: #3B3B3B;
	text-decoration: none;
}

/*body.behaved {
	overflow: hidden;
	background-color: #000;
}*/
.page {
	position: relative;
/*	-webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;*/
}
/*
.page.behaved {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}*/
@media screen and (max-width: 1440px) {
	/*.menu {
		padding: 35px;
	}
	.menu .logo-nav {
		max-width: 280px;
	}
	.menu.actived .logo-nav {
    	max-width: 260px;
	}
	.menu>ul {
		margin-top: 7px;
	}
	.menu.actived>ul {
		margin-top: 6px;
	}*/
}
@media screen and (max-width: 1350px) {
/*	.menu>ul {
		margin-right: 10px;
	}
	.menu>ul li {
		padding: 0 5px;
	}*/
}
@media screen and (min-width: 991px) {
	/*============== TOP ================*/
	.menu.behaved .logo-nav {
		position: static!important;
		opacity: 1!important;
	}
	.menu {
		background-color: #fff!important;
	}
	.menu > .navigation,
	.navigation-overlay {
		display: none !important;
	}
	/*body.behaved {
		overflow: auto!important;
		background: #fff!important;
	}*/
	/*.page.behaved {
		-webkit-transform: scale(1)!important;
		-moz-transform: scale(1)!important;
		-ms-transform: scale(1)!important;
		-o-transform: scale(1)!important;
		transform: scale(1)!important;
	}*/
}
@media screen and (max-width: 991px) {
	/*============== TOP ================*/
	.menu {
		height: auto;
		position: static;
		text-align: center;
		padding: 15px 15px 5px;
	}
	.menu > .navigation {
		display: inline-block;
	}
	
	.menu>ul {
		display: none;
	}
	.menu .logo-nav {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.menu .logo-nav .logo-desktop {
		display: none;
	}
	.menu .logo-nav .logo-mobile {
		display: block;
	}
}
@media screen and (max-width: 850px) {
	
}
@media screen and (max-width: 768px) {
	/*============== TOP ================*/
	/*.navigation-overlay > ul > li > a {
		font-size: 2.8em;
	}*/
	.page {
		/*-webkit-transform-origin: 50% 10%;
		-moz-transform-origin: 50% 10%;
		-ms-transform-origin: 50% 10%;
		-o-transform-origin: 50% 10%;
		transform-origin: 50% 10%;*/
	}
	
}
@media screen and (max-width: 650px) {
	/*============== TOP NAV ================*/
	.menu > a > .txt {
		display: none;
	}
	.menu > .navigation {
		/*padding-left: 14px;*/
	}
	.navigation-overlay {
		/*padding-top: 70px;*/
	}
	.navigation-overlay > ul > li > a {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.navigation-overlay > ul > li > ul > li a {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 600px) {
	.customize-support .menu {
		top: 0;
	}
}
@media screen and (max-width: 560px) {
	.menu {
		/*height: 69px;*/
	}
	.menu .logo-nav {
    	/*max-width: 240px;*/
		max-width: 210px;
	}
	/*.menu.actived .logo-nav {
    	max-width: 210px;
	}*/
	.menu > .navigation {
		/*margin-top: 10px;
		margin-top: 7px;*/
	}
	/*.menu.actived > .navigation {
		margin-top: 7px;
	}*/
}
@media screen and (max-width: 380px) {
	.menu {
		/*height: 65px;*/


	}
	.menu .logo-nav {
    	/*max-width: 210px;*/
		max-width: 190px;
	}
	/*.menu.actived .logo-nav {
    	max-width: 190px;
	}*/
	.menu > .navigation {
		/*margin-top: 7px;
		margin-top: 6px;*/
	}
	/*.menu.actived > .navigation {
		margin-top: 6px;
	}*/
}

.home-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh;
}
.home-banner .loader {
	background-image: url(../img/banner-icon.png);
	background-position: center 74%;
	background-repeat: no-repeat;
	background-size: 350px;
	background-color: #747570;
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; right: 0; top: 0; bottom: 0;
}
.home-banner .arrow-down {
	display: block;
	height: auto;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-shadow: 0 0 4px rgb(22 22 22);
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 100vh;
  min-height: 580px;
  background-color: #c8a066;
}
.home-banner .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 100vh;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 580px;
}
.home-banner .banner-text {
	text-align: center;
	position: absolute;
	left: 15px; right: 15px; top: 50%;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.home-banner .banner-text h1 {
	display: inline-block;
	color: #747570;
	border: solid 3px #dadbd8;
	background-color: rgba(255,255,255,0.8);
	font-family: 'forum';
	font-size: 50px;
	letter-spacing: 15px;
	text-transform: uppercase;
	padding: 15px 3%;
}

@media screen and (max-width: 991px) {
	.home-banner .banner-text h1 {
		font-size: 35px;
	}
}
@media screen and (max-width: 768px) {
	.home-banner .banner-text h1 {
		font-size: 30px;
	}
	.home-banner .arrow-down {
		background-size: 35px;
		height: 35px;
	}
	.section-heading h2 {
		font-size: 26px;
	}
	.round-thumb {
		width: 60%;
		padding-bottom: 60%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 540px) {
	.home-banner .banner-text h1 {
		font-size: 25px;
		letter-spacing: 7px;
	}
}
@media screen and (max-width: 420px) {
	.round-thumb {
		width: 80%;
		padding-bottom: 80%;
	}
}


.interior-header {
	background-color: #fff;
	/*height: 150px;*/
	height: 100px;
}

/* Default Sections */
.default-section {
	padding: 20px 0 70px;
}
.default-section .section-heading {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.default-section p {
	text-align: justify;
	padding: 0 20px;
}

/* Section Background colors */
.section-white {
	background-color: #fff;
}
.section-light {
	background-color: #dadbd8;
}

/*===========================================================================================================*/
/*=========================================== SUBNAV ========================================================*/
/*===========================================================================================================*/
.sub-nav {
	background-color: rgba(116,117,112,1);
	/*padding: 12px 0 10px;*/
	position: fixed;
	z-index: 10;
	top: 86px;
	overflow-x: auto;
	left: 0; right: 0;
	-webkit-transition: top 100ms linear;
    -moz-transition: top 100ms linear;
    -ms-transition: top 100ms linear;
    -o-transition: top 100ms linear;
    transition: top 100ms 
}
.customize-support .sub-nav {
	top: 111px;
}
.sub-nav.actived {
	/*top: 87px;*/
}
.sub-nav ul {
	min-width: 460px;
	margin: 0;
	text-align: center;
}
.sub-nav ul li {
	font-family: 'forum';
	padding: 0 20px;
	line-height: 1.2em;
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.sub-nav ul li a {
	color: #fff;
	padding: 10px 0;
}
.sub-nav ul li a:hover,
.sub-nav ul li a:focus {
	color: #D8D9D2;
}
.sub-nav ul li a.actived {
	color: #3c3c3c;
}
@media screen and (max-width: 1440px) {
/*	.sub-nav {
		top: 122px;
	}
	.sub-nav.actived {
		top: 80px;
	}*/
}
@media screen and (max-width: 991px) {
	.sub-nav {
		/*top: 76px;*/
		position: static;
	}
	.customize-support .sub-nav {
		top: 101px;
	}
}
@media screen and (max-width: 768px) {
	.sub-nav ul li {
		padding: 0 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.customize-support .sub-nav {
		top: 76px;
	}
}
@media screen and (max-width: 560px) {
	.sub-nav {
		/*top: 85px;*/
		top: 69px;
	}
	.customize-support .sub-nav {
		top: 69px;
	}
	/*.sub-nav.actived {
		top: 70px;
	}*/
}
@media screen and (max-width: 380px) {
	.sub-nav {
		/*top: 79px;*/
		top: 65px;
	}
	.customize-support .sub-nav {
		top: 65px;
	}
	/*.sub-nav.actived {
		top: 66px;
	}*/
}
