/*
 * Theme Name: Tronstrap
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/



html{
	/*margin-top: 40px!important;*/
}
body{
	background: #121212;
	padding-top: 115px;
}

*{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #001E61;
}
h2, h3, h4, h5{
  color: #001E61;
}
a{
  font-weight: normal;
}
h1{
	color: #E82134;
	font-size: 2em;
}
h3{
	text-transform: uppercase;
	font-size: 1.4em;
}
.page-template-page-home{
	padding-top: 0px;
}
.btn{
  margin-bottom: 3px;
}
.btn a span{
  color: #fff;
}
/* ///////// Home layout ////////*/
.header-page {
	background: #04225D;
}
.header-standard{
	text-transform: uppercase;
}
.header-standard li a{
	color: #fff!important;
	margin-right: 10px;
	border-radius: 0px;
	padding: 10px 0px;
	margin-right: 30px;
	border-bottom: solid 3px rgba(255,255,255,1);
}
.header-standard li a:hover{
	color: #fff!important;
	border-bottom: solid 3px rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,0)!important;
}
 .navbar-logo .alt-logo{
	margin-top: -60px!important;
}

.home .header-standard {
	background-color: rgba(0,0,0,0);
	border-bottom: none;
}
.navbar, .navbar-default, .navbar-inverse{
	background: #02205F;
}
.navbar-logo{
  width: 25%;
  height: 60px;
  padding-top: 40px;
  display: block;
}

#navbar a{
	color: #fff;
	text-transform: uppercase;
}
section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.current-page-ancestor a, .current-menu-item a {
	border-bottom: 3px solid #fff; 
}



/* -------------- Home Video Section  -------------- -*/

 .videoWrapper {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	padding-top: 25px;
  	height: 0;
    margin-bottom: 24px;
  }
  .videoWrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	/*max-width: 640px;
  	margin: 48px auto;
  	display: block;*/
  }



/* -------------- mobile Menu Layout  ---- -*/

  .navbar-transparent .navbar-collapse.collapsing,
  .navbar-transparent .navbar-default .navbar-collapse.collapsing,
  .navbar-transparent .navbar-inverse .navbar-collapse.collapsing,
  .navbar-transparent .navbar-collapse.collapse.in,
  .navbar-transparent .navbar-default .navbar-collapse.collapse.in,
  .navbar-transparent .navbar-inverse .navbar-collapse.collapse.in {
	background: rgba(0,0,0,0.8)!important;
}
.navbar-toggle{
	margin-top: 10px;
}
.navbar-toggle:hover{
	border-radius: 10px;
}
.navbar-toggle.active{
	border-radius: 10px;
	background: rgba(0,0,0,0.8);
}
.navbar-toggle span{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.navbar-toggle .menu_label{
	font-size: 0.7em;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

.navbar-collapse a{
	margin-right:0px;
}

/* ---------------------- SECTION 0 ----------------------*/
.section-0{ 
	text-align: center;
	height: 650px;
	background-image: url('img/header-darker.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center 20%;
}
.section-0 h3{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-top: 270px;
	letter-spacing: 10px;
	font-size: 2.5em;
	padding-left: 40px;
	padding-right: 40px;
}
/* ---------------------- SECTION 1 ----------------------*/
.section-1{
	background: #02205F;
	text-align: center;
}
.section-1 p{
	margin:20px 50px;
	font-size: 1.3em;
	font-weight: 300;
}
.section-1 p{
	color: #fff;
}
.section-1 .button{
	margin: 20px auto;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
/* ---------------------- SECTION 2 ----------------------*/
.section-2{
	background: #fff;
	position: relative;
}
.anchor{
	position: absolute;
	top:-40px;
}
.section-2 .exact-icon-right{
	position:absolute;
	height: 200px;
	top: -100px;
	vertical-align: top;
	right:0px;
}
@media screen and (max-width: 1400px){
	.section-2 .exact-icon-right {
	display: none;
	}
}
.section-2 h2{
	font-weight: 300;
	letter-spacing: 2px;
	border-bottom: 1px solid #02205F;
	text-transform: uppercase;
}
.product_circle{
	margin-top: 20px;
}
.product_description{
	display: inline-block;
}
/* ---------------------- SECTION 3 ----------------------*/
.section-3{
	background: #F2F2F2;
	position: relative;
}
.features-section{
	padding-top: 40px;
	padding-bottom: 40px;
}
.features-section img {
	height: 160px;
	padding-bottom: 20px;
}
.features-section h5{
	color: #02205F;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* ---------------------- SECTION 4 ----------------------*/
.section-4{
	background: #02205F;
	color: #fff;
	position: relative;
}
.section-4 p{
	margin:20px 50px;
	font-size: 1.1em;
	color: #fff;
}
.section-4 .points{
	text-transform: uppercase;
	margin-left: 20%
}
/* ---------------------- SECTION 5 ----------------------*/
.section-5{
	background: #F2F2F2;
	position: relative;
}
.footer_logo{
	width: 80%;
}
.section-5 .exact-icon-left {
	position:absolute;
	height: 200px;
	top: -100px;
	vertical-align: top;
}
@media screen and (max-width: 1400px){
	.section-5 .exact-icon-left {
	display: none;
	}
}
/* ---------------------- SECTION 51 ----------------------*/
.section-51 {
	background:#EBEEF2;	
	position: relative;
}
.section-51 h2 {
	border-bottom: 1px solid #7F8F9B;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
.section-51 a{
	color: #02205F;
}
.hp-wrap{
	display:none;
}
.ninja-forms-cont label{
	display: none;
}
#ninja_forms_field_5_div_wrap, #ninja_forms_field_10_div_wrap  {
	width: 45%;
	float: left;
}
#ninja_forms_field_6_div_wrap {
	width: 45%;
	float: right;
}
#ninja_forms_field_6, #ninja_forms_field_5 {
	width: 100%;
}
#ninja_forms_field_12{
	width: 100%;
	min-height: 8em;
}
.contact_field{
	border-radius: 20px;
	padding: 7px 20px;
	background: #f2f2f2;
	border:1px solid #7F8F9B;
	/*margin-right: 5%;*/
	margin-bottom: 10px;
	color: #3B5365;
}
.contact_field-wrap{
	/*margin-right: 40px;*/
	margin-bottom: 10px;

}
#ninja_forms_field_10{
	border-radius: 20px;
	padding: 7px 20px;
	background: #3B5365;
	border:1px solid #3B5365;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #fff;
}
#ninja_forms_field_7{
	width: 100%;
}
/* ---------------------- SECTION 6 ----------------------*/
.section-6 p{
  color: #666;
}

/* ---------------------- RETURN TO TOP ----------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



/* ///////// NEW FOOTER STYLES START //////////// */
.section-5 h5{
	margin-top: 5px !important;
}
/* ///////// NEW FOOTER STYLES END //////////// */



/* ///////// GALLERY STYLES START //////////// */
div#pcboxLoadedContent {
width: 100% !important;
height: 100% !important;
}
img.pcboxPhoto {
width: 100% !important;
height: 100% !important;
}
div#pcolorbox {
top: 1% !important;
left: 10% !important;
width: 80% !important;
height: 100% !important;
}
div#pcboxWrapper {
width: 100% !important;
height: 100% !important;
}
div#pcboxLoadedContent {
width: 100% !important;
height: 100% !important;
}
div#pcboxContent {
width: 100% !important;
height: 100% !important;
}
div#pcboxOverlay {
	opacity: 0.5 !important;
}

div#pcboxTopLeft {
display: none;
}
div#pcboxTopCenter {
display: none;
}
div#pcboxTopRight {
display: none;
}
div#pcboxMiddleLeft {
display: none;
}
div#pcboxMiddleRight {
display: none;
}
div#pcboxBottomLeft {
display: none;
}
div#pcboxBottomCenter {
display: none;
}
div#pcboxBottomRight {
display: none;
}
/* ///////// GALLERY STYLES END //////////// */



/* ///////// STANDARD PAGES //////////// */

.page-content{
  background: #fff;
}

.widget-area, .shortcode-widget-area {
	background: #F5F5F5;
	padding: 10px;
}
.widget-area h2, .shortcode-widget-area h2{
  text-transform: uppercase;
  font-size: 1.0em;
  font-weight: 700;
  color: #3B5365;
}
.widget-area ul, .shortcode-widget-area ul{
  padding-left: 0px;
}

.nav-pills li a {
  border-bottom: 1px solid #bbb;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  width: 100%;
  color: #3B5365;
}
.nav-pills li{
  list-style: none;
}
.nav-pills .current_page_item a{
  background: #7F8F9B;
  color: #fff;
}
.nav-pills  li.active > a,
.nav-pills  li.active > a:hover,
.nav-pills  li.active > a:focus {
  color: #02205F;
  background-color: #abbdd1;
}
.read-more{
	font-size: 0.8em;
	background: #f5f5f5;
	border-radius: 20px;
	padding:5px 15px;
	color: #02205F;
	position: absolute;
	bottom: -20px;
	left:15px;
}
.product_description{
	margin-bottom: 30px;
}
ul li{
	color: #666;
}
.default-col{
	font-weight: 700;
}
.video-wrapper iframe{
	width: 100%;
}
.benefits_box{
	background: #EBEEF2;
	border: #b2b2b2;
	border-radius: 5px;
	font-size: 0.9em;
	padding:0px;
	overflow: hidden;
}
.benefits_box h4{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	background: #3B5365;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}
.benefits_box h5{
	background: #7F8F9B;
	text-transform: uppercase;
	font-size: 1.0em;
	letter-spacing: 1px;
	color: #fff;
	padding: 10px;
	margin-top: 0px;
}

.benefits_box p{
	margin: 10px;
}
.benefits_box ul{
	padding: 10px;
}
.benefits_box li{
	list-style: none;
	padding: 10px 0px;
}
.benefits_box li+li{
	list-style: none;
	border-top: 1px solid #888;
}
/* ///////// DESKTOP ONLY HAX //////////// */

@media screen and (min-width: 902px){
	#mobile_logo{
		display: none;
		visibility: hidden;
	}
	.widget-area, {
	background: #F5F5F5;
	padding: 10px;
	margin-top: 3em;
	}
}
@media screen and (min-width: 1500px){
	.section-0 {
		height: 550px;
	background-position: center 40%;
		}
}
/* ///////// MOBILE HAX //////////// */
@media screen and (max-width: 902px){
	*{
		font-size: 1em;
	}
	.footer_logo{
		margin-bottom: 30px;
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	.section-5 {
		text-align: center;
	}

	.default-row{
		width: 300px;
	}
	.navbar-collapse{
		background-color: rgb(0, 15, 50);
	}
	.navbar-nav.navbar-right{
		margin-top: 20px!important;
		margin-bottom: 20px;
	}
	.navbar-nav.navbar-right li a{
		padding-left: 40%;
		border-bottom: 3px solid #565656;
	}
	.navbar-collapse .navbar-logo{
		display:none;
	}
}
@media screen and (max-width: 500px){
	.section-0 {
		height: 450px;
	background-position: center top;
	}
	.section-0 h3{
		text-transform: uppercase;
		font-size: 1.6em!important;
		margin-top: 250px;
	}
	.section-1 p{
		font-size: 1.1em;
	}

}