/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700');
@import url('https://fonts.googleapis.com/css?family=Antic+Didone');

@import url('https://fonts.googleapis.com/earlyaccess/cwtexkai.css');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');

.video_wrap{
    width: 100%;
	height: 100%;
	background-color: rgba(41,26,0,0.90);
	position: fixed;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index:1041;
}
#closevideo{
	position: relative;
	left: 85%;
	top:20px;
	color: white;
	opacity:0.3;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	cursor: pointer;
}
.video_logo img{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	width: 400px;
	height: auto;
}
.phase{
	color:#86824A;	
	font-size: 12px;
	margin:0 0 5px;
	text-align:center;
}
.tagline{
	color:#86824A;	
	font-size: 20px;
	margin:15px 0 5px;
	text-align:center;
}
video{
	position: relative;
	left:15%;
	width:70%;
	height:auto;
}

.vr{
	display:block;
	width:160px;
	height:40px;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-80px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background-color: #615223;
	text-align: center;
	padding: 8px 0px;
	z-index:1040;
}

.vr:hover .dropdown-content {
	display: block;
}
.dropbtn{
	font-size: 18px;
	font-weight: normal;
}
.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 6px;
  width: 160px;
  height:30px;
  background-color:#B3A382;
  border-radius: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
/*	height:60px;*/
}
.dropdown-content ul{
	list-style:none;
}
.dropdown-content ul li{
	width:160px;
	height:30px;
	border:none;
	padding:0;
}
.dropdown-content li a {
  position: absolute;
  left:0;
  width:160px;
  height:30px;
  text-align:center;
  text-decoration: none;
  padding:5px;
  color:#000;
}
.dropdown-content ul li:first-child {
	border-bottom: #CAC0AC solid 1px;
	width:80px;
}
.dropdown-content li a:hover {
	color:#fff;
}

iframe{
	width: 100%;
	height: 100%;
}
#iframe1, #iframe2{
    width: 100%;
	height: 100%;
	background-color: rgba(41,26,0,0.90);
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2100;
}

#iframe_box {
	position: relative;
	width: 100%;
	height: 900px;
	top: 2%;
	left:0%;

}

.close_iframe1{
	position: relative;
	left: 80%;
	top:20px;
	color: white;
	opacity:0.3;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	cursor: pointer;
}

#iframe1{
	display: none;
}



.sup{
	vertical-align: super;
}
.sub{
	vertical-align: sub;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}


html,
body {
    width: 100%;
    height: calc(100% - 60px);
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #251711;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #000;
}

a {
    color: #86652a;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #86652a;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica,Arial,sans-serif;
}
h6{
	line-height:  1.2;
	font-weight: 200;
}
.text-center{
	text-align: center;
}
.cursive {
    font-family: 'Antic Didone', SimSun, STSongti, /*'cwTeXFangSong', 'cwTeXMing', */serif;
    text-transform: none;
	color: #86652a;
}

/*
#disclaimerModal .modal-dialog {
	width: 45%;
}

#termsModal .modal-dialog {
	width: 40%;
}
*/

#disclaimerModal .modal-content, #termsModal .modal-content, #vendorModal .modal-content, #popupModal .modal-content {
    background-color: transparent;
}

.modal-backdrop
{
    opacity:0.95 !important;
    background-color: #251711;
}

.modal {
  text-align: center;
  padding: 0!important;
}

#disclaimerModal.modal:before, #termsModal.modal:before, #vendorModal.modal:before, #popupModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
    background-color: #3c261b;
	border: none;
	/* remove shadow below */
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #251711;
  }

.modal-footer {
  padding: 15px;
  border-top: 1px solid #251711;
}

footer {
    margin: 15px;
}

.glyphicon {
    color: #c29f61;
}

.navbarCollapse {
    background: rgba(129,119,101,0.9);
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #86652a;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

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

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: none;
    font-size: .9em;
    font-weight: normal;
    /*color: #a98a53 !important;*/
    color: #000 !important;
}

.navbar-default .nav>li:first-child {
	border-left: solid 0px;
}

.navbar-default .nav>li {
	border-left: solid 2px;
	margin-top: 10px;
	margin-bottom: 10px;
    /*color: #a98a53 !important;*/
    color: #000 !important;
}


	.lang {
		color: #86652a;
		padding: 7px 5%;
		float: left;
		margin: 10px 0px 0px 0px; /* (top right bottom left) */
	}
	.lang a {
		padding: 8px 16px; /* (top right bottom left) */
		margin: 0px 0px 0px 0px; /* (top right bottom left) */
		color: #8b856b; /* #86652a #c29f61 */
		/*background-image: url("../images/btn_lang_bg.png");*/
		/*background: #86652a;*/
		text-decoration: none;
		border-left: solid 1px;
	}
	.lang a:hover {
        /*background: rgba(55,41,33,0.5);*/
		text-decoration: underline;
		/*border-bottom: solid 1px;*/
	}
	.lang a:first-child {
		margin-left: 0px;
		border-left: solid 0px;
	}

.nav > li > a {
-webkit-border-radius: 0!important;
-moz-border-radius: 0!important;
border-radius: 0!important;
}
.nav > li > a:hover {
    background: rgba(220,200,150,0.5);
}


.bg_remark {
	min-height: 60px;
}
.navbg {
	background-image: url("../images/bgpattern.jpg");
}
.devPhase {
	color: #86652a;
	text-align: center;
}
footer .devPhase {
	text-align: left;
}
.bg-nav, .bg-nav2 {
	background: rgba(125,120,100,0.8); 
	background-image: url("../images/Zigzag Ridges 2x.png"); 
	background-repeat: no-repeat;
	background-position: center top;
    background-attachment: scroll;
	margin: 0% 0px 0px 0px; /* top, right, bottom, left */
}
.imgpad {
    padding: 10px;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.mainlogo {
	height: 100%; /*can be anything*/
    width: 100%; /*can be anything*/
    position: relative;
}
.mainlogo img {  
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 25%;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.flare {
	height: 100%; /*can be anything*/
    width: 100%; /*can be anything*/
    position: relative;
}
.flare img {	
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 25%;  
    left: 0;  
    right: 0;  
    margin: auto;
	z-index:10;
	animation: flare 20s infinite 0s linear;
	-webkit-animation: flare 15s infinite 0s linear;
}
@keyframes flare
{ 
	0%{ transform: translateY(-4%); opacity:0;} 
	20%{ transform: translateY(-5%); opacity:0.5;} 
	40% {transform: translateY(0%);opacity:0.8;} 
	100% {transform: translateY(7%);opacity:0;} 
} 
@-webkit-keyframes flare
{ 
	0%{ -webkit-transform: translateY(-4%); opacity:0;}  
	20%{ -webkit-transform: translateY(-2%); opacity:0.5;} 
	40% {-webkit-transform: translateY(0%);opacity:0.8;} 
	100% {-webkit-transform: translateY(7%);opacity:0;} 
} 


@media(max-width:1023px) {
.video_logo img{
	width: 220px;
}
.tagline{
	font-size: 15px;
}
}


@media(max-width:940px) {
.bg-nav {
	background-image: url("../images/Zigzag Ridges 2xb.png"); 
}
body {
    width: 100%;
    height: calc(100% - 86px);
}
}

@media(max-width:768px) {
body {
    width: 100%;
    height: calc(100% - 50px);
}
.navbar-default .nav>li {
	border-left: solid 2px;
	margin-top: 0px;
	margin-bottom: 0px;
    /*color: #a98a53 !important;*/
    color: #000 !important;
}
.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
.bg-nav, .bg-nav2 {
	background-color: none;
	background-image: none; 
}
.navbar-default .nav>li {
	border-left: solid 0px;
}
	
.mainlogo img, .flare img{  
    max-height: 120%;  
    max-width: 120%; 
	left:-10%;
}

.lang {
		padding: 7px 2%;
	}	

.video_logo img{
	width: 250px;
}
.tagline{
	font-size: 15px;
}
video{
	position: relative;
	left:5%;
	width:90%;
	height:auto;
}	
#closevideo{
	left: 85%;
}
	
#iframe_box {
	width: 96%;
	height: 720px;
	left:3%;
}
.close_iframe1{
	left: 85%;
}

	
}

@media(min-width:768px) {
	
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(15,15,15,1);
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

header {
	min-height: 100%;
}

.header-content{
	position: fixed;
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
	
}

header {
	background-image: url( "../images/bg1.jpg" );
    margin: 0px 0px 0px 0px; /* top, right, bottom, left */
}

.header-content {
    margin: 0px 0px 0px 0px; /* top, right, bottom, left */
}

header, .header-content {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    text-align: center;
    z-index: 0;
}

.animBG {
    z-index: 2;	
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



.ekko-lightbox modal fade in {
  background-color: #251711 !important;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #000;
    color: #222;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #000;
    background-color: #000;
    opacity: 0.7;
}

.btn-default .badge {
    color: #000;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #000;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #000;
    background: #222;
}

img::selection {
    color: #000;
    background: 0 0;
}

img::-moz-selection {
    color: #000;
    background: 0 0;
}
