@font-face {
  font-family: Proxima Nova;
  src: url("../fonts/ProximaNova-Sbold.otf") format("opentype");
}

@font-face {
  font-family: Proxima Nova;
  font-weight: bold;
  src: url("../fonts/Proxima Nova Black.otf") format("opentype");
}

html,
body {
	height: 100%;
}

body {
	padding-top: 80px;
	font-family: "Proxima Nova", Arial, sans-serif;
	font-size: 19px;
	color: #000;
}

a {
	color: #52a740;
}
a:hover,
a:focus {
	color: #449432;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: #272727;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

h1, h2 {
	font-size: 72px;
	font-weight: bold;
}

h3 {
	font-size: 35px;
	font-weight: bold;
}

label {
	font-weight: normal;
}

iframe {
	max-width: 100%;
}

hr.green {
	border-top: 2px solid #4ba038;
}

hr.gray {
	border-top: 2px solid #f1f1f1;
}

.navbar-menu-container {
	background-color: #272727;
	/*border-color: #52a740;
	border-width: 0 0 4px;*/
}
.navbar-menu-container:after {
	display: inline-block;
	background-image: url('../img/header-repeat.png');
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -8px;
}
.navbar-header {
	text-align: center;
}
.navbar-menu-container .navbar-toggle {
	top: 5px;
}
.navbar-menu-container .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-brand {
	display: inline-block;
	float: none;
	min-height: 50px;
	height: auto;
	padding: 5px 15px;
	position: relative;
	left: 30px;
}
.navbar-brand img {
	height: 50px;
}
.nav-menu {
	display: table;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.nav-menu>li {
	width: auto;
	color: #fff;
	text-align: center;
}
.nav-menu>li>a {
	padding: 8px 2px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
}
.nav-menu>li>a:after {
	content: "\00B7";
	display: inline-block;
	/*margin-left: 10px;
	margin-right: 10px;*/
	position: relative;
	left: 7%;
}
.nav-menu>li>a.logo:after {
	left: 10%;
}
.nav-menu>li>a:hover,
.nav-menu>li>a:focus {
	background-color: transparent;
	color: #ccc;
}
.nav-menu>li:first-child>a img {
	position: relative;
	top: -3px;
}
.nav-menu>li>a.logo {
	display: none;
}
.nav-menu>li>a.logo img {
	margin-left: 20px;
	margin-right: 20px;
}

.page {
	background-color: #fff;
	/*min-height: 100%;
	height: auto;*/
	position: relative;
	z-index: 5;
	}
	.page-fixed {
	    z-index: 1;
	    }
	    .page-fixed .page-inner {
	        position: fixed;
	        z-index: 2;
	        top: 0;
	        max-width: 1140px;
	        -webkit-transition: position .6s ease-in;  
		    -moz-transition: position .6s ease-in;  
		    -o-transition: position .6s ease-in;  
		    transition: position .6s ease-in; 
	        }

.page:nth-child(2n+1) {
	background-color: #52a740;
	margin-bottom: 23px;
}
.page:nth-child(2n+1):before {
	content: " ";
	display: inline-block;
	background-image: url('../img/page-top-repeat.png');
	width: 100%;
	height: 22px;
	position: absolute;
	top: -22px;
}
.page:nth-child(2n+1):after {
	content: " ";
	display: inline-block;
	background-image: url('../img/page-bottom-repeat.png');
	width: 100%;
	height: 22px;
	position: absolute;
}
.page-inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.title {
	margin-top: 40px;
	font-weight: bold;
	text-align: center;
}

.scroll-to {
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
}
.scroll-to>a {
	display: inline-block;
	width: 210px;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}
.scroll-to>a:hover {
	color: #52a740;
	text-decoration: none;
}
.scroll-to>a>img {
	/*position: relative;
	top: -10px;*/
}

.about .title {
	float: left;
	color: #fff;
	text-align: right;
	line-height: 0.8;
}
.about .content {
	max-width: 620px;
}
.top-pipe .title {
	width: 180px;
	margin: 5% 0;
	padding: 5% 0;
}
.top-pipe .content {
	padding-left: 220px;
}
.right-pipe {
	float: right;
}
.right-pipe .title {
	float: none;
	width: 120px;
	text-align: left;
}
.right-pipe .content {
	max-width: 400px;
}
.planet-pipes {
	background-image: url('../img/planet-with-pipes.png');
	background-repeat: no-repeat;
	width: 342px;
	height: 486px;
	position: relative;
	top: -50px;
	left: 15%;
}
.bottom-pipe {
	position: relative;
}
.bottom-pipe .title {
	float: right;
	width: 130px;
	margin-top: 0;
	margin-right: 20px;
}
.bottom-pipe .content {
	max-width: 500px;
}
.additional {
	display: none;
}
.additional .title {
	float: none;
	width: auto;
	margin-top: 60px;
	text-align: left;
}

.projects-list {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.project {
	margin-bottom: 20px;
}
.project>a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	transition: 0.3s background-image linear;
}
.project>a:hover {
	transition: 0.3s background-image linear;
}

.project-inner {
	display:none;
}

.project-inner.open {
	min-height: 400px;
	display: block;
}
.project-details {
	display: none;
}
.project-details .title {
	font-size: 44px;
	text-align: left;
}
.project-details h1 {
	font-size: 32px;
}
.project-details h2 {
	font-size: 28px;
}
.project-details h3 {
	font-size: 26px;
}
.carousel-inner img {
	width: 100%;
}
.carousel-control {
	/*background: none!important;*/
	width: 60px;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.carousel-control.left {
	background-image: url('../img/left-arr.png');
}
.carousel-control.right {
	background-image: url('../img/right-arr.png');
}
.carousel-indicators li {
	margin: 1px 8px 1px 0;
	width: 14px;
	height: 14px;
	background-color: #fff;
	background-color: #fff \9;
}
.carousel-indicators .active {
	margin: 1px 8px 1px 0;
	width: 14px;
	height: 14px;
	background-color: #52a83f;
	border-color: #52a83f;
}

.contact .page-inner {
	padding-top: 150px;
}
.contact .block {
	position: relative;
	top: -75px;
}
.contact .title {
	float: left;
}
.contact .form-btn {
	float: right;
}

.form-control {
	height: 44px;
	padding: 12px 12px;
	border-radius: 8px;
	color: #5f5f5f;
	font-size: 15pt;
}

.form-btn {
	width: 160px;
  	color: #fff; 
  	background-color: #272727; 
	border-color: #272727;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
}
.form-btn:hover, 
.form-btn:focus, 
.form-btn:active, 
.form-btn.active, 
.open .dropdown-toggle.form-btn { 
  	color: #fff; 
  	background-color: #2f2e2e; 
  	border-color: #2f2e2e; 
}
.form-btn:active, 
.form-btn.active, 
.open .dropdown-toggle.form-btn { 
  	background-image: none; 
}
.form-btn.disabled, 
.form-btn[disabled], 
fieldset[disabled] .form-btn, 
.form-btn.disabled:hover, 
.form-btn[disabled]:hover, 
fieldset[disabled] .form-btn:hover, 
.form-btn.disabled:focus, 
.form-btn[disabled]:focus, 
fieldset[disabled] .form-btn:focus, 
.form-btn.disabled:active, 
.form-btn[disabled]:active, 
fieldset[disabled] .form-btn:active, 
.form-btn.disabled.active, 
.form-btn[disabled].active, 
fieldset[disabled] .form-btn.active { 
  	background-color: #272727; 
  	border-color: #272727; 
}
.form-btn .badge { 
  	color: #272727; 
  	background-color: #fff; 
}

.separator {
	background-image: url('../img/separator.png');
	background-repeat: no-repeat;
	width: 8px;
	height: 931px;
	position: absolute;
    left:50%;
    margin-left: -10px;
}

.planet-medium {
	margin-left: 5px;
	margin-top: 50px;
}

.info p {
	color: #fff;
}

.partner {
	margin-bottom: 20px;
	padding: 0;
}

.footer {
	background-color: #fff;
	position: relative;
	z-index: 6;
}
.footer .content {
	padding: 20px 10px;
}
.footer h3 {
	color: #52a83f;
}
.footer ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.footer li {
	display: table-cell;
	list-style: none;
	float: left;
	margin-right: 10px;
}
.copyright {
	position: relative;
}
.copyright:before {
	content: " ";
	display: inline-block;
	background-image: url('../img/footer-repeat.png');
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
}
.copyright li:last-child {
	margin-right: 0;
}
.copyright {
	background-color: #272727;
	text-align: center;
	font-size: 14pt;
}
.copyright .content {
	padding: 60px 10px 90px;
}
.copyright p {
	color: #919191;
	font-size: 14px;
}

div#preloaded-images {
   display: none;
}

/*** MEDIA QUERIES ***/

@media (min-width: 993px) and (max-width: 1399px) {
	h1, h2 {
		font-size: 60px;
	}

	h3 {
		font-size: 30px;
	}

	.nav-menu>li>a {
		font-size: 16px;
		padding: 8px 4px;
	}
	.nav-menu>li>a:after {
		left: 10%;
	}
	.nav-menu>li>a.logo img {
		height: 50px;
	}

	.page-inner {
		max-width: 800px;
	}
	
	.planet-pipes {
		height: 386px;
		background-size: 75%;
		top: 0;
	}
	
	.project {
		padding: 0;
	}
	.project>a {
		max-width: 75%;
		background-size: 100%;
	}

	.contact .title {
		font-size: 54px;
	}
	.planet-medium {
		margin-top: 44px;
		height: 47px;
	}
}

@media (max-width: 992px) {
	h1, h2 {
		font-size: 42px;
	}

	.nav-menu>li>a:after {
		display: none;
	}
	.nav-menu>li:first-child>a img {
		display: none;
	}

	.planet-pipes {
		display: none;
	}
	.about .title {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;
		text-align: left;
		line-height: normal;
	}
	.about .content {
		max-width: none;
	}
	.top-pipe .content {
		padding-left: 0;
	}
	.bottom-pipe .title {
		margin-right: 0;
	}

	.planet-medium {
		display: none;
	}

	.contact .separator {
		display: none;
	}
	.contact p {
		text-align: left;
	}
}

@media (min-width: 768px) {
	body {
		padding-top: 40px;
	}

	.nav-menu>li.middot {
		width: 1px;
	}
	.navbar-brand {
		display: none;
	}
	.nav-menu>li>a.logo {
		display: block;
	}

	.page-inner {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.home p {
		padding-left: 35px;
		padding-right: 35px;
	}

	.projects-clients .title+p {
		line-height: 0;
	}

	.info h3, .info p {
		text-align: right;
	}
	.info p {
		font-size: 20px;
	}

	.footer .content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*** HELPER CLASSES */

.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}

.push-top-40 {
	margin-top: 40px;
}
.push-left-10 {
	margin-left: 10px;
}
.push-right-20 {
	margin-right: 20px;
}
.push-bottom-20 {
	margin-bottom: 20px;
}
.push-bottom-40 {
	margin-bottom: 40px;
}
.push-bottom-60 {
	margin-bottom: 60px;
}
