/*
Theme Name: Forwardtrends Custom Theme
Theme URI: http://forwardtrends.com/
Description: ForwardTrends Custom Theme
Author: forwardtrends.com
Version: 1.0
Tags: Custom
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased !important;
}
body {
	line-height: 1;
}
body,html{
height:100%;
width:100%	;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -380px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 0px;
}
#primary,
#secondary {
	float: right;
	width: 320px;
	padding:40px 0px;
	margin:0px 0px 0px 0px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content, .wide-column #content {
	margin: 0 auto;
	background-color:transparent;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	max-width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
/* montserrat-regular - latin */
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
	font-display:block;
  src: url('fonts/montserrat-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat-Regular'),
       url('fonts/montserrat-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v9-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
	font-display:block;
  src: url('fonts/montserrat-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat-Bold'),
       url('fonts/montserrat-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v9-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
body,
input,
textarea,
.button {
	font-family: 'Montserrat',sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
.container                                  
{ 
	position: relative; 
	width: 1080px; 
	margin: 0 auto; 
	padding: 0; 
	min-width:220px;
}
.container.wide {
	width:100%!important;	
}
 
#wrapper {
	position: relative;
	display: block;
	background-color:#f8f8f8;
}
.home #wrapper {
	border-top:0!important;	
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background-color:#000;
	
}
body,
input,
textarea {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote { 
	background: rgba(255,255,255,0.10);
	border-left: 10px solid rgba(255,255,255,0.20);
	margin: 30px 0px;
	padding: 20px 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size:16px;
	line-height:20px;
	color:#FFF;
}
blockquote:before {
	color: rgba(255,255,255,0.30);
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 10px;
	vertical-align: -0.4em;
}
blockquote p {
	display:inline;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="date"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a, a:hover, input:hover, .grid-item, .grid-item:hover, .article-block a:hover img {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;	
}
a {
	color:#158934;	
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* individual site header & navigation */
#site-header {
	width:100%;
	height:80px;
	position:fixed;
	top:0;
	left:0;
	display:block;
	z-index:1000;
	vertical-align:middle;
	-webkit-transform: translate3d(0,0,0)!important;
	background-color:rgba(255,255,255,0.9);
}
#site-header.hactive {
	
	box-shadow:0px 0px 4px rgba(0,0,0,0.20);
	background-color:rgba(255,255,255,1);
}
#site-header.showmessages {
	top:34px;
}
#site-launch {
	display:none;
	position:relative;
	background-color:#000;	
	height:40px;
	padding:0px;
	margin:0px;
}
#site-launch ul {
	list-style-type:none;
	margin:0px 0px;
	padding:0px;
}
#site-launch ul li {
	display:inline-block;
	margin:0px;
	padding:0px;
	position:relative;
	line-height:40px;
	font-size:12px;
	color:#efefef;
	padding:0px 10px;
	border-right:1px dotted #666;
}
#site-launch ul li:last-child {
	border-right:none;	
}
#site-launch ul li a {
	color:#FFF;	
}
.home #site-header {
	/*background-color:rgba(255,255,255,0.3);*/
}
#site-header-inner {
	padding:0px;
	display:block;
	position:relative;
}
#site-logo-container {
	width:auto;
	display:inline-block;
	position:relative;
	vertical-align:top;
	font-size:0;
	padding:0px;
	margin:0px;
}
#site-logo {
	position:relative;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	z-index:10000;
	
}
#site-logo-light {
	position:relative;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	display:inline-block;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	z-index:10000;	
}
#site-logo img, #site-logo-light img {
	display:block;
	width:auto;
	height:auto;
	max-height:70px;	
	margin:5px 0px;
	padding:0px;
}
#site-title {
	margin:16px 0px 16px 5px;
	padding:0px 0px 0px 0px;
	position:relative;
	max-width:200px;
	height:auto;
	display:inline-block;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	vertical-align:top;
}
#site-title h3 {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:rgba(0,0,0,.50);
	text-transform:none;
	letter-spacing:0px;
	position:relative;
	margin:0px!important;
	padding:0px!important;
	
}
#site-tag {
	position:relative;
	padding:0px;
	display:block;
	width:100%;
	height:auto;
}
#site-tag h3 {
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:rgba(0,0,0,0.40);
	text-transform:uppercase;
	letter-spacing:3px;
}
#mobile-btn {
	display:none;
}
#site-nav-container {
	width:auto;
	height:100%;
	display:block;
	position:absolute;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 	
	top:0;
	right:20px;
}
#site-nav {
	position:relative;
	width:auto;
}
#site-navcontainer {
	float:right;
	position:relative;	
}
#site-nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
}
#site-nav ul li {
	float:left;
}
#site-nav ul li a {
	display: block;
	font-size: 13px;
	font-weight:700;
	color: rgba(0,0,0,0.70)!important;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 0px 14px 0px 14px;
	margin:0px;
	line-height: 80px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#site-nav ul li.topsearcher a {
	display:block;
	background-image:url(img/search-ico.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
}

#topsearch {
	padding:20px;
	margin:-5px 0px 0px 0px;
	width:auto;
	display:none;	
	zoom: 1;
	background-color:rgba(255,255,255,0.95);
	opacity: 0.9;
	text-align:center;
	z-index:1001;
}

#topsearch input[type="text"]{
	line-height:34px;
}
#site-nav ul li:hover > a,
#site-nav ul li a:hover,
#site-nav ul li.current_page_item a, 
#site-nav ul li.current_page_parent a, 
#site-nav ul li.current-page-ancestor a
{
	
	color:rgba(0,0,0,.9)!important;
	background-color:#EFEFEF;
	text-shadow:none;
}
#site-nav li:hover > ul {
	display: block;
}
/* level 2 list */
#site-nav ul ul {
	display: none;
	margin: 0px!important;
	padding: 0px;
	position: absolute;
	top: 80px;
	left:inherit;
	width:inherit!important;
	z-index:5000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#EFEFEF;
}
#site-nav ul ul li {
	float: none;
	margin: 0!important;
	padding: 0;
}
#site-nav ul ul a {
	text-indent:0;
	background-image:none!important;
	height:40px;
	line-height:40px!important;
	padding:0px 15px;
	text-decoration:none;
	letter-spacing:0px;
	text-shadow:none;
	text-transform:none;
	width:auto;
	white-space: nowrap;
	min-width:200px!important;
	font-size:12px;
	border-right:none;
	background-color:#EFEFEF;
	border-bottom:1px solid rgba(0,0,0,.10)!important;
	margin:0px;
}
#site-nav ul ul li:last-child a {
	border-bottom:0px;	
}
/* sub levels link hover */
#site-nav ul ul li:hover a, 
#site-nav ul ul li:hover a,
#site-nav ul ul a:hover,
#site-nav ul ul li.current_page_item a {
	background-color:#FFF!important;
}
/* level 3+ list */
#site-nav ul ul ul {
	left: 181px;
	top: -3px;
}




/* alternate styles for scrolled nav */

.mobile-contact {
	display:none;
}
/*rpyal slider hacks */
/* Line 394 */
.rsCloseVideoBtn
{
  	top:50%!important;
	margin-top:-22px!important;
	z-index:9999;
}
.rsVideoFrameHolder {
   height : 100% !important;
}
#splash, .slidetest {
	display:block;
	position:relative;
	width:100%;
	height: calc(100vh - 100px); /* opera */
	height: -o-calc(100vh - 100px); /* opera */
	height: -webkit-calc(100vh - 100px); /* google, safari */
	height: -moz-calc(100vh - 100px); /* firefox */
	background-color:#000;
	min-height:300px;
	max-height:980px;
}
#splash.alt {
	display:block;
	position:relative;
	height:auto;
	padding-top:80px;	
}
#splash.padtop {
	min-height:114px;	
}
.splashwhite {
	position:absolute;
	display:block;
	width:100%;
	height:260px;
	background-image:url(img/splash-black.png);
	background-repeat:repeat-x;
	background-position:top left;
	z-index:10;
}
.splash-center {
	margin:0;
	padding:0;	
	position:absolute;
	width:inherit;
	top: 50%;
	left:50%;
	margin-left:-540px;
    transform: translateY(-50%);
	height:auto;
	z-index:11;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
.splash-center h2 {
    position: relative;
    display:inline-block;
    position:relative;
    font-size:50px;
    line-height: 65px;
    letter-spacing:-1px;
    color:rgba(255,255,255,1);
    font-weight:700;
    max-width:100%;
    margin:0px;
    padding:15px 30px 15px 0;
    max-width:600px;
    text-shadow:0px 0px 10px rgba(0,0,0,0.60);
    margin-bottom: 20px;
}

.splash-center h2:after {
    content:"";
    height: 5px;
    width: 150px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: green;
}

.splash-center h3 {
    display:inline-block;
    position:relative;
    font-size:22px;
    line-height:27px;
    letter-spacing:0px;
    color:#fff;
    font-weight:400;
    max-width:100%;
    margin:0px;
    padding: 5px 30px 15px 0;
    max-width:600px;
}
.splash-center h2 a,
.splash-center h3 a {
	text-decoration:none;
	color:inherit;
}	
.splash-center p {
	color:#FFF;
	font-size:18px;
	line-height:18px;
	font-weight:600;
	letter-spacing:1px;	
	text-shadow:1px 1px 0px rgba(0,0,0,0.80);
}
.splash-center p a {
	color:#FFF!important;	
}
#splash img {
	display:block;
	width:100%;
	height:auto;
	/*filter: blur(5px) grayscale(20%);*/
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	
}
.blog-entry {
	background-color:#FFF;
	padding:30px;
	border:1px solid #EFEFEF;	
	margin-bottom:20px;
	position:relative;
}
.blog-date {
	font-size:11px;
	font-style:italic;
	margin-bottom:15px;
}
.blog-date span {
	
}
.blog-entry .entry-title {
	
	line-height:inherit;
}
/* =Content
-------------------------------------------------------------- */
#container.dark, .dark {
	background-color:#158934;
	color:#FFF!important;
}
#container.dark a, .dark a {
	color:#FFF!important;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 0px; 
	margin:0px;
	width:inherit;
	position:relative;
}
#content {
	padding:30px 0px;
}
#content,
#content input,
#content textarea,
.slide {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#container.dark #content,
#container.dark input,
#container.dark textarea {
	color:#FFF;
}
#content img {
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	font-weight:normal;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
.deck h1,
.deck h2,
.deck h3,
.deck h4 {
	line-height: 1.5em;
	margin: 0 0 15px 0;
	letter-spacing:-1px;
}
#content h1, .deck h1 {
	font-size:200%;	
}
#content h2, .deck h2 {
	font-size:180%;	
	font-weight:700;
}
#content h3, .deck h3 {
	font-size:130%;
	font-weight:700;	
}
#content h4, .deck h4 {
	font-size:110%;
	letter-spacing:0px;
}

#content h1 small,
#content h2 small,
#content h3 small,
#content h4 small {
	display:block;
	font-size:11px;
	color:#999;
	line-height:16px;
	letter-spacing:0px;
	font-weight:100!important;
}
#content table {
	border: 1px solid #EFEFEF;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	clear:both;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px dotted #EFEFEF;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	
}
#subnav {
	display:none;
	margin:5px auto;
	height:40px;
}
#subnavcontainer {
	float:right;
	position:relative;
	left:-50%;
}
#subnav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	left:50%;
}
#subnav ul li {
	float:left;
}
#subnav ul li a {
	font-size:10px;
	display:block;
	margin:0px 5px;	
	text-transform:uppercase;
}
.one-column .entry-title {
	text-align:center;
	
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	
}
.blog-entry .entry-title a {
	text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	margin-bottom:10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content {
		
}
.one-column .entry-content {
	background-color:transparent;	
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #FFF;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	width:auto;
	min-width:100%;
	margin:20px auto;
	display:block;
	position:relative;
	clear:both!important;
}
.gallery-wrap {
	position:relative;	
	display:block;
	width:auto;
	clear:both;
	padding:0px 20px;
}
.gallery-container {
	margin:0px auto 40px auto;
	padding:0px;
	position:relative;
	
	max-width:100%;
	width:auto;
	display:block;
	clear:both;
	
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
	
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 50%;
}
.widget_search label {
	display: none;
}
.widget_search input[type=text] {
	margin:0px;
	padding:5px;
	line-height:30px;
	height:20px;
	border:1px solid #CCC;
	border-radius:4px;	
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	
}
#home-widgets {
	background-color:#FFFFFF;
	padding:40px 0px;
}
.home-widget-container {
	display:inline-block;
	width:33.3333%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	vertical-align:top;	
}
.widget-container {
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	position:relative;
}
.widget-container img {
	display:block;
	width:auto;
	height:auto;
	max-width:100%;	
}
#wrapper .widget-container {
	background-color:rgba(255,255,255,0.80);
	padding:20px;	
}
.widget-container ul {
	margin:0px!important;
	padding:0px!important;	
}
.widget-container li {
	list-style-type:none;
	margin:4px 0px!important;
	padding:4px 0px!important;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.widget-container li:last-child {
	border-bottom:none;	
}
.widget-title {
	color: #666;
	font-weight:bold;
	margin-bottom:20px;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.widget-area a:link,
.widget-area a:visited {
	
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	
	position:relative;
}
#secondary {
}
#primarynav {
	
	padding:20px;
	margin:20px 0px 20px 20px;
	background-color:#FFF;
	margin-bottom:20px;
}
#primarynav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#primarynav ul li {
	margin:0px;
	padding:0px;
}
#primarynav ul li a {
	display:block;
	padding:4px;
	line-height:30px;
	border-bottom:1px dotted #CCC;
	color:#666;
}
#primarynav ul li:last-child a {
	border-bottom:none;	
}
#primarynav ul li a:hover {
	color:#333;
}
#primarynav ul li.current_page_item a {
	background-color:#FFF;
	font-weight:bold;
	color:#333;
}
#primary .customSideNav ul {
	margin:0px;
	padding:0px;	
	
}
#primary .customSideNav ul li {
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;	
	border-bottom:1px dotted #CCC;
}
#primary .customSideNav ul li:last-child {
	border-bottom:0px;
}
#primary .customSideNav li a {
	display:block;
	padding:0px 10px;
	line-height:34px;	
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	color:#666;
	text-decoration:none;
}
#primary .customSideNav li a:before {
	content:"<";
	color:#CCC;
	padding:0px 5px;
	font-weight:bold;
}
#primary .customSideNav li.current_page_item a,
#primary .customSideNav li a:hover {
	
	background-color:#FFF;
	color:#111;
	
}
#primary .customSideNav .widget-title a {
	
	text-decoration:none;
	color:#000;
}
#primary .customSideNav ul ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px!important;	
	margin-left:20px;
}
#primary .customSideNav ul ul li {
	margin:0px;
	padding:0px 0px 0px 10px;	
}
#primary .customSideNav ul ul li a {
	text-transform:none!important;	
}
.grid {
	padding:0px;
	margin:0px auto;
	display:block;
	position:relative;
	width:100%;
	font-size: 0;
}
.grid-wrap {
	display:block;
	width:100%;
	margin:0 auto 30px auto;
	text-align:center;
	font-size:0;
	line-height:0;
	padding:0px;
}
.grid-item {
	margin:5px;
	padding:0px;
	display:inline-block;
	position:relative;	
	width:24%;
	height:auto;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    box-sizing: border-box; 
	text-decoration:none!important;
	overflow:hidden;
}

.grid-item.flip {
	display:block;
	float:left;
	min-height:210px;
}

.grid-item.flip .front {
	padding:0px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    box-sizing: border-box; 
}

.grid-item.flip .back {
	background-color:#333;
	padding:10px;
	height:100%;
	width:100%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
	min-height:210px;
	overflow:hidden;
	background-position:center center;
	background-size:fill;
	background-repeat:no-repeat;
}


a.grid-item.flip .back p {
	color:#FFF;
	font-size:13px;
	text-decoration:none!important;
	text-shadow:0px 0px 5px rgba(0,0,0,0.90),0px 0px 1px rgba(0,0,0,1);
}
.mix {
	display: none;	
}
.grid-item-content {
	position:absolute;
	top:80%;
	-ms-transform: translateY(-80%); 
	-webkit-transform: translateY(-80%); 
	-moz-transform: translateY(-80%); 
	transform: translateY(-80%); 
	left:0;
	width:80%;
	display:block;
	height:auto;
	padding:5px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	background-color:rgba(0,0,0,0.80);
}
.grid-item-content ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
.grid-item-content li {
	font-size:13px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:20px;
	clear:both;
	
}
.grid-item-content h3 {
	font-size:17px!important;
	line-height:17px!important;
	font-weight:900;
	margin-bottom:0px!important;
	letter-spacing:0px!important;
	text-shadow:1px 1px 0px rgba(0,0,0,0.70)!important;
	color:#FFF;
	text-align:left;
	
}
.grid-item-content h3 a {
	text-decoration:none;
	color:#333;	
}
.grid-item p {
	font-size:14px;
	line-height:20px;	
}
.grid-item small {
	color:#999;
	font-size:10px;	
}
.grid-item-img {
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}
.grid-item img {
	width:100%!important;
	height:auto!important;
	display:block;	
	
}
.grid-tag p {
	line-height:40px;
	font-size:12px;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	position:relative;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
}
ul.tabs li{
	background-color:rgba(0,0,0,0.15);
	background-image:url(img/tabs-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
	color: #666;
	display: inline-block;
	line-height:50px;
	font-size:15px;
	letter-spacing:2px;
	text-align:center;
	cursor: pointer;
	width:50%;
	margin:0px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	position:relative;
}
ul.tabs li.current{
	background-color:#FED748;
	background-image:none;
	color: #FFF;
}
ul.tabs li.current:after {
	content: url(img/tabs-current.png);
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -15px; /* negative number!*/	
}
.tab-content{
	display: block;
}
.tab-content.hidden{
	display: none;
}
/* Secondary WIdget Area */
#subsections {
	
	margin:0px;
	padding:50px 0px;	
}
#subsections ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px;
}
#subsections ul li {
	margin:0px;
	padding:0px 20px;
	display:block;	
	float:left;
	width:33.3%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#subsections ul li:last-child {
	border-right:none;	
}
#subsections ul li .widget-title {
	margin-bottom:14px;
	text-align:center;	
}
#subsections p {
	font-size:14px;
	text-align:center;	
}
#subsections img {
	display:block;
	margin:auto;
	padding:0px;
	max-width:100%;
	height:auto;	
}
.content-buffer {
	padding:30px 0px;	
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */
#footermenu {
	padding:70px 0px;
	background-color:#111;
	border-top:1px solid rgba(0,0,0,0.1);
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover!important;
	position:relative;
	display:block;
	height:auto;
	color:rgba(255,255,255,0.70);splash-center
}
#footermenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
	clear:both;
}
#footermenu ul ul {
	padding:0px;	
}
#footermenu ul li {
	width:25%;
	padding:0px 20px;
	float:left;	
	text-align:center;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#footermenu ul ul li {
	font-size:13px;
	float:none;	
	width:auto;
	display:block;
	color:#cecece;
	border-bottom:1px solid rgba(255,255,255,0.05);
	padding:5px 0px;
}
#footermenu ul ul li:last-child {
	border:0;
}
#footermenu .widget-title {
	color:#FFF;
}
#footermenu p {	
	font-size:13px;
	color:#efefef;
}
#footermenu .footerlogo {
	width:70%;
	position:relative;
	margin:0 auto;	
}
#footermenu .footerlogo img {
	display:block;
	max-width:100%;
	height:auto;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	margin:0 auto;
}
#footermenu .widget_recent_entries li {
	padding-bottom:10px!important;
	margin-bottom:10px;	
}
#footermenu .widget_recent_entries li:last-child {
	border-bottom:none;	
}
#footermenu a {
	font-size:13px;
	color:#cecece;
	text-decoration:none;	
}
#footermenu a:hover {
	color:#FFF;	
}
.footer-left {
	width:48%;
	float:left;	
	padding:0px 1%;
}
.footer-right {
	width:48%;
	float:right;
	text-align:right;
	padding:0px 1%;	
}
.footer-right p a {
	margin-bottom:0px;	
	color:#CCC;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
}
#copyright {
	width:100%;
	margin:0px;
	display:block;
	position:relative;
	padding:0px 0px 0px 0px;
	height:50px;
	
	border-top:1px solid rgba(0,0,0,0.10);
	overflow:hidden;
}
.footer-left p, .footer-right p {
	margin-bottom:0px;	
	color:rgba(255,255,255,0.70);
	font-size:11px;
	line-height:50px;
}
.footer-left a {
	color:rgba(255,255,255,0.90);
}
#copyright h3 {
	font-size:20px;
	color:rgba(255,255,255,0.90);
	margin-bottom:20px;	
	font-weight:700;
}
#footer {
	display:block;
	background-color:transparent;
	margin:0px;
	padding:0px;
	position:relative;
	background-color:#000;
}
#footerbanner {
	
	margin:0px;
	padding:0px;	
	
}
#footerbanner ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
#footerbanner ul li {
	margin:0px;
	padding:0px;
	display:block;	
}
#footerbanner .widget-container {
	
	padding:0px!important;
	margin:0px!important;
	background-color:transparent!important;
}
#footerbanner img {
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;	
}
.contactform {
	background-color:#FFF;
	
	padding:40px;
	position:relative;
	overflow:visible;
	box-shadow:0px 0px 6px #E0DBCF;
}
.contactform h3 {
	font-size:22px;
	color:#584F38;
	text-shadow:0px 0px 2px #FFF;
	text-align:center;
}
.contactform input, .contactform select {
	
	font-size:15px;
	font-style:italic;
	color:#666;
	padding:10px;
	margin-bottom:0px!important;
}
.contactform p {
	font-size:15px;
	font-style:italic;
	color:#666;
	margin-bottom:8px!important;
}
.contactform textarea {
	height:140px;
	width:100%;
	font-size:15px;
	font-style:italic;
	color:#666;
	padding:10px;
}
.one-column .contactform {
	
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
.top {
	position:absolute;
	right:30px;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none!important;	
}
.top:after {
	content:'↑';
	color:#CFCFCF;	
	
}
.widget_categories {
	margin-bottom:20px!important;	
}
.entry-title {
	font-size: 16px!important;
	font-weight: 400;
	line-height:16px;
	letter-spacing: 1px!important;
	text-transform:uppercase;
	color:#959595;
	padding:0px 0px 20px 0px;
	margin-bottom:10px;
	display:block;
}
.entry-title span {
	font-size:20px!important;
	font-weight:normal!important;	
}
.one-column .entry-title,
.slide .entry-title {
	text-align:center;	
}
.entry-excerpt {
	font-size:14px;
	text-align:center;
	font-style:italic;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #999;	
}
/* maps */
.map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.map-container iframe,  
.map-container object, 
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapcontainer {
	display:block;
	width:inherit;
	height:auto;
	position:relative;	
	
}
#map {
	display:block;
	height:300px;
	width:100%;
	position:relative;
	
}
.map_content {
	text-align:center;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	height:300px;
	
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 300px !important;
	
}
/* buttons */
a.button, input.submit, input[type=submit], .button {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	white-space:nowrap;
	color:#FFF!important;
	padding:0px 30px;
	font-size:12px!important;
	font-weight:500;
	line-height:40px!important;
	height:40px;
	margin:0px auto;
	letter-spacing:1px!important;
	text-shadow:none!important;
	background-color:#158934;
	border:none!important;
	text-transform:uppercase!important;
}
a.button span {
	color:#111!important;	
}
a.button:hover, input.submit:hover, input[type=submit]:hover {
	cursor: pointer;
	background-color:#000;
	text-decoration: none!important;
	color: #FFF!important;
	text-shadow: none;
}
.altbuttons a.button {
		line-height:36px;
	height:36px;
	margin:1px;
	background-color:#111;
}
.altbg1 {
	background-color:#F7B10F;
}
.buttonsm {
	height:34px;
	line-height:34px;
	font-size:11px;
	font-style:italic;	
}
a.solidbutton, .solidbutton {
	text-decoration: none;
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 0px;
	font-size: 12px!important;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF!important;
	background-color: #6BAED6;
}
a.block {
	display:block;
	width:inherit;
	padding:20px;
	text-align:center;
	line-height:100px;
	font-size:22px;
	text-decoration:underline;
	color:#FFF;
	background-color:#158934;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
a.block:hover {
	background-color:#000;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.center {
	text-align:center;	
}
.left_inline {
	display:inline-block;
	width:10%;
	padding:0px 5px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	vertical-align:top;
}
.left_inline p {
	font-size:16px;
	font-weight:bold!important;
	color:#959595;
}
.left_10 {
	width:10%;
	float:left;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:0px 10px;
}
.left_20 {
	width:20%;
	float:left;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:0px 10px;
	min-height:160px;
}
.left_33 {
	width:33.3%;
	float:left;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:0px 10px;
}
.left_50 {
width:50%;
float:left;	
-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
.right_50 {
	width:45%;
	float:right;	
	text-align:right;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
.left_25 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 23%;
  float: left;
  text-align: center;
}
.left_33 {
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 	
}
.left_66 {
	float:left;
	width:66.6666%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.left_auto {
	float:left;
	padding:0px 10px;
	margin:0px 10px;
	border-left:1px dotted #CCCCCC;
}
.right {
	text-align:right;
}	
.iframe {
	width:100%;
	height:auto;
	min-height:1300px;
	border:none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* FORWARDTRENDS RETURN TO TOP */
#back-top {
	position: fixed;
	bottom: 0px;
	right:0px;
	z-index:9999;
	-webkit-transform: translate3d(0,0,0)!important;
}
#back-top a {
	display: block;
	padding:0px;
	text-decoration:none;
	background-color:rgba(0,0,0,0.60);
	background-image:url(img/up-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	width:30px;
	height:30px;
}
#back-top a:hover {
	background-color:rgba(0,0,0,0.90);
}
#splash-bottom {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	bottom:20px;
	left:50%;
	margin-left:-15px;
	z-index:inherit;
}
#splash-bottom a {
	width: 30px;
	height:30px;
	display: block;
	text-indent:-9999px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	background: rgba(0,0,0,0) url(img/down-arrow.png) no-repeat center center;
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
            animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.o50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
.3col {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;	
}
.navleft {
	width:auto;
	display:inline-block;	
}
.navcenter {
	width:auto;
	display:inline-block;	
	padding:0px 20px;
}
.navright {
	width:auto;
	display:inline-block;	
}
#memberships {
	
	padding:30px 0px;	
}
.memberships {
	padding:5px 0px;	
	position:relative;
	font-size: 0;
	text-align:center;
}
.member {
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:16%;
	position:relative;
	text-align:center;
	vertical-align:middle;
}
.member img {
	width:auto;
	height:auto;
	display:block;	
	margin:auto auto;
	max-width:90%;
	max-height:80px;
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#memberships small {
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
	display:block;	
}
.buttons {
	margin-top:50px;	
}
.bgdark {
			padding:20px 5px;
			background-color:rgba(0,0,0,0.80);	
		}
		
#calendar-featured {
	background-color:#1e1e1e;
	padding:40px 0px 20px 0px;	
	display:block;
	position:relative;
	text-align:center;
}
#calendar-featured h2 {
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:6px;
	font-weight:700;
	font-size:18px;
	line-height:18px;
	margin-bottom:30px;	
}
#calendar-featured h3 {
	color:#cececf;
		
}
#calendar-featured p {
	color:#999;	
}
#articles {
	display:block;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding:40px 0px 20px 0px;
	text-align:center;
}
#home-info {
	display:block;
	position:relative;
	overflow:hidden;
	background-color:#282b2d;
	padding:40px 0px 20px 0px;
	text-align:center;
}
#articles h2, #home-info h2 {
	display:inline-block;
	position:relative;
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
	color:rgba(0,0,0,1);	
	font-weight:900;
	max-width:100%;
	margin:0px auto 30px auto;
	padding:0px;
	
}
#articles p {
	font-size:14px;	
}
.article-block {
	margin:0px;
	padding:10px;
	display:inline-block;	
	width:33.3333%;
	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;	
	position:relative;
	height:300px;
	overflow:hidden;
	
}
.article-image {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.article-image img {
	display:block;
	position:relative;
	width:auto;
	height:auto;
	min-width:100%;
	min-height:100%;
	margin:auto auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	vertical-align:middle;
	text-align:center;
}
.article-content {
	position:absolute;
	left:0px;
	bottom:10%;
	z-index:9001;
	display:block;
	max-width:80%;
	padding:0px 30px;
}
.article-content h3 {
	position:relative;
	font-size:17px;
	font-weight:900;
	text-shadow:1px 1px 0px #000;
	padding:0px;
	color:#FFF;
	display:block;
	white-space:wrap;
	text-align:left;
}
.article-content p {
	position:relative;
	font-size:11px!important;
	font-weight:normal;
	text-shadow:1px 1px 0px #000;
	padding:0px;
	color:#FFF;
	display:block;
	white-space:wrap;
	text-align:left;
	margin-top:5px;
}
.article-block a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
}
.article-content .tags {
	position:relative;
	display:block;
	font-size:0;
	text-align:left;
}
.article-content .tags ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.article-content .tags ul li {
	display:inline-block;
	color:#FFF;
	margin:0px!important;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:rgba(255,255,255,0.70);
}
.article-block.width-50 {
	width:50%;	
}
.article-block.width-100 {
	width:100%;
	max-height:420px;
}
.article-block.width-fill {
	margin:0px;
	padding:5px;
	display:block;	
	width:100%;
	max-height:inherit;
	overflow:hidden;
	white-space:normal;
}
.article-block.width-fill h3 {
	font-size:12px;
	line-height:14px;
	white-space:inherit;
}
.article-block.width-100 h3 {
	font-size:20px;
	line-height:22px;
}
.white-block {
	padding:30px 0px;
	background-color:#FFF;
}
#load-more-container {
	margin:0px 0px 30px 0px;	
}
a#load-more {
	display:block;
	width:100%;
	line-height:40px;
	background-color:#000;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	color:rgba(255,255,255,0.90);
}
#messages {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:34px;
	z-index:9999;
}
.message {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:34px;
	background-color:#000;
	color:#FFF!important;	
	text-align:center;
}
.message p {
	font-size:14px;	
	line-height:34px;
	margin:0px;
}
.message a {
	color:#FFF;	
}
.message-prev, .message-next {
	position:absolute;
	z-index:9999;
	top:0;
	line-height:34px;
	font-size:12px;
	font-weight:bold;
	color:rgba(255,255,255,0.8);
	text-decoration:none!important;
}
.message-prev:hover, .message-next:hover {
	color:rgba(255,255,255,1);
}
.message-prev {
	left:10px;
}
.message-next {
	right:10px;	
}
#breadcrumbs{
    list-style:none;
    margin:0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
  
#breadcrumbs .separator{
    font-size:12px;
    font-weight:100;
    color:#ccc;
}
.g-recaptcha > div > div{
 margin 20px auto !important;
 text-align: center;
 width: auto !important;
 height: auto !important;
}
.pad20 {
	padding:20px;	
}
.padcontent {
	padding:0px 10px;	
}
/* Block Specific */
/* Portfolio */
.portfolio-block {
	width: 100%; 
	display: block; 
	height: auto; 
	text-decoration:none;
	position:relative;
	
}
.portfolio {
	display:block;
	position:relative;
	background-color:#FFF;
	height:auto;
	width:100%;
}
.portfolio-text, .portfolio-thumb {
	width: 50%;
	display:inline-block;
}
.odd .portfolio-text, .odd .portfolio-thumb {
	float:right;
}
.even .portfolio-text, .even .portfolio-thumb {
	float:left;
}
.portfolio-thumb {
	position: relative;
	width:50%;
	height:auto;
}
.portfolio-thumb img {
	display: block; 
	width:100%; 
	height:auto; 
}
.portfolio-thumb:before {
	content: '';
	position: absolute;
	top: 50%; 
	margin-top: -10px; 
	border: 20px solid transparent; 
	z-index: 10;
}
.odd .portfolio-thumb:before { 
	left: 0; 
	border-left-color: #fcf9f4; 
}
.even .portfolio-thumb:before { 
	right: 0; 
	border-right-color: #fcf9f4; 
}
.portfolio-text {
	width:50%;
	height: 160px;
	position:relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.portfolio-text .cont {
	padding: 20px;
	-ms-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	transform: translateY(-50%); 
	top: 50%;
	width:100%;
	position: relative; 
	display:inline-block;
	text-align: center; 
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	
}
.portfolio-text h2 {
	text-decoration:none;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	color:#333;
	margin-bottom:10px;
}
.portfolio-text p {
	margin-bottom:0px!important;
	text-decoration:underline;
	font-size:16px;
	color:#158934!important;
}
/* decks */
.decks {
	position:relative;
	display:block;
}
.deck {
	padding:40px 0px;
	display:block;
	position:relative;
	background-color:#FFF;	
	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.deck.alt {
	background-color:#efefef;	
}
.deck img {
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;	
}
.deck.light {
	color:#FFF!important;
	text-shadow:0px 0px 3px rgba(0,0,0,0.80);
	background-color:#000;
}
.deck.light .overlay {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color:#000;
	z-index:inherit;
	top:0;
	left:0;
}
.deck p {
	font-size:18px;
	font-weight:normal;	
	line-height: 28px;
	margin-bottom:20px;
}
.deck li, .deck li {
	font-size:16px;
	font-weight:normal;	
	line-height:20px;
}
/* Jump Nav */
.jump-nav {
	padding:40px 0px;
	display:block;
	position:relative;
	
}
.jump-nav a {
	color:#FFF;
}
/* testimonials */
.testimonials {
	display:block;
	background-color:#000;
	padding:30px 0px;
}
.testimonial {
	display:block;
}
.testimonial blockquote {
	
}
.social-icon {
    color: #fff;
}
#social-block {
	display:block;
	position:relative;
	margin:0 auto;
	text-align:center;
}
ul.social-icons {
    list-style-type:none;
	display:block;
	position:relative;
	text-align:center;
	width:100%;
}
ul.social-icons li {
    vertical-align: top;
    display: inline-block!important;
    height: 30px;
	
	float:none;
}
ul.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-google-plus:hover {
    background-color: #e25714;
}
.fa-vimeo {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-vimeo:hover {
    background-color: #00b3ec;
}

#homesec-wrapper {
	
}

#homesecs {
	width:100%;
	margin:0 auto;
	border-top:1px solid #CCC;
	padding:30px 0px;
	position:relative;
	display:block;
	background-color:#EFEFEF;
	background-image:url(img/bot-bg.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}

#homesec1 {
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	padding:20px;
}

#homesec2 {
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:20px;
	}

#homesec3 {
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:20px;
}

#homesecs h2 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:20px;
}

#homesecs h2 a {
	text-decoration:none;
	color:#333;
}
#homesecs img {
	margin-bottom:20px;
}	

#homesecs p {
	line-height:20px;
	color:#333;
}

#homesec3 p {
	text-align:center;
}

#homesecs h3 {
	font-size:40px;
	font-weight:normal;
	color:#168A35;
	line-height:37px;
	margin-top:10px;
	text-align:center;
}

#homesecs h3 span {
	font-style:italic;
	font-size:11px;
	display:block;
	color:#666;
	text-align:center;
}	

/* reps */
#rep-map {
	display:block;
	width:100%;
	position:relative;
}
#rep-map img {
	margin:0 auto;
	width:auto;
	height:auto;
}
#reps {
	display:block;
	margin:30px 0px 0px 0px;
}

.rep-details {
	display:block;
	padding:20px;
	background-color:#FFF;
	margin:0px 0px 10px 0px;
}

/*Homepage Slider Additional Styling*/
.slidetest:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 1px);
    width: 100%;
    background: linear-gradient(#000 0%, #333 64.04%, #545454 100%);
    opacity: 0.6;
}

.splash-center a.button {
    position: relative;
    background: #522E91;
    padding-right: 43px;
    height: 44px;
    line-height: 44px!important;
    font-size: 15px !important;
}

.splash-center a.button:after {
    transition: all ease-in-out 0.3s;
    content: "";
    position: absolute;
    right: 23px;
    top: calc(50% - 7px);
    height: 13px;
    width: 13px;
    background: url("https://www.thermaxxjackets.com/wp-content/uploads/2024/01/angles-left-1.png");
}

.splash-center a.button:hover:after {
    right: 18px;
}

.rsMinW .rsBullets {
    left: calc(-50% + 150px);
}

.rsMinW .rsBullet {
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.rsMinW .rsBullet.rsNavSelected {
    width: 47px;
}

.rsMinW .rsBullet.rsNavSelected span {
    width: 47px;
    border-radius: 10px;
}

.rsMinW .rsBullet span {
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,0.7);
}

.rsArrow {
    display: none !important;
}

#splash {
    margin-top: 80px;
}

.category .splash-center h1 {
    position: relative;
    display: inline-block;
    position: relative;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    max-width: 100%;
    margin: 0px;
    padding: 15px 30px 15px 0;
    max-width: 600px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.60);
    margin-bottom: 20px;
}

.category .splash-center h1:after {
    content: "";
    height: 5px;
    width: 150px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: green;
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/* #Tablet (Portrait)
================================================== */
    
    
	
	@media only screen and (min-width: 760px) and (max-width: 1079px) {
        
		.container
		{ width: 90%; }
	
		
		#site-nav ul li a,
		#tab ul li a {
			padding:0px 10px;
			font-size:12px;
		}
		
		
		#container {
			margin: 0 -280px 0 0;
		}
		#content {
			margin: 0 260px 0 0px; 
			
		}
		#primary,
		#secondary {
			width: 180px;
		}
		
		.splash-center {
			left:0;
			margin-left:0;
		}
		
		
		#site-title {display:none;}
		
    }
	
	
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 759px) {
		#detector { display: none; }
		
        .container {
			width:100%;
			padding:0px;
			height:auto;
			margin:0 auto;
			position:relative;
			
		}
		
		#header {
			display:none;	
		}
		
		#primary,
		#secondary,
		#container {
			float: none;
			width:100%;
			padding:20px 0px;
			margin:0px auto!important;
		}
		
		#content {
			float: none;
			width:90%;
			padding:20px 0px;
			margin:0px auto!important;
		}
		
		
		
		#mobile-contact {
			position:relative;
			display:block;
			margin:0px auto 20px auto;
		}
		
		#mobile-contact h3 {
			font-size:13px;
			font-weight:normal;
			text-align:center;	
		}
		
		#mobile-contact h3 a {
			text-decoration:none;
			color:#666;	
		}
		
		#mobile-btn {
			display:block;
			width:30px;
			height:30px;
			right:25px;
			top:40px;
			margin-top:-15px;
			position:absolute;
			z-index:10001;
		}
		
		#mobile-btn a {
			width:30px;
			height:30px;
			background-image:url(img/mobile-nav.png);
			background-repeat:no-repeat;
			background-position:center 0px;
			text-indent:-9999px;
			display:block;
			transition-property:none;
			margin:0px auto;
		}
		
		#mobile-btn a.on {
			background-position:center -30px;
		}
		
		#mobile-btn a.off {
			background-position:center 0px;
		}
		
		#site-nav-container {
			width:100%;
			height:100%;
			right:0px;
		}
		#site-navcontainer {
			float:none;
			position:relative;	
		}
		
		#site-nav {
			position:absolute;
			width:100%;
			height:auto;
			padding-bottom:30px;
			background-color:#EFEFEF;
			display:none;	
			top:80px;
			left:0px;
			right:auto;
			
			float:none;
		}
		
		#site-nav ul {
			list-style-type:none;
			margin:0px;
			padding:0px;	
			float:none;
		}
		
		#site-nav ul li {
			margin:0px;
			padding:0px;
			float:none;
			display:block;
		}
		
		#site-nav ul li a {
			display:block;
			padding:0px;
			font-size:14px;
			text-transform:uppercase;	
			text-decoration:none;
			text-align:center;
			float:none;
			color:#FFF;
			font-weight:bold;
			border:0;
			border-bottom:1px dotted rgba(255,255,255,0.10)!important;
			margin-bottom:0px!important;
			height:40px;
			line-height:40px;
			letter-spacing:0px;
		}
		
		#site-nav ul li.current_page_item a, #site-nav ul li a:hover {
			color:#000!important;
			background-color:rgba(255,255,255,1);
		}
		
		#site-nav ul ul {
			display:none!important;
		}
		
		.mobile-contact {
			display:block;
			padding:20px 0px;
		}
		#content {
			margin: 0px;
		}
		
		.entry-title {
			text-align:center;	
		}
		#primary,
		#secondary {
			float: none;
			min-height:inherit;
			
		}
		
		.grid-item, .grid-item-image, .grid-item-33, .plain-grid-item {
			float:none!important;
			width:auto!important;
			max-width:440px!important;
			height:auto!important;
			margin:10px auto!important;
			display:block!important;
			position:relative!important;
			
		}
		
		
		
		.grid-item-img, .grid-item-agent-img {
			max-height:inherit!important;
		}
		
		
		fieldset {
			width:90%;
			margin:0 auto;	
		}
		
		#content img {
			
		}
		
		.alignleft,
		img.alignleft {
			display: block;
			float: none;
			margin:10px auto;
		}
		.alignright,
		img.alignright {
			display: block;
			float: none;
			margin:10px auto;
		}
		.aligncenter,
		img.aligncenter {
			display: block;
			float: none;
			margin:10px auto;
		}
		
		.contactform {
			background-color:#EFEFEF;
			padding:30px;
			position:relative;
			overflow:visible;
			margin-top:44px;
		}
		
		.contactform p, .contactform input, .contactform textarea {
			padding:5px;	
			width:97%;
		}
		
		.contactform textarea {
			height:100px;
			
		}
		
		.contactform label {
			clear:both;
			color:#999;
		}
		
		.twocolsec, .threecolsec, .left_50, .right_50, left_66, .left_33, .left_20, .article-block, .home-widget-container
		{
		  float:none;
		  margin:10px auto;
		  width:100%;
		  
		}
		
		#footermenu .left_33 {
			float:left;
			width:33.3333%;
			margin:0px auto;
		}
		
		.left_33, 
		.home-widget-container,
		.left_25,
		.left_66,
		.left_auto,
		.left_inline,
		.left_10,
		.right_50,
		.grid-nav fieldset,
		.grid-nav legend
		#subsections ul li, 
		#footermenu ul li,
		#footermenu ul li:last-child,
		.block-content,
		.block-image,
		#homesec1,
		#homesec2,
		#homesec3 {
			width:100%;
			float:none;	
			padding:0px;
			margin:20px auto;
			border:none;
			text-align:center;
		}
		
		.portfolio-text, .portfolio-thumb {
			width: 100%;
			float:none!important;
			display:inline-block;
		}
		
		
		#footermenu ul li ul{
			width:100%;
			margin:0px;
			padding:0px;
		}
		
		
		
		#content h1,
		#content h2,
		#content h3,
		#content h4,
		#content h5,
		#content h6,
		.widget-container {
			text-align:center;
		}
		
		#main .widget-area ul {
			padding:0px;	
		}
		
		
		.blog-date {
			position:relative;
			background-image:none;
			top:auto;
			right:auto;
			color:#666;
			width:100%;
			height:auto;
			padding:0px;
			text-align:center;
			font-size:12px;
			line-height:14px;
		}
		
		.blog-date span {
			font-size:30px;	
			line-height:30px;
		}
		
		.blog-entry .entry-title {
			width:100%;	
		}
		
		.grid-nav {
			float:none;
			width:auto;
		}
		
		.splash-center {
			left:0;
			margin-left:0;
		}

		.splash-center h2 {
			font-size:24px;
			line-height:26px;
		}
		.splash-center h3 {
			font-size:16px;
			line-height:18px;
		}
		
		.splash-center p {
			color:#FFF;
			font-size:12px;
			line-height:12px;
			font-weight:600;
			letter-spacing:1px;	
			text-shadow:none;
		}
		
		.widget-container {
			padding:20px 0px;
			margin:20px 0px;
			position:relative;
		}
		
		#site-title {display:none;}
		
		table {
			clear:both;
			height:inherit;
		}
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr { border: 1px solid #ccc; }

		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		.gallery, .gallery-container, .gallery-wrap {
			float:none;
			width:auto;
			max-width:100%;
			clear:both;
			display:block;
		}
		
    }
