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

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
	line-height: 1.75em;
}
h1 {
	font-size: 2.25em;
	margin: 0 0 1.1em 0;
	line-height: 1em;
}
h2 {
	font-size: 1.75em;
	margin: 0 0 1.1em 0;
	line-height: 1em;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
/* Button */

input[type="button"], input[type="submit"], input[type="reset"], .button {
	font-size: 1.35em;
	padding: 0.6em 1.5em;
}
input[type="button"].big, input[type="submit"].big, input[type="reset"].big, .button.big {
	font-size: 2.25em;
	padding: 0.8em 0.9em;
}
.button.icon {
}
.button.icon:before {
	margin-right: 0.5em;
	top: 0.05em;
}
/* Box */	
	
.box {
	padding: 2em;
}
.box.feature {
	padding: 0;
}
.box.feature .inner {
	padding: 0.5em;
	text-align: center;
}
.box.feature h2 {
	font-size: 1em;
	margin: 0;
}
.box.feature p {
	margin: 0;
}
.box.feature .image {
	position: relative;
	margin: 0;
}
.box.feature .image img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

.widget {
}
.widget.thumbnails {
}
.widget.thumbnails .grid {
	margin: 0 0 3em 0;
}
.widget.thumbnails .image {
	margin: 0;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper {
	padding: 0;
	height: 220px;
}
#features-wrapper {
	padding: 0;
	margin-bottom: 3em;
}
#main-wrapper {
	padding: 0 0 4em 0;
}
#footer-wrapper {
	padding: 1em 0;
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
	padding: 0;
	height: 170px;
}
#logo h1 {
	margin: 0 auto;
	padding: 0;
	font-size: 3.25em;
	text-align: center;
	letter-spacing: 0.05em;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
	position: relative;
	left: 0;
	bottom: 0;
	font-size: 0.9em;
	background: #4b4b4b; /* Old browsers */
	background: -moz-linear-gradient(top, #4b4b4b 0%, #323232 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #323232)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b4b4b 0%, #323232 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b4b4b 0%, #323232 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b4b4b 0%, #323232 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4b4b4b 0%, #323232 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#323232', GradientType=0 ); /* IE6-9 */
	height: 50px;
}
#nav ul {
	margin: 0 auto;
	display: table;
	padding: 0;
}
#nav ul li {
	float: left;
	line-height: 3.5em;
	padding-left: 1.5em;
}
#nav ul li a, #nav ul li span {
	font-weight: 800;
	letter-spacing: 0.025em;
	color: #CCC;
	text-decoration: none;
	border-radius: 6px;
	padding: 0.5em 1em 0.5em 1em;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
#nav ul li > ul {
	display: none;
}
#nav ul li:hover {
}
#nav ul li:hover a, #nav ul li:hover span {
	color: #FFF;
	background: #fac025; /* Old browsers */
	background: -moz-linear-gradient(top, #fac025 1%, #fa8918 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fac025), color-stop(100%, #fa8918)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fac025 1%, #fa8918 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fac025 1%, #fa8918 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fac025 1%, #fa8918 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fac025 1%, #fa8918 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac025', endColorstr='#fa8918', GradientType=0 ); /* IE6-9 */
}
#nav ul li.active {
}
#nav ul li.active a, #nav ul li.active span {
	color: #FFF;
	background: #fac025; /* Old browsers */
	background: -moz-linear-gradient(top, #fac025 1%, #fa8918 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fac025), color-stop(100%, #fa8918)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fac025 1%, #fa8918 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fac025 1%, #fa8918 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fac025 1%, #fa8918 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fac025 1%, #fa8918 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac025', endColorstr='#fa8918', GradientType=0 ); /* IE6-9 */
}
#nav ul li.current {
}
#nav ul li.current a {
	background: #666;
	color: #fff;
}
.dropotron {
	background: #fff;
	letter-spacing: 0.025em;
	color: #696969;
	text-decoration: none;
	border-radius: 6px;
	padding: 0.75em 0;
	min-width: 15em;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), 0 0.25em 0.25em 0.1em rgba(0,0,0,0.025);
	margin-top: calc(-0.75em + 1px);
	margin-left: -1px;
}
.dropotron li {
	border-top: solid 1px #eee;
	line-height: 3em;
}
.dropotron li:first-child {
	border-top: 0;
}
.dropotron li > a, .dropotron li > span {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0 1.5em;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
.dropotron li > a:hover, .dropotron li > span:hover, .dropotron li.active > a, .dropotron li.active > span {
	background: #eee;
}
.dropotron.level-0 {
	font-size: 0.8em;
	margin-left: 1.5em;
	margin-top: 0;
}
.dropotron.level-0:before {
	content: '';
	position: absolute;
	top: -0.5em;
	left: 1em;
	border-bottom: solid 0.75em #ffffff;
	border-left: solid 0.75em transparent;
	border-right: solid 0.75em transparent;
	z-index: 1;
}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner-wrapper {
	margin-bottom: 3em;
}
#banner {
	padding: 0em;
}
#banner h2 {
	font-size: 1.2em;
	margin: 0;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}
#banner p {
	font-size: 2.75em;
	line-height: 1.35em;
	margin: 0;
}
#banner .button {
	width: 100%;
	margin-bottom: 0.5em;
}
#banner .button.icon:before {
	position: absolute;
	right: 0.15em;
	top: 50%;
	margin-top: -0.5em;
}
#banner .button.alt {
	margin-bottom: 0;
}
#banner ul {
	margin: 0 0 0 2em;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
}
#copyright {
	padding: 4em 0 0 0;
	text-align: center;
}
.footer_links ul {
	margin: 0 0 0.8em -0.6em;
	padding: 0;
	float: left;
}
.footer_links ul, .footer_links p {
	display: block;
	clear: both;
	text-align: left;
}
/*********************************************************************************/
/* Other                                                                        */
/*********************************************************************************/

#header #location {
	position: absolute;
	bottom: 20px;
	right: 0px;
	color: #FFF;
	width: 260px;
	text-align: right;
	font-size: 14pt;
	line-height: 1.4em;
}
#header #location img {
	vertical-align: middle;
}
#header #location p {
	margin-bottom: 10px;
	font-size: 26pt;
	text-shadow: 1px 1px 1px #000;
}