/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
sup{margin:0;padding:0;border:0;font-size:60%;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/abzee.otf');
  
    font-weight: normal;
    font-style: normal;

}
body{
	background: url(../images/bg.jpg) no-repeat #E7E7E7;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: 'Open Sans', sans-serif !important;
}
.wrap{
	width:80%;
	margin:0 auto;
}
/*----start-header----*/
.header{
	padding:10px;
	    background: rgba(0, 0, 0, 0.6);
}
.logo{
	    text-align: left;
}
.logo a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}
.breadcrumb > li a {
	margin-left: 30px;
}
.logo a span {
	color: #F3D026;
}
/*---start-content----*/
.content{
	text-align:center;
}
.content-info h1{
	color: #FFF;
	font-size:1.6em;
	text-transform: none;
	line-height: 1.5em;
	word-spacing: 2px;
}
.content-info h1 span{
	color:#c3a141;
	       font-size: 1.1em;
}
.content-info {
	width: 50%;
	float:left;
}
.content-info a{
	color:#f1f1f1;
		
	letter-spacing:1px;
	font-size:1em;
	
	
}
/* ---------- TIMER ---------- */
ul#countdown{text-align:center;padding-top: 15px;}
ul#countdown span {
	color: #FFF;
	font-size: 4em;
	font-weight: bold;
	width: 80px;
	height: 94px;
	text-align: center;
	display: inline-block;
}
ul#countdown h3{
	color:#fff;
}
ul#countdown li{
	display:inline-block;
	width: 10%;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 1.2em;
	191919
}
.content-grid h3{
	display: block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
}
/*---start-notify-form----*/
.notify{
	text-align: center;
	background: rgba(0, 0, 0, 0.36);
	width: 50%;
	margin: 2em auto 0 auto;
	padding: 0.5em 2em 2em 2em;
	font-family: 'bebasregular';
}
.notify h3{
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	padding: 1em 0;
	word-spacing: 2px;
}
.notify input[type="text"]{
	width:80%;
	padding:12px;
	border:none;
	outline:none;
	font-family: 'bebasregular';
}
.notify input[type="submit"]{
	padding:12px;
	border:none;
	outline:none;
	font-family: 'bebasregular';
	background:#F3D026;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#FFF;
	cursor:pointer;
}
.notify input[type="submit"]:hover{
	background:#fff;
	color:#000;
}
/*---start-socail-icons----*/
.social-icons h3{
	color: #FFF;
	font-size: 1em;
	margin: 1em 1em 1em 1em;
	word-spacing: 4px;
}
.social-icons ul li{
	display:inline-block;
}
.social-iconsl ul li a{
	display:block;
}
.social-icons ul li img{
	display:block;
}
.social-icons ul li a{
	background: #FFF;
	padding: 10px;
	border-radius: 30em;
	margin: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-icons ul li a:hover{
	background:#000;
}
.social-icons {
	text-align: center;
	padding: 1em 0 7.7em 0px;
}
.copy-right{
	text-align:center;
	background: rgba(0, 0, 0, 0.36);
	padding:1em 0;
}
.copy-right p{
	color:#FFF;
	word-spacing: 3px;
}
.copy-right p a{
	color:#FFF;
	padding-right:5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#F3D026;
}
.border{
	    padding: 5px 0;
    width: 25%;
    margin: 0 auto;
    border-bottom: 3px solid #c3a141;
}
/*----start-responsive-design----*/

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:95%;
	}
	.content-info {
		width: 50%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:95%;
	}
	.content-info {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:95%;
	}
	.content-info {
		width: 50%;
	}
	.notify input[type="text"] {
		width: 77%;
	}
	ul#countdown li {
		width: 13%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:95%;
	}
	.content-info {
		width: 100%;
		padding: 2em 0 0 0;
	}
	.righthalf{
		width:100%;
	}
	.notify input[type="text"] {
		width: 76%;
	}
	ul#countdown li {
		width: 13%;
	}
	.notify {
		width: 64%;
	}
	.content-info h1 {
		font-size: 2.5em;
	}
	ul#countdown span {
		font-size: 3em;
	}
    
}
span.logotext {
        font-size:30px;
        position:relative;
            top: -18px;
    left: -10px;
        color:#BFAD6D !important;
    }
	.righthalf{
		font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 175%;
	    width: 50%;
    float: left;
    height:570px;
    overflow:hidden;
	}
.lefthalf {
    height: 570px;
    overflow: hidden;
}
	.content-info1{
		    padding: 20px;
			background:rgba(0,0,0,.8);
			    margin: 20px;
	}
	.col-lg-6{
		width:50%;
		float:left;
	}
	.col-lg-6 li {
   font-size: 14px;
    list-style: none;
    margin-bottom: 4px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    text-align: left;
    padding-left: 25px;
	
}
.textwhite{
	color:#fff;
}
.content{
	width:95%;
	margin:70px auto;
	 
}
	
	#copyrights {
    background-color: rgba(0,0,0,.6);
    padding: 20px 0 10px;
    color: #c3c3c3;
    display: block;
    position: relative;
	    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #626262;
    line-height: 23px;
    letter-spacing: 0.02em;
}
.text-centerr{
	text-align:center;
}
.blog-carousel-meta span a {
    color: #fff;
}
.copyright-text p {
    color: #fff;
}


.breadcrumb {
    top: 20px;
	
    color: #777777;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    list-style: none outside none;
    padding: 10px 0;
    position: absolute;
    right: 70px;
	    float: right !important;
}

.breadcrumb > li {
    display: inline-block;
}
.breadcrumb button{
	background-color: #c3a141;
    /* border-radius: 0px; */
	text-transform:uppercase;
}
.btn{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:white;
}


.popup .content {
    max-height: 30%;
    overflow: auto;
}
.pull-left {
    float: left ;
}
.pull-right {
    float: right;
}
.colhelf {
    width: 50%;
}
.popup label {
    font-weight: normal;
    margin-bottom:10px;
    display:block;
    font-size:13px;
}
.form-control {
    display: block;
    width: 100%;
    line-height:35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 45%;
    position: relative;
    transition: all 5s ease-in-out;
}
.colhelf input, .colhelf textarea {
    width: 85%;
}

#abc{
width: 100%;
height: 100%;
/*opacity: 0.95;*/
top: 0;
left: 0;
display: none;
position: fixed;			
background-color: #313131;
overflow:auto;
color:#111;

}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    margin-top:10px;
    width:auto;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin:0;
}

.clearfix {
    clear: both;
    width:100%;
    display:table;
    margin-bottom:10px;
}

img#close{
position: absolute;
right: -14px;
top: -14px;
cursor: pointer;
}

div#popupContact{
position: absolute; 
left: 27%;
top: 17%;


}