/*Preloader*/
#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}


/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}

/*End wrapper*/


/*Header*/

header{
	/* background:#ffffff;*/
	 background:#000;
	position:fixed;
	width:100%;
	top: 0;
	left:0;
	z-index:1000;
	box-shadow:0 0 3px rgba(153,153,153,.5);
	-webkit-box-shadow: 0 0 3px rgba(153,153,153,.5);
	-moz-box-shadow: 0 0 3px rgba(153,153,153,.5);
	-ms-box-shadow: 0 0 3px rgba(153,153,153,.5);
	-o-box-shadow: 0 0 3px rgba(153,153,153,.5);
}

.mainHeader{
	position:relative;
	width:100%;
}


.moblogo{
	display:none;
}

.logo{
	 margin: 26px 0 20px 0;
}


.logo h1 {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
	color:#111111;
	position:relative;
}

.logo h1:after {
    border-bottom: 4px solid #111111;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 22px;
    width: 14px;
    z-index: 0;
}

nav#mainNav{
	TEXT-ALIGN: CENTER;
	/*margin-top: -30px;*/
    margin-bottom: -30px;
}

nav#mainNav li {
	display: inline-block;
	position:relative;
}


nav#mainNav li a{
   /* color: #111111;*/
   color: #efc34c;
    display: block;
    padding: 25px 15px;
    position: relative;
	font-size: 18px;
    font-weight: bold;

}


nav#mainNav li a.external{
    color: #6cf33d;
}




nav#mainNav a.active:after {
    border-bottom: 1px solid #111111;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 43px;
    width: 14px;
    z-index: 0;
}


.mobileBtn {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:1000;
	display:none;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}


.mobileBtn i{
	font-size:16px;
	color:#111111;
}

/*End header*/




/*Main slider*/

.splash{
	overflow:hidden;
	position:relative;
	margin-top:70px;
}


.overlay {
    /* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);*/
	min-height: 800px;
}


.splash{
	background: url(../images/splash2.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 800px;
	background-color:#fafafa;
}


.caption {
    top: 13%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	text-transform: uppercase;
}


.caption h1 {
	line-height:36px;
	font-size:28px;
}

.caption h1 span.new{
	position:relative;
}

.caption h1 span.new:after {
    border-bottom: 4px solid #111111;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 34px;
    width: 19px;
    z-index: 0;
}

/*End main slider*/



/*Overview*/


#overview{
	margin-top:-660px;
}

.overviewSlider{
	width:400px;
	margin-bottom:40px;
}

.overviewIntro{
	/*text-transform:uppercase;*/
	color:#3c8a39;;
	font-size:20px;
	line-height:30px;
	font-weight: 900;
}

.ctl{
	margin-top:60px;
	margin-bottom:60px;
}


.platform a.regButton{
	cursor:default;	
}


a.dwl {
	margin-right:10px;
}


.plt i, i.plt {
	font-size:25px;
	margin-right:5px;
	margin-left:5px;
	display:inline-block;
}

i.disabled {
	color:#efefef;
	cursor:default;	
}

/*End overview*/


/*Features*/


.ftTitle {
    border: 2px solid;
    display: inline-block;
    padding: 0 10px;
	margin-bottom:20px;
	border-image: linear-gradient(to right, #ac7612 0%, #f5f4a2 100% );
    border-image-slice: 1;

}

.ftTitle h3 {
    float: right;
    padding: 7px;
	color:#2e742b;
}

.ftTitle i {
    border-right: 1px solid #EFEFEF;
    color: #111111;
    float: left;
    font-size: 20px;
    margin-right: 8px;
    padding: 8px 15px 6px 5px;
}

.featureShot{
	margin-top:30px;
}

.featureShot img{
	width:80%;
}


.otherShot img{
	width:90%;
}

.shotDesc{
	margin-top:70px;
	margin-bottom:110px;
}

.shotDesc h1{
	text-transform:uppercase;
	font-size:31px;
}

.shotDesc p{
	margin-top:20px;
	margin-bottom:60px;
}




.otherFeatures{
	margin-top:40px;
	padding-bottom:80px;
	text-align:left;
}


.otherDesc h1{
	text-transform:uppercase;
	font-size:31px;
	margin-bottom:20px;
}

.otherDesc p{
	font-size:14px;
	line-height:25px;
}

.otherDesc ul {
    font-size: 14px;
    line-height: 27px;
    margin-left: -10px;
    margin-top: 60px;
}

.otherDesc li {
    display: block;
    margin-bottom: 30px;
}


.otherDesc ul li .ico {
    background:#FFFFFF;
    border: 1px solid #EFEFEF;
    color: #111111;
    font-size: 30px;
    margin-right: 15px;
    padding: 15px 10px;
    position: relative;
    text-align: center;
}

.otherDesc ul li .details {
    width: 350px;
}

.otherDesc ul li .details h2 {
    color: #444444;
    font-size: 16px;
    margin-bottom: 2px;
}

.otherDesc ul li .details p {
    font-size: 15px;
    line-height: 25px;
	margin-top:6px;
}


/*End features*/





/*Testimonials and client*/


#testiCli .testiSlider{
	width:800px;
	margin-top:10px;
	margin-bottom:50px;
}



.testiSlider li {
	padding-bottom:30px;
	color:#111111;

}


.testiSlider li blockquote{
	
	font-size:20px;
	line-height:30px;
}

.testiSlider li .testiProfile{
	padding-top:10px;
	padding-bottom:20px;
	color:#111111;
}

/*End testimonials and clients*/




/*Gallery*/

.gallSlider li{
	margin-right:10px;
	margin-left:10px;
}




.gallSlider li img{
	
	width:95% !important;
	margin-right:10px;
	margin-left:10px;
	text-align:center;
	border: 1px solid #f9f8a4;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.gallSlider li img:hover{
	
	opacity:.5;
}

/*End gallery*/




/*Subscribe*/

.subscribe{
	/*border-top:3px solid #efefef;*/
	
}

.footer.offset{
	padding-bottom:0;
}


.subscribeHolder{
	position:relative;
	/*margin-top:60px;*/
}


.subscribe h1{
	font-size:31px;
	text-transform: uppercase;
	margin-bottom:15px;
}


.subscribeForm {
    margin-top: 25px;
 	/*margin-bottom: 100px;*/
    position: relative;
	/*border-bottom:1px solid #efefef;*/
	padding-bottom:25px;
}

input{
	color:red;
}
input[type="email"] {
   background: #0b0b0ba6;
    border: 3px solid #EFEFEF;
    font-size: 12px;
    height: 39px;
    margin-right: 145px;
    outline-width: 0;
    padding-left: 15px;
    width: 370px;
     -moz-box-sizing: content-box;
	-webkit-box-sizing :content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	border-image: linear-gradient(to right, #ac7612 0%, #f5f4a2 100% );
    border-image-slice: 1;
}


input[type="email"]:focus {
 
}


input[type="submit"]::-moz-focus-inner {
    border: 0 none;
}
 
::placeholder{
	color: #d5d5d5;
}

#btnSubmit {
    position: relative;
}


#btnSubmit input[type="submit"] {
    /*background: #ffffff;
    border: 2px solid #EFEFEF;*/
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 47px;
    position: absolute;
    right: 227px;
    top: -47px;
    width: 120px;
	background-image: linear-gradient(to left, #c98f23 0%, #f5f4a2 100% );
	border: none;
    font-family: octarinebold;
    text-align: center;
	padding-top: 5px;
	color: #465040;
}
::value{
	vertical-align:middle;
}

label.error {
    color: #df7a4c;
    display: block;
    font-size: 11px;
    left: 205px;
    padding-bottom: 10px;
    position: absolute;
    top: 55px;
}



.bSocials h1  {

    margin-bottom: 23px;
}


.bSocials li {
    
    display: inline-block;
    margin-right: 3px;
}


.bSocials a {
    /*color: #b2ff74;
	background-color:#f9f8a4;
	border: 1px solid #008000;*/
    display: inline-block;
    font-size: 16px;
    padding: 8px 9px;
    text-align: center;
	
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

/*End subscribe*/


.footer{
	background:#efefef;
	padding:0 0 30px 0;
	/*margin-top:60px;*/
	font-size:16px;
	color:#666666;
	border-top: 1px solid #e5e5e5;
	text-align:center;
}

.footer .bLogo{
	text-transform: uppercase;
	color:#111111;
	position:relative;
}

.footer .bLogo:after {
    border-bottom: 2px solid #111111;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: 21px;
    width: 10px;
    z-index: 0;
}

/*End footer*/





/*-------------------------------------------------------------------------*/

/* Media queries */




/*Landscape 1024 X 600 */
@media only screen and (min-width: 1000px) and (max-width: 1030px){
	
}


/*iPad lanscape*/
@media screen and (max-device-width: 960px){
	.splash  {background-attachment: scroll;background-position:top center !important;background-size:cover;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#loaderInner {margin: -50px 0 0 -30px;}

}


/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.splash  {background-attachment: scroll;background-position:top center !important;background-size:cover;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.ftTitle{padding:0 4px;}
	.ftTitle i{padding:8px 10px 6px 5px;}
	.otherShot img{width:98%;margin-top:20px;}
	.otherDesc h1{font-size:26px;}
	.otherDesc ul li .details{width:265px;}
	.otherDesc ul li .details p{margin-top:-6px;}
	#testiCli .testiSlider {width: 700px;}
	#btnSubmit input[type="submit"]{right:144px;}

}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	.splash  {background-attachment: scroll;background-position:top center !important;background-size:cover;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	
	#loaderInner {margin: -50px 0 0 -30px;}
	.moblogo{
	display:block;
	margin-bottom: -24px;
}
.logo{
	display:none;
}
.mlogo{
	height:100px;
}
	.logo, nav#mainNav{float:none;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom: 50px;
    margin-top: 10px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav a.active:after{right:1px;top:22px;}
	.topSocials{display:none;}
	nav#mainNav li a{padding:3px 0px;display:inline-block;}
	.mobileBtn{display: inline-block;float: right;margin-right: 10px;margin-top: -51px;position: relative;}
	
	.overviewSlider{width:300px;}
	.container .ctl{margin-top:60px;margin-bottom:60px;}
	.container .feature{margin-bottom:30px;}
	.container .featureShot{margin-top:30px;}
	.shotDesc{margin-top:55px;}
	.shotDesc h1{line-height:36px;}
	.featureShot img{width:100%;}
	.otherShot{text-align:center;}
	.otherShot img{margin-bottom:60px;}
	.otherDesc ul{margin-left:0;}
	.otherDesc ul li .details{width:340px;}
	#testiCli .testiSlider{width:400px;}
	.subscribeHolder h1{line-height:36px;}
	.container .subscribeForm{margin-bottom: 100px;margin-top: 50px;padding-bottom: 100px;}
	input[type="email"]{width:292px;}
	#btnSubmit input[type="submit"]{right:10px;}

	
	
}

/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {
	
	
	.splash  {background-attachment: scroll;background-position:top center !important;background-size:cover;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	
	#loaderInner {margin: -50px 0 0 -30px;}
	.moblogo{
	display:block;
	margin-bottom: -8px;
}
.logo{
	display:none;
}
.mlogo{
	height:100px;
}
	#overview{margin-top:-580px;}
	.caption h1{font-size:22px;padding-left:30px;padding-right:30px;}
	.logo, nav#mainNav{float:none;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom: 50px;
    margin-top: 10px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav a.active:after{right:1px;top:22px;}
	.topSocials{display:none;}
	nav#mainNav li a{padding:3px 0px;display:inline-block;}
	.mobileBtn{display: inline-block;float: right;margin-right: 10px;margin-top: -51px;position: relative;}
	
	.overviewSlider{width:280px;}
	.container .ctl{margin-top:60px;margin-bottom:30px;}
	.platform a.dwl{display:block;margin-bottom:40px;}
	.container .feature{margin-bottom:0px;}
	.container .featureShot{margin-top:30px;}
	.shotDesc{margin-top:55px;}
	.shotDesc h1{line-height:36px;}
	.featureShot img{width:100%;}
	.otherShot{text-align:center;}
	.otherShot img{margin-bottom:60px;}
	.otherDesc h1{line-height:36px;}
	.otherDesc ul{margin-left:0;}
	.otherDesc ul li .details{width:340px;}
	.otherDesc ul li .details{width:215px;}
	.otherDesc ul li .details p{margin-top:-8px;}
	#testiCli .testiSlider{width:230px;}
	.subscribeHolder h1{line-height:36px;}
	.container .subscribeForm{margin-bottom: 25px;margin-top: 25px;padding-bottom: 0px;}
	input[type="email"]{width:143px;height:39px;}
	#btnSubmit input[type="submit"]{right:16px;}
	.bSocials h1{font-size:30px;}
	.bSocials a{font-size:12px;padding:6px 9px;}
	.ml2 {
  font-weight: 900;
  font-size: 1.6em  !important;
}

	
	
}
.intro{
	font-size: 40px;
    font-weight: bold;
	color: #f9f8a4;
    /*color: #3c8a39;*/
   /*padding-top: 100px;*/
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
  font-family: octarinebold;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
  background: linear-gradient( #f08353 , #f9f8a4 , #f08353 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tnc{
	font-size:16px;
	text-align:left;
}

.tnc p{
	margin-bottom:10px;

}
	