/*
	Landing.
	Developer: Federico Soria <fdsoria@gmail.com>
*/

[class^="icon-"], [class*=" icon-"] {background: none}


body {
	background: url(../images/body-bg.png) repeat #f7f7f7;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	padding-top: 100px;
}
body p {line-height: 25px}
a:focus, a:active {outline: transparent !important;}

/* Utility Classes */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {zoom:1;}


/* SITE HEADER ------------------------------------------------------ */
.logo-wrap {float: left;}
.logo-wrap .brand {
	position: relative;
	z-index: 200;
	display: block;
}
.logo-wrap img {max-width: none; }

#top {
	background: url(../images/top-bg.jpg) repeat-x center 0 #a47847;
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#top .social {
	margin-top: 15px;
	float: right;
}
#top .social div {
	background: rgba(41,22,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px;
	padding: 5px 20px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

nav.navbar {clear: both;}
nav.navbar .navbar-inner {
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}
nav.navbar .nav {
	float: right;
    margin: 10px 0 0 0;
    padding: 0;
}
nav.navbar .nav > li {
	float: left;
	list-style: none;
	margin-right: 3px;
}
nav.navbar .nav > li.last {margin-right: 0;}
.navbar .nav > li > a {
	padding: 4px 7px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	outline: transparent;
	border-radius: 15px;
}
.navbar .nav > li > a:hover {
	color: #FFF;
	background: rgba(41,22,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:focus {
	color: #FFF;
	background: rgba(41,22,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FFF;
	background: rgba(41,22,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.navbar .nav  .dropdown-menu {
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-radius: 2px;	
	margin-top: 0;
}
.navbar .nav  .dropdown-menu > li > a {
	padding: 3px 5px 3px 10px;
	font-size: 13px;
}
.navbar .nav  .dropdown-menu > li > a:before {
	color: #1294A2;
	content: "\e81b";
	display: inline-block;
	font-family: 'fontello';
	font-weight: bold;
	margin-right: 6px;
}
.navbar .nav  .dropdown-menu > li > a:hover,
.navbar .nav  .dropdown-menu > li > a:focus,
.navbar .nav  .dropdown-submenu:hover > a,
.navbar .nav  .dropdown-submenu:focus > a {
    background: #3BC2D5;
    color: #FFFFFF;
    text-decoration: none;
}

#masthead {
	padding-top: 30px;
	background: url(../images/masthead-bg.jpg) repeat #E06A2A;
	box-shadow: 0 3px 2px rgba(0,0,0,0.2) inset;
	text-align: center;
}
#masthead .page-title {
	color: #FFF;
	font-size: 50px;
	font-style: italic;
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.25);
}
#masthead .page-title img {margin-right: 10px;}
#masthead h2, #masthead h3 {
	font-size: 30px;
	font-style: italic;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}
#masthead h2 {color: #FFF;}
#masthead h3 {color: #ffad84;}

#main {background: url(../images/main-bg.jpg) repeat-x center 0;}
.slider {
	background: #FFF;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #DDD;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	position: relative;
	margin: -120px 0 50px;
	height: auto;
}
.slider .control-nav {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 10px 0;
	color: #333;
	font-size: 20px;
	background: #F0F0F0;
	cursor: pointer;
}
.slider .control-nav i:before {width: auto;}
.slider .control-nav.prev {left: 0; padding-right: 1px;}
.slider .control-nav.next {right: 0; padding-left: 1px;}
.slider img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.slider .pager {
	position: absolute;
	bottom: -70px; left: 0;
	width: 100%;
	text-align: center;
}
.slider .pager a {
	background: url(../images/bullets-nav.png) no-repeat right center;
	width: 17px; height: 17px;
	display: inline-block;
	margin: 0 8px 0 0;
	text-indent: -9999px;
}
.slider .pager a.selected {background-position: left center;}

.block-title {
	background: url(../images/block-title1.png) repeat-x center center;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	color: #028d9c;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	letter-spacing: -2px;
	margin: 80px 0;
}
.block-title span {
	padding: 5px 20px;
	background: url(../images/body-bg.png) repeat;
}

.shadow-title {
	background: url(../images/shadow-title.png) no-repeat center center;
	padding: 50px 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	color: #028d9c;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 80px 0;
}

#section1 p {
	columns:2;
	-webkit-columns:2; /* Safari and Chrome */
	-moz-columns:2; /* Firefox */
}

#steps ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  margin: 10px 0;
}
#steps ol li {
  position: relative;
  margin: 2.6em 0;
  padding: 0;
  transition: all .3s ease-out; 
  overflow: hidden;
}
#steps ol li:before {
  content: counter(li);
  counter-increment: li;
  background: url(../images/ol-li.png) no-repeat;
  border-radius: 15px;
  height: 164px;
  width: 164px;
  color: #FFF;
  font: bold 65px/163px "Open Sans", Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0 #d1531e, 3px 3px 0 rgba(0,0,0,0.3);
  text-align: center;
  display: inline-block;
}
#steps ol li .wrap {
	float: right;
	padding-top: 10px;
	width: 80%;
}
#steps ol li h4 {
	color: #04a7b9;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

/* CONTACT ----------------------------------------------------------------------------------- */
#section3 {margin: 160px 0 80px;}
#section3 h3 {
	background: #04acbf;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
	position: relative;
	margin-bottom: 0;
}
#section3 h3:after {
	content: "";
	display: inline-block;
	border-left: 20px inset transparent;
	border-right: 20px inset transparent;
	border-top: 15px solid #04acbf;
	position: absolute;
	top: 100%; left: 50%;
	margin-left: -20px;
}
#section3 form {
	background: #FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#section3 .gform_body,
#section3 .gform_footer,
#section3 .validation_error {
	margin-left: 25.641%;
	width: 48.7179%;
}
#section3 .gform_footer {text-align: right;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: middle;
    height: auto;
}
textarea {height: 120px;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #CCC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    outline: 0 none;
}
.gfield_error input, .gfield_error textarea {
	background-color: #f2dede;
	border-color: #b94a48;
	color: #b94a48;
}
.gfield_required {
	color: #cc0000;
}

.gfield_description.validation_message {margin-top: 0;}
.button {
	border: none;
	background: url(../images/submit.png) repeat-x left top;
	border-radius: 3px;
	height: 38px;
	line-height: 35px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.button:hover {background-position: left bottom;}
.gforms_confirmation_message {
	padding: 30px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
  	color: #468847;
}
.validation_error {
	background-color: #f2dede;
	border-color: #b94a48;
	color: #b94a48;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* FOOTER -------------------------------------------------------------------------- */
footer .footer-first {
	background: url(../images/footer-first-bg.jpg) repeat #1d1d22;
	padding: 20px 0;
}
footer .footer-first .block-title {
	background: none;
	color: #FFF;
	font-size: 13px;
	text-align: left;
	text-shadow: 0 3px 0 rgba(0,0,0,0.75);
	letter-spacing: 0;
}

footer .footer-first .location {
	color: #AAA;
	font-size: 14px;
}
footer .footer-first .location strong {color: #FFF;}

/* Footer Second */
footer .footer-second {
	background: url(../images/footer-second-bg.jpg) repeat-x center top;
	padding: 20px 0;
}

footer .footer-second,
footer .footer-second a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
footer .footer-second .social-links {
	margin: 0;
	padding: 0;
	float: right;
}
footer .footer-second .social-links li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
footer .footer-second .social-links li.last {margin-right: 0;}
footer .footer-second .social-links li a {
	width: 26px; height: 26px;
	display: block;
	background: url(../images/social.png) no-repeat;
	border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
footer .footer-second .social-links li a.facebook {background-position: left top;}
footer .footer-second .social-links li a.twitter {background-position: -33px top;}
footer .footer-second .social-links li a.google-plus {background-position: -66px top;}
footer .footer-second .social-links li a.flickr {background-position: -99px top;}

footer .footer-second .social-links li a.facebook:hover {background-position: left bottom;}
footer .footer-second .social-links li a.twitter:hover {background-position: -33px bottom;}
footer .footer-second .social-links li a.google-plus:hover {background-position: -66px bottom;}
footer .footer-second .social-links li a.flickr:hover {background-position: -99px bottom;}


/* MEDIA QUERIES --------------------------------------------------------------- */

/* --- Desktop --- */
@media only screen and (min-width: 980px) {

	.container {width: 980px;}

	/* Masthead */
	#masthead  {min-height: 345px;}

	/* Logo */
	.logo-wrap {width: 274px;}
	#logo {
		background: url(../images/logo.png) no-repeat;
		width: 274px; height: 123px;
	}
	.main-navigation {
		float: left;
		width: 700px;
	}
	.navbar .nav li.dropdown:hover > .dropdown-menu {display: block;}
	.container-fluid {
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}	
	#inner-footer {padding: 0;}
	#content {
		padding-left: 0;
		padding-right: 0;
	}	
}


/* --- Mobile Devices --- */
@media only screen and (max-width: 980px) {

	/* Logo */
	.logo-wrap { width: 268px; }
	#logo {
		background: url(../images/logo-mobile.png) no-repeat;
		width: 268px; height: 90px;
	}

	/* Main Nav */
	nav.navbar {
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	nav.navbar .btn-navbar {
		background: rgba(41,22,0,0.5);
		box-shadow: 0 1px 0 rgba(255,255,255,0.2);
		border-radius: 15px;
		padding: 5px 20px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		float: right;
		margin: -35px 0 0 0;
		cursor: pointer;
		text-decoration: none;
		outline: transparent;
	}

	nav.navbar .btn-navbar:hover, nav.navbar .btn-navbar:active, nav.navbar .btn-navbar:focus {
		background: rgba(41,22,0,0.5);
		box-shadow: 0 1px 0 rgba(255,255,255,0.2);
		color: #FFF;
		cursor: pointer;
		outline: transparent;
	}

	nav.navbar .nav {margin-top: 10px;}
	.nav-collapse.in.collapse {height: 100% !important;}
	nav.navbar .nav > li {
		float: none;
		margin: 0;
	}
	nav.navbar .nav #menu-item-109 {display: block;}
	.navbar .nav > li > a {
		background: #1e1409;
		padding: 7px 20px;
		color: #FFF;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-shadow: 0 1px 1px rgba(0,0,0,0.8);
		outline: transparent;
		border-radius: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #62421f;
	}
	.navbar .nav > li:last-child > a {border-bottom: 0;}
	.navbar .nav > li > a:hover {
		color: #FFF;
		background: #62421f;
		box-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > li > a:focus {
		color: #FFF;
		background: #62421f;
		box-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	.navbar .nav li.dropdown.open > .dropdown-toggle,
	.navbar .nav li.dropdown.active > .dropdown-toggle,
	.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	    color: #FFF;
		background: #333;
		box-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}
	.navbar .nav .dropdown-menu {
		box-shadow: 0 1px 3px rgba(0,0,0,0.1);
		border-radius: 0;		
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #62421f;
	}
	.navbar .nav .dropdown-menu > li > a {
		background: #1e1409;
		color: #FFF;
		border-radius: 0;
		padding: 3px 5px 3px 20px;
		font-size: 0.8em;
		font-weight: normal;
		display: block;
	}
	.nav-collapse .dropdown-menu li + li a {margin-bottom: 0;}
	.navbar .nav .dropdown-menu > li > a:hover,
	.navbar .nav .dropdown-menu > li > a:focus,
	.navbar .nav .dropdown-submenu:hover > a,
	.navbar .nav .dropdown-submenu:focus > a {
	    background: #62421f;
	    color: #FFFFFF;
	    text-decoration: none;
	}

	#masthead {padding-bottom: 30px;}

	.slider {margin-top: 40px;}

	/* Steps */
	#steps ol li .wrap {float: none;}

	/* Footer */
	footer .footer-second {	background: url(../images/footer-mobile.jpg) repeat-x center top; }
	footer .footer-first .work-with-us input[type="submit"],
	footer .footer-first .project-estimator .submit {
		margin-right: 0;
	}

	/* Forms */
	form input[type="text"], form input[type="email"], form input[type="url"],
	form input[type="tel"], form textarea {
		width: 98%;
	}
}

/* --- Tablets Landing --- */
@media (min-width: 768px) and (max-width: 979px) {
	
	
	/* Background Shadows */
	.shadow-title {
		background-size: 100%;
		line-height: 20px; padding-top: 5px;
	}

	.submit {
		font-size: 10px;
	}
}

/* --- Tablet Portrait and below --- */
@media (max-width: 767px) {

	body {padding: 100px 0 0 0;}
	.container {padding: 0 20px;}

	/* Header */
	.phone {
		display: inline !important;
		position: relative;
		top: 1px; left: -6px;
	}

	/* Background Shadows */
	.block-title, .shadow-title {background: none;}

	#masthead .page-title {
		font-size: 2.5em;
	}
	#masthead .page-title img {
		display: block;
		margin: 10px auto;
		clear: both;
	}
	#masthead h2, #masthead h3 {
		font-size: 1.3em;
		line-height: 1.5em;
	}

	#steps ol li:before {
		background-size: cover;
		font-size: 55px;
		line-height: 123px;
		width: 124px; height: 124px;
	}

	#section3 .span6 {
		padding: 20px;
	}
	.submit {
		display: inline-block;
		margin: 20px auto;
		padding: 0 20px;
		float: right;
	}

	
	/* Footer */
	footer .footer-second .columns {width: 100%;}
	footer .footer-second .social-links {
		float: none;
		margin-top: 20px;
	}
}

/* --- Fix Logo --- */
@media (max-width: 535px) {
	
	/* Logo */
	.logo-wrap {
		width: 184px;
		margin-left: -20px;
	}
	#logo {
		background: url(../images/logo-mobile-2.png) no-repeat;
		width: 184px; height: 94px;
	}
	#top .social div {
		font-size: 12px;
		padding: 2px 10px 3px;
		position: absolute;
	}
	#top .social .contact-us {
		top: 10px; right: -4px;
	}
	.phone {top: 0; left: -3px;}
	nav.navbar .nav-container {margin-top: -4px;}
	nav.navbar .btn-navbar {
		font-size: 12px;
		margin: -40px -12px 0 0;
	}
}

/* --- Iphone --- */
@media (max-width: 480px) {
	#section3 h3 {
		font-size: 0.8em;
		line-height: 2em;
	}
}

/* --- Smartphones --- */
@media (max-width: 320px) {
	
	.page-title {font-size: 18px;}
}