/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

    .clear{ clear: both; float: none;}
	body {
		min-width: 1200px;
	}
	
	#homepage section { padding-right: 25px; }
	#homepage section div img { margin-top: 25px; }
	section, article {
		margin: 0 0 10px 0;
		font-size: 0.8em;
		padding-bottom: 10px;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section h1 { margin-bottom: 5px; }
	
	.ref section.right-content2 { 
		padding-right: 40px;
		margin-left: -70px;
		font-family: arial, sans-serif;
	}
	.ref section.right-content2 h2 { margin-top: 2em; }
	.ref section.right-content2 h3 {  
		color: #ccc;
		font-size: 0.8em;
		text-transform: uppercase;
		clear: both;
		float: none;
	}
	.ref section.right-content2 h2+h3 {
		margin-top: -20px;  
	}
	
	.ref_img {
		position: relative;
		padding: 20px 50px;
	}	
	
	.ref_img img {
		width: 90%;
	}
	
	.ref h2.mobile_title {
		display: none;
	}
	
	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
	}

	ul.big-image-list img {
		width: 178px;
	}

/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */

	#header-wrapper {
		background: #79220E; /* Old browsers */
        background: -moz-linear-gradient(top,  #CF4016 0%, #79220E 85%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CF4016), color-stop(85%,#79220E)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #CF4016 0%,#79220E 85%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #CF4016 0%,#79220E 85%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #CF4016 0%,#79220E 85%); /* IE10+ */
        background: linear-gradient(to bottom,  #CF4016 0%,#79220E 85%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CF4016', endColorstr='#79220E',GradientType=0 ); /* IE6-9 */
	}

	#header {
		position: relative;
		margin: 2.5% 0 2.5% 0;
		padding: 0 40px 0 40px;
		border-radius: 10px;
		height: 26px;
	}

		#header h1 {
			position: absolute;
			left: 0;
			top: 0;
			color: #fff;
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 26px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 10px;
			top: 0px;
			line-height: 20px;
			font-size: 1.2em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 20px;
				outline: 0;
                font-size: 0.8em;
    font-weight: 300;
			}
			
			#header nav a.current-page-item {
				
			}

			#header nav a:hover {
                color: #eee;
			}
		#logo img { margin-top: -10px; }
/* Banner */

	#banner-wrapper {
		background: #c8d2bc url(../images/slider-bkg.png);
	}

	#banner {
		position: relative;
		width: 1160px;
		height: 265px;
		margin: 2% 0 2% 0;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		padding: 20px;
		background: #fff url(images/banner.jpg) no-repeat 20px 20px;
		background-size: 1160px 265px;
	}

		#banner h2 {
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 100px;
			left: 0;
			font-size: 3.3em;
			color: #fff;
			text-align: center;
			letter-spacing: -2px;
		}
		
		#banner span {
			display: block;
			position: absolute;
			z-index: 1;
			width: 100%;
			bottom: 105px;
			left: 0;
			font-size: 1.6em;
			color: #fff;
			text-align: center;
			letter-spacing: -1px;
			text-transform: lowercase;
			opacity: 0.8;
		}

/* Main */

	#main {
		background: #f5f5f5; /* Old browsers */
        background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		padding: 1% 0 2% 0;
	}

		#main .controls {
		}

		#main .main-row {
			margin: 1% 0 2% 0;
			overflow: hidden;
			background:#fff;
			box-shadow: 0 0 5px #e5e5e5;
			padding-top: 10px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			position: relative;
		}

/* Footer */

	#footer-wrapper {
		padding: 1% 0 0 0;
		background: #79220E;
		font-size: 0.8em;
	}
#footer-wrapper a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-decoration:none;
}
/* Copyright */

	#copyright {
		text-align: center;
		color: #fff;
		padding: 0 0 1% 0;
		margin: 0 0 0 0;
		font-size: 0.6em;
	}

		#copyright a {
			color: #A6A88F;
		}

#contact_form {
	
}
#contact {
	font-size: 0.8em;
}

#contact img {
	margin-right: 10px; 
}

#contact_form textarea {
	width: 511px;
	height: 85px;
}

#contact_form .ideal-select-sub li:first-child {
	color: #ccc;
}

#contact_form .ideal-form .ideal-wrap {
	margin-right: 60px;
	clear:none;
}

#contact_form::-webkit-input-placeholder { font-size: 10px; color: #900; }
#contact_form::-moz-placeholder { font-size: 10px; color: #900; } /* firefox 19+ */
#contact_form:-ms-input-placeholder { font-size: 10px; color: #900; } /* ie */
#contact_form input:-moz-placeholder { font-size: 10px; color: #900; }

#send-valid {
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 45px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#map {
	width: 95%;
	height: 400px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.less {
	width: 150px;
	text-align: center;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.02);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 2px #ccc;
	position: absolute;
	bottom: 15px;
	font-size: 0.7em;
	margin-left: -250px;	
	cursor: pointer;
	text-shadow: 1px 1px 1px #fff;	
	
	-webkit-transition: all .5s;
     -moz-transition: all .5s;
       -o-transition: all .5s;
      -ms-transition: all .5s;
          transition: all .5s;
}

.less:hover {
	background: rgba(0, 0, 0, 0.07);
}

