/* ----------------------------------------------
	Theme Name: Structura
	Author: Chris Seymour
	Author URI: http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin:0;
	padding:70px 0 0;
}
* {
	outline:none!important;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 


/* Header */

#header {
	border-top-width:3px;
	border-top-style:solid;
	/* customize_header_border */ border-top-color:#7499A7; /* customize_header_border */
}


/*  Main Navigation  */

#nav {
}
.top-bar {
	background:#fff;
	height:30px;
	line-height:70px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}
.top-bar.expanded {
	background:#fff;
}
.top-bar.expanded .title-area {
	background:#fff;
}
.top-bar .top-bar-inner {
	max-width:62.5em;
}
.top-bar .name {
	height:70px;
}
.top-bar .name h1 a, .top-bar .name a {
	font-size:1.5em;
	font-weight:400;
	line-height:70px;
	/* customize_logo */ color:#3E4E59; /* customize_logo */
	font-weight:400;
	display:block;
	padding:0 15px;
}
.top-bar .name h1 a:hover, .top-bar .name a:hover {
	/* customize_logo_hover */ color:#181E23; /* customize_logo_hover */
}
.top-bar .toggle-topbar.menu-icon a {
	color:#afafaf;
}
.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #afafaf, 0 16px 0 1px #afafaf, 0 22px 0 1px #afafaf;
	box-shadow: 0 10px 0 1px #afafaf, 0 16px 0 1px #afafaf, 0 22px 0 1px #afafaf;
}
.top-bar p {
	position:relative;
	margin:0;
}
.top-bar-section ul {
	background:none;
}
.top-bar-section ul li > a {
	background:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	color:#656E72;
	text-transform:uppercase;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
.top-bar-section ul li > a:hover, .top-bar-section ul li a.nav-selected, .top-bar-section ul li a.nav-path-selected {
	background: #f4f4f4;
	color:#374146;
}
.top-bar-section ul li > a.button {
	background:#E99023;
}
.top-bar-section ul li > a.button:hover {
	background:#D26215;
}
.top-bar-section li a:not(.button), .top-bar-section .has-form {
	background:#fff;
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.top-bar-section .dropdown li {
	border-top:1px solid #eee;
}
.top-bar-section .dropdown li.title h5 a {
	color:#444;
}
.top-bar-section ul li > a.button {
	color:#fff;
}
.top-bar-section > ul > .divider {
	border-color:#f5f5f5;
}

#top-bar-search input {
	width: 80px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
#top-bar-search input:focus {
	width: 200px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}


/* Feature */
#feature {
	/* customize_feature_background */ background-color:#3E4E59; /* customize_feature_background */
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
	color:#ffffff;
}
#feature * {
	/* customize_feature_text */ color:#ffffff; /* customize_feature_text */
}
#feature h1, #feature h2, #feature p {
	text-shadow:0 0 2px rgba(0,0,0,0.9);
}
#feature h1 {
	/* customize_feature_h1_background background-color:#E99023; customize_feature_h1_background */
	/*display:inline-block;*/
	margin-top:0;
	margin-bottom:0.25em;
	padding:0 2px;
	font-weight:300;
	text-align:center;
}
#feature h2, #feature .orbit-caption h3 {
	font-weight:300;
	margin:0;
}
#feature p {
	margin-bottom:0;
}
#feature p.lead {
	font-weight:200;
}
#feature img {
	width:100%;
	vertical-align:bottom;
}
#feature .large-12 {
	padding-top:1.5em;
	padding-bottom:1.5em;
}

#feature .orbit-container .orbit-slides-container > * .orbit-caption {
	font-size:1em;
}
#feature .orbit-bullets li {
	background:#CCCCCC!important;
	border:none!important;
}
#feature .orbit-bullets li.active {
	background:#E99023!important;
}


/* Sections */
#sections {
	/* customize_sections_background */ background-color:#E99023; /* customize_sections_background */
	text-align:center;
}
#sections * {
	/* customize_sections_text */ color:#FFFFFF; /* customize_sections_text */
}
#sections p {
	/* customize_sections_paragraphs */ color:#fddcb3; /* customize_sections_paragraphs */
	margin-bottom:1em;
}
#sections .columns {
	padding-top:30px;
	padding-bottom:30px;
}
#sections .columns:hover {
	/* customize_sections_background_hover */ background-color:#eb8406; /* customize_sections_background_hover */
}


/* Wrapper */
#wrapper {
	/* customize_content_background */ background-color:#FFFFFF; /* customize_content_background */
	padding:40px 0;
}


/* Content */
#content {
}


/* Sidebar */
#sidebar {
}


/* Side Navigation */
.side-nav {
	margin-left:0!important;
}
.side-nav li {
}
.side-nav li a {
	/* customize_side_menu_link */ color:#E99023; /* customize_side_menu_link */
}
.side-nav li a:hover, .side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	/* customize_side_menu_link_hover */ color:#D26215; /* customize_side_menu_link_hover */
}
.side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	font-weight:bold;
}
.side-nav li ul {
	margin-top:0.15em;
}


/* Sub Navigation */
.sub-nav dt.active a, .sub-nav dd.active a {
	background:#E99023;
}


/* Callout */
#callout {
	/* customize_callout_background */ background-color:#7499A7; /* customize_callout_background */
	padding:30px 0;
	/* customize_callout_text */ color:#FFFFFF; /* customize_callout_text */
	text-align:center;
}
#callout p, #callout .button {
	margin-bottom:0;
	display:inline-block;
}
#callout .button {
	margin-left:30px;
}


/* Footer */
#footer {
	/* customize_footer_background */ background-color:#3E4E59; /* customize_footer_background */
	padding:50px 0 40px;
	/* customize_footer_text */ color:#999999; /* customize_footer_text */
}
#footer .columns {
	font-size:0.750em;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	/* customize_footer_headings */ color:#7499A7; /* customize_footer_headings */
}
#footer a {
	/* customize_footer_link */ color:#bbbbbb; /* customize_footer_link */
}
#footer a:hover {
	/* customize_footer_link_hover */ color:#ffffff; /* customize_footer_link_hover */
}
#footer ul {
	list-style:none;
}
#footer ul li {
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:5px 0;
}
#footer ul li a {
	display:block;
}

#footer #copyright {
	font-size:0.70em;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid rgba(0,0,0,0.25);
}
#footer #copyright .sub-nav dt, #footer #copyright .sub-nav dd {
	font-size:1em;
}
#footer #copyright .sub-nav dt.active a, #footer #copyright .sub-nav dd.active a {
	background:#7499A7;
	color:white;
}


/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 

/* Buttons */
.button {
	background-color:#E99023;
	border-color: #D26215;
}
.button:hover, .button:focus {
	background-color:#D26215;
}
.button.secondary {
	color:#3E4E59;
}


/* Page List */
.ccm-page-list {
}
.ccm-page-list .row {
	margin-bottom:1em;
}
.ccm-page-list-title {
	line-height:1.2;
	margin:0 0 0.35em;
}
div.ccm-page-list-description {
	margin:0 0 2em;
}
p.ccm-page-list-description {
	margin:0 0 1em;
}
.ccm-page-list .columns {
	text-align:center;
}
.ccm-page-list-one-col .columns {
	text-align:left;
}
.ccm-page-list-thumbnail {
	margin-bottom:1em;
	position:relative;
	overflow:hidden;
}
.ccm-page-list-thumbnail img {
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-autonav-breadcrumb-sep {
	margin:0 5px;
}
.overlay {
	background:#a15456;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-page-list-controls {
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-0.75em;
	padding:0 1em;
	opacity:0;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
	-webkit-transform:translateY(-75px);
	-moz-transform:translateY(-75px);
	-o-transform:translateY(-75px);
	transform:translateY(-75px);
}
.ccm-page-list-controls .button.secondary {
	background-color:#3E4E59;
	border:none;
	color:#fff;
	opacity:0.85;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-page-list-controls .button.secondary:hover {
	opacity:1;
}
.ccm-page-list-thumbnail:hover .overlay {
	opacity:0.8;
}
.ccm-page-list-thumbnail:hover .ccm-page-list-controls {
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	transition-delay:0.1s;
}
.ccm-page-list-thumbnail:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

small.meta {
	font-size:75%;
	color:#6F6F6F;
	display:block;
	margin:0 0 0.95em;
}
.blog_entry small.meta {
	margin-bottom:1.5em;
}


/* Forms */
table.formBlockSurveyTable {
	border:none;
}
table.formBlockSurveyTable tr.even, table.formBlockSurveyTable tr.alt, table.formBlockSurveyTable tr:nth-of-type(2n) {
	background:none;
}
.required {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#E99023;
}


/* Tag List */
.ccm-tags-display {
	margin:0 0 1.5em;
}
.ccm-tags-display ul.ccm-tag-list {
	overflow:hidden;
	margin-left:0!important;
}
.ccm-tags-display ul.ccm-tag-list li {
	background-color: #E9E9E9;
	height:auto!important;
    color: #333333;
}
.ccm-tags-display ul.ccm-tag-list li:hover {
	background-color:#d3d3d3;
	
}
.ccm-tags-display ul.ccm-tag-list li a {
	color: #333333;
}


/* Blog */
.post-title {
	margin-bottom:0.25em;
}
.entry .ccm-output-thumbnail {
	margin:0.75em 0;
}


/* Date Archives */
#main-content-sidebar-archives h4 {
	margin-bottom:0.25em;
}
#main-content-sidebar-archives ul {
	list-style:none;
	margin-left:0!important;
}


/* Google Map */
.googleMapCanvas img {
	max-width:none;
}


/* Orbit */
.orbit-container .orbit-slides-container > * .orbit-caption {
	padding:15px 75px;
}
.orbit-caption h3, .orbit-caption p {
	margin-top:0;
	margin-bottom:0;
}
.orbit-caption h3 {
	font-size:1.2em;
}
.orbit-caption p {
	font-size:1em;
	line-height:1.2;
	display:none;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background-color:#E99023;
	background-color:rgba(233,144,55,0.8);
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
	background-color:#E99023;
	background-color:rgba(233,144,55,1);
}
.orbit-container .orbit-prev:hover span {
	border-color:transparent white transparent transparent;
}
.orbit-container .orbit-next:hover span {
	border-color:transparent transparent transparent white;
}
.orbit-bullets {
	text-align:center;
	margin:0 auto 15px;
	top:8px;
}
.orbit-bullets li {
	float:none;
	display:inline-block;
	border:1px solid #656E72;
	height:14px;
	width:14px;
}
.orbit-bullets li.active {
	background:#656E72;
}
.orbit-container .orbit-timer .orbit-progress {
	background-color:rgba(255,255,255,0.6);
}
.orbit-container .orbit-timer > span {
	border: solid 4px white;
	border-top: none;
    border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
	border-color: transparent transparent transparent white;
}
.orbit-container .orbit-slide-number {
	color:#ffffff;
}

/* Check List */
ul.check-list {
	list-style:none;
	font-size:0.9em;
	margin-top:1.5em;
	margin-left:0!important;
}
ul.check-list i {
	color:#E99023;
}


/* Alert Box */
.alert-box p {
	margin-bottom:0;
	line-height:1;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}
.fade-in.one {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.fade-in.two {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.fade-in.three {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}


/* alignment classes & additional classes*/

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}


/* concrete5 interface */
#ccm-page-controls-wrapper *,
#ccm-page-controls-wrapper *:before,
#ccm-page-controls-wrapper *:after,
.ui-dialog *,
.ui-dialog *:before,
.ui-dialog *:after
{
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display:inline-block;
	width:auto;
}
.ui-dialog select {
	width:auto;
}


@media only screen and (min-width: 48em) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.4;
	}
	h1 {
		font-size: 2.75em;	
	}
	h2 {
		font-size: 2.3125em;
	}
	h3 {
		font-size: 1.6875em;
	}
	h4 {
		font-size: 1.4375em;
	}
	.top-bar-section .dropdown {
		box-shadow:0 4px 6px rgba(0,0,0,0.3);
	}
	.ccm-page-list-one-col .ccm-page-list-thumbnail {
		margin-bottom:0;
	}
	.orbit-caption h3 {
		font-size:1.6875em;
	}
	.orbit-caption p {
		font-size:1em;
		line-height:1.6;
		display:block;
	}
}

@media only screen and (min-width: 58.75em) {
	.top-bar-section li a:not(.button) {
		line-height:70px;
	}
	.top-bar-section > ul > .divider, .top-bar-section .has-form {
		height:70px;
	}
	.top-bar-section .dropdown li a {
		font-size:0.745em;
		line-height:1.5;
	}
	.top-bar-section .has-dropdown > a:after {
        border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
    }
	.top-bar-section ul.right li .dropdown li .dropdown {
		margin-top:-1px;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		margin-top:-10px;
	}
	.top-bar input, .top-bar .button, .top-bar p {
		top:21px;
	}
	.top-bar p .button {
		top:0;
	}
	#feature h2, #feature .orbit-caption h3 {
		font-size:2.3125em;
	}
	#feature p.lead {
		font-size:1.75em;
	}
	#feature .large-12 {
		padding-top:3.5em;
		padding-bottom:3.5em;
	}
}


/* customize_miscellaneous */  /* customize_miscellaneous */