/*-----------------------------------------------------------------------------------*/
/*	1.	Overrides
/*-----------------------------------------------------------------------------------*/

body {
	color:#646464;		
}
a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* Typography */
h1 {
	font-size: 1em;
}

/* Grid */
.row {
	height: 100%;
	max-width: 100%;
}

/* Main Container */

#main {
	margin-top: 1em;
}
#main > .row {
	margin-bottom:10%!important;		
}

/* Sidebar Elements */

aside {
	width: 100%;
	height: 19em;
	top: 0;
	right: 0;
	bottom: auto;
	position: relative!important;
	z-index: 997;
}
aside .inner-block {
	height:100%;
	padding:1em;
}
aside .bg-cover {
	width: 100%;
	height: 12em;
	background: rgba(44, 40, 40, 0.8);
	position: absolute;
	left: 0;
}
aside .postfix.button {
	line-height:0.125em;
	padding:1.43em 0;
}
aside .content-block {
	position: absolute;
	bottom: 0;
	padding-right: 5%;
	width: 95%;
	vertical-align: middle;
}
aside nav {
	position: absolute;
	width: 100%;
}
.side-nav {
	margin-top: 0;
}
.side-nav li a {
	display: inline-block;
	padding:0.5em 0 0 0.8em;
}  
.side-nav li.active a,
.side-nav li.active a:hover {
	color:#FFF;
	cursor: default;		
}
.side-nav li a:hover,
.side-nav li a:active {		
	color:#E4C43D;
}
.side-nav li.active a {
	background:#E4C43D;
	border-radius:5px 20px 20px 5px;		
	display: block;
	padding: 0.5em 0 0.5em 1em;
}
.content-block,
.content-block h1,
.side-nav li a,
.more-nav li a {
	color:#FFF;
}
.more-nav {
	margin: -5px 0 0;
}
.more-nav a {
	padding-left: 0.5em;
	font-size: 0.9em;
	background: none;
}
.more-menu {
	display: none;
	margin: 0;
}
.subscribe-form {
	position: relative;
}
.subscribe-form label {
	position: absolute;
	top: 1em;
	left: 1em;
	cursor:text;
	color:#848484;
}

/* Global Buttons */

button,.button {
	background-color: #D9D900;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* Caption Styles */

.caption {
	font-family: 'Lato', sans-serif;
	color: #777;
	line-height: 1.4em;
}

/* High Quality/Definition Images */

.hd {
	margin-bottom: 1em;
}

/* Form */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	background: #fff;
	color: #55606e;
	border-radius: 3px;
	margin: 0 0 20px;
	height: 3em;
	padding: 0 1em;
}
input[type="email"] {
	border: medium none;
	border-radius: 3px 0 0 3px;	
}
textarea {
	height: 300px;
	padding: 1em;
}
label {
	margin: 0 0 12px;
}
label span {
	color: #a7abb1;
	font-size: 0.9em;
}

/* Image Gallery */
.carousel li {
	position: relative;
	margin-bottom: 0.5em;
	margin-right: 0;
	max-width:100%;
}
.carousel img {
	max-width: 100%;
}
.carousel img, 
.overlay-label {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}
.overlay-label {
	display: inline;
	left: 0px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	opacity: 0;
	margin: 0px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 45%;
	color: white;
	font-size: 15px;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	        transition: all .4s;

}
.overlay-label:hover {
	opacity: 1;
}

/* Address Panel */
.address {
	border-radius: 3px;
	border: none;
	font-size: 0.9em;
	padding: 2em;
}

/* Pricing Tables */
.pricing-table {
	border: none;
}
.pricing-table li {
	border:solid 1px #ddd;
	border-top: none;
}
.pricing-table li:first-child {
	border: none;
}
.pricing-table .price {
	background:#FFF;
	border-bottom: none;
	font-size:5.75em;
	font-weight: bold;
	padding: 0.5em 0 0;
}
.pricing-table sup {
	top: -0.65em;
	font-size: 0.5em;
	font-weight: normal;
}
.pricing-table .description {
	padding-bottom: 2em;
} 
.pricing-table .description em {
	display: block;
	line-height: 2.5em;
} 
.premium-plan .title {
	background:#d6145d;
	color:#FFF;	  
}
/* Copyright */
.copyright {
	font-size:0.8em;
}

/* Helpers */
.sep {
	margin: 3em 0 2em;
}

/* Navigation */
.top-bar {
	z-index: 20000;
	position: fixed;
	left: 0;
	top: 0;
}
.top-bar .name {
	color:#FFF;
	font-weight: bold;
	line-height: 3em;
	padding-left: 1em;
}
.top-bar-section ul li {
	border-bottom: 1px solid #222222;
}
.top-bar-section ul li > a {
	background: #111111;
	font-weight: normal;
}


/*-----------------------------------------------------------------------------------*/
/*	2. Styles for screens that are at least 768px; */
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 48em) {

	/* Grid */
	.large-3,
	.large-9 {
		width:100%;
	}
	.row .large-offset-1 {
		margin-left: 0;
	}

	/* Typography */
	h1 {
		font-size: 1em;
	}
	h2 {
		font-size: 4.3125em;
		line-height: 0.5em; 
	}
	#main {
		margin-top: 5em;
	}
	#main > .row {
		margin-bottom:60%!important;
		padding-top: 5em;
	}
	#main > .row:last-child {
		margin-bottom: 10%!important;
	}
	.caption {
		font-size: 1.5em;
	}
	.clearing-assembled .clearing-container .carousel {
		height:185px;
	}
	.clearing-assembled .clearing-container .carousel > ul li {
		margin-right: 5px;
		width: 185px;
	}
	/* Image Gallery */	
	.carousel li {
		position: relative;
		margin: 0 0.5em 0.5em 0;
		width: 24.23%;
	}

	/* Pricing Tables */
	.standard-plan li {
		border-right:none; 
	}
	/* Google Map */
	#map_canvas {
		border:1px solid #dddddd;
	}
	.top-bar-section ul li {
		border:none;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	3. Styles for screens that are at least 1344px; */
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 84em) {

	/* Visibility */
	.hide-for-large, .hide-for-large-down {
		display: inherit !important;
	}
	/* Grid */
	.large-3 {
		width: 25%;
	}
	.large-9 {
		width: 75%;
	}
	.row .large-offset-1 {
		margin-left: 8.33333%;
	}
	/* Sidebar */
	aside {
		height: 100%;
		position: fixed!important;
		float: left;
		display: block;
		left: 0;
		z-index: 10;	
	}
	aside .bg-cover {
		height: 100%;
		position: fixed!important;
	}
	aside .bg-cover {
		width: 25%;
	}
	aside .inner-block {
		height:100%;
		padding:2em;
	}
	aside .content-block {
		width: 85%;
	}
	#main > .row {
		padding-top: 0;
	}
	.entry-content {
		padding:2em 1em;
	}
	/* Social Channels */
	.social-channels {
		position: fixed;
		right:-0.25em;
		top:1em;
		z-index: 2;
	}
	.social-channels li {
		margin-bottom: 0.5em;
		list-style: none;
	}
	.social-channels a {
		background:#333;
		color:#FFF;
		display: block;
		font-size: 0.78em;
		padding: 0.5em 1em;
		text-align: left;
		margin-bottom: 0.4em;
	}
	.top-bar {
		display: none!important;
	}
}
