/*
	Active by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/* TABLE OF CONTENTS

	1. Import section
	2. Basic styles
	3. Header
	4. Service Icons
	5. Subscribe
	6. Contact
	7. Footer
	8. Responsive

*/



/* 1. IMPORT SECTION */

	@import url("bootstrap.min.css");
	@import url("font-awesome.min.css");
	@import url("http://fonts.googleapis.com/css?family=Lato:300,700,700italic&subset=latin,latin-ext");
	@import url("http://fonts.googleapis.com/css?family=Raleway:300,700&subset=latin,latin-ext");




/* 2. BASIC STYLES */

	html, body {
		height: 100%;
	}

	body {
		font: 16px/1.5 Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
		background-color: #fff;
		color: #262626;
		font-weight: 300;
	}

	a { 
		color: #262626;
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
	}

	a:hover {
		color: #68c3a3;
	}

	a, a:hover, a:active, a:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.5;
	}


	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

/* NAV */

#mainNav {
		position: sticky;
		/* background-image: url(../images/menu_banner.jpg);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover; */
		background-color: transparent;
		max-height: 31px;
		margin: 0 !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 31px;
		z-index: 1000;
}


/* .navbar-overlay{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
	z-index: 1001;
} */

.navbar {
    position: relative;
    min-height: 31px;
    /* margin-bottom: 20px; */
    /* border: 1px solid transparent; */
}

.navbar-fixed-top {
    top: 0;
    border-width: 0;
}

.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /* line-height: 20px; */
}

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

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: orange;
    background-color: rgba(231, 231, 231, 0.2);;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: orange;
    background-color: transparent;
}

/* 3. HEADER */

	.st-header{
		position: relative;
		top: -31px;
		/* left: 0;
		width: 100%;
		height: 100%; */
		/* background-image: url(../images/coffee-on-desk-3500.jpg); */
		background-image: url(../images/treesilhouettesatsunset_body.jpg);
		/* background-image: url(../images/poppyfield.jpg); */
		/* background-image: url(../images/blueforestroad.jpg); */
		/* background-image: url(../images/wall-with-vines.jpg); */
		/* background-image: url(../images/wheatfields.jpg); */
		/* background-image: url(../images/bluefloweringrasses.jpg); */
		/* background-image: url(../images/cottontailgrassfield.jpg); */
		/* background-image: url(../images/blue-water-droplets.jpg); */
		/* background-image: url(../images/flowerpodfield.jpg); */
		/* background-image: url(../images/orangesunset.jpg); */
		/* background-image: url(../images/purple-grasses.jpg); */
		/* background-image: url(../images/sunlitforest.jpg); */
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.header-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.st-header-content{
		padding-top: 10%;
	}

	.st-header-title{
		/* color: #fff; */
		color: orangered;
		padding-top: 40px;
		display: inline-block;
		vertical-align: bottom;
	}

	.st-header-title h2{
		font-size: 72px;
		/* margin-bottom: 20px; */
		margin-bottom: -10px !important;
		margin-left: 30px;;
	}

	.st-header-title h2 span
	{
		font-weight: 700;
		/* color: #68c3a3; */
	}

	.st-header-text {
		/* font-weight: 700; */
		font-size: 1.4em;
		color: #fff;
		margin-top: 40px;
	}

	
	.st-header-text-print {
		/* font-weight: 700; */
		font-size: 1.6em;
		color: #000;
		margin-top: 20px;
	}

	/* Define primary button behaviour */

	.btn-primary {
		color: #fff;
		background-color: orangered;
		/* border: 2px solid #fff; */
		border: none;
		border-radius: 16px;
	}
	/* .btn-primary {
		color: #fff;
		background-color: #337ab7;
		border-color: #2e6da4;
	  } */
	  .btn-primary:focus,
	  .btn-primary.focus {
		color: #fff;
		background-color: orangered;
		/* border-color: orangered; */
		border: none;
	  }
	  .btn-primary:hover {
		color: #fff;
		background-color: tomato;
		border-color: orangered;
	  }
	  /* .btn-primary:active,
	  .btn-primary.active,
	  .open > .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #286090;
		border-color: #204d74;
	  }
	  .btn-primary:active:hover,
	  .btn-primary.active:hover,
	  .open > .dropdown-toggle.btn-primary:hover,
	  .btn-primary:active:focus,
	  .btn-primary.active:focus,
	  .open > .dropdown-toggle.btn-primary:focus,
	  .btn-primary:active.focus,
	  .btn-primary.active.focus,
	  .open > .dropdown-toggle.btn-primary.focus {
		color: #fff;
		background-color: #204d74;
		border-color: #122b40;
	  }
	  .btn-primary:active,
	  .btn-primary.active,
	  .open > .dropdown-toggle.btn-primary {
		background-image: none;
	  }
	  .btn-primary.disabled:hover,
	  .btn-primary[disabled]:hover,
	  fieldset[disabled] .btn-primary:hover,
	  .btn-primary.disabled:focus,
	  .btn-primary[disabled]:focus,
	  fieldset[disabled] .btn-primary:focus,
	  .btn-primary.disabled.focus,
	  .btn-primary[disabled].focus,
	  fieldset[disabled] .btn-primary.focus {
		background-color: #337ab7;
		border-color: #2e6da4;
	  } */

	  .btn {
		font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
		border: none;
		border-radius: 300px;
		font-weight: 700;
		/* text-transform: uppercase; */
	}

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

	.icon,
	.logo {
		color: orangered !important;
		display: inline-block;
	}

	.find-out-more {
		position: absolute;
		width: 160px;
		margin-left: auto;
		margin-right: auto;
		/* border: 2px solid #fff;
		border-radius: 16px; */
		display: inline-block;
		bottom: 40px;
		left: Calc(50% - 80px);
	}

	@-webkit-keyframes drop {
	    0%   { top:5px;  opacity: 0;}
	    30%  { top:10px; opacity: 1;}
	    100% { top:25px; opacity: 0;}
	}


	@keyframes drop	{
		0%   { top:5px;  opacity: 0;}
		30%  { top:10px; opacity: 1;}
		100% { top:25px; opacity: 0;}
	}


/* 4. SERVICE ICONS */

	.service-icons {
		padding-top: 90px;
		padding-bottom: 60px;
	}

	.about-icons {
		padding-top: 120px;
		padding-bottom: 90px;
	}

	.st-service-box{
		padding: 0 20px;
	}
	
	.st-service-box span{
		 font-size: 32px;
		 /* color: #68c3a3; */
		 color: orangered;
	}

	.st-service-box h3{
		/* font-family: 'Raleway'; */
		font-size: 16px;
		font-weight: 700;
		color: #262626;
		margin: 20px 0 0;

	}

	.st-service-box p{
		font-size: 14px;
		color: #262626;
		margin: 20px 0 0;
	}

	.st-service-box a{
		/* font-family: 'Raleway'; */
		font-weight: 700;
		font-size: 14px;
		color: #262626;
		display: inline-block;
		margin: 20px 0 0;
	}

	.st-service-box a:hover{
		color: #68c3a3;
	}

	.st-service-box > div.icon {
		margin-right: 30px;
	}

	/* .about-icons > .container > .row {
		margin-bottom: 60px;
	}

	.about-icons > .container div h3 {
		margin-top: 0 !important;
	} */



/* 5. SUBSCRIBE */

	.subscribe_2,
	.subscribe{
		/* padding-top: 150px;
		padding-bottom: 180px; */
		height: 360px;
		position: relative;
		/* background-image: url(../images/treesilhouettesatsunset_banner.svg);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed; */
	}

	.subscribe_2 .color-overlay,
	.subscribe .color-overlay{
		position: absolute;
		/* background-color: rgba(0, 0, 0, 0.5); */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../images/treesilhouettesatsunset_banner.svg);
		/* background-position: 50% 0; */
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		/* background-attachment: fixed; */	
		opacity: 0.7;
	}

	.st-subscribe-title h3{
		color: #fff;
		/* font-family: 'Raleway'; */
		font-weight: 700;
		font-size: 30px;
	}

	.st-subscribe-title {
		color: #fff;
		margin-bottom: 30px;
		padding-top: 280px;
	}
	
	div.fill {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* .subscribe input[type=email]{
		padding: 0 20px;
		width: 70%;
		border: 1px solid #fff;
		border-radius: 3px 0 0 3px;
		height: 60px;
		line-height: 60px;
		outline: none;
	}

	.subscribe input[type=submit]{
		width: 30%;
		float: right;
		height: 60px;
		line-height: 54px;
		background-color: #68c3a3;
		border: 1px solid #68c3a3;
		color: #fff;
		font-weight: 700;
		font-family: 'Raleway';
		border-radius: 0 3px 3px 0;
		outline: none;
	}

	.subscribe input[type=submit]:hover{
		background-color: #38B589;
		border: 1px solid #38B589;
	} */

	/* .st-subscribe-message {
    	display: block;
    	padding: 10px 20px;
    	color: #fff;
    	font-size: 14px;
    	clear: both;
    }

    .st-subscribe-message i {
    	margin-right: 5px;
    }

	.st-subscribe-message .fa-warning {
    	color: #ff5c5c;
    }

    .st-subscribe-message .fa-check {
    	color: #68c3a3;
    } */


/* 5. SUBSCRIBE 2 */

.subscribe_2 .color-overlay{
	background-image: url(../images/poppies-bg.svg);
}


/* 6. CONTACT */


	.contact{
		background-image: url(../images/pencils_banner.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;	
		/* opacity: 0.5; */
	}

	.contact{
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.contact-title{
		/* font-family: 'Raleway'; */
		font-weight: 700;
		font-size: 30px;
		margin: 0 0 20px;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		/* color: #68c3a3; */
		color: lightblue;
		font-size: 20px;
		text-align: center;
		width: 20px;
		margin-right: 10px;
	}
	
	.st-phone i {
		font-size: 24px !important;
	}

	.st-linkedin svg {
		margin-left: 4px;
	}

	.contact-form input[type=text]{
		display: block;
		width: 100%;
		height: 48px;
		padding-left: 15px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
	}

	.contact-form input[type=email]{
		display: block;
		width: 100%;
		height: 48px;
		padding-left: 15px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
	}

	.contact-form select {
		display: block;
		width: 100%;
		height: 48px;
		padding-left: 15px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
		padding-bottom: 13px;
		padding-top: 12px;
	}

	select option {
		color: #000;
	}

	select option[value=""],
	select[required]:invalid {
		color: grey;
	}

	.contact-form textarea,
	.contact-form select {
		display: block;
		width: 100%;
		padding-left: 15px;
		padding-top: 10px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		margin-bottom: 20px;
		outline: none;
	}

	.contact-form input[type=submit]{
		background-color: #68c3a3;
		border: 1px solid #68c3a3;
		color: #fff;
		font-weight: 700;
		/* font-family: 'Raleway'; */
		border-radius: 3px;
		padding: 15px 20px;
		outline: none;
		width: 150px;
	}

	.contact-form input[type=submit]:hover{
		background-color: #38B589;
		border: 1px solid #38B589;
	}

	.st-contact-message {
		font-size: 14px;
		margin-bottom: 20px;
		margin-left: 15px;
		color: #000;
	}

	.st-contact-message i {
		margin-right: 5px;
	}

	.st-contact-message .fa-warning {
    	color: #ff5c5c;
    }

    .st-contact-message .fa-check {
    	color: #68c3a3;
    } 


/* 7. FOOTER */

	.footer{
		background-color: #262626;
		padding-top: 10px;
		padding-bottom: 10px;
		color: rgba(255, 255, 255, 0.4);
	}

	.footer a{
		color: rgba(255, 255, 255, 0.4);
	}

	.footer a:hover{
		color: #fff;
	}

	.copyright{
		padding-left: 20px;
	}

	.copyright p{
		margin: 0;
	}

	.social-icons{
		padding-right: 20px;
		text-align: right;
	}

	.social-icons a{
		width: 28px;
		display: inline-block;
		height: 28px;
		text-align: center;
		line-height: 26px;
		border-radius: 3px;
		margin-left: 10px;
	}

	.text-blurb {
		margin-top: 90px;
		margin-bottom: 90px;
		font-size: 1.3em;
	}

	.black {
		color: black !important;
	}

	.st-service-box > div {
		display: inline-block;
	}

/* 8. RESPONSIVE */

	@media (max-width: 767px) {

		.st-header{
			height: auto !important;
		}
		
		.service-icons,
		.about-icons {
			padding-top: 100px;
			padding-bottom: 50px;
		}

		.st-service-box{
			text-align: center;
			margin-bottom: 50px;
		}

		.st-service-box p{
			padding: 0 20%;
		}
		
		.subscribe{
			padding-top: 80px;
			padding-bottom: 100px;
		}

		.subscribe-form{
			padding: 0 10%;
		}

		.contact-title{
			text-align: center;
		}

		.contact-info{
			margin-bottom: 50px;
		}

		.contact{
			padding-top: 100px;
			padding-bottom: 100px;
		}

		.social-icons{
			text-align: center;
			margin-bottom: 40px;
		}

		.copyright{
			text-align: center;
		}

	}


	@media (max-width: 479px) {
		
		.st-service-box p {
			padding: 0 10%;
		}

		.subscribe input[type=email]{
			width: 100%;
			border-radius: 3px 3px 0 0;
		}

		.subscribe input[type=submit]{
			width: 100%;
			border-radius: 0 0 3px 3px;
		}

		.contact-form input[type=submit]{
			width: 100%;
		}

	}

	@media (max-width: 419px) {
		
		.navbar-nav>li>a,
		.st-header-text,
		a.btn-primary {
			font-size: 1.8em;
		}

	}


