/* 
Theme Name: 
Theme URI: http://timeuniversal.vn
Author: Time Universal
Author URI: http://blog.timeuniversal.vn
Description: Designed by Time Universal Communications
Version: 1.0 
*/

@font-face {
  font-family: "FuturaBk";
  src: url("fonts/FuturaBk.ttf");
}
.futurabk {
  font-family: "FuturaBk";
  font-weight: normal;
}
@font-face {
  font-family: "UTM Fleur";
  src: url("fonts/UTM Fleur.ttf");
}
.utm-fleur {
  font-family: "UTM Fleur";
  font-weight: normal;
}

/* Reset CSS */
*, *:before, *:after {margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
html, body {font-family: 'FuturaBk', Arial, sans-serif; font-size: 16px; font-weight: 400;}
table, tr, th, td{
    border-collapse: collapse;
    border: 1px solid #777;
    padding: 5px;
}
a {text-decoration: none; color: inherit; font-size: inherit;}
input, textarea, select{padding: 5px;}
li{list-style-position: inside;}
h1, h2, h3, h4{line-height: 1;}
img{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; border: 0; line-height: 1;display: block;}

/* Useful style */
.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.container {max-width: 1200px; width: 92%; margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}
.fri {float: right !important;}
.lsn, .lsn > li {list-style: none;}
.posr {position: relative;}
.posa {position: absolute;}
.posf {position: fixed;}
.row, .section {width: 100%; display: block;}
.row .rw-left {float: left;}
.row .rw-right {float: right;}

.imgdf > img {max-width: 100%; width: auto; height: auto; border: none;}

.hidden {display: none;}
.dtb {display: table;}
.dtbc {display: table-cell;}

.pl0 {padding-left: 0 !important;}
.pr0 {padding-right: 0 !important;}

.tac {text-align: center;}
.taj {text-align: justify;}
.ttu {text-transform: uppercase;}
.tdu {text-decoration: underline;}
.tdn {text-decoration: none;}
.fwb {font-weight: bold;}
.fwsb {font-weight: 600;}

.fluid {*zoom: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
.fluid:before, .fluid:after {display: table; content: "";}
.fluid:after {clear: both;}

.fluid .grid1, .fluid .grid2, .fluid .grid1-5, 
.fluid .grid3, .fluid .grid4, .fluid .grid5, 
.fluid .grid6, .fluid .grid7, .fluid .grid8, 
.fluid .grid9, .fluid .grid10, .fluid .grid11, .fluid .grid12 {
    display: block; position: relative; float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.grid1 {width:8.33333333333%;}
.grid2 {width:16.6666666666%;}
.grid1-5 {width: 20%;}
.grid3 {width:25%;}
.grid4 {width:33.3333333333%;}
.grid5 {width:41.6666666666%;}
.grid6 {width:50%;}
.grid7 {width:58.3333333333%;}
.grid8 {width:66.6666666666%;}
.grid9 {width:75%;}
.grid10 {width:83.3333333333%;}
.grid11 {width:91.6666666666%;}
.grid12 {width:100%;}

#page-nav{
	position: fixed;
	left: 0; top: 0; bottom: 0;
	z-index: 99999;
	width: 67px;
	height: 100%;
	background-color: #f8e5b3;
}
.nav-button{
	display: block;
	width: 36px;
	height: 17px;
	margin: 30px auto;
	cursor: pointer;
}
.nav-button span{
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 3px;
	background-color: #7e704d;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
/* .nav-button.show span:nth-of-type(1),
.nav-button.show span:nth-of-type(4){
	display: none;
}
.nav-button.show span:nth-of-type(2){
	-webkit-transform: rotate(-45deg) translateY(-1.5px);
	transform: rotate(-45deg) translateY(-1.5px);
}
.nav-button.show span:nth-of-type(3){
	-webkit-transform: rotate(45deg) translateY(1.5px);
	transform: rotate(45deg) translateY(1.5px);
} */
.nav-ulities{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.nav-ulities li{
	display: block;
	float: none;
	width: 38px;
	height: 52px;
	margin: 5px auto;
}

#scrolltop{
	display: none;
	position: fixed;
	bottom: 15px; right: 15px;
	z-index: 9999999999999;
	width: 50px;
	height: 50px;
	border: 2px solid #af955b;
	background-color: #1A0E31;
	background-image: url(https://dl.dropboxusercontent.com/s/3473tultncfp8ms/btn-up.png);
	background-position: center center;
	-webkit-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
}

.side{
	position: fixed;
	top: 0; right: -320px; bottom: 0;
	z-index: 100000;
	width: 320px;
	height: 100%;
	padding: 20px;
	border-left: 3px solid #b9a46f;
	background-color: #1A0E31;
	background-image: url(https://dl.dropboxusercontent.com/s/hrnk6ng8gvxio2n/about-title-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	-webkit-background-size: auto;
	background-size: auto;
	color: #fff;
}
.side.show{
	right: 0;
}
#subscribe-form h2{
	margin: 30px 0 20px;
	color: #cbb075;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
#subscribe-form p,
#subscribe-form textarea{
	margin-bottom: 13px;
}
#subscribe-form input,
#subscribe-form textarea{
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #cbb075;
	resize: none;
}
#subscribe-form input:focus{
	-webkit-box-shadow: 0 0 2px #cbb075;
	box-shadow: 0 0 2px #cbb075;
}
#subscribe-form input[type="submit"]{
	background-color: #cbb075;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#subscribe{
	position: fixed;
	top: 35px; right: 0;
	background-color: #cbb075;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#subscribe .btn{
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	background-image: url(https://dl.dropboxusercontent.com/s/61cp7ncomcb3znc/btn-right.png);
	background-position: center center;
	-webkit-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
}
#subscribe.show .btn{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#subscribe .text{
	float: left;
	display: block;
	padding: 13px 6px;
	border-left: 1px solid #af955b;
}
#menu.side{
	left: -320px; right: auto;
	z-index: 99998;
	border-left: 0;
	border-right: 3px solid #b9a46f;
}
#menu.side.show{
	left: 67px;
}
#menu li{
	float: none;
	position: relative;
	width: 100%;
	margin: 6px 0;
	text-align: center;
	text-transform: uppercase;
}


#page-content{
	display: block;
	width: 100%;
	padding-left: 67px;
}
#header{
	top: 0; left: 67px; right: 0;
	z-index: 9999;
}
.logo a{
	display: block;
	width: 185px;
	height: 111px;
	margin: 30px auto;
}
.logo-vin a{
	position: absolute;
	top: 0; left: 25px;
	display: block;
	width: 143px;
	height: 145px;
}
#header .langs{

}

#main{
	overflow-x: hidden;
}

.section-banner img{
	width: 100%;
	height: auto;
}
.section-banner .info{
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.section-banner .info .dtb{
	width: 100%;
	height: 100%;
}
.section-banner .info .dtbc{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.section-banner .info h1{
	position: relative;
	font-size: 48px;
	margin-bottom: 15px;
}
.section-banner .info h1:before{
	position: absolute;
	top: -30px; left: 50%;
	width: 88px;
	height: 14px;
	margin-left: -44px;
	background-image: url(https://dl.dropboxusercontent.com/s/cc48p40svz5a71v/title-bf.png);
	content: '';
}
.section-banner .info p{
	font-size: 24px;
}

.section-reason{
	padding: 60px 0;
	background-color: #fff;
}
.section-reason h2{
	color: #b9a46f;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
.section-reason .slide-wrap{
	margin: 70px 0 10px;
}
.section-reason li{
	/*margin: 0 20px;*/
	text-align: center;
}
.section-reason li img{
	max-width: 200px;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.section-reason li p{
	padding: 0 8px;
}
.section-reason .flex-direction-nav li{
	height: 0;
	list-style: none;
}
.section-reason .flex-direction-nav a{
	position: absolute;
	top: 66px; left: -45px;
	width: 40px;
	height: 79px;
	background-image: url(https://dl.dropboxusercontent.com/s/2k8k1d11nmqopny/rs-prev.png);
	content: '';
}
.section-reason .flex-direction-nav a.flex-next{
	left: auto; right: -45px;
	background-image: url(https://dl.dropboxusercontent.com/s/94861wpc0pnmogg/rs-next.png);
}

.section-about .section-title{
	padding: 80px 0 90px;
	background-color: #1a0e3b;
	background-image: url(https://dl.dropboxusercontent.com/s/hrnk6ng8gvxio2n/about-title-bg.png);
	background-position: bottom left;
	-webkit-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
}
.section-about .section-title h2{
	position: relative;
	margin: 85px 0 30px;
	font-size: 48px;
}
.section-about .section-title h2:before{
	position: absolute;
	top: -85px; left: 50%;
	width: 87px;
	height: 58px;
	margin-left: -44px;
	background-image: url(https://dl.dropboxusercontent.com/s/0gpybill5hp94f2/title-bf-2.png);
	content: '';
}

.section-about .section-content li{
	padding: 0;
	overflow: hidden;
}
.section-about .section-content li img{
	width: 100%;
	height: auto;
	-webkit-transition: all 0.75s ease-in-out 0.15s;
	-moz-transition: all 0.75s ease-in-out 0.15s;
	transition: all 0.75s ease-in-out 0.15s;
}
.section-about .section-content li:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.section-about .section-content .meta{
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.53);
	color: #fff;
	font-size: 16px;
}
.section-about .section-content .meta .dtb{
	width: 100%;
	height: 100%;
	padding: 30px;
}
.section-about .section-content .meta .dtbc{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.section-about .section-content .meta .dtbc span{
	position: relative;
	z-index: 10;
	display: inline-block;
	margin-bottom: 30px;
}
.section-about .section-content .meta .dtbc a{
	position: relative;
	z-index: 10;
	display: block;
	width: 100px;
	padding: 10px;
	margin: 0 auto;
	background-color: #cbb075;
	font-family: 'Roboto Condensed';
}
a.btn,
.section-about .section-content .meta .dtbc a.btn{
	position: relative;
	overflow: hidden;
}
a.btn > span,
.section-about .section-content .meta .dtbc a.btn > span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
a.btn > span:after,
.section-about .section-content .meta .dtbc a.btn > span:after{
	position: absolute;
	top: 0; left: 0;
	width: 110%;
	height: 110%;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
	content: '';
}
a.btn:hover > span:after,
.section-about .section-content .meta .dtbc a.btn:hover > span:after{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
}

.border-wrap{
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
	margin: 30px;
}
.on-screen .border{
	position: absolute;
}
.on-screen .border.top{
	top: 0; left: 0;
	width: 100%;
	height: 1px;
}
.on-screen .border.bottom{
	bottom: 0; right: 0;
	width: 100%;
	height: 1px;
}
.on-screen .border.left{
	bottom: 0; left: 0;
	width: 1px;
	height: 100%;
}
.on-screen .border.right{
	top: 0; right: 0;
	width: 1px;
	height: 100%;
}
.on-screen .border div{
	position: absolute;
	background-color: #c5b883;
	-webkit-transition: all 0.75s ease-in-out 0.15s;
	-moz-transition: all 0.75s ease-in-out 0.15s;
	transition: all 0.75s ease-in-out 0.15s;
}
.on-screen .border.top div{
	top: 0; left: 0;
	width: 0;
	height: 100%;
}
.on-screen .border.bottom div{
	top: 0; right: 0;
	width: 0;
	height: 100%;
}
.on-screen .border.left div{
	bottom: 0; left: 0;
	width: 100%;
	height: 0;
}
.on-screen .border.right div{
	top: 0; left: 0;
	width: 100%;
	height: 0;
}
.on-screen:hover .border.top div,
.on-screen:hover .border.bottom div{
	width: 100%;
}
.on-screen:hover .border.left div,
.on-screen:hover .border.right div{
	height: 100%;
}

.section-description{
	overflow: hidden;
}
.section-description .block{
	background-color: #fff;
	padding: 140px 0 50px;
	background-image: url(https://dl.dropboxusercontent.com/s/o4wv3sisbr60ge4/line-drop.png);
	background-position: top left 30px;
	background-repeat: no-repeat;
}
.section-description .block-2{
	background-position: top right 30px;
	padding: 120px 0 90px;
}
.section-description .block-3{
	background-image: url(https://dl.dropboxusercontent.com/s/z5trj8mpbg0n6ks/line-though.png);
	background-position: top right 30px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	padding: 120px 0 50px;
}
.section-description .block-4{
	padding: 100px 0 40px;
	background-image: url(https://dl.dropboxusercontent.com/s/o4wv3sisbr60ge4/line-drop.png), url(https://dl.dropboxusercontent.com/s/z5trj8mpbg0n6ks/line-though.png);
	background-position: top right 30px, top left 100px;
	background-repeat: no-repeat, repeat-y;
	background-attachment: scroll, fixed;
}
.section-description .block.odd{
	background-color: #1a0e3b;
}

.timeline{
	padding: 0;
	position: relative;
}
.timeline a{
	display: block;
	position: relative;
	z-index: 10;
	width: 25px;
	height: 42px;
	padding: 13px 0;
	margin: 25px auto 0;
	background-image: url(https://dl.dropboxusercontent.com/s/2biyw1g3i0gpu6d/polygon-white-hover-bg.png);
	background-position: 0 -42px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #a08d58;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: 'Arial', sans-serif;
	/* -webkit-transition: all 0.25s ease-in-out 0.25s;
	-moz-transition: all 0.25s ease-in-out 0.25s;
	transition: all 0.25s ease-in-out 0.25s; */
}
.odd .timeline a{
	background-image: url(https://dl.dropboxusercontent.com/s/hudcyfw40b4u92o/polygon-blue-hover-bg.png);
}

@-webkit-keyframes runinfinite {
	0%   { background-position: 0 -42px; color: #a08d58; }
	50%  { background-position: 0 0; color: #fff; }
	100%   { background-position: 0 42px; color: #a08d58; }
}
@-moz-keyframes runinfinite {
	0%   { background-position: 0 -42px; color: #a08d58; }
	50%  { background-position: 0 0; color: #fff; }
	100%   { background-position: 0 42px; color: #a08d58; }
}
@keyframes runinfinite {
	0%   { background-position: 0 -42px; color: #a08d58; }
	50%  { background-position: 0 0; color: #fff; }
	100%   { background-position: 0 42px; color: #a08d58; }
}

.block:hover .timeline a{
	-webkit-animation: runinfinite 1.25s infinite;
	-moz-animation:    runinfinite 1.25s infinite;
	animation:         runinfinite 1.25s infinite;
}
.timeline .line{
	position: absolute;
	top: 0; left: 50%;
	width: 1px;
	height: 2000px;
	margin-left: -0.5px;
	background-color: #a08d58;
}
.block-1 .timeline .line{
	top: 30px;
}
.section-description .the-content{
	padding: 0 30px 0 0;
	margin-left: -15px;
}
.section-description .the-content h3{
	margin: 20px 0 0;
	color: #dac896;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.section-description .the-content p{
	color: #414141;
	margin: 25px 0;
}
.section-description .odd .the-content p{
	color: #fff;
}
.block-1 ul li{
	margin-bottom: 20px;
}
.block-1 ul li:nth-of-type(odd){
	clear: both;
}
.block-1 ul p{
	position: relative;
	padding: 0 0 0 18px;
	margin: 0 !important;
	line-height: 32px;
}
.block-1 ul p > strong{
	color: #dac896;
}
.block-1 ul .map-marker{
	position: absolute;
	top: 0; left: 0;
}

span.icon{
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
span.icon.map-marker{
	width: 26px;
	height: 43px;
	background-image: url(https://dl.dropboxusercontent.com/s/1rez8g5wgqif3nf/map-marker-ico.png);
}
span.icon.car{
	width: 27px;
	height: 21px;
	background-image: url(https://dl.dropboxusercontent.com/s/dup1ubpb7b2uwgh/car-ico.png);
}
span.icon.facebook,
span.icon.youtube,
span.icon.twitter{
	width: 40px;
	height: 40px;
	background-image: url(https://dl.dropboxusercontent.com/s/p7f91zgtq0atoqh/facebook-ico.png);
}
span.icon.youtube{
	background-image: url(https://dl.dropboxusercontent.com/s/ovzzyp77yfobfvd/youtube-ico.png);
}
span.icon.twitter{
	background-image: url(https://dl.dropboxusercontent.com/s/npukchrcgboa4p9/twitter-ico.png);

}

.block .the-content a{
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #c5b883;
	background-color: transparent;
	color: #c5b883;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.section-description .block-3 .the-content a.btn > span:after{
	background-color: rgba(197, 184, 131, 0.2);
}
.block .the-thumbnail img{
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transition: all 0.35s linear 0.05s;
	-moz-transition: all 0.35s linear 0.05s;
	transition: all 0.35s linear 0.05s;
}
.block-4 .the-thumbnail ul{
	margin: 20px 0 12px;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.block-4 .the-thumbnail li{
	width: 100%;
	padding: 0 15px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 14px;
	cursor: default;
}
.block-4 .the-thumbnail li span{
	display: inline-block;
	padding: 2px 7px;
	border-radius: 8px;
	margin-right: 5px;
	background-color: #cbbc7e;
	font-weight: bold;
	text-align: center;
}

.the-thumbnail .layer.posa{
	width: auto;
	height: auto;
}

.rm-pd{
	margin: 0 -15px;
}

.section-banner-fixed{
	position: relative;
	z-index: 2;
	height: 580px;
	background-image: url(https://dl.dropboxusercontent.com/s/zln2u1qs2y7j4yr/banner-2.jpg);
	background-position: center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.section-banner-fixed.banner-fixed-3{
	height: 510px;
	background-image: url(https://dl.dropboxusercontent.com/s/9iy81j04y8iz9l7/banner-3.jpg);
}

.section-surface{
	padding: 30px 0;
	background-color: #fff;
}
.tabbed .tab-title.level-1 li{
	float: left;
	width: 100%;

	background-color: #1A0E3B;

	/* background: -moz-linear-gradient(left, rgba(26,14,59,0) 0%, rgba(26,14,59,0.33) 11%, rgba(26,14,59,0.9) 43%, rgba(26,14,59,1) 100%);
	background: -webkit-linear-gradient(left, rgba(26,14,59,0) 0%,rgba(26,14,59,0.33) 11%,rgba(26,14,59,0.9) 43%,rgba(26,14,59,1) 100%);
	background: linear-gradient(to right, rgba(26,14,59,0) 0%,rgba(26,14,59,0.33) 11%,rgba(26,14,59,0.9) 43%,rgba(26,14,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a0e3b', endColorstr='#1a0e3b',GradientType=1 ); */

	background: -moz-linear-gradient(left, rgba(26,14,59,0) 0%, rgba(26,14,59,0.85) 19%, rgba(26,14,59,1) 50%, rgba(26,14,59,0.85) 81%, rgba(26,14,59,0) 100%);
	background: -webkit-linear-gradient(left, rgba(26,14,59,0) 0%,rgba(26,14,59,0.85) 19%,rgba(26,14,59,1) 50%,rgba(26,14,59,0.85) 81%,rgba(26,14,59,0) 100%);
	background: linear-gradient(to right, rgba(26,14,59,0) 0%,rgba(26,14,59,0.85) 19%,rgba(26,14,59,1) 50%,rgba(26,14,59,0.85) 81%,rgba(26,14,59,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a0e3b', endColorstr='#001a0e3b',GradientType=1 );

	text-align: center;
}
.tabbed .tab-title.level-1 li:nth-of-type(even){
	background: -moz-linear-gradient(left, rgba(203,188,126,1) 0%, rgba(203,188,126,0.9) 57%, rgba(203,188,126,0.33) 89%, rgba(203,188,126,0) 100%);
	background: -webkit-linear-gradient(left, rgba(203,188,126,1) 0%,rgba(203,188,126,0.9) 57%,rgba(203,188,126,0.33) 89%,rgba(203,188,126,0) 100%);
	background: linear-gradient(to right, rgba(203,188,126,1) 0%,rgba(203,188,126,0.9) 57%,rgba(203,188,126,0.33) 89%,rgba(203,188,126,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbc7e', endColorstr='#00cbbc7e',GradientType=1 );
}
.tabbed .tab-title li a{
	display: inline-block;
}
.tabbed .tab-title.level-1{
	margin-bottom: 30px;
}
.tabbed .tab-title.level-1 li a{
	display: block;
	padding: 15px 10px;
	color: #b1a470;
	font-size: 18px;
	/*text-align: right;*/
}
/* .tabbed .tab-title.level-1 li:nth-of-type(even) a{
	padding: 15px 0 15px 60px;
	color: #fff;
	text-align: left;
} */

.tabbed .tab-title.level-2{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.tabbed .tab-title.level-2 li{
	display: inline-block;
	padding: 0 10px;
	color: #b9b9b9;
	font-size: 18px;
	font-weight: bold;
}
.tabbed .tab-title.level-2 li.active{
	color: #b1a470;
}
.tabbed .tab-content.level-2 img{
	margin: 0 auto 40px;
}
.tabbed .tab-content.level-2 > p{
	margin: 10px 0 30px;
	color: #b1a470;
	font-size: 18px;
	font-weight: bold;
}
.tabbed .tab-title.level-3{
	position: absolute;
	width: 170px;
}
.tabbed .tab-title.level-3 li{
	float: left;
	display: inline-block;
	width: 83px;
	border-radius: 2px;
	margin: 0 2px 2px 0;
	background-color: #d7d7d7;
	color: #050505;
	font-size: 12px;
	text-align: center;
}
.tabbed .tab-title.level-3 li.active{
	background-color: #cbbc7e;
}
.tabbed .tab-title.level-3 li a{
	display: block;
	padding: 5px 2px;
}

.top-footer{
	padding: 60px 0;
	border-top: 1px solid #dfc387;
	border-bottom: 1px solid #dfc387;
	background-color: #fff;
}
.top-footer .logo a{
	position: relative;
	z-index: 99;
}
.nav-footer{
	width: 100%;
	margin-top: -125px;
}
.nav-footer li{
	width: 20%;
	color: #dfc387;
	font-size: 14px;
}
.nav-footer li a{
	display: block;
}
.nav-footer li img{
	display: block;
	margin: 0 auto 20px;
}
.bot-footer{
	padding: 50px 0 8px;
	background-color: #1a0e3b;
}
.bot-footer .column{
	padding-left: 15px;
	border-left: 2px solid #cbbc7e;
}
.bot-footer .column.fr{
	float: right;
}
.bot-footer .grid12{
	padding: 0;
	margin-top: 30px;
}
.bot-footer p{
	margin-top: 13px;
	color: #fff;
	font-size: 14px;
}
.bot-footer p.title{
	margin: 0;
	color: #dcbf84;
	font-size: 16px;
}
.bot-footer .column.fr .title{
	margin-bottom: 13px;
}
.bot-footer .column.fr form{
	position: relative;
	width: 100%;
	border: 1px solid #cbbc7e;
}
.bot-footer .column.fr form input{
	width: 100%;
	padding: 8px 50px 8px 6px;
	border: 0;
}
.bot-footer .column.fr form button{
	display: inline-block;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	padding: 8px 10px;
	border: 0;
	background-color: #cbbc7e;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.bot-footer .column.fr p a{
	margin: 0 10px 0 0;
}

@media screen and (max-width: 1400px){
	.section-banner-fixed{
		height: 400px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.section-banner-fixed.banner-fixed-3 {
		height: 350px;
	}
}

@media screen and (max-width: 1024px){
	.logo a,
	.logo a img{
		width: 120px;
		height: 72px;
	}
	.logo a{
		margin: 10px auto 0;
	}
	.logo-vin a,
	.logo-vin a img{
		left: 10px;
		width: 70px;
		height: 71px;
	}
	.section-banner .info h1{
		font-size: 26px;
		margin-bottom: 8px;
	}
	.section-banner .info p{
		font-size: 16px;
	}
	.section-banner-fixed{
		background-size: auto 100%;
	}

	.section-banner-fixed{
		height: 400px;
	}
	.section-banner-fixed.banner-fixed-3 {
		height: 350px;
	}
}

@media screen and (max-width: 780px){
	.logo a,
	.logo a img{
		width: 100px;
		height: 60px;
	}
	.logo-vin a,
	.logo-vin a img{
		width: 60px;
		height: 61px;
	}
	.section-banner .info h1{
		font-size: 22px;
		margin-bottom: 8px;
	}
	.section-banner .info p{
		font-size: 12px;
	}
	.section-reason .flex-direction-nav{
		display: none;
	}
	.section-about .section-content li{
		width: 100%;
	}
	.section-about .section-content li img{
		width: 100%;
		height: auto;
	}
	.section-description .timeline{
		position: absolute;
		width: 60px;
	}
	.section-description .the-content,
	.section-description .the-thumbnail{
		width: 100%;
		padding-left: 75px;
		margin: 0;
	}
	#main .section-description .block{
		background-image: none;
	}

	.tabbed .tab-content.level-2 img{
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.tabbed .tab-title.level-3{
		position: relative;
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
	.tabbed .tab-title.level-3 li{
		float: none;
	}

	.block-1 ul li{
		width: 100%;
	}

	.nav-footer{
		margin: 30px 0 0;
	}
	.nav-footer li{
		float: left !important;
		width: 50%;
		margin-bottom: 15px;
	}

	.bot-footer{
		padding-bottom: 60px;
	}
	#subscribe{
		top: auto; bottom: 0;
	}

	.bot-footer .column{
		float: none !important;
		width: 100%;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 650px){
	.section-description .the-content{
		padding-right: 10px;
	}
	.section-description .the-content h3{
		font-size: 18px;
		line-height: 24px;
	}
	.block .the-content a{
		font-size: 14px;
	}
	.section-banner-fixed{
		height: 300px;
	}
	.section-banner-fixed.banner-fixed-3 {
		height: 250px;
	}
	.border-wrap{
		margin: 10px;
	}
}

@media screen and (max-width: 480px){
	body{
		background-color: #1A0E31;
	}
	#page-nav{
		position: relative;
		right: 0; bottom: auto;
		width: 100%;
		height: 45px;
		background-color: transparent;
	}
	.nav-button{
		margin: 30px 0 0 15px;
	}
	#menu.side{
		padding: 80px 0 0;
	}
	.nav-ulities{
		float: right;
		position: relative;
		right: auto; bottom: auto; top: auto;
		width: auto;
		margin: -30px 5px 0 0;
	}
	.nav-ulities li{
		float: right;
		width: 26px;
		height: 35.65px;
		margin: 0 5px 0 0;
	}
	.nav-ulities li img{
		width: 100%;
		height: auto;
	}
	#page-content{
		padding-left: 0;
		margin-top: 30px;
	}
	#header{
		position: relative;
		left: 0;
	}
	#header .logo{
		width: 100px;
		height: 60px;
		margin: -80px auto 10px;
	}
	#header .logo-vin{
		display: none;
	}
	.section-banner .info h1{
		font-size: 15px;
	}
	.section-banner .info p{
		font-size: 13px;
	}
}

@media screen and (max-width: 350px){
	.side{
		width: 270px;
	}
}