﻿.navbar-collapse.in{
	overflow-y:inherit;
	border-top:0;
}

/*.navbar-collapse.in:before{
	content:"";
	background:rgba(0,0,0,0.66);
	position:fixed;
	width:100%;
	height:100%;
	top:107px;
	left:-15px;
}*/

.navbar-toggle .icon-bar{
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.navbar-toggle.open .icon-bar{
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}

.navbar-toggle.open .icon-bar:nth-child(2){
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.navbar-toggle.open .icon-bar:nth-child(3){
	opacity:0;
}

.navbar-toggle.open .icon-bar:nth-child(4){
	-webkit-transform:rotate(45deg) translateY(-19px) translateX(-20px);
	transform:rotate(45deg) translateY(-19px) translateX(-20px);
}
		

.navbar{
	margin-bottom:0;
}

.navbar-default{
	border:0;
	background:rgba(255,255,255,0);
	background:#fff;
}


body, html{
	background:transparent;
	font-family:"華文細黑", "STHeiti Light", 微軟正黑體, 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
}

body *{
	max-height:999999px;
}

a, a *{
	color:inherit;
	font-size:inherit;
	text-decoration:none;		
}

a:hover, a:hover, a:focus{
	text-decoration:none;
	color:inherit;
	outline:0;
}

a:focus{
	border:0;
}


#header-wrap{
	/-webkit-transition: all 0.3s linear;
	/transition: all 0.3s linear;
}

.img-full{
	width:100%;
	height:auto;
}

.img-max{
	max-width:100%;
}

.fl_left{
	float:left !important;
}

.fl_right{
	float:right !important;
}

.div-clear:after{
	content:'';
	clear:both;
	display:block;
	padding:0;
	margin:0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	h1, h2, h3, h4, h5, h6{
		font-weight:100;
	}
}

h1, h2, h3, h4, h5, h6{
	font-weight:400;
}

#index h1, #index h2, #index h3, #index h4, #index h5, #index h6{
	//font-weight:400;
}

/*.owl-carousel .owl-wrapper-outer{ margin-top:-15px;}*/


.container{
	position:relative;
}

.table{
	width:100%;
	height:100%;
	display:table;	
	margin:0;
	table-layout:fixed;
}

.cell{
	display:table-cell;
	vertical-align:middle;
}

.for_pc{
	display:block !important;
}

.for_mobile{
	display:none !important;
}

.for_tablet{
	display:none;
}

.Lato{
	font-family: 'Lato', sans-serif;
}

.position_relative{
	position:relative;
}

/*--------------button------------------------*/
.button, .button *{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.button:hover, .owl-next:hover, .owl-prev:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#toTop{
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer/btn_toTop.png) no-repeat center top;
	width:102px;
	height:50px;
	position:relative;
	margin-bottom:20px;
	opacity:0.6;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#toTop:before{
	content:"Back to Top";
	font-size:14px;
	color:#535353;
	padding-top:25px;
	display:inline-block;
}


.btn_book{
	background:#c0b595;
	font-size:25px;
	color:#fff !important;
	width:54px;
	height:206px;
	display:inline-block;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-163px;
	z-index:9999;
	padding:35px 13px 35px 15px;
}


.btn_layout{
	background:#626262;
	font-size:20px;
	line-height:46px;
	text-align:center;
	color:#fff !important;
	cursor:pointer;
	display:block;
	width:100%;
}
	
/*--------------button------------------------*/

.logo-img{
	padding-top:26px;
	display:inline-block !important;
}

.navbar-collapse{
	text-align:center;
}

.navbar-nav{
	margin-top:20px;
	margin-bottom:0px;
	float:none;
	display:inline-block;	
}

.navbar-toggle{
	background:#fff;
	background:rgba(255,255,255,0.7);
}

.navbar-header{
	float:none;
	display:block;	
}

.navbar-brand{
	float:none;
	width:100%;
	text-align:center;
	margin-left:0 !important;
	padding-top:0;
	padding-bottom:0;
	height:auto;
}

.navbar-nav > li{		
	position:relative;	
}

.navbar-nav > li > a{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size:16px;
	padding-left:23px;
	padding-right:23px;
	margin-left:25px;
	margin-right:25px;
	display:inline-block;
	letter-spacing:1px;
}

.navbar-nav > li > a:hover{
	
}

.navbar-default .navbar-nav > li > a{
	color:#010101;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ 
	color:#e6bebe;
	background:none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:transparent;
}

.sub_menu{
	color:#3f3f3f;
}


.sub_menu li a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

.sub_menu li a:hover{
	color:#777;
}

.sub_menu > span{
	padding-bottom:10px;
	display:block;
}

.header_lang_select{
	width:110px;
	height:23px;
	line-height:23px;
	font-size:13px;
	color:#fff;
	font-size:100;
	background:#9b0700;
	border:0;
}

.header_search_area{
	border:1px solid #000;
	height:22px;
}

.header_search_field{
	height:20px;
	line-height:20px;
	border:0;
	width:130px;
	padding-left:5px;
	vertical-align:top;
}

.header_search_field:focus{
	outline:0;
}

.header_search_area img{
	padding:4px 3px 4px 2px;
	vertical-align:top;
	border-left:1px solid #000;
	cursor:pointer;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	max-height:none;
}

/*--------------#footer------------------------*/
#foo{
}

#foo.container{
	color:#535353;
	font-size:16px;
	margin:0 auto;
	position:relative;
	line-height:35px;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:2px;	
	margin-top:50px;
}

.footer_copyright{
	font-size:14px;	
	letter-spacing:1px;
	margin-top:20px;
}

.footer_copyright:before{
	content:"";	
	border-top:1px solid #000;
	display:block;	
	padding-bottom:20px;
}

.footer_icon{
	display:inline-block;
	padding-left:6px;
}

.footer_nav{
	margin-bottom:50px;
	padding-top:26px;
	padding-bottom:26px;
	text-align:center;
	background:#e8e8e8;
}

.footer_nav a{
	display:inline-block;
	font-size:16px;
	color:#000;
	padding:0px 36px 0 38px;
	border-left:1px solid #000;
	line-height:16px;
}

.footer_nav a:first-child{
	border-left:0;
}

.footer_info{
	font-size:14px;
	letter-spacing:1px;
}

.footer_info span{
	display:inline-block;
	padding-right:30px;
}



/*--------------#footer------------------------*/
/*--------------#main------------------------*/
.btn_down {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity:100;
}
.btn_down:hover, .btn_down:focus, .btn_down:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
	
.container{
	padding-top:0px;
	padding-bottom:0px;
}

.navbar .container{
	padding-top:0;
	padding-bottom:0;
}

.Raleway{
	font-family:"Raleway";
}


.btn_close{
	position:absolute;
	bottom:8%;
	left:50%;
	width:55px;
	height:55px;
	margin-left:-27px;
	z-index:100;
	cursor:pointer;
	background:url(../images/main/btn_close.png) no-repeat left top;
}

.no_wrap{
	white-space:nowrap;
}

.owl-item{
	cursor:move;
}

.owl-nav{
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:0;
	width:100%;
}

.owl-nav .owl-prev{
	position:absolute;
	top:0;
	left:0px;
	width:47px;
	height:75px;	
	line-height:75px;
	z-index:10;
	text-align:center;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.owl-nav .owl-prev:before{
	content:'';
	background:url(../images/aboutus/slider_prev.png) no-repeat left top;
	width:47px;
	height:75px;		
	display:inline-block;
}

.owl-nav .owl-next{
	position:absolute;
	top:0;
	right:0px;
	width:47px;
	height:75px;	
	line-height:75px;
	z-index:10;
	text-align:center;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.owl-nav .owl-next:before{
	content:'';
	background:url(../images/aboutus/slider_next.png) no-repeat left top;
	width:47px;
	height:75px;
	display:inline-block;	
	
}

.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover{
	filter: alpha(opacity=70);
	opacity:0.7;	
}

.owl-nav .owl-prev:hover{
	
}

.owl-nav .owl-next:hover{
	
}

.owl-dots{	
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align:center;
	z-index:999;
}

.owl-dot{
	display:inline-block;	
}

.owl-dot span{
	background:#babbbd;
	border:0;
	cursor:pointer;
	display:block;
	width:15px;
	height:15px;	
	border-radius:20px; 
}

.owl-dot.active span{
	background:#e6bebe;
}

.owl-carousel .owl-controls .owl-dot {
	padding: 0px 19px 0px 17px;
}

.id_anchor{
	margin-top:0px;
	padding-top:0px;
	display:inline-block;
}

.width_1280{
	max-width:1263px;
	margin-left:auto;
	margin-right:auto;
}

.top_header{
	//padding-top:50px;
	//padding-bottom:30px;
	font-size:22px;
	line-height:35px;
	background-image:url(../images/banner01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:48%;
	height:0;
	position:relative;
}

.top_header > div{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.offer_board{
	
}

.board01{
	background:url(../images/borad01.jpg) no-repeat left top;
	width:606px;
	height:800px;
	background-size:cover;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.board02{
	background:url(../images/borad02.jpg) no-repeat left top;
	width:596px;
	height:775px;
	box-shadow:4px 6px 5px rgba(0,0,0,0.14);
	background-size:cover;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.offer_text{
	font-size:18px;
	line-height:29px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:10;
	padding-left:70px;
	padding-right:70px;
	width:100%;
}

.offer_title_en{
	padding-bottom:56px;
}

.offer_title{
	padding-bottom:46px;
	font-size:39px;
	letter-spacing:2px;
}

.offer_con{
	padding-bottom:45px;
}

.btn_get{
	padding-left:42px;
	padding-right:42px;
	line-height:57px;
	font-size:14px;
	text-transform:uppercase;
	border-radius:0;
	background:#000;
	color:#fff !important;
	letter-spacing:2px;
	display:inline-block;
	
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}

.btn_get:hover{
	background:#444;
}

section{
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto 100%;
}

.section01{
	background-image:url(../images/bg01.jpg);
}

.section02{
	background-image:url(../images/bg02.jpg);
}

.section03{
	background-image:url(../images/bg03.jpg);
}

.section04{
	background-image:url(../images/bg04.jpg);
}

.section05{
	background-image:url(../images/bg05.jpg);
}

.section06{
	background-image:url(../images/bg06.jpg);
}

.section07{
	background-image:url(../images/bg07.jpg);
}

.section08{
	background-image:url(../images/bg08.jpg);
}

.offer_board{
	padding-top:215px;
	padding-bottom:253px;
	padding-top:12.5%;
	padding-bottom:12.5%;
}

.btn_next{
	background:url(../images/btn_next.png) no-repeat left top;
	width:115px;
	height:58px;
	background-size:contain;
	cursor:pointer;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:47px;
	margin-bottom:40px;
}

.sponsor_area{
	background:#f3f3f3;
	padding-top:60px;
	padding-bottom:40px;
}

.sponsor_logo img{
	vertical-align:middle;
	display:inline-block;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}

.footer{
	padding-top:160px;
	padding-bottom:160px;
}

.btn_top{
	background:url(../images/btn_top.png) no-repeat left top;
	background-size:contain;
	width:117px;
	height:120px;
	display:inline-block;
}

/*now*/



/*--------------#main------------------------*/


/*--------------editor------------------------*/
.for_editor p{
	margin:0 0 3% 0;
}

.for_editor p:last-child{
	margin-bottom:0;
}

.for_editor ul, ol{
	margin:0 0 3% 0;
	margin-left:-24px;
}

.for_editor img{
	max-width:100%;
	height:auto;
	display:inline-block;
}

@media (max-width:640px){
.for_editor p{
	margin:0 0 20px 0;
}

.for_editor ul, ol{
	margin:0 0 20px 0;
	margin-left:-24px;
}
}

/*--------------editor------------------------*/

@media (min-width:1432px){
	.owl-nav .owl-prev{
		left:-22px;
	}
	
	.owl-nav .owl-next{
		right:-22px;
	}
	
	.owl-nav .owl-prev:hover{
		left:-47px;
	}
	
	.owl-nav .owl-next:hover{
		right:-47px;
	}
	
	
}

@media (max-width:1308px){
	.navbar-nav > li > a{
		padding-left:23px;
		padding-right:23px;
		margin-left:16px;
		margin-right:16px;
	}
}
	
@media (min-width: 1200px){	
	
}

@media (max-width: 1199px){
	.navbar-nav > li > a{
		padding-left:18px;
		padding-right:18px;
		margin-left:8px;
		margin-right:8px;
	}
			
	.id_anchor{
	}
	
	
}




@media (min-width: 992px){
	
	
}


@media (max-width: 991px){
	
	.navbar-nav > li > a{
		padding-left:15px;
		padding-right:15px;
		margin-left:0;
		margin-right:0;
	}	
	
	.footer_nav{
		margin-bottom:20px;
	}
	
	.footer_nav a{
		padding-left:32px;
		padding-right:30px;
	}
	
	.for_tablet{
		display:block;
	}			
	
	.no_tablet{
		display:none !important;
	}
		
	
	.id_anchor{
	}
	
	.btn_next{
		width:50px;
		height:29px;
	}	
	
	
}


@media (max-width: 640px){
#cover_banner {
	display: none;
}
#cover_banner_m {
	display: block;
}	
	
.rel_banner{
	line-height:38px;
	background-size:1330px auto;
	padding-top:81%;
	padding-bottom:18%;
	background-position:left -353px top;
}	
	
.for_pc{
	display:none !important;
}

.for_mobile{
	display:block !important;
	opacity:1 !important;
}

.navbar-nav{
	margin-top:0px;
	margin-bottom:0;
	float:none;	
	display:block;
	background:#fff;
	border-bottom:1px solid #ccc;
}

.navbar-nav > li{
	border-bottom:0;
	background:#fff;
}

.navbar-nav > li:first-child{
	padding-top:55px;
}

.navbar-nav > li:last-child{
	border-bottom:0;
	padding-bottom:55px;
}

.navbar-nav > li:hover{
	
}

.sub_menu li{
	padding-top:5px;
	padding-bottom:5px;
}

.sub_menu li a{
	display:block;
}

.navbar-nav > li.current > a{
	opacity:0.7;	
}


.navbar-default .navbar-nav > li > a{
	border:0;
	font-size:32px;
	letter-spacing:3px;
	padding-top:28px;
	padding-bottom:28px;
	margin:0;
	display:block;	
}


.menu_fl_right{ float:none !important;}


#header-logo{
	background-size:100% 100%;
}

#header-logo .container{
	background:rgba(0,0,0,0.5);
}

.navbar-toggle{
	float:left;
	margin:0;
	border:0;
	padding:0;
	padding-top:43px;
	padding-bottom:43px;
	padding-left:45px;
	padding-right:20px;
}

.navbar-default .navbar-toggle .icon-bar{
	width:45px;
	background-color:#000;
	border-radius:0;
	height:4px;
}

.navbar-toggle .icon-bar + .icon-bar{
	margin-top:10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:none;
	opacity:0.8;
}

.logo-img{
	width:260px;
	margin-left:-100px;
	padding-top:29px;
}

.navbar-brand{
	height:128px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	border-left:0;
	border-bottom:0 !important;
}

#foo *{
	text-align:center !important;
}

.id_anchor{
	margin-top:-130px;
	padding-top:130px;
}

.owl-nav{
	display:none;
}


.footer_nav{
	display:none;
}

	.top_header{
		background-image:url(../images/banner01_m.jpg);	
		padding-top:570px;	
	}
	
	.top_header > div{
		margin-top:220px;
	}

	.board01{
		width:486px;
		height:641px;
	}
	
	.board02{
		width:478px;
		height:622px;
	}
	
	.offer_text{
		padding-left:85px;
		padding-right:85px;
	}
	
	.section01 .offer_title_en img,  .section04 .offer_title_en img, .section06 .offer_title_en img, .section07 .offer_title_en img{
		width:70%;
	}
	
	.section02 .offer_title_en img{
		width:80%;
	}
	
	.section01{
		background-image:url(../images/bg01_m.jpg);
	}
	
	.section02{
		background-image:url(../images/bg02_m.jpg);
	}
	
	.section03{
		background-image:url(../images/bg03_m.jpg);
	}
	
	.section04{
		background-image:url(../images/bg04_m.jpg);
	}
	
	.section05{
		background-image:url(../images/bg05_m.jpg);
	}
	
	.section06{
		background-image:url(../images/bg06_m.jpg);
	}
	
	.section07{
		background-image:url(../images/bg07_m.jpg);
	}
	
	.section08{
		background-image:url(../images/bg08_m.jpg);
	}	
	
	.offer_board{
		padding-top:42px;
		padding-bottom:353px;
	}
	
	.footer{
		padding-top:40px;
		padding-bottom:40px;
	}
	
}

@media (min-width:641px){		
	#header-logo{
		min-height:164px;
	}
	
	.navbar-nav > li > a{
		padding-bottom:20px;
	}			
		
	ul.sub_menu{
		list-style:none;
		color:#3f3f3f;
		border:2px solid #000;
		border-top:0;
		padding:10px 0 50px 12px;
		background:#fff;
		font-size:14px;
		width:475px;
		position:absolute;
		top:40px;
		left:18px;
		z-index:99;
		
		padding:0;
		height:0;
		overflow:hidden;
		opacity:0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}	
	
	.navbar-nav > li:hover > ul.sub_menu{
		opacity:1;
		padding:10px 0 50px 12px;
		height:auto;
	}
	
	.navbar-nav > li:hover > ul.sub_menu{
		display:block;
	}
	
	ul.sub_menu li{
		display:inline-block;
		vertical-align:top;
		text-align:left;		
		position:relative;		
		padding:10px 0 10px 0;
		width:30%;
		display:inline-block;
		vertical-align:top;
	}
		
	ul.sub_menu li a{
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	
	ul.sub_menu li a:hover{
		color:#999;
	}
	
	.navbar-nav > li > a:before{
		content:"";
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:6px;
		background:#fff0f0;
		opacity:0;
		-webkit-transition:all 0.3s linear;
		transition:all 0.3s linear;
	}	
	
	.navbar-nav > li.current > a:before, .navbar-nav > li.active > a:before{
		opacity:1;
	}

	.navbar-fixed-top .logo-img{
		padding-top:10px;
		width:200px;
		margin-bottom:-15px;
		/*height:50px;*/
	}
	
	.navbar-nav > li:first-child > a{
		margin-left:0;
	}
	
	.navbar-nav > li:last-child > a{
		margin-right:0;
	}
	
		
}

@media (max-width:1280px){
	
}

@media (min-width: 641px) and (max-width:832px){
		
	.navbar-nav > li > a{
		padding-left:8px;
		padding-right:8px;
		margin-left:0;
		margin-right:0;
		font-size:14px;
	}
}




/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */

::-moz-selection {
	background: #000;
	color: #fff;
}

::-webkit-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

/* ------------------------------------------------------------------
Forms
------------------------------------------------------------------- */

.form-control {
	border: 2px solid #eee;
	height: 32px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #af9752;
	width:100%;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.form-control::-moz-placeholder{
	color: #af9752;
}

.form-control:focus {
	border-color: #8a8c8e;
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 42px;
	font-size: 12px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

/*field*/

.form-control, .q_text{
	border:0;
	border-radius:0;
	color:#636466;
	font-size:21px;
	height:45px;
}

.font_white{
	color:#fff;
}

.font_gold{
	color:#b7b193;
}


/*.navbar{
	top:-20%;
	
	-webkit-transition: top 0.6s linear;
	-moz-transition: top 0.6s linear;
	-o-transition: top 0.6s linear;
	transition: top 0.6s linear;	
}

.navbar-fixed-top{	
	top:0;
}*/


::-moz-selection {
  background: #d5d1bb; /* Gecko Browsers */
}

::selection {
  background: #d5d1bb; /* WebKit/Blink Browsers */
}