/*---------------------------------------------------------------------------

	Theme Name: Little Business 2
	Theme URI: http://mobilelift.co
	Description: Simple, flexible theme for business and portfolio sites
	Version: 1.0
	Author: MobileLift
	Author URI: http://mobilelift.co
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------


	CSS Reset & Foundation


---------------------------------------------------------------------------*/

@font-face {
	font-family:"LeagueGothic";
	src:url("fonts/League_Gothic.eot?") format("eot"),url("fonts/League_Gothic.woff") format("woff"),url("fonts/League_Gothic.ttf") format("truetype"),url("fonts/League_Gothic.svg#LeagueGothic") format("svg");font-weight:normal;font-style:normal;}

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
}

.Aa-page-builder-element p {
    margin-bottom: 1.3em;
}

ol, ul {
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,374
q:before, q:after {
	content: '';
	content: none; 
}

table {
	border-spacing: 0;
	border: 1px solid; 
	width: 100%; 
}

tr th {
	border-bottom: 1px solid;
	text-align: left;
}

tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}

.Aa-page-container tr td {
	vertical-align: top;
}
.Aa-page-container tr td img {
	min-width: 150px;
}
.Aa-page-container table {
	width: 100%;
}
.Aa-page-container table, 
.Aa-page-container table tr, 
.Aa-page-container table tr td, 
.Aa-page-container table tr th {
	border: none !important;
}
.Aa-page-container table tr td {
	border: 1px solid #ddd !important;
}
.Aa-page-container table {
	max-width: 100%;
}


tr th:last-child, tr td:last-child {
	border-right: 0px;
}

table th { 
	font-weight: bold; 
}

table.timetable {
}

table.timetable td {
	width: 14%;
	padding: 1%;
	font-size: 82.5%;
}
table.timetable td h3 {
	font-size: 18px;
}
table.timetable td h4 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: .2em;
	color: #aaa;
}


iframe {
	border: 5px solid #777;
}

.sixteen.columns .sixteen.columns {
	width: 100% !important;
	margin: 0 0 20px 0 !important;
}

/*---------------------------------------------------------------------------
	Body Foundation
---------------------------------------------------------------------------*/

 html { 
 	min-height: 100%; 
 }
 
 body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.35em;
	color: #333;
	-webkit-text-size-adjust: 100%;
 	}
 .body-wrapper {
	}



/*---------------------------------------------------------------------------
	Typography Foundation
---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Roboto', sans-serif;
	font-weight: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

h2 {
	font-size: 25px;
	margin-bottom: 15px; 
}

h3 {
	font-size: 20px;
	margin-bottom: 15px; 
}

h4 {
	font-size: 18px;
	margin-bottom: 15px; 
}

h5 { 
	font-size: 16px;
	margin-bottom: 10px; 
}

h6 {
	font-size: 15px;
	margin-bottom: 15px; 
}

.subheader { 
	color: #777; 
}

p { 
	margin: 0 0 20px 0; 
	text-rendering: optimizeLegibility;
}

p img { 
	margin: 0; 
}
.Aa-page-builder-element img {
	max-width: 100%;
	height: auto;
}

p.lead { 
	font-size: 18px; 
	line-height: 27px; 
	color: #777; 
}

em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

small { 
	font-size: 80%; 
}

blockquote, blockquote p { 
	font-size: 17px; 
	line-height: 24px; 
	color: #777; 
	font-style: italic; 
}

blockquote { 
	margin: 0 0 20px; 
	padding: 9px 20px 0 19px; 
	border-left: 1px solid #ddd; 
}

blockquote cite { 
	display: block; 
	font-size: 12px; 
	color: #555; 
}

blockquote cite:before { 
	content: "\2014 \0020"; 
}

blockquote cite a { 
	color: #555; 
}

hr { 
	border: solid #ddd; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 10px 0 30px; 
	height: 0; 
}

/*---------------------------------------------------------------------------
	Links
---------------------------------------------------------------------------*/

a { 
	color: inherit; 
	text-decoration: none; 
	outline: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	color: inherit; 
}

p a { 
	line-height: inherit; 
}


/*---------------------------------------------------------------------------
	Lists
---------------------------------------------------------------------------*/

ul, ol {
}

ul {
}

ol { 
	list-style: decimal; 
}

ol, ul.square, ul.circle, ul.disc, ul { 
	margin-left: 30px;
	margin-bottom: 20px; 
}

ul.square { 
	list-style: square outside; 
}

ul.circle { 
	list-style: circle outside; 
}

ul.disc { 
	list-style: disc outside; 
}

ul ul, ul ol,
ol ol, ol ul { 
	margin: 4px 0 5px 30px; 
}

/*
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
*/

li { 
	line-height: 18px; 
	margin-bottom: .5em;
}

ul.large li { 
	line-height: 18px; 
}

li p { 
	line-height: 18px; 
}

/*---------------------------------------------------------------------------
	Images
---------------------------------------------------------------------------*/

img.scale-with-grid {
	max-width: 100%;
	height: auto; 
}

img { 
	display: block; 
}
	
iframe { 
	display: block; 
}

/*---------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------*/

a.button,
button,
a.Aa-button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="submit"].button, 
input[type="reset"].button, 
input[type="button"].button, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
	padding: 7px 14px !important; 
	display: inline-block;
	font-weight: bold; 
	cursor: pointer;
	font-family: sans-serif;
	/*font-size: 11px;*/
	color: #fff !important;
	background-image: none !important;
	background: #6d9737 !important;
	-moz-box-shadow: none !important; /* FF3.5+ */
	-webkit-box-shadow: none !important; /* Saf3.0+, Chrome */
	box-shadow: none !important;
	text-shadow: none !important;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
}

a.button:hover,
button:hover,
a.Aa-button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"].button:hover, 
input[type="reset"].button:hover, 
input[type="button"].button:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover {
	background-image: none !important;
	background: rgba(109, 151, 55, 0.65) !important;
	color: #fff !important;
}
a.button:active,
button:active,
a.Aa-button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"].button:active, 
input[type="reset"].button:active, 
input[type="button"].button:active, 
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.woocommerce a.button:active, 
.woocommerce button.button:active, 
.woocommerce input.button:active, 
.woocommerce #respond input#submit:active, 
.woocommerce #content input.button:active, 
.woocommerce-page a.button:active, 
.woocommerce-page button.button:active, 
.woocommerce-page input.button:active, 
.woocommerce-page #respond input#submit:active, 
.woocommerce-page #content input.button:active {
	background-image: none !important;
	background: rgba(109, 151, 55, 0.65) !important;
	color: #fff !important;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt {
	background: #6d9737 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 7px 14px !important; 
}
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover {
	background: rgba(109, 151, 55, 0.65) !important;
	color: #fff !important;
	text-shadow: none !important;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
	padding: 0 !important;
}


.Aa-image-frame {
	padding: 4px; 
	display: inline-block;
}


/*---------------------------------------------------------------------------
	Tabs (Skeleton Framework)
---------------------------------------------------------------------------*/

ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px; 
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0; 
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 13px; 
}

ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; 
}

ul.tabs li:first-child a.active {
	margin-left: 0; 
}

ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px; 
}

ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; 
}

ul.tabs-content { 
	margin: 0 0 20px; 
	display: block; 
	list-style: none; 
}

ul.tabs-content > li { 
	display:none; 
}

ul.tabs-content > li.active { 
	display: block; 
}

ul.tabs:before,
ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

ul.tabs:after {
	clear: both; 
}

ul.tabs {
	zoom: 1; 
}


/*---------------------------------------------------------------------------
	Forms
---------------------------------------------------------------------------*/

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	font: 13px sans-serif !important;
	color: #777;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff; 
}

.sixteen.columns input[type="text"],
.sixteen.columns textarea {
	width: 320px !important;
	padding: 8px !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 47% !important;
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
}

textarea {
	min-height: 60px; 
}

label,
legend {
	display: block; 
}

select {
	width: 220px; 
}

input[type="checkbox"] {
	display: inline; 
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; 
}

#searchform, #searchform input {
	margin-bottom: 0 !important;
	width: 194px;
}

	
/*---------------------------------------------------------------------------
	Tags
---------------------------------------------------------------------------*/

.wp-caption, .wp-caption-text,
.sticky, .gallery-caption,
.bypostauthor { 
	max-width: 100% !important; 
}

.alignright { 
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
}

.alignleft { 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
}

.aligncenter { 
	margin: 0 auto 0; 
}

.shortcode-image-left { 
	margin-right: 12px; 
}

.shortcode-imarg-right { 
	margin-left: 12px; 
}  

br.clear { 
	clear: both; 
	height: 0px; 
	display: block; 
}

.display-none { 
	display: none; 
}

.overflow-hidden { 
	position: relative; 
	overflow: hidden; 
}
	
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.pt25{ padding-top: 25px !important; }

/*disable blank space*/
cufon[alt=" "] { 
	display: none !important; 
} 
	

/*---------------------------------------------------------------------------


	Theme Specific Styles


---------------------------------------------------------------------------*/

body {
}


.container.core-container {
	width: 100% !important;
}
.core-container .Aa-page-container {
	width: 980px;
	margin: 0 auto;
}
.feature-media {
	background: #f5f5f5 url('images/bg.jpg') no-repeat left center;
	background-size: cover;
	width: 100%;
	min-height: 220px;
	display: block;
	background: rgba(117, 163, 57);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.feature-media {
	width: 100%;

}
.feature-media img {
	width: 100%;
}
.feature-media iframe {
	width: 100%;
	height: 600px;
	border: none;
}


div.logo-wrapper {
	/* height: 100px; */
	right: initial;
	position: relative;
	top: 53px;
	max-width: 50%;
	z-index: 1;
	float: left;
	margin-top: 0;
	width: 200px;
	margin-right: 0;
	left: 0;
	margin-left: 10px;
}

.home div.logo-wrapper {
	height: 100px;
	left: -5px;
	position: relative;
	top: -65px;
	max-width: 50%;
	z-index: 1;
	float: left;
	margin-top: 0;
	width: 244px;
	float: right;
	margin-right: 0;
}
.body-wrapper .header-container {
	position: relative;
	margin-bottom: 30px;
	border: none !important;
	position: absolute;
	width: 100% !important;
	z-index: 999;
	background: rgba(255,255,255,0.8);
	height: 70px;
	top: 65px;
}

@media only screen and (min-width: 980px) {
.container.footer-container {
	background: #f5f5f5;
	width: 100% !important;
}
}

div.footer-widgets {
	width: 980px;
	margin: 0 auto;
	background: none;
}

	
	
	
.preloader { 
	display: block; 
	background:url(images/loading.gif) center center no-repeat; 
}
body.page-template-page-slider-php,
body.page-template-page-timeline-php {
	background-image: none;
	background-color: #0E0E0E;
}
.page-template-page-slider-php .core-container, 
.page-template-page-slider-php .footer-container,
.page-template-page-slider-php .Aa-page-builder-frame,
.page-template-page-slider-php .Aa-page-builder-element,
.page-template-page-slider-php .sixteen,
.page-template-page-timeline-php .core-container, 
.page-template-page-timeline-php .footer-container,
.page-template-page-timeline-php .Aa-page-builder-frame,
.page-template-page-timeline-php .Aa-page-builder-element,
.page-template-page-timeline-php .sixteen, 
.page-template-page-timeline-php #timeline-embed.sized-embed, 
.page-template-page-timeline-php .vmm-timeline, 
.page-template-page-timeline-php .main {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
.page-template-page-slider-php .footer-container,
.page-template-page-timeline-php .footer-container {
	/*position: absolute;
	width: 100%;
	bottom: 0;*/
	padding: 0;
}
.page-template-page-slider-php .footer-container .footer-widgets .four ,
.page-template-page-timeline-php .footer-container .footer-widgets .four{
	display: none;
}
.page-template-page-slider-php div.footer-credits,
.page-template-page-timeline-php div.footer-credits {
	border-top: none;
}
.page-template-page-slider-php div.footer-widgets,
.page-template-page-timeline-php div.footer-widgets {
	padding: 0 !important;
	margin: 0 !important;
}
.page-template-page-slider-php div.footer-widgets br,
.page-template-page-timeline-php div.footer-widgets br {
	display: none;
}
.page-template-page-slider-php div.footer-credits,
.page-template-page-timeline-php div.footer-credits {
	padding: 0;
}
.page-template-page-slider-php .rsNav,
.rsGCaption  {
	display: none;
}

.page-template-page-slider-php div.header-wrapper,
.page-template-page-timeline-php div.header-wrapper {
    border-bottom: 0 none;
    margin-bottom: 0;
    height: 35px;
}
.rsDefault .rsFullscreenBtn {
    top: -6px;
}
.rsDefault .rsFullscreenBtn {
	top: 15px !important;
}
.admin-bar .rsDefault .rsFullscreenBtn {
	top: 15px !important;
}
.admin-bar .rsFullscreen .rsFullscreenBtn,
.rsFullscreen .rsFullscreen .rsFullscreenBtn {
	top: 15px !important;
}


/* royalslider style*/
.rsUni.rsHor .rsArrowLeft {
	bottom: 0 !important;
	top: initial !important;
	height: 80px;
/*	width: 100% !important;
	background: rgba(255,255,255,0.75);*/
}

.rsUni.rsHor .rsArrowRight {
	bottom: 0 !important;
	top: initial !important;
	height: 80px;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	bottom: 20px !important;
	left: 20px !important;
	top: initial !important;
	right: initial !important;
	background: url(images/rs-universal.png);
}

.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	bottom: 20px;
	right: 20px;
	top: initial !important;
	left: initial !important;
	background: url(images/rs-universal.png);
}
.rsUni .rsGCaption {
	position: relative !important;
	float: none;
	bottom: 20px !important;
	left: 0 !important;
	text-align: left;
	background: transparent !important;
	color: #222 !important;
	padding: 0 !important;
	margin: -32px auto !important;
	border-radius: none !important;
	border: 0;
	width: 940px !important;
	height: auto;
	display: block;
	font-size: 2.1em !important;
	font-family: 'Roboto', sans-serif !important;
	line-height: 1.1em !important;
}


.slide-caption {
	background: rgba(117, 163, 57, .9);
	height: 120px;
	padding: 25px 90px 10px 90px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.rsContentSlider h3 {
	font-size: 2.4em !important;
	color: #333;
	width: 100% !important;
	margin: .2em 0 !important;
}
.rsContentSlider h3 a {
	color: #333;
}
.rsContentSlider h3 a:hover {
	color: #8b110c;
}
.rsContentSlider p {
	margin: .8em 0 .4em 0 !important;
}




.rsContentSlider h3 a, .rsContentSlider h3 a:hover{
	color:#fff;
}
.rsUni .rsGCaption {
bottom: 60px !important;
color: #fff !important;
}
.rsUni .rsGCaption p{
	font-family: sans-serif;
	font-size: 13px;
	margin: 0;
	line-height: 18px;
	margin-top: 5px;
}
.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: 0 !important;
	top: initial !important;
	left: initial !important;
	background: url(images/right.png) no-repeat;
	width: 22px;
	height: 66px;
	left: 0;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn{
	background-position: 0 !important;
	top: initial !important;
	left: 30px !important;
	background: url(images/left.png) no-repeat;
	width: 22px;
	height: 66px;
	left: 0;
}





/*---------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------*/


div.header-wrapper { 
	position: relative;
	margin: 0 auto;
    width: 980px;
    max-width: 100%;
}

.site-description {
    clear: right;
    display: block;
    float: left;
    font-family: 'Roboto',sans-serif;
    font-size: 1.5em;
    position: relative;
    text-align: left;
    margin: 2em 0 0 10px;
}




.page-template-page-timeline-php .header-wrapper, 
.page-template-page-timeline-php .header-container, 
.page-template-page-slider-php .header-wrapper, 
.page-template-page-slider-php .header-container {
	position: fixed !important;
	z-index: 101;
	width: 100% !important;
}
.page-template-page-timeline-php.admin-bar div.header-container, 
.page-template-page-slider-php.admin-bar div.header-container {
	top: 28px;
}
.page-template-page-timeline-php .Aa-page-title {
	display: none;
}

#timeline-embed.sized-embed {height: 680px !important;}
#timeline-embed {
	margin: 0 !important;
	padding: 0 !important;
}
#timeline-embed.sized-embed {padding-top: 65px !important;}

.page-template-page-slider-php div.Aa-page-container {
	/*padding-top: 35px !important;*/
}


.header {
    width: 100%;
    margin: 0;
    padding-bottom: 39px;
}

/*.header-primary {
	width: auto;
	margin: 0;
	clear: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
}*/
.header-primary {
width: auto;
margin: 0;
clear: none;
position: absolute;
/*top: 16px;*/
left: 220px;
width: 65%;
}
.header-secondary {
	width: auto;
	margin: 0;
	clear: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
}
.header #searchform {
	float: right;
	clear: none;
	position: relative;
	width: 220px;
}
.header-secondary .sf-menu {
float: right;
}
.header input[type="text"] {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #eeeeee;
	-moz-box-shadow: inset 1px 1px 3px #cccccc;
	-webkit-box-shadow: inset 1px 1px 3px #cccccc;
	box-shadow: inset 1px 1px 3px #cccccc;
    color: #aaaaaa;
    float: right;
    font-size: 1em;
    margin: 0;
    padding: 11px 12px !important;
}
.header input[type="text"]:focus {
	-moz-box-shadow: inset 1px 1px 3px #999999;
	-webkit-box-shadow: inset 1px 1px 3px #999999;
	box-shadow: inset 1px 1px 3px #999999;
	background: #ffffff;
	color: #777777;
}
.header #searchform input#searchsubmit {
	position: absolute;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	z-index: 1;
	right: 0;
	top: 0;
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	background: transparent url(images/search-icon.png) center center no-repeat;
	border: none;
	
}


.body-wrapper {
	position: relative;
}

h1.Aa-page-heading {
	text-align: center;
	margin-bottom: 35px;
	line-height: 32px;
}
ul.sf-menu li li {
	padding: 0 !important;
}
.navigation-wrapper #main-superfish-wrapper .sf-menu li a {
	padding: 26px 10px 26px 10px !important;
}
.navigation-wrapper #main-superfish-wrapper .sf-menu li li a,
.navigation-wrapper #main-superfish-wrapper .sf-menu li li li a {
	padding: 11px 10px 10px 10px !important;
}
.navigation-wrapper #main-superfish-wrapper .sf-menu .current-menu-ancestor li a,
.navigation-wrapper #main-superfish-wrapper .sf-menu li .current-menu-item a {
	background: none !important;
}

.navigation-wrapper .sf-menu .current-menu-ancestor li a,
.navigation-wrapper .sf-menu ul .current-menu-item a { 
}

div.navigation-wrapper ul li ul li { 
	font-weight: normal; 
}

div.Aa-responsive-dropdown { 
	display: none; 
}

div.Aa-responsive-dropdown select { 
	width: 100%; 
	height: 30px; 
	margin-bottom: 30px; 
}
/*.header-secondary .sf-menu li a {
	border-right: 1px solid #444;
}*/

.header-primary .navigation-wrapper .sf-menu .current-menu-item > a {
background: #fff !important;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 50px !important;
}

.navigation-wrapper .sf-menu li li {
	background-color: rgba(255,255,255,0.8) !important;
}


/*---------------------------------------------------------------------------
	Page Core
---------------------------------------------------------------------------*/

.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

div.Aa-page-container { 
	position: relative; 
}

div.Aa-page-heading { 
	padding: 25px 20px; 
	position: relative; 
	margin-bottom: 10px;
	/*margin-left: -20px;
	margin-right: -20px;
	background: rgba(255, 255, 255, 0.4) !important;*/
	background: none !important;
}

h1.Aa-page-title {
	margin: .4em 0;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2) !important;
}
.home h1.Aa-page-title {
	display: none;
}



div.Aa-page-content { 
	margin-top: 5px; 
}

div.pagination { 
	margin: 0px 10px 10px 10px;
    text-align: left;
    padding-right: 20px;
    position: absolute;
    z-index: 99;
    bottom: -40px;
    right: 0;
}

div.pagination a, div.pagination span { 
	padding-left: 7px; 
	padding-right: 7px; 
	height: 20px; 
	line-height: 20px; 
	display: inline-block; 
	text-align: center; 
	border: 1px solid; 
	border-right: 0px; 
	border-color: inherit; 
	color: inherit; 
}

div.pagination a:last-child, div.pagination span:last-child { 
	border-right: 1px solid; 
	border-color: inherit; 
}

div.pagination a:hover { 
	background: none; 
	color: inherit; 
}

div.pagination span {
}
	
/*---------------------------------------------------------------------------
	Sidebars
---------------------------------------------------------------------------*/

.Aa-right-sidebar {
}

div.Aa-left-sidebar { 
	float: left; 
}

div.Aa-right-sidebar { 
	float: left; 
}

div.Aa-page-builder-element { 
	float: right; 
	padding-top: 20px; 
	margin-bottom: 10px;
}

div.Aa-page-builder-frame { 
	float: left; 
}

div.custom-sidebar ul li {
	background: url('images/icon/arrow4.png') no-repeat 0px 11px;
}

div.custom-sidebar { 
	border-color: inherit; 
	margin-bottom: 35px; 
	clear: both; 
}

div.custom-sidebar div { 
	border-color: inherit; 
}

div.custom-sidebar ul { 
	list-style: none; 
	margin-left: 0px; 
	border-color: inherit; 
}

div.custom-sidebar ul li { 
	padding-top: 5px; 
	padding-bottom: 5px;
}

div.custom-sidebar ul li { 
	padding-left: 15px;
}

div.custom-sidebar ul li li:last-child { 
	border-bottom: none; 
	padding-bottom: 0px; 
}

div.custom-sidebar #recentcomments a { 
	background: none; 
}

div.custom-sidebar #twitter_update_list {
}

div.custom-sidebar #twitter_update_list li { 
	background: none; 
	padding-left: 0px; 
}

div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}

div.custom-sidebar #twitter_update_list li span a { 
	margin-top: 0px; 
	margin-right: 6px; 
	padding-left: 2px; 
	display: inline-block;
}

div.custom-sidebar #twitter_update_list li a { 
	display: table;
	margin-top: 5px;
	float: none;
	clear: both;
}

/*---------------------------------------------------------------------------
	Custom Widgets
---------------------------------------------------------------------------*/

div.custom-sidebar .textwidget {
}

div.custom-sidebar .Aa-recent-post-widget { 
	border-color: inherit; 
}

div.custom-sidebar .recent-post-widget { 
	padding-top: 13px; 
	padding-bottom: 5px; 
	border-bottom: 0px solid; 
	border-color: inherit; 
}

div.custom-sidebar .recent-post-widget-thumbnail {
	background-color: transparent; 
	padding: 0; 
	margin-right: 12px; 
	border: none; 
	float: left; 
}

div.custom-sidebar .recent-post-widget-thumbnail a img {
	background-color: #f3f3f3; 
	padding: 3px; 
	margin-right: 12px; 
	border: 1px solid #fff; 
	float: left; 
}


div.custom-sidebar .recent-post-widget-context { 
	overflow: hidden; 
	margin-top: 2px; 
}

div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px; 
	height: 16px; 
	line-height: 19px;
	background-position: 0px 0px; 
}

div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px; 
	height: 16px; 
	line-height: 19px;
	background-position: 0px 0px; 
}

div.custom-sidebar .twitter-whole { 
	border-color: inherit; 
}

div.custom-sidebar .twitter-whole ul li a { 
	background: none; 
	padding: 0px; 
}

div.custom-sidebar .flickr-widget { 
	margin-top: 5px; 
	display: inline-block; 
}

div.custom-sidebar .flickr_badge_image { 
	margin: 8px 8px 0px 0px; 
	float: left; 
	width: 45px; 
	height: 45px; 
}

div.custom-sidebar .flickr-widget img { 
	width: 45px; 
	height: 45px; 
}

div.custom-sidebar .screenReader { 
	display: none; 
}

div.custom-sidebar .Aa-recent-port-widget { 
	margin-top: 5px; 
}

div.custom-sidebar .recent-port-widget { 
	float: left; 
	margin-right: 10px; 
	margin-top: 10px; 
}
	
div.left-sidebar-wrapper,
div.right-sidebar-wrapper { 
	padding-top: 10px;
}

div.right-sidebar-wrapper .custom-sidebar-title,
div.left-sidebar-wrapper .custom-sidebar-title { 
	line-height: 18px; 
	padding: 0px; 
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*--- Sitemap ---*/

div.sitemap .custom-sidebar-title { 
	padding: 0px 0px 10px 0px; 
	font-size: 17px; 
	border-bottom: 1px solid; 
	border-color: inherit; 
}

/*--- Tags ---*/

.tagcloud { 
	border-color: inherit; 
	display: inline-block; 
}

.tagcloud a {
	font-size: 12px !important; 
	display: block; 
	float: left; 
	padding: 3px 8px 3px 8px; 
	margin-right: 10px;
	margin-top: 10px;
}

/*--- Calendar ---*/

#calendar_wrap { 
	border-color: inherit; 
}

#wp-calendar { 
	width: 100%; 
	border-color: inherit; 
	border-width: 0px; 
}

#wp-calendar caption { 
	font-size: 13px; 
	font-weight: bold; 
	margin: 5px auto 15px; 
	padding-bottom: 6px; 
	border-bottom: 0px; 
	border-color: inherit; 
}

#wp-calendar td { 
	padding: 4px; 
	text-align: center; 
	border-right: 0px; 
}

#wp-calendar th { 
	padding: 0px; 
	text-align: center; 
	border-right: 0px; 
	border-bottom: 0px; 
	background: transparent; 
}

/*--- Search ---*/

div.custom-sidebar #searchsubmit { 
	position: absolute; 
	height: 27px; 
	top: 0px; 
	right: 2px; 
	cursor: pointer;
	width: 28px; 
	border: 0px; 
	border-image: initial; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
}

div.custom-sidebar #search-text { 
	margin-right: 10px; 
}

div.custom-sidebar #searchform { 
	position: relative; 
	margin-top: 10px; 
	margin-bottom: 0; 
	width: 96%; 
}

div.custom-sidebar #search-text input[type="text"] { 
	margin-bottom: 0; 
	width: 100%; 
}

div.custom-sidebar #searchform br.clear { 
	display: none; 
}

/*--- Contact Form ---*/

div.custom-sidebar label, legend { 
	font-weight: bold; 
	margin-bottom: 7px; 
}

div.custom-sidebar .error {
	margin-bottom: 15px; 
}

div.custom-sidebar #contactForm input, 
div.custom-sidebar #contactForm textarea { 
	width: 100%;  
}

/*---------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------*/

div.footer-widgets {
	padding-top: 30px;
}

div.footer-widgets .container {
	background: transparent;
}

div.footer-widgets .column {
	margin-bottom: 0px;
}

div.footer-widgets .custom-sidebar {
}

div.footer-widgets .custom-sidebar-title {
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.footer-widgets .custom-sidebar #searchform { 
	margin-top: 15px; 
	margin-bottom: 0; 
	width: 100%; 
	margin-left: 0px;  
}

div.footer-wrapper div.custom-sidebar ul li { 
	background: url('images/icon/arrow4.png') no-repeat 0px 14px; 
}

/*--- Footer Widgets ---*/

div.footer-wrapper div.contact-form-wrapper input[type="text"], 
div.footer-wrapper div.contact-form-wrapper input[type="password"], 
div.footer-wrapper div.contact-form-wrapper textarea, 
div.footer-wrapper div.custom-sidebar #search-text input[type="text"], 
div.footer-wrapper div.custom-sidebar .contact-widget-whole input, 
div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	 -moz-box-shadow: none; 
	 -webkit-box-shadow: none; 
	 box-shadow: none;
}

div.footer-wrapper a.button, div.footer-wrapper button { 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border: 0 !important; 
	background: #222 !important; 
}

div.footer-wrapper #wp-calendar caption { 
	font-size: 15px; 
	border: none; 
	margin-bottom: 15px; 
}

div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
}

/*--- Copyright / Credits ---*/

div.footer-credits {
	padding: 20px 0;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}

.credits-text {
	float: left;
    margin: 0;
    padding: 5px 0 0;
}

div.social-media {
	float: right;
}

div.social-icon img { 
	display: block; 
}

div.social-icon { 
	float: left; 
	text-align: center; 
	margin-left: 7px; 
	cursor: pointer; 
}

/*---------------------------------------------------------------------------
	Comments
---------------------------------------------------------------------------*/

div.comment-wrapper {  
	margin-top: 40px; 
}

div.comment-wrapper .comment-title {  
	font-size: 18px; 
}

div.comment-wrapper .comment-form-comment { 
	margin-right: 40px; 
}

div.comment-wrapper #reply-title { 
	font-size: 18px; 
	margin-bottom: 15px; 
}

div.comment-wrapper input[type="text"], 
input[type="password"] {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 10px; 
	margin: 5px 0 25px; 
	line-height: 20px; 
}

div.comment-wrapper textarea {
	height: 165px; 
	width: 590px; 
	margin: 5px 0 25px; 
	padding: 10px; 
	max-width: 100%;
	line-height: 20px; 
}

div.comment-wrapper .comment-form-author input,
div.comment-wrapper .comment-form-email input,
div.comment-wrapper .comment-form-url input { 
	float: left; 
}

div.comment-wrapper .comment-form-author label,
div.comment-wrapper .comment-form-email label,
div.comment-wrapper .comment-form-url label { 
	float: left; 
	line-height: 32px; 
	margin: 5px 0px 0px 10px; 
}

div.comment-wrapper .comment-form-author span,
div.comment-wrapper .comment-form-email span,
div.comment-wrapper .comment-form-url span { 
	float: left; 
	line-height: 32px; 
	margin-left: 2px; 
}
	
ol.comment-list { 
	margin: 0px; 
	list-style: none; 
}

ol.comment-list .comment-body { 
	border-bottom: 1px solid; 
	margin-top: 22px; 
	padding-bottom: 22px; 
}

ol.comment-list ul { 
	margin: 0px 0px 0px 30px; 
	list-style: none; 
}

div.comment-avartar { 
	float: left; 
}

div.comment-context { 
	margin-left: 70px; 
}

span.comment-author {  
	margin-right: 5px; 
	font-size: 13px;
	font-weight: bold;
	display: block;
}

span.comment-date { 
	font-size: 11px;
}

span.comment-time {
	font-size: 11px;
	margin-right: 5px;
}

.comment-reply {
	font-size: 11px;
}

div.comment-content { 
	margin-top: 7px; 
}

div.comment-wrapper #respond { 
	margin-top: 30px; 
}

/*---------------------------------------------------------------------------
	Sliders
---------------------------------------------------------------------------*/

div.slider-wrapper {
	position: relative; 
	overflow: hidden;
}

.Aa-slider-caption {
	position: absolute;
	bottom: 50px; 
	left: 0px; 
	font-size: 22px; 
	padding: 17px 24px;
	max-width: 50%;
}

/*---------------------------------------------------------------------------
	Page Elements
---------------------------------------------------------------------------*/

/*--- Accordian ---*/

ul.Aa-accordion {
	list-style: none;
	margin-left: 0px;
}

ul.Aa-accordion li { 
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}

h2.accordion-head {
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	cursor: pointer;
}

div.accordion-content {
	padding: 0px 0px 20px 35px;
	overflow: hidden;
}

span.accordion-head-image {
	width: 18px; 
	height: 18px; 
	float: left; 
	margin-right: 13px; 
	cursor: pointer; 
	display: block; 
}

div.accordion-head p { 
	margin-bottom: 0px; 
}

ul.Aa-accordion .accordion-content ul li { 
	list-style: disc; 
	border-bottom: 0px; 
	margin-bottom: 5px; 
}

span.accordion-head-image.active,
span.toggle-head-image.active {
	background: url('images/icon/toggle-minus.png');
}

span.accordion-head-image,
span.toggle-head-image {
	background: url('images/icon/toggle-plus.png');
}

/*--- Gallery ---*/

h3.gallery-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }
div.gallery-thumbnail-image{ padding: 4px; }

/*--- Toggle ---*/

h3.toggle-header-title {
	font-size: 14px;
	margin-bottom: 25px;
}

ul.Aa-toggle {
	margin-left: 0px;
}

ul.Aa-toggle li {
	list-style: none; 
	border-bottom: 1px solid #ececec; 
	margin-bottom: 15px; 
}

h2.toggle-head { 
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-size: 18px;
	cursor: pointer;
}

div.toggle-content {
	padding: 0px 0px 20px 35px;
	overflow: hidden;
}

span.toggle-head-image { 
	width: 18px; 
	height: 18px; 
	float: left; 
	margin-right: 13px; 
	cursor: pointer; 
}

div.toggle-head p {
	margin-bottom: 0;
}

ul.Aa-toggle .toggle-content ul li {
	list-style: inherit; 
	border-bottom: 0px; 
	margin-bottom: 5px; 
}

/*--- Intro ---*/

div.intro-wrapper {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;
	border-left: 3px;
	border-style: solid;
}

h1.intro-title { 
	margin: 0;
	line-height: 37px;
}

div.intro-caption {
	font-size: 17px;
	line-height: 26px;
}

/*--- Dividers ---*/

div.divider { 
	position: relative; 
	margin-top: 8px;
}

div.scroll-top { 
	position: absolute; 
	top: -19px; 
	right: 2px; 
	cursor: pointer; 
	font-size: 10px; 
}

/*--- Portfolio ---*/

div.Aa-portfolio-title-wrapper { 
	margin: 0px 10px 20px; 
	padding: 11px 17px 12px; 
	position: relative; 
}

div.portfolio-thumbnail-image { 
	text-align: center; 
	position: relative; 
}

div.portfolio-thumbnail-image img { 
	display: block; 
	margin: 0px auto; 
}

div.portfolio-thumbnail-video { 
	text-align: center; 
}

div.portfolio-thumbnail-video object { 
	display: block; 
	margin: 0px auto;
}

div.portfolio-thumbnail-slider { 
	text-align: center; 
	margin: 0px auto; 
	overflow: hidden; 
}

div.portfolio-thumbnail-slider .flexslider { 
	display: block; 
}

div.portfolio-thumbnail-slider ol.flex-control-nav { 
	display: none; 
}

div.portfolio-thumbnail-slider ul.flex-direction-nav .prev { 
	background: url('images/thumb-slide-left.png'); 
	width: 22px; 
	height: 22px;
	bottom: 10px; 
	right: 26px; 
	top: auto;
}

div.portfolio-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumb-slide-right.png'); 
	width: 22px; 
	height: 22px;
	bottom: 10px; 
	right: 10px; 
	top: auto; 
}

h2.portfolio-thumbnail-title {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px;
	border-style: solid;
}

div.portfolio-thumb-text {
}

div.portfolio-thumbnail-title a { 
	color: inherit; 
}

div.portfolio-thumbnail-content { 
	margin-top: 8px; 
}

div.portfolio-bottom { 
	height: 15px; 
	display: block; 
	clear: both; 
}

span.portfolio-thumbnail-image-hover {
	opacity: 0; 
	filter: alpha(opacity=0); 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background: #000; 
	background: url('images/portfolio-overlay.png'); 
	display: block; 
}

span.portfolio-thumbnail-image-hover span { 
	top: 50%; 
	left: 50%; 
	margin-left: -23px; 
	margin-top: -23px; 
	width: 43px; 
	height: 43px; 
	position: absolute; 
	display: block; 
}

span.portfolio-thumbnail-image-hover span.hover-link { 
	background: url('images/image-overlay-link.png') no-repeat; 
}

span.portfolio-thumbnail-image-hover span.hover-video { 
	background: url('images/image-overlay-video.png') no-repeat; 
}

span.portfolio-thumbnail-image-hover span.hover-zoom { 
	background: url('images/image-overlay.png') no-repeat; 
}

.portfolio-item-holder.masoned { 
	overflow: hidden; 
}

/*--- Full-width Portfolio ---*/

div.sixteen.columns.portfolio-item { 
	padding-bottom: 22px; 
	border-bottom: 1px solid #ececec;
}

div.sixteen.columns.portfolio-item:last-child { 
	padding-bottom: 0px; 
	border: 0px; 
}

div.sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 
	float: left; 
	width: 620px; 
}

div.sixteen.columns.portfolio-item .portfolio-thumb-text { 
	padding-left: 20px; 
	float: none; 
	overflow: hidden; 
}

div.sixteen.columns.portfolio-item .portfolio-thumbnail-title { 
	font-size: 18px; 
	margin-top: 12px; 
}

div.sixteen.columns.portfolio-item .portfolio-thumbnail-content { 
	margin-top: 12px; 
}

div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 
	float: left; 
	width: 320px; 
}

div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumb-text { 
	padding-left: 20px; 
	margin-right: 10px;
}

div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 
	float: left; 
	width: 180px; 
}

div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumb-text { 
	padding-left: 20px; 
	margin-right: 10px;
}

ul#portfolio-item-filter { 
	margin: 0px 5px 25px !important;
	list-style:none; 
}

ul#portfolio-item-filter li { 
	float: left; 
	margin: 7px 2px 0px 5px; 
}

ul#portfolio-item-filter li a { 
	font-size: 13px; 
}

ul#portfolio-item-filter li span { 
	margin-left: 5px; 
}

ul#portfolio-item-filter li:last-child span { 
	display:none; 
}

/*--- Single Portfolio ---*/

div.project-single-text { 
	margin-bottom: 20px; 
}

div.both-sidebar-included .project-single-meta { 
	margin-right: 0px; 
	float: none; 
	width: auto; 
}

div.both-sidebar-included .blog-meta-item-single { 
	float: left; 
	margin-right: 10px; 
}

div.single-port-thumbnail-image,
div.single-port-thumbnail-video,
div.single-port-thumbnail-slider { 
	margin-right: 20px; 
	float: left; 
	width: 580px; 
}

div.sidebar-included .single-port-thumbnail-image,
div.sidebar-included .single-port-thumbnail-video, 
div.sidebar-included .single-port-thumbnail-slider,
div.both-sidebar-included .single-port-thumbnail-image,
div.both-sidebar-included .single-port-thumbnail-video, 
div.both-sidebar-included .single-port-thumbnail-slider { 
	margin: 0px 0px 15px; 
	float: none; 
	width: auto !important; 
}

div.single-port-thumbnail-slider .flex-control-nav { 
	display: none; 
}

div.single-port-thumbnail-slider ul.flex-direction-nav .prev { 
	background: url('images/thumb-slide-left.png'); 
	width: 22px; 
	height: 22px; 
	bottom: 20px;
	right: 47px; 
	top: auto;
}

div.single-port-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumb-slide-right.png'); 
	width: 22px; 
	height: 22px;
	bottom: 20px; 
	right: 20px; 
	top:auto; 
}

div.project-single-desc { 
	overflow: hidden; 
}

div.social-share-title { 
	margin-top: 20px; 
	font-size: 18px; 
}

div.post-sharing ul { 
	list-style: none; 
	margin-left: 0px; 
	margin-top: 15px; 
}

div.post-sharing ul li { 
	float: left; 
	margin-right: 5px; 
	margin-bottom: 0px; 
}

/*--- Blog ---*/

h2.blog-thumbnail-title a { 
	color: inherit;
}

div.blog-thumbnail-image,
div.blog-thumbnail-slider,
div.blog-thumbnail-video {
	margin-bottom: 20px;
}

div.blog-thumbnail-slider .flex-control-nav {
	display: none; 
}

div.blog-thumbnail-slider ul.flex-direction-nav .prev { 
	background: url('images/thumb-slide-left.png');
	width: 22px; 
	height: 22px;
	bottom: 10px;
	right: 26px;
	top: auto;
}

div.blog-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumb-slide-right.png');
	width: 22px;
	height: 22px;
	bottom: 10px;
	right: 10px;
	top: auto;
}

div.blog-item-holder .blog-item2 .blog-thumbnail-title {
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.blog-thumbnail-info {
	margin-bottom: 15px; 
}

.blog-meta-item {
	float: left;
	font-size: 13px;
	margin-right: 10px;
	padding-left: 23px;
}

.meta-date {
	background: url(images/icon/date.png) 0 4px no-repeat;
}

.meta-tags {
	background: url(images/icon/tags.png) 0 4px no-repeat;
}

.meta-comments {
	background: url(images/icon/comments.png) 0 5px no-repeat;
}

div.both-sidebar-included div.blog-item2 h2.blog-thumbnail-title { 
	margin-top: -4px; 
}

div.both-sidebar-included .blog-item-holder .blog-item2 .blog-meta-item { 
	float: left;
	font-size: 13px;
	margin-right: 10px; 
}

/*--- Shortcode ---*/

.shortcode1-4 { 
	width: 23%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode1-3 { 
	width: 31.33%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode1-2 { 
	width: 48%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode2-3 { 
	width: 64.66%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode3-4 { 
	width: 73%; 
	margin-right: 2%; 
	float: left; 
}

.shortcode1 { 
	width: 98%; 
	margin-right: 2%; 
	float: left; 
}

a.Aa-button.shortcode-large-button { 
	margin-bottom: 20px; 
	margin-right: 10px;
	padding: 0px 18px 0px 18px; 
	height: 26px; 
	line-height: 26px; 
	font-size: 14px; 
}

a.Aa-button.shortcode-medium-button { 
	margin-bottom: 20px; 
	margin-right: 10px;
	padding: 0px 15px 0px 15px; 
	height: 30px; 
	line-height: 30px; 
	font-size: 12px; 
}

a.Aa-button.shortcode-small-button { 
	margin-bottom: 20px; 
	margin-right: 10px; 
	text-shadow: none; 
	font-size: 11px; 
}

div.shortcode-block-quote-left { 
	width: 33%; 
	float: left; 
	margin: 15px 20px 15px 20px; 
	padding: 10px 30px;
	border-left: 2px solid #ddd; 
	font-size: 16px;
	line-height: 24px;
}

div.shortcode-block-quote-right { 
	width: 33%; 
	float: right; 
	margin: 15px 20px 15px 20px; 
	padding: 10px 30px; 
	border-left: 2px solid #ddd; 
	font-size: 16px;
	line-height: 24px;
}

div.shortcode-block-quote-center{ 
	margin: 0px 20px 20px 20px; 
	text-align: center; 
	padding: 10px; 
	border-left: 2px solid #ddd; 
	font-size: 16px;
	line-height: 24px;
}

div.shortcode-dropcap { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: 10px; 
	float: left; 
	font-size: 16px; 
	width: 34px; 
	height: 34px; 
	line-height: 32px; 
	text-align: center;
}

div.shortcode-dropcap.circle {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

/*--- Contact Form ---*/

div.contact-form-wrapper ol { 
	margin: 0px; 
	list-style: none; 
}

div.contact-form-wrapper ol li { 
	margin-bottom: 20px; 
}

div.contact-form-wrapper ol li.sending-result { 
	max-width: 622px; 
	display: none; 
}

div.contact-form-wrapper ol li.sending-result .message-box-wrapper { 
	padding: 10px 15px 10px 15px; 
}

div.contact-form-wrapper ol li div.error { 
	display: none; 
}

div.contact-form-wrapper input[type="text"], 
input[type="password"] {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 7px; 
	margin: 10px 0 10px;
	line-height: 20px; 
	max-width: 90%; 
}

div.contact-form-wrapper .textarea { 
	margin-right: 32px; 
}

div.contact-form-wrapper textarea {
	height: 165px; 
	width: 590px; 
	margin: 10px 0 10px; 
	padding: 10px; 
	max-width: 100%;
	line-height: 20px; 
}

div.contact-form-wrapper .contact-submit { 
	float: left; 
}

div.contact-form-wrapper .contact-loading {
	width: 16px; 
	height: 16px; 
	float: left; 
	margin: 7px 0px 0px 15px; 
	display: none;
	background: url('images/loading.gif'); 
}
	
/*--- Pricing Table ---*/

div.Aa-pricing-table { 
	margin-bottom: 20px;
}

.Aa-pricing-table ul,
.Aa-pricing-table ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Aa-pricing-table ul li,
.Aa-pricing-table ol li {
	padding: 3px 0;
	font-size: 13px;
}

div.Aa-pricing-table .pricing-table { 
	border: 1px solid; 
	border-color: inherit; 
	margin-left: -1px; 
	padding-bottom: 30px;
}

div.Aa-pricing-table .price-tag {
	font-size: 26px; 
	line-height: 40px; 
	text-align: center;
	padding: 10px 0 15px;
}

div.Aa-pricing-table .price-title { 
	font-size: 16px; 
	text-align: center;
	padding-top: 25px;
}

div.Aa-pricing-table .price-button { 
	text-align: center; 
	margin-top: 25px; 
}

div.Aa-pricing-table .price-content { 
	text-align: center;
}

div.Aa-pricing-table .price-content .shortcode-list { 
	display: inline-block; 
}

/*--- Code ---*/

.Aa-code {
	overflow: hidden; 
	padding: 15px; 
	border: 1px #eee solid; 
	clear: both; 
	background: #f9f9f9;
	margin-bottom: 20px; 
	color: #555; 
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

/*--- Contact Form 7 ---*/

span.wpcf7-form-control-wrap input[type="text"],
span.wpcf7-form-control-wrap input[type="[password"],
span.wpcf7-form-control-wrap textarea {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 7px; 
	margin: 10px 5px 10px; 
	line-height: 20px; 
}

span.wpcf7-form-control-wrap input.wpcf7-file { 
	width: auto; 
	height: auto; 
	background-color: transparent; 
	border: none;
	-webkit-box-shadow: none; 
	box-shadow: none; 
	margin-left: 0; 
}

span.wpcf7-form-control-wrap textarea { 
	height: 165px; 
	width: 590px; 
	margin: 10px 5px 10px; 
	padding: 10px; 
	max-width: 100%; 
	line-height: 20px; 
}

div.wpcf7 p { 
	font-weight: bold; 
}

div.wpcf7 p span.wpcf7-form-control-wrap textarea, 
div.wpcf7 p span.wpcf7-form-control-wrap input { 
	font-weight: normal; 
}

div.wpcf7 .ajax-loader { 
	display: none; 
}

/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper{
	padding: 0px !important;
}





/*---------------------------------------------------------------------------
	Custom
---------------------------------------------------------------------------*/

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6 {
}




/* Fix for Firefox submit button extra height issue */
input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus {
}
/* END Fix for Firefox */


.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="email"], .gform_wrapper textarea, .gform_wrapper select {
    margin: 0 0 5px;
}
div.custom-sidebar .gform_wrapper ul li {
    padding: 0 !important;
    background: none;
}
.gform_wrapper .gform_footer {
    clear: both;
    margin: 0 !important;
    padding: 5px 0 10px 0 !important;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 15px;
	color: #333;
	font-weight: normal !important;
	font-family: sans-serif !important;
	letter-spacing: -.02em;
}
.right-sidebar-wrapper .sidebar-title-wrapper h3.custom-sidebar-title,
.gform_heading h3 {
	font-size: 24px !important;
	text-transform: none;
	font-weight: normal !important;
}


/*

a.Aa-button {
	height: auto; 
	line-height: 1em; 
	padding: 0; 
}
input[type="submit"], input[type="button"], a.Aa-button {
	width: auto;
	height: auto;
	font-size: 1.1em !important;
	font-weight: bold;
	padding: .5em .7em .5em .7em !important;
	color: #fff;
	cursor:pointer;
	
	-moz-box-shadow: 0px 1px 2px #444444; 
	-webkit-box-shadow: 0px 1px 2px #444444;
	box-shadow: 0px 1px 2px #444444;
}

input[type="submit"]:hover, input[type="button"]:hover, a.Aa-button:hover {
	color: #fff !important;
}

input[type="submit"]:active, input[type="button"]:active, a.Aa-button:active {	
	color: #fff;
	-moz-box-shadow: 0 0 0 #000000; 
	-webkit-box-shadow: 0 0 0 #000000; 
	box-shadow: 0 0 0 #000000;
}


button,
input[type="submit"].button, 
input[type="reset"].button, 
input[type="button"].button,
input.button {
	background: #555555;
    border: 1px solid #222222;
    box-shadow: 1px 1px 3px #ECECEC;
    color: #ffffff;
}
button:hover,
input[type="submit"].button:hover, 
input[type="reset"].button:hover, 
input[type="button"].button:hover,
input.button:hover {
	background: #444444;
    border: 1px solid #222222;
    box-shadow: 1px 1px 3px #ECECEC;
    color: #ffffff;
}
button:active,
input[type="submit"].button:active, 
input[type="reset"].button:active, 
input[type="button"].button:active,
input.button:active {
	background: #000000;
    border: 1px solid #222222;
    box-shadow: 1px 1px 3px #ECECEC;
    color: #ffffff;
}*/

.Aa-right-sidebar #search-text input[type="text"] {
	background-color: #DDD !important;
}

.gform_wrapper h2.gsection_title {
	font-weight: normal !important;
	font-size: 24px !important;
}
.gform_wrapper .gsection {
	border-bottom: 1px dotted #CCC;
	padding: 12px 0 8px 0;
}



.container div.footer-widgets .custom-sidebar-title {
    font-size: 18px !important;
    text-transform: none;
}

div.shortcode-block-quote-center {
	margin: 0px 20px 20px 0;
	text-align: left;
	padding: 20px 10px 10px 40px;
	border-left: none;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}
div.shortcode-block-quote-center strong {
	clear: both;
	display: block;
	text-align: right;
	margin: .2em .1em;
	font-style: normal;
}



div.Aa-right-sidebar {
	margin: 0 0 10px 0;
	padding: 20px 10px 0 0;
}
.Aa-right-sidebar h3 {
	margin-bottom: 5px;
	color: #444;
	font-size: 18px;
}
.Aa-right-sidebar p {
	font-size: .9em;
	margin-bottom: 10px;
	line-height: 1.3em;
	color: #444;
}
.footer-container {
	border-radius: 4px 4px 4px 4px;
}

.home .core-container {
	/*border-top: 20px solid #E96537;*/
}

.body-wrapper div.core-container {
}


#gallery-1 .gallery-caption {
	margin-left: 0;
	font-size: 75%;
	line-height: 1.1em;
	width: 94%;
	padding: 0.4em 0;
}




.slides .Aa-slider-caption {
    /*background-color: rgb(30,36,48) !important;
    background-color: rgba(30,36,48,0.85) !important;*/
    color: #FFFFFF !important;
}
.slides h1, .slides h2, .slides h3, .slides h4, .slides h5, .slides h6 {
	color: #fff;
	font-size: 30px;
	margin: 0.2em 0;
}
.slides p {
	/*color: #ccc;*/
	font-size: 18px;
	margin: 0.2em 0;
	font-family: sans-serif !important;
	font-weight: 200;
	letter-spacing: -.02em;
}
b {
	font-weight: bold;
}
div.shortcode-block-quote-center {
	background: url(images/quotemarks.png) no-repeat scroll 10px top transparent;
}

.header div.navigation-wrapper {
	font-family: sans-serif;
    margin-right: 0;
    margin-top: 0 !important;
}

.header .navigation-wrapper .sf-menu li a {
    word-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
}
.header .header-secondary .sf-menu li a[href*="facebook.com"] {
    background: url(images/icon/social-icons.png) no-repeat -106px -7px;
    text-indent: -9999px;
    width: 20px;
}
.header .header-secondary .sf-menu li a[href*="facebook.com"]:hover {
        background: url(images/icon/social-icons.png) no-repeat -106px -107px;
}
.header .header-secondary .sf-menu li a[href*="twitter.com"] {
    background: url(images/icon/social-icons.png) no-repeat  -5px -7px;
    text-indent: -9999px;
    width: 20px;
}
.header .header-secondary .sf-menu li a[href*="twitter.com"]:hover {
	background: url(images/icon/social-icons.png) no-repeat -5px -107px;
}

.shortcode-block-quote-center {
	color: rgba(30, 30, 30, 0.5) !important;
}

.home .one-third {
	min-height: 190px;
}
.home .one-third a.Aa-button.shortcode-small-button {
    bottom: 0;
    font-size: 11px;
    position: absolute;
}

.page-list-ext-image a img {
	background: #CCC;
	padding: 4px;
}
.page-list-ext-image a:hover img {
	background: #E96537;
}
.page-list h3 {
	padding: .3em 0 !important;
	margin: 0;
}
.page-list p, .page-list .page-list-ext-item-content {
	font-size: .9em;
}



/* Slider Page Template */
.prev-next-page {
	position: absolute;
	z-index: 99;
	bottom: 15px;
	font-size: .9em;
	font-style: italic;
}
.prev-next-page.previous {
	left: 0;
	text-align: left;
}
.prev-next-page.next {
	right: 0;
	text-align: right;
}
.prev-next-page a {
	color: #aaa;
	background: #222;
	background: rgba(0,0,0,0.5);
	padding: 6px 12px;
}
.prev-next-page a:hover {
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.9);
	padding: 6px 12px;
}
.prev-next-page a span {
	font-style: normal;
}




/* Timeline Template */
.vmm-timeline, 
#timeline-embed {
    background-color: transparent !important;
}   
.vmm-timeline .navigation .timenav-background {
    background-color: #333 !important; 
    background-color: rgba(30,30,30,0.8) !important;    
}   
.slider .slider-item .content .content-container .text .container h2.date {
    display: none;
}




/* Footer Container - 2 even column layout */
div.footer-widgets .column {
	/*width: 450px !important;*/
	margin-bottom: 0px;
	margin-left: 10px !important;
	display: none;

}
div.footer-widgets iframe {
	max-width: 100%;
}

.home .feature-media .infos {
	bottom: 65px;
	left: 0;
	z-index: 9999;
	position: absolute;
	width: 600px;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	border-right: 1px solid rgba(0,0,0,0.5);
}
.home .feature-media .rsContentSlider .infos h3 {
	color: white;
	font-size: 2.4em;
	font-weight: normal;
	margin: 20px 30px 10px 30px;
}
.home .feature-media .rsContentSlider .infos p {
	color: white;
	font-weight: normal;
	margin: 10px 30px 20px 30px;
}
.home .feature-media .rsTabs {
	display: none;
}
.home .feature-media .rsMinW .rsArrow {
	height: 99px;
	width: 99px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.home .feature-media .rsMinW .rsArrowLeft {
	left: 600px;
	bottom: 65px;
	border-right: solid 1px rgb(0,0,0);
	border-right: solid 1px rgba(0, 0, 0, 0.5);
}
.home .feature-media .rsMinW .rsArrowRight {
	left: 699px;
	bottom: 65px;
}
.home .feature-media .rsMinW .rsArrowIcn {
	width: 99px;
	height: 99px;
	margin-top: 0;
	margin-left: 0;
	position: absolute;
	cursor: pointer;
	background: url('images/icon/slider-arrows.png');
	border-radius: 0;
}
.home .feature-media .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
background-position: -25px -25px;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}
.home .feature-media .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
background-position: -170px -25px;
}
.home .feature-media .rsMinW.rsHor .rsArrowLeft .rsArrowIcn:hover {
background-position: -25px -175px;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}
.home .feature-media .rsMinW.rsHor .rsArrowRight .rsArrowIcn:hover {
background-position: -170px -175px;
}





/*Full Screen template*/

html,
body.page-template-page-full-php,
.page-template-page-full-php .body-wrapper,
.page-template-page-full-php .container.core-container,
.page-template-page-full-php .feature-media,
.page-template-page-full-php .royalSlider,
.page-template-page-full-php .rsOverflow,
.page-template-page-full-php .rsContainer,
.page-template-page-full-php .rsSlide,
.page-template-page-full-php .rsSlide > div {
	height: 100% !important;
}

.royalSlider {
	max-width: 100%;
}

.page-template-page-full-php .rsSlide > div img {
	display: block;
	min-height: 100%;
	min-width: 100%;
}

.page-template-page-full-php .footer-container {
	display: none;
}



.blog-thumbnail-image {
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	background-color: #CCC;
	border: 5px solid #ccc;
	overflow: hidden;
	margin-right: 20px;
}
.blog-thumbnail-image img {
	max-width: 320px;
	max-height: 120px;
	text-align: center;
	margin-left: -60%;
}
.home .blog-item-holder .mb50 {
	margin-bottom: 10px !important;
}

.Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_full input {
	width: 97%!important;
}
.Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_right input, 
.Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_right select,
.Aa-page-builder-element .gform_wrapper .field_name_first input, 
.Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_left input {
	width: 94% !important;
}

table.timetable {
	border: none;
	width: 100%;
	font-size: .825em;
}
table.timetable td {
	width: 30%;
}
table.timetable tr:nth-child(even) {
	background: #f1f1f1;
}
table.timetable tr:nth-child(odd) {
	background: #eaeaea;
}
table.timetable td {
	border-left: 2px solid #f5f5f5;
	border-right: none;
	border-top: 2px solid #f5f5f5;
	border-bottom: none;
	padding: 5px 15px;
	width: 24%;
}
table.timetable td:first-child {
	/*font-weight: bold;*/
}
/*table.timetable tr:nth-child(even) td:first-child {
	background: #c1c1c1;
	color: #fff;
}
table.timetable tr:nth-child(odd) td:first-child {
	background: #aaa;
	color: #fff;
}*/
table.timetable tr:nth-child(1) td {
	background: #444 !important;
	/*background: #A71400 !important;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.rsSlide > div > a {
	width: 980px;
	height: 535px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
.rsSlide > div > a .infos {
	text-indent: 0;
}


.fb_iframe_widget {
	background: #333 !important;
}

.page-registration-page .gform_heading h3 {
	display: none;
}


/*Profile feature images*/
.category-players-gympie-fire-u19s .attachment-post-thumbnail,
.category-players-u19s .attachment-post-thumbnail,
.category-players-seniors .attachment-post-thumbnail,
.product-table img {
	width: 175px;
	float: left;
	margin: 0 20px 12px 0;
	padding: 5px;
	background: #eaeaea;
}

table.product-table, table.product-table tr, table.product-table tr td, table.product-table tr th {
	vertical-align: top;
	border: none;
}
table.product-table {
	width: 100%;
}
table.product-table tr td, table.product-table tr th {
	vertical-align: top;
	width: 50%;
	border: none;
	padding: 10px 10px 10px 0;
}
table.product-table tr td:first-child, table.product-table tr th:first-child {
	width: 25%;
}
.product-table p {
	margin: 0;
}
.product-table h1,
.product-table h2,
.product-table h3 {
	margin-top: 5px;
}



/* Special List Styles */

/*checklist*/
.checklist ul, ul.checklist {margin: .8em 0;} 

ul.checklist li, .checklist ul li {
	background: transparent url("images/icons/checklist-icon.png") no-repeat scroll 0 0;
	color: #444;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 28px;
}
ul.checklist li:first-child, .checklist ul li:first-child {
	border-top: none;
}
.lt-ie9 ul.checklist li, .lt-ie9 .checklist ul li {
	background: url("images/icons/checklist-icon.png") no-repeat scroll 0 -2px transparent;
}
.lt-ie8 ul.checklist li, .lt-ie8 .checklist ul li {
	background: url("images/icons/checklist-icon.png") no-repeat scroll 0 -1px transparent;
}
ul.checklist li a, .checklist ul li a {
	padding: .4em 0;
	margin: 0;
	display: block;
	color: #444;
}
ul.checklist li a:hover, .checklist ul li a:hover {
	background: transparent url("images/icons/checklist-icon.png") no-repeat scroll 0 -50px;
	text-decoration: none;
	color: #8bbe0f;
}
ul.checklist li:hover, .checklist ul li:hover {
	text-decoration: none;
}


/*plainlist*/
.plainlist li {
	padding-left: 0;
	list-style: none;
	background: none;
}


/*definition lists*/
article dl dt, article dl dd,
aside dl dt, aside dl dd {
	float: left;
	min-width: 120px;
	margin-bottom: .4em;
	line-height: 1em;
}

article dl dt, aside dl dt {
	font-weight: bold;
	clear: left;
}
article dl dd, aside dl dd {
	clear: right;
	padding-left: .5em;
	margin-left: .5em;
	color: #444444;
	border-left: 3px solid #ccc;
}





/* WooCommerce Overrides */

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 150px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	left: -6px;
	-webkit-border-bottom-right-radius: none;
	-moz-border-bottom-right-radius: none;
	border-bottom-right-radius: none;
	border-width: 0 1px 1px 0;
	box-shadow: none;
}
.woocommerce-tabs ul {
	border-bottom: 2px solid #ddd !important;
}
.woocommerce-tabs li {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-bottom: 0 !important;
	border-left: 2px solid #ddd !important;
	border-top: 2px solid #ddd !important;
	border-right: 2px solid #ddd !important;
	margin: 0 .2em !important;
	background: transparent !important;
	height: 3em !important;
	box-shadow: none !important;
}

.woocommerce-tabs ul.tabs li.active {
	border-bottom: 0 !important;
	border-left: 2px solid #ddd !important;
	border-top: 2px solid #ddd !important;
	border-right: 2px solid #ddd !important;
	margin: 0 .2em !important;
	background: #f5f5f5 !important;
	height: 3em !important;
}
.woocommerce li:before,
.woocommerce li:after {
	left: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-width: 0 !important;
	box-shadow: none !important;
}
.woocommerce-tabs ul.tabs li a {
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
}


div.pp_woocommerce .pp_content_container {
	padding: 25px 0 0 0 !important;
}

.woocommerce table.shop_attributes td, 
.woocommerce-page table.shop_attributes td {
	padding-left: .5em !important;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	top: 18px !important;
	left: -18px !important;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	right: initial !important;
}


@media only screen and (min-width: 768px) {

h1.Aa-page-heading {
    text-align: right;
    margin-bottom: 40px;
    margin-top: 10px;
}
h1 {
	max-width: 460px;
	line-height: .85em;
}
}



@media only screen and (max-width: 1279px) {
}
/*Custom CSS*/
.header-primary{
	left: 0;
}
.body-wrapper .header-container{
	top: 0;
}
.header-primary .navigation-wrapper .sf-menu .current-menu-item > a {
background: #81a553 !important;
color: #fff !important;
}
.navigation-wrapper #main-superfish-wrapper .sf-menu li a {
padding: 16px 10px 16px 10px !important;
}
/*.home div.logo-wrapper {
	height: 100px;
	right: 0;
	position: relative;
	top: 10px;
	max-width: 50%;
	z-index: 1;
	float: right;
	margin-top: 0;
}*/
.home div.logo-wrapper {
	height: auto;
	left: 0;
	position: relative;
	top: 99px;
	max-width: 320px;
	z-index: 1;
	float: left;
	margin-top: 0;
	min-width: 320px;
	right: initial;
}
.body-wrapper .header-container{
	height: 50px;
}

.home-content .column, .home-content .columns {
	margin: 0px 0px 20px 10px !important;
}
.home-content a{
	font-style:italic;
}
p {
	font-family: sans-serif;
}
.sm-cont{
	background: #dfdcd3;
	/*height: 140px;*/
	overflow: hidden;
}
.sm-cont .sm-cont-wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 35px 0 15px;
	z-index: 90;
	position: relative;
}
.sm-content{
	position: relative;
	z-index: 99;
}
#sm-img{
	position: absolute;
	opacity: 0.3;
	overflow: hidden;
	height: 140px;
	z-index: 90;
	top: 0;
}
#filter{
	float: right;
	margin-top: 10px;
	
}
#filter span{
	font-family: 'Roboto', sans-serif;
	color: #999999;
	font-size: 25px;
	float: left;
	margin-right: 10px;
}
#filter ul{
	list-style-type: none;
	margin-left: 0;
	float: left;
}
#filter ul li{
	float: left;
	margin-right: 10px;
}
#filter ul li a{
	padding: 5px 7px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 18px;
	-moz-box-shadow: 0px 0px 0px #ddd;
	-webkit-box-shadow: 0px 0px 0px #ddd;
	box-shadow: 0px 0px 0px #ddd;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.filter-cont{
	background: #f5f5f5;
	min-height: 440px;
	overflow: hidden;
	padding: 5px 0 25px 0;
}
.filter-cont .filter-cont-wrapper{
	/*width: 980px;*/
	width: 90%;
	margin: 0 auto;
	/*padding: 35px 0 15px;*/
	padding: 35px 35px 55px 35px;
	z-index: 90;
	position: relative;
	box-sizing: border-box;
}
.filter-cont-wrapper .mod-title {
	max-width: 450px;
	width: 100%;
	float: left;
}
.filter-cont-wrapper .mod-title h1{
	font-size: 26px;
	line-height: 26px;
	font-family: 'Roboto';
}
.filter-cont-wrapper .title{
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	color: #444;
}
/*---------------------------------------------------------------------------	Theme Name: Little Business 2	Theme URI: http://mobilelift.co	Description: Simple, flexible theme for business and portfolio sites	Version: 1.0	Author: MobileLift	Author URI: http://mobilelift.co	License: GNU General Public License	License URI: http://www.gnu.org/licenses/gpl-2.0.html---------------------------------------------------------------------------*//*---------------------------------------------------------------------------	CSS Reset & Foundation---------------------------------------------------------------------------*/@font-face {	font-family:"LeagueGothic";	src:url("fonts/League_Gothic.eot?") format("eot"),url("fonts/League_Gothic.woff") format("woff"),url("fonts/League_Gothic.ttf") format("truetype"),url("fonts/League_Gothic.svg#LeagueGothic") format("svg");font-weight:normal;font-style:normal;}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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }body {	line-height: 1; }ol, ul {}blockquote, q {	quotes: none; }blockquote:before, blockquote:after,374q:before, q:after {	content: '';	content: none; }table {	border-spacing: 0;	border: 1px solid; 	width: 100%; }tr th {	border-bottom: 1px solid;	text-align: left;}tr th, tr td {	padding: 9px 20px;	border-right: 1px solid;}.Aa-page-container tr td {	vertical-align: top;}.Aa-page-container tr td img {	min-width: 150px;}.Aa-page-container table {	width: 100%;}.Aa-page-container table, .Aa-page-container table tr, .Aa-page-container table tr td, .Aa-page-container table tr th {	border: none !important;}.Aa-page-container table tr td {	border: 1px solid #ddd !important;}.Aa-page-container table {	max-width: 100%;}tr th:last-child, tr td:last-child {	border-right: 0px;}table th { 	font-weight: bold; }table.timetable {}table.timetable td {	width: 14%;	padding: 1%;	font-size: 82.5%;}table.timetable td h3 {	font-size: 18px;}table.timetable td h4 {	font-family: sans-serif;	font-weight: bold;	font-size: 13px;	margin-bottom: .2em;	color: #aaa;}iframe {	border: 5px solid #777;}.sixteen.columns .sixteen.columns {	width: 100% !important;	margin: 0 0 20px 0 !important;}/*---------------------------------------------------------------------------	Body Foundation---------------------------------------------------------------------------*/ html {  	min-height: 100%;  }  body {	font-family: sans-serif;	font-size: 14px;	line-height: 1.35em;	color: #333;	-webkit-text-size-adjust: 100%; 	} .body-wrapper {	}/*---------------------------------------------------------------------------	Typography Foundation---------------------------------------------------------------------------*/h1, h2, h3, h4, h5, h6 {	color: #181818;	font-family: 'Roboto', sans-serif;	font-weight: normal; }h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 	font-weight: inherit; }h1 {	font-size: 30px;	margin-bottom: 15px;}h2 {	font-size: 25px;	margin-bottom: 15px; }h3 {	font-size: 20px;	margin-bottom: 15px; }h4 {	font-size: 18px;	margin-bottom: 15px; }h5 { 	font-size: 16px;	margin-bottom: 10px; }h6 {	font-size: 15px;	margin-bottom: 15px; }.subheader { 	color: #777; }p { 	margin: 0 0 20px 0; 	text-rendering: optimizeLegibility;}p img { 	margin: 0; }.Aa-page-builder-element img {	max-width: 100%;	height: auto;}p.lead { 	font-size: 18px; 	line-height: 27px; 	color: #777; }em { 	font-style: italic; }strong { 	font-weight: bold; }small { 	font-size: 80%; }blockquote, blockquote p { 	font-size: 17px; 	line-height: 24px; 	color: #777; 	font-style: italic; }blockquote { 	margin: 0 0 20px; 	padding: 9px 20px 0 19px; 	border-left: 1px solid #ddd; }blockquote cite { 	display: block; 	font-size: 12px; 	color: #555; }blockquote cite:before { 	content: "\2014 \0020"; }blockquote cite a { 	color: #555; }hr { 	border: solid #ddd; 	border-width: 1px 0 0; 	clear: both; 	margin: 10px 0 30px; 	height: 0; }/*---------------------------------------------------------------------------	Links---------------------------------------------------------------------------*/a { 	color: inherit; 	text-decoration: none; 	outline: 0;	-webkit-transition: all 0.2s ease;	-moz-transition: all 0.2s ease;	-o-transition: all 0.2s ease;	transition: all 0.2s ease;}a:hover { 	color: inherit; }p a { 	line-height: inherit; }/*---------------------------------------------------------------------------	Lists---------------------------------------------------------------------------*/ul, ol {}ul {}ol { 	list-style: decimal; }ol, ul.square, ul.circle, ul.disc, ul { 	margin-left: 30px;	margin-bottom: 20px; }ul.square { 	list-style: square outside; }ul.circle { 	list-style: circle outside; }ul.disc { 	list-style: disc outside; }ul ul, ul ol,ol ol, ol ul { 	margin: 4px 0 5px 30px; }/*ul ul li, ul ol li,ol ol li, ol ul li { margin-bottom: 6px; }*/li { 	line-height: 18px; 	margin-bottom: .5em;}ul.large li { 	line-height: 18px; }li p { 	line-height: 18px; }/*---------------------------------------------------------------------------	Images---------------------------------------------------------------------------*/img.scale-with-grid {	max-width: 100%;	height: auto; }img { 	display: block; }	iframe { 	display: block; }/*---------------------------------------------------------------------------	Buttons---------------------------------------------------------------------------*/a.button,button,a.Aa-button,input[type="submit"],input[type="reset"],input[type="button"],input[type="submit"].button, input[type="reset"].button, input[type="button"].button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {	padding: 7px 14px !important; 	display: inline-block;	font-weight: bold; 	cursor: pointer;	font-family: sans-serif;	/*font-size: 11px;*/	color: #fff !important;	background-image: none !important;	background: #6d9737 !important;	-moz-box-shadow: none !important; /* FF3.5+ */	-webkit-box-shadow: none !important; /* Saf3.0+, Chrome */	box-shadow: none !important;	text-shadow: none !important;	-moz-border-radius: none;	-webkit-border-radius: none;	border-radius: none;	border: none;}a.button:hover,button:hover,a.Aa-button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,input[type="submit"].button:hover, input[type="reset"].button:hover, input[type="button"].button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {	background-image: none !important;	background: rgba(109, 151, 55, 0.65) !important;	color: #fff !important;}a.button:active,button:active,a.Aa-button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,input[type="submit"].button:active, input[type="reset"].button:active, input[type="button"].button:active, input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active {	background-image: none !important;	background: rgba(109, 151, 55, 0.65) !important;	color: #fff !important;}.button.full-width,button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width {	width: 100%;	padding-left: 0 !important;	padding-right: 0 !important;	text-align: center; }.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {	background: #6d9737 !important;	color: #fff !important;	text-shadow: none !important;	padding: 7px 14px !important; }.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {	background: rgba(109, 151, 55, 0.65) !important;	color: #fff !important;	text-shadow: none !important;}.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {	padding: 0 !important;}.Aa-image-frame {	padding: 4px; 	display: inline-block;}/*---------------------------------------------------------------------------	Tabs (Skeleton Framework)---------------------------------------------------------------------------*/ul.tabs {	display: block;	margin: 0 0 20px 0;	padding: 0;	list-style: none;	border-bottom: solid 1px; }ul.tabs li {	display: block;	width: auto;	height: 30px;	padding: 0;	float: left;	margin-bottom: 0; }ul.tabs li a {	display: block;	text-decoration: none;	width: auto;	height: 29px;	padding: 0px 20px;	line-height: 30px;	border: solid 1px;	border-width: 1px 1px 0 0;	margin: 0;	cursor: pointer;	background: #f5f5f5;	font-size: 13px; }ul.tabs li a.active {	background: #fff;	height: 30px;	position: relative;	top: -4px;	padding-top: 4px;	border-left-width: 1px;	margin: 0 0 0 -1px;	color: #111;	-moz-border-radius-topleft: 2px;	-webkit-border-top-left-radius: 2px;	border-top-left-radius: 2px;	-moz-border-radius-topright: 2px;	-webkit-border-top-right-radius: 2px;	border-top-right-radius: 2px; }ul.tabs li:first-child a.active {	margin-left: 0; }ul.tabs li:first-child a {	border-width: 1px 1px 0 1px;	-moz-border-radius-topleft: 2px;	-webkit-border-top-left-radius: 2px;	border-top-left-radius: 2px; }ul.tabs li:last-child a {	-moz-border-radius-topright: 2px;	-webkit-border-top-right-radius: 2px;	border-top-right-radius: 2px; }ul.tabs-content { 	margin: 0 0 20px; 	display: block; 	list-style: none; }ul.tabs-content > li { 	display:none; }ul.tabs-content > li.active { 	display: block; }ul.tabs:before,ul.tabs:after {	content: '\0020';	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0; }ul.tabs:after {	clear: both; }ul.tabs {	zoom: 1; }/*---------------------------------------------------------------------------	Forms---------------------------------------------------------------------------*/form {	margin-bottom: 20px;}fieldset {	margin-bottom: 20px; }input[type="text"],input[type="password"],input[type="email"],textarea,select {	border: 1px solid #ccc;	padding: 6px 4px;	outline: none;	font: 13px sans-serif !important;	color: #777;	margin: 0;	max-width: 100%;	display: block;	margin-bottom: 20px;	background: #fff; }.sixteen.columns input[type="text"],.sixteen.columns textarea {	width: 320px !important;	padding: 8px !important;}.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {	width: 47% !important;}select {	padding: 0; }input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {	border: 1px solid #aaa; 	color: #444;}textarea {	min-height: 60px; }label,legend {	display: block; }select {	width: 220px; }input[type="checkbox"] {	display: inline; }label span,legend span {	font-weight: normal;	font-size: 13px;	color: #444; }#searchform, #searchform input {	margin-bottom: 0 !important;	width: 194px;}	/*---------------------------------------------------------------------------	Tags---------------------------------------------------------------------------*/.wp-caption, .wp-caption-text,.sticky, .gallery-caption,.bypostauthor { 	max-width: 100% !important; }.alignright { 	float: right; 	margin-left: 10px; 	margin-bottom: 10px; }.alignleft { 	float: left; 	margin-right: 10px; 	margin-bottom: 10px; }.aligncenter { 	margin: 0 auto 0; }.shortcode-image-left { 	margin-right: 12px; }.shortcode-imarg-right { 	margin-left: 12px; }  br.clear { 	clear: both; 	height: 0px; 	display: block; }.display-none { 	display: none; }.overflow-hidden { 	position: relative; 	overflow: hidden; }	.mt0 { margin-top: 0px !important; }.mt10 { margin-top: 10px !important; }.mt15 { margin-top: 15px !important; }.mt20 { margin-top: 20px !important; }.mt25 { margin-top: 25px !important; }.mt30 { margin-top: 30px !important; }.mt40 { margin-top: 40px !important; }.mb0 { margin-bottom: 0px !important; }.mb5 { margin-bottom: 5px !important; }.mb10 { margin-bottom: 10px !important; }.mb15 { margin-bottom: 15px !important; }.mb20 { margin-bottom: 20px !important; }.mb30 { margin-bottom: 30px !important; }.mb50 { margin-bottom: 50px !important; }.ml0 { margin-left: 0px !important; }.mr0 { margin-right: 0px !important; }.pt25{ padding-top: 25px !important; }/*disable blank space*/cufon[alt=" "] { 	display: none !important; } 	/*---------------------------------------------------------------------------	Theme Specific Styles---------------------------------------------------------------------------*/body {}.container.core-container {	width: 100% !important;}.core-container .Aa-page-container {	width: 980px;	margin: 0 auto;}.feature-media {	background: #f5f5f5 url('images/bg.jpg') no-repeat left center;	background-size: cover;	width: 100%;	min-height: 220px;	display: block;	background: rgba(117, 163, 57);	-webkit-transition: .2s ease-in-out;	-moz-transition: .2s ease-in-out;	-ms-transition: .2s ease-in-out;	-o-transition: .2s ease-in-out;	transition: .2s ease-in-out;}.feature-media {	width: 100%;}.feature-media img {	width: 100%;}.feature-media iframe {	width: 100%;	height: 600px;	border: none;}div.logo-wrapper {	/* height: 100px; */	right: initial;	position: relative;	top: 53px;	max-width: 50%;	z-index: 1;	float: left;	margin-top: 0;	width: 200px;	margin-right: 0;	left: 0;	margin-left: 10px;}.home div.logo-wrapper {	height: 100px;	left: -5px;	position: relative;	top: -65px;	max-width: 50%;	z-index: 1;	float: left;	margin-top: 0;	width: 244px;	float: right;	margin-right: 0;}.body-wrapper .header-container {	position: relative;	margin-bottom: 30px;	border: none !important;	position: absolute;	width: 100% !important;	z-index: 999;	background: rgba(255,255,255,0.8);	height: 70px;	top: 65px;}@media only screen and (min-width: 980px) {.container.footer-container {	background: #f5f5f5;	width: 100% !important;}}div.footer-widgets {	width: 980px;	margin: 0 auto;	background: none;}			.preloader { 	display: block; 	background:url(images/loading.gif) center center no-repeat; }body.page-template-page-slider-php,body.page-template-page-timeline-php {	background-image: none;	background-color: #0E0E0E;}.page-template-page-slider-php .core-container, .page-template-page-slider-php .footer-container,.page-template-page-slider-php .Aa-page-builder-frame,.page-template-page-slider-php .Aa-page-builder-element,.page-template-page-slider-php .sixteen,.page-template-page-timeline-php .core-container, .page-template-page-timeline-php .footer-container,.page-template-page-timeline-php .Aa-page-builder-frame,.page-template-page-timeline-php .Aa-page-builder-element,.page-template-page-timeline-php .sixteen, .page-template-page-timeline-php #timeline-embed.sized-embed, .page-template-page-timeline-php .vmm-timeline, .page-template-page-timeline-php .main {	width: 100% !important;	margin: 0;	padding: 0;}.page-template-page-slider-php .footer-container,.page-template-page-timeline-php .footer-container {	/*position: absolute;	width: 100%;	bottom: 0;*/	padding: 0;}.page-template-page-slider-php .footer-container .footer-widgets .four ,.page-template-page-timeline-php .footer-container .footer-widgets .four{	display: none;}.page-template-page-slider-php div.footer-credits,.page-template-page-timeline-php div.footer-credits {	border-top: none;}.page-template-page-slider-php div.footer-widgets,.page-template-page-timeline-php div.footer-widgets {	padding: 0 !important;	margin: 0 !important;}.page-template-page-slider-php div.footer-widgets br,.page-template-page-timeline-php div.footer-widgets br {	display: none;}.page-template-page-slider-php div.footer-credits,.page-template-page-timeline-php div.footer-credits {	padding: 0;}.page-template-page-slider-php .rsNav,.rsGCaption  {	display: none;}.page-template-page-slider-php div.header-wrapper,.page-template-page-timeline-php div.header-wrapper {    border-bottom: 0 none;    margin-bottom: 0;    height: 35px;}.rsDefault .rsFullscreenBtn {    top: -6px;}.rsDefault .rsFullscreenBtn {	top: 15px !important;}.admin-bar .rsDefault .rsFullscreenBtn {	top: 15px !important;}.admin-bar .rsFullscreen .rsFullscreenBtn,.rsFullscreen .rsFullscreen .rsFullscreenBtn {	top: 15px !important;}/* royalslider style*/.rsUni.rsHor .rsArrowLeft {	bottom: 0 !important;	top: initial !important;	height: 80px;/*	width: 100% !important;	background: rgba(255,255,255,0.75);*/}.rsUni.rsHor .rsArrowRight {	bottom: 0 !important;	top: initial !important;	height: 80px;}.rsUni.rsHor .rsArrowLeft .rsArrowIcn {	bottom: 20px !important;	left: 20px !important;	top: initial !important;	right: initial !important;	background: url(images/rs-universal.png);}.rsUni.rsHor .rsArrowRight .rsArrowIcn {	bottom: 20px;	right: 20px;	top: initial !important;	left: initial !important;	background: url(images/rs-universal.png);}.rsUni .rsGCaption {	position: relative !important;	float: none;	bottom: 20px !important;	left: 0 !important;	text-align: left;	background: transparent !important;	color: #222 !important;	padding: 0 !important;	margin: -32px auto !important;	border-radius: none !important;	border: 0;	width: 940px !important;	height: auto;	display: block;	font-size: 2.1em !important;	font-family: 'Roboto', sans-serif !important;	line-height: 1.1em !important;}.slide-caption {	background: rgba(117, 163, 57, .9);	height: 120px;	padding: 25px 90px 10px 90px;	box-sizing: border-box;	position: absolute;	bottom: 0;	width: 100%;}.rsContentSlider h3 {	font-size: 2.4em !important;	color: #333;	width: 100% !important;	margin: .2em 0 !important;}.rsContentSlider h3 a {	color: #333;}.rsContentSlider h3 a:hover {	color: #8b110c;}.rsContentSlider p {	margin: .8em 0 .4em 0 !important;}.rsContentSlider h3 a, .rsContentSlider h3 a:hover{	color:#fff;}.rsUni .rsGCaption {bottom: 60px !important;color: #fff !important;}.rsUni .rsGCaption p{	font-family: sans-serif;	font-size: 13px;	margin: 0;	line-height: 18px;	margin-top: 5px;}.rsUni.rsHor .rsArrowRight .rsArrowIcn {	background-position: 0 !important;	top: initial !important;	left: initial !important;	background: url(images/right.png) no-repeat;	width: 22px;	height: 66px;	left: 0;}.rsUni.rsHor .rsArrowLeft .rsArrowIcn{	background-position: 0 !important;	top: initial !important;	left: 30px !important;	background: url(images/left.png) no-repeat;	width: 22px;	height: 66px;	left: 0;}/*---------------------------------------------------------------------------	Header---------------------------------------------------------------------------*/div.header-wrapper { 	position: relative;	margin: 0 auto;    width: 980px;    max-width: 100%;}.site-description {    clear: right;    display: block;    float: left;    font-family: 'Roboto',sans-serif;    font-size: 1.5em;    position: relative;    text-align: left;    margin: 2em 0 0 10px;}.page-template-page-timeline-php .header-wrapper, .page-template-page-timeline-php .header-container, .page-template-page-slider-php .header-wrapper, .page-template-page-slider-php .header-container {	position: fixed !important;	z-index: 101;	width: 100% !important;}.page-template-page-timeline-php.admin-bar div.header-container, .page-template-page-slider-php.admin-bar div.header-container {	top: 28px;}.page-template-page-timeline-php .Aa-page-title {	display: none;}#timeline-embed.sized-embed {height: 680px !important;}#timeline-embed {	margin: 0 !important;	padding: 0 !important;}#timeline-embed.sized-embed {padding-top: 65px !important;}.page-template-page-slider-php div.Aa-page-container {	/*padding-top: 35px !important;*/}.header {    width: 100%;    margin: 0;    padding-bottom: 39px;}/*.header-primary {	width: auto;	margin: 0;	clear: none;	position: absolute;	bottom: 0;	left: 0;	width: 65%;}*/.header-primary {width: auto;margin: 0;clear: none;position: absolute;/*top: 16px;*/left: 220px;width: 65%;}.header-secondary {	width: auto;	margin: 0;	clear: none;	position: absolute;	bottom: 0;	right: 0;	width: 35%;}.header #searchform {	float: right;	clear: none;	position: relative;	width: 220px;}.header-secondary .sf-menu {float: right;}.header input[type="text"] {    background: none repeat scroll 0 0 #f5f5f5;    border: 1px solid #eeeeee;	-moz-box-shadow: inset 1px 1px 3px #cccccc;	-webkit-box-shadow: inset 1px 1px 3px #cccccc;	box-shadow: inset 1px 1px 3px #cccccc;    color: #aaaaaa;    float: right;    font-size: 1em;    margin: 0;    padding: 11px 12px !important;}.header input[type="text"]:focus {	-moz-box-shadow: inset 1px 1px 3px #999999;	-webkit-box-shadow: inset 1px 1px 3px #999999;	box-shadow: inset 1px 1px 3px #999999;	background: #ffffff;	color: #777777;}.header #searchform input#searchsubmit {	position: absolute;	-moz-box-shadow: 0 0 0;	-webkit-box-shadow: 0 0 0;	box-shadow: 0 0 0;	z-index: 1;	right: 0;	top: 0;	text-indent: -9999px;	width: 35px;	height: 35px;	background: transparent url(images/search-icon.png) center center no-repeat;	border: none;	}.body-wrapper {	position: relative;}h1.Aa-page-heading {	text-align: center;	margin-bottom: 35px;	line-height: 32px;}ul.sf-menu li li {	padding: 0 !important;}.navigation-wrapper #main-superfish-wrapper .sf-menu li a {	padding: 26px 10px 26px 10px !important;}.navigation-wrapper #main-superfish-wrapper .sf-menu li li a,.navigation-wrapper #main-superfish-wrapper .sf-menu li li li a {	padding: 11px 10px 10px 10px !important;}.navigation-wrapper #main-superfish-wrapper .sf-menu .current-menu-ancestor li a,.navigation-wrapper #main-superfish-wrapper .sf-menu li .current-menu-item a {	background: none !important;}.navigation-wrapper .sf-menu .current-menu-ancestor li a,.navigation-wrapper .sf-menu ul .current-menu-item a { }div.navigation-wrapper ul li ul li { 	font-weight: normal; }div.Aa-responsive-dropdown { 	display: none; }div.Aa-responsive-dropdown select { 	width: 100%; 	height: 30px; 	margin-bottom: 30px; }/*.header-secondary .sf-menu li a {	border-right: 1px solid #444;}*/.header-primary .navigation-wrapper .sf-menu .current-menu-item > a {background: #fff !important;}.sf-menu li:hover ul, .sf-menu li.sfHover ul {	left: 0;	top: 50px !important;}.navigation-wrapper .sf-menu li li {	background-color: rgba(255,255,255,0.8) !important;}/*---------------------------------------------------------------------------	Page Core---------------------------------------------------------------------------*/.container {	padding-left: 0 !important;	padding-right: 0 !important;}div.Aa-page-container { 	position: relative; }div.Aa-page-heading { 	padding: 25px 20px; 	position: relative; 	margin-bottom: 10px;	/*margin-left: -20px;	margin-right: -20px;	background: rgba(255, 255, 255, 0.4) !important;*/	background: none !important;}h1.Aa-page-title {	margin: .4em 0;	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2) !important;}.home h1.Aa-page-title {	display: none;}div.Aa-page-content { 	margin-top: 5px; }div.pagination { 	margin: 0px 10px 10px 10px;    text-align: left;    padding-right: 20px;    position: absolute;    z-index: 99;    bottom: -40px;    right: 0;}div.pagination a, div.pagination span { 	padding-left: 7px; 	padding-right: 7px; 	height: 20px; 	line-height: 20px; 	display: inline-block; 	text-align: center; 	border: 1px solid; 	border-right: 0px; 	border-color: inherit; 	color: inherit; }div.pagination a:last-child, div.pagination span:last-child { 	border-right: 1px solid; 	border-color: inherit; }div.pagination a:hover { 	background: none; 	color: inherit; }div.pagination span {}	/*---------------------------------------------------------------------------	Sidebars---------------------------------------------------------------------------*/.Aa-right-sidebar {}div.Aa-left-sidebar { 	float: left; }div.Aa-right-sidebar { 	float: left; }div.Aa-page-builder-element { 	float: right; 	padding-top: 20px; 	margin-bottom: 10px;}div.Aa-page-builder-frame { 	float: left; }div.custom-sidebar ul li {	background: url('images/icon/arrow4.png') no-repeat 0px 11px;}div.custom-sidebar { 	border-color: inherit; 	margin-bottom: 35px; 	clear: both; }div.custom-sidebar div { 	border-color: inherit; }div.custom-sidebar ul { 	list-style: none; 	margin-left: 0px; 	border-color: inherit; }div.custom-sidebar ul li { 	padding-top: 5px; 	padding-bottom: 5px;}div.custom-sidebar ul li { 	padding-left: 15px;}div.custom-sidebar ul li li:last-child { 	border-bottom: none; 	padding-bottom: 0px; }div.custom-sidebar #recentcomments a { 	background: none; }div.custom-sidebar #twitter_update_list {}div.custom-sidebar #twitter_update_list li { 	background: none; 	padding-left: 0px; }div.custom-sidebar #twitter_update_list li span {	display: inline-block;}div.custom-sidebar #twitter_update_list li span a { 	margin-top: 0px; 	margin-right: 6px; 	padding-left: 2px; 	display: inline-block;}div.custom-sidebar #twitter_update_list li a { 	display: table;	margin-top: 5px;	float: none;	clear: both;}/*---------------------------------------------------------------------------	Custom Widgets---------------------------------------------------------------------------*/div.custom-sidebar .textwidget {}div.custom-sidebar .Aa-recent-post-widget { 	border-color: inherit; }div.custom-sidebar .recent-post-widget { 	padding-top: 13px; 	padding-bottom: 5px; 	border-bottom: 0px solid; 	border-color: inherit; }div.custom-sidebar .recent-post-widget-thumbnail {	background-color: transparent; 	padding: 0; 	margin-right: 12px; 	border: none; 	float: left; }div.custom-sidebar .recent-post-widget-thumbnail a img {	background-color: #f3f3f3; 	padding: 3px; 	margin-right: 12px; 	border: 1px solid #fff; 	float: left; }div.custom-sidebar .recent-post-widget-context { 	overflow: hidden; 	margin-top: 2px; }div.custom-sidebar .recent-post-widget-date {	margin-top: 4px; 	height: 16px; 	line-height: 19px;	background-position: 0px 0px; }div.custom-sidebar .recent-post-widget-comment-num {	margin-top: 4px; 	height: 16px; 	line-height: 19px;	background-position: 0px 0px; }div.custom-sidebar .twitter-whole { 	border-color: inherit; }div.custom-sidebar .twitter-whole ul li a { 	background: none; 	padding: 0px; }div.custom-sidebar .flickr-widget { 	margin-top: 5px; 	display: inline-block; }div.custom-sidebar .flickr_badge_image { 	margin: 8px 8px 0px 0px; 	float: left; 	width: 45px; 	height: 45px; }div.custom-sidebar .flickr-widget img { 	width: 45px; 	height: 45px; }div.custom-sidebar .screenReader { 	display: none; }div.custom-sidebar .Aa-recent-port-widget { 	margin-top: 5px; }div.custom-sidebar .recent-port-widget { 	float: left; 	margin-right: 10px; 	margin-top: 10px; }	div.left-sidebar-wrapper,div.right-sidebar-wrapper { 	padding-top: 10px;}div.right-sidebar-wrapper .custom-sidebar-title,div.left-sidebar-wrapper .custom-sidebar-title { 	line-height: 18px; 	padding: 0px; 	margin-bottom: 10px;	text-transform: uppercase;}/*--- Sitemap ---*/div.sitemap .custom-sidebar-title { 	padding: 0px 0px 10px 0px; 	font-size: 17px; 	border-bottom: 1px solid; 	border-color: inherit; }/*--- Tags ---*/.tagcloud { 	border-color: inherit; 	display: inline-block; }.tagcloud a {	font-size: 12px !important; 	display: block; 	float: left; 	padding: 3px 8px 3px 8px; 	margin-right: 10px;	margin-top: 10px;}/*--- Calendar ---*/#calendar_wrap { 	border-color: inherit; }#wp-calendar { 	width: 100%; 	border-color: inherit; 	border-width: 0px; }#wp-calendar caption { 	font-size: 13px; 	font-weight: bold; 	margin: 5px auto 15px; 	padding-bottom: 6px; 	border-bottom: 0px; 	border-color: inherit; }#wp-calendar td { 	padding: 4px; 	text-align: center; 	border-right: 0px; }#wp-calendar th { 	padding: 0px; 	text-align: center; 	border-right: 0px; 	border-bottom: 0px; 	background: transparent; }/*--- Search ---*/div.custom-sidebar #searchsubmit { 	position: absolute; 	height: 27px; 	top: 0px; 	right: 2px; 	cursor: pointer;	width: 28px; 	border: 0px; 	border-image: initial; 	-moz-box-shadow: none; 	-webkit-box-shadow: none; 	box-shadow: none;}div.custom-sidebar #search-text { 	margin-right: 10px; }div.custom-sidebar #searchform { 	position: relative; 	margin-top: 10px; 	margin-bottom: 0; 	width: 96%; }div.custom-sidebar #search-text input[type="text"] { 	margin-bottom: 0; 	width: 100%; }div.custom-sidebar #searchform br.clear { 	display: none; }/*--- Contact Form ---*/div.custom-sidebar label, legend { 	font-weight: bold; 	margin-bottom: 7px; }div.custom-sidebar .error {	margin-bottom: 15px; }div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { 	width: 100%;  }/*---------------------------------------------------------------------------	Footer---------------------------------------------------------------------------*/div.footer-widgets {	padding-top: 30px;}div.footer-widgets .container {	background: transparent;}div.footer-widgets .column {	margin-bottom: 0px;}div.footer-widgets .custom-sidebar {}div.footer-widgets .custom-sidebar-title {	text-transform: uppercase;	margin-bottom: 10px;}div.footer-widgets .custom-sidebar #searchform { 	margin-top: 15px; 	margin-bottom: 0; 	width: 100%; 	margin-left: 0px;  }div.footer-wrapper div.custom-sidebar ul li { 	background: url('images/icon/arrow4.png') no-repeat 0px 14px; }/*--- Footer Widgets ---*/div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {	 -moz-box-shadow: none; 	 -webkit-box-shadow: none; 	 box-shadow: none;}div.footer-wrapper a.button, div.footer-wrapper button { 	-moz-box-shadow: none; 	-webkit-box-shadow: none; 	box-shadow: none; 	border: 0 !important; 	background: #222 !important; }div.footer-wrapper #wp-calendar caption { 	font-size: 15px; 	border: none; 	margin-bottom: 15px; }div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  	-moz-box-shadow: none; 	-webkit-box-shadow: none; 	box-shadow: none; }/*--- Copyright / Credits ---*/div.footer-credits {	padding: 20px 0;	font-size: 11px;	margin-left: 10px;	margin-right: 10px;}.credits-text {	float: left;    margin: 0;    padding: 5px 0 0;}div.social-media {	float: right;}div.social-icon img { 	display: block; }div.social-icon { 	float: left; 	text-align: center; 	margin-left: 7px; 	cursor: pointer; }/*---------------------------------------------------------------------------	Comments---------------------------------------------------------------------------*/div.comment-wrapper {  	margin-top: 40px; }div.comment-wrapper .comment-title {  	font-size: 18px; }div.comment-wrapper .comment-form-comment { 	margin-right: 40px; }div.comment-wrapper #reply-title { 	font-size: 18px; 	margin-bottom: 15px; }div.comment-wrapper input[type="text"], input[type="password"] {	width: 320px; 	height: 30px; 	line-height: 30px; 	padding: 0px 0px 0px 10px; 	margin: 5px 0 25px; 	line-height: 20px; }div.comment-wrapper textarea {	height: 165px; 	width: 590px; 	margin: 5px 0 25px; 	padding: 10px; 	max-width: 100%;	line-height: 20px; }div.comment-wrapper .comment-form-author input,div.comment-wrapper .comment-form-email input,div.comment-wrapper .comment-form-url input { 	float: left; }div.comment-wrapper .comment-form-author label,div.comment-wrapper .comment-form-email label,div.comment-wrapper .comment-form-url label { 	float: left; 	line-height: 32px; 	margin: 5px 0px 0px 10px; }div.comment-wrapper .comment-form-author span,div.comment-wrapper .comment-form-email span,div.comment-wrapper .comment-form-url span { 	float: left; 	line-height: 32px; 	margin-left: 2px; }	ol.comment-list { 	margin: 0px; 	list-style: none; }ol.comment-list .comment-body { 	border-bottom: 1px solid; 	margin-top: 22px; 	padding-bottom: 22px; }ol.comment-list ul { 	margin: 0px 0px 0px 30px; 	list-style: none; }div.comment-avartar { 	float: left; }div.comment-context { 	margin-left: 70px; }span.comment-author {  	margin-right: 5px; 	font-size: 13px;	font-weight: bold;	display: block;}span.comment-date { 	font-size: 11px;}span.comment-time {	font-size: 11px;	margin-right: 5px;}.comment-reply {	font-size: 11px;}div.comment-content { 	margin-top: 7px; }div.comment-wrapper #respond { 	margin-top: 30px; }/*---------------------------------------------------------------------------	Sliders---------------------------------------------------------------------------*/div.slider-wrapper {	position: relative; 	overflow: hidden;}.Aa-slider-caption {	position: absolute;	bottom: 50px; 	left: 0px; 	font-size: 22px; 	padding: 17px 24px;	max-width: 50%;}/*---------------------------------------------------------------------------	Page Elements---------------------------------------------------------------------------*//*--- Accordian ---*/ul.Aa-accordion {	list-style: none;	margin-left: 0px;}ul.Aa-accordion li { 	list-style: none;	border-bottom: 1px solid;	margin-bottom: 15px;}h2.accordion-head {	padding: 0px 0px 0px 0px;	line-height: 22px;	cursor: pointer;}div.accordion-content {	padding: 0px 0px 20px 35px;	overflow: hidden;}span.accordion-head-image {	width: 18px; 	height: 18px; 	float: left; 	margin-right: 13px; 	cursor: pointer; 	display: block; }div.accordion-head p { 	margin-bottom: 0px; }ul.Aa-accordion .accordion-content ul li { 	list-style: disc; 	border-bottom: 0px; 	margin-bottom: 5px; }span.accordion-head-image.active,span.toggle-head-image.active {	background: url('images/icon/toggle-minus.png');}span.accordion-head-image,span.toggle-head-image {	background: url('images/icon/toggle-plus.png');}/*--- Gallery ---*/h3.gallery-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }div.gallery-thumbnail-image{ padding: 4px; }/*--- Toggle ---*/h3.toggle-header-title {	font-size: 14px;	margin-bottom: 25px;}ul.Aa-toggle {	margin-left: 0px;}ul.Aa-toggle li {	list-style: none; 	border-bottom: 1px solid #ececec; 	margin-bottom: 15px; }h2.toggle-head { 	padding: 0px 0px 0px 0px;	line-height: 18px;	font-size: 18px;	cursor: pointer;}div.toggle-content {	padding: 0px 0px 20px 35px;	overflow: hidden;}span.toggle-head-image { 	width: 18px; 	height: 18px; 	float: left; 	margin-right: 13px; 	cursor: pointer; }div.toggle-head p {	margin-bottom: 0;}ul.Aa-toggle .toggle-content ul li {	list-style: inherit; 	border-bottom: 0px; 	margin-bottom: 5px; }/*--- Intro ---*/div.intro-wrapper {	margin-top: 10px;	margin-bottom: 15px;	padding: 20px;	border-left: 3px;	border-style: solid;}h1.intro-title { 	margin: 0;	line-height: 37px;}div.intro-caption {	font-size: 17px;	line-height: 26px;}/*--- Dividers ---*/div.divider { 	position: relative; 	margin-top: 8px;}div.scroll-top { 	position: absolute; 	top: -19px; 	right: 2px; 	cursor: pointer; 	font-size: 10px; }/*--- Portfolio ---*/div.Aa-portfolio-title-wrapper { 	margin: 0px 10px 20px; 	padding: 11px 17px 12px; 	position: relative; }div.portfolio-thumbnail-image { 	text-align: center; 	position: relative; }div.portfolio-thumbnail-image img { 	display: block; 	margin: 0px auto; }div.portfolio-thumbnail-video { 	text-align: center; }div.portfolio-thumbnail-video object { 	display: block; 	margin: 0px auto;}div.portfolio-thumbnail-slider { 	text-align: center; 	margin: 0px auto; 	overflow: hidden; }div.portfolio-thumbnail-slider .flexslider { 	display: block; }div.portfolio-thumbnail-slider ol.flex-control-nav { 	display: none; }div.portfolio-thumbnail-slider ul.flex-direction-nav .prev { 	background: url('images/thumb-slide-left.png'); 	width: 22px; 	height: 22px;	bottom: 10px; 	right: 26px; 	top: auto;}div.portfolio-thumbnail-slider ul.flex-direction-nav .next {	background: url('images/thumb-slide-right.png'); 	width: 22px; 	height: 22px;	bottom: 10px; 	right: 10px; 	top: auto; }h2.portfolio-thumbnail-title {	font-weight: normal;	text-align: center;	margin: 0;	padding: 10px 0;	border-bottom: 1px;	border-style: solid;}div.portfolio-thumb-text {}div.portfolio-thumbnail-title a { 	color: inherit; }div.portfolio-thumbnail-content { 	margin-top: 8px; }div.portfolio-bottom { 	height: 15px; 	display: block; 	clear: both; }span.portfolio-thumbnail-image-hover {	opacity: 0; 	filter: alpha(opacity=0); 	position: absolute; 	width: 100%; 	height: 100%; 	background: #000; 	background: url('images/portfolio-overlay.png'); 	display: block; }span.portfolio-thumbnail-image-hover span { 	top: 50%; 	left: 50%; 	margin-left: -23px; 	margin-top: -23px; 	width: 43px; 	height: 43px; 	position: absolute; 	display: block; }span.portfolio-thumbnail-image-hover span.hover-link { 	background: url('images/image-overlay-link.png') no-repeat; }span.portfolio-thumbnail-image-hover span.hover-video { 	background: url('images/image-overlay-video.png') no-repeat; }span.portfolio-thumbnail-image-hover span.hover-zoom { 	background: url('images/image-overlay.png') no-repeat; }.portfolio-item-holder.masoned { 	overflow: hidden; }/*--- Full-width Portfolio ---*/div.sixteen.columns.portfolio-item { 	padding-bottom: 22px; 	border-bottom: 1px solid #ececec;}div.sixteen.columns.portfolio-item:last-child { 	padding-bottom: 0px; 	border: 0px; }div.sixteen.columns.portfolio-item .portfolio-thumbnail-image,div.sixteen.columns.portfolio-item .portfolio-thumbnail-video,div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 	float: left; 	width: 620px; }div.sixteen.columns.portfolio-item .portfolio-thumb-text { 	padding-left: 20px; 	float: none; 	overflow: hidden; }div.sixteen.columns.portfolio-item .portfolio-thumbnail-title { 	font-size: 18px; 	margin-top: 12px; }div.sixteen.columns.portfolio-item .portfolio-thumbnail-content { 	margin-top: 12px; }div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 	float: left; 	width: 320px; }div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumb-text { 	padding-left: 20px; 	margin-right: 10px;}div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image,div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video,div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider { 	float: left; 	width: 180px; }div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumb-text { 	padding-left: 20px; 	margin-right: 10px;}ul#portfolio-item-filter { 	margin: 0px 5px 25px !important;	list-style:none; }ul#portfolio-item-filter li { 	float: left; 	margin: 7px 2px 0px 5px; }ul#portfolio-item-filter li a { 	font-size: 13px; }ul#portfolio-item-filter li span { 	margin-left: 5px; }ul#portfolio-item-filter li:last-child span { 	display:none; }/*--- Single Portfolio ---*/div.project-single-text { 	margin-bottom: 20px; }div.both-sidebar-included .project-single-meta { 	margin-right: 0px; 	float: none; 	width: auto; }div.both-sidebar-included .blog-meta-item-single { 	float: left; 	margin-right: 10px; }div.single-port-thumbnail-image,div.single-port-thumbnail-video,div.single-port-thumbnail-slider { 	margin-right: 20px; 	float: left; 	width: 580px; }div.sidebar-included .single-port-thumbnail-image,div.sidebar-included .single-port-thumbnail-video, div.sidebar-included .single-port-thumbnail-slider,div.both-sidebar-included .single-port-thumbnail-image,div.both-sidebar-included .single-port-thumbnail-video, div.both-sidebar-included .single-port-thumbnail-slider { 	margin: 0px 0px 15px; 	float: none; 	width: auto !important; }div.single-port-thumbnail-slider .flex-control-nav { 	display: none; }div.single-port-thumbnail-slider ul.flex-direction-nav .prev { 	background: url('images/thumb-slide-left.png'); 	width: 22px; 	height: 22px; 	bottom: 20px;	right: 47px; 	top: auto;}div.single-port-thumbnail-slider ul.flex-direction-nav .next {	background: url('images/thumb-slide-right.png'); 	width: 22px; 	height: 22px;	bottom: 20px; 	right: 20px; 	top:auto; }div.project-single-desc { 	overflow: hidden; }div.social-share-title { 	margin-top: 20px; 	font-size: 18px; }div.post-sharing ul { 	list-style: none; 	margin-left: 0px; 	margin-top: 15px; }div.post-sharing ul li { 	float: left; 	margin-right: 5px; 	margin-bottom: 0px; }/*--- Blog ---*/h2.blog-thumbnail-title a { 	color: inherit;}div.blog-thumbnail-image,div.blog-thumbnail-slider,div.blog-thumbnail-video {	margin-bottom: 20px;}div.blog-thumbnail-slider .flex-control-nav {	display: none; }div.blog-thumbnail-slider ul.flex-direction-nav .prev { 	background: url('images/thumb-slide-left.png');	width: 22px; 	height: 22px;	bottom: 10px;	right: 26px;	top: auto;}div.blog-thumbnail-slider ul.flex-direction-nav .next {	background: url('images/thumb-slide-right.png');	width: 22px;	height: 22px;	bottom: 10px;	right: 10px;	top: auto;}div.blog-item-holder .blog-item2 .blog-thumbnail-title {	padding-bottom: 15px;	margin-bottom: 0px;}.blog-thumbnail-info {	margin-bottom: 15px; }.blog-meta-item {	float: left;	font-size: 13px;	margin-right: 10px;	padding-left: 23px;}.meta-date {	background: url(images/icon/date.png) 0 4px no-repeat;}.meta-tags {	background: url(images/icon/tags.png) 0 4px no-repeat;}.meta-comments {	background: url(images/icon/comments.png) 0 5px no-repeat;}div.both-sidebar-included div.blog-item2 h2.blog-thumbnail-title { 	margin-top: -4px; }div.both-sidebar-included .blog-item-holder .blog-item2 .blog-meta-item { 	float: left;	font-size: 13px;	margin-right: 10px; }/*--- Shortcode ---*/.shortcode1-4 { 	width: 23%; 	margin-right: 2%; 	float: left; }.shortcode1-3 { 	width: 31.33%; 	margin-right: 2%; 	float: left; }.shortcode1-2 { 	width: 48%; 	margin-right: 2%; 	float: left; }.shortcode2-3 { 	width: 64.66%; 	margin-right: 2%; 	float: left; }.shortcode3-4 { 	width: 73%; 	margin-right: 2%; 	float: left; }.shortcode1 { 	width: 98%; 	margin-right: 2%; 	float: left; }a.Aa-button.shortcode-large-button { 	margin-bottom: 20px; 	margin-right: 10px;	padding: 0px 18px 0px 18px; 	height: 26px; 	line-height: 26px; 	font-size: 14px; }a.Aa-button.shortcode-medium-button { 	margin-bottom: 20px; 	margin-right: 10px;	padding: 0px 15px 0px 15px; 	height: 30px; 	line-height: 30px; 	font-size: 12px; }a.Aa-button.shortcode-small-button { 	margin-bottom: 20px; 	margin-right: 10px; 	text-shadow: none; 	font-size: 11px; }div.shortcode-block-quote-left { 	width: 33%; 	float: left; 	margin: 15px 20px 15px 20px; 	padding: 10px 30px;	border-left: 2px solid #ddd; 	font-size: 16px;	line-height: 24px;}div.shortcode-block-quote-right { 	width: 33%; 	float: right; 	margin: 15px 20px 15px 20px; 	padding: 10px 30px; 	border-left: 2px solid #ddd; 	font-size: 16px;	line-height: 24px;}div.shortcode-block-quote-center{ 	margin: 0px 20px 20px 20px; 	text-align: center; 	padding: 10px; 	border-left: 2px solid #ddd; 	font-size: 16px;	line-height: 24px;}div.shortcode-dropcap { 	margin-top: 0px; 	margin-bottom: 0px; 	margin-right: 10px; 	float: left; 	font-size: 16px; 	width: 34px; 	height: 34px; 	line-height: 32px; 	text-align: center;}div.shortcode-dropcap.circle {	-moz-border-radius: 18px;	-webkit-border-radius: 18px;	border-radius: 18px;}/*--- Contact Form ---*/div.contact-form-wrapper ol { 	margin: 0px; 	list-style: none; }div.contact-form-wrapper ol li { 	margin-bottom: 20px; }div.contact-form-wrapper ol li.sending-result { 	max-width: 622px; 	display: none; }div.contact-form-wrapper ol li.sending-result .message-box-wrapper { 	padding: 10px 15px 10px 15px; }div.contact-form-wrapper ol li div.error { 	display: none; }div.contact-form-wrapper input[type="text"], input[type="password"] {	width: 320px; 	height: 30px; 	line-height: 30px; 	padding: 0px 0px 0px 7px; 	margin: 10px 0 10px;	line-height: 20px; 	max-width: 90%; }div.contact-form-wrapper .textarea { 	margin-right: 32px; }div.contact-form-wrapper textarea {	height: 165px; 	width: 590px; 	margin: 10px 0 10px; 	padding: 10px; 	max-width: 100%;	line-height: 20px; }div.contact-form-wrapper .contact-submit { 	float: left; }div.contact-form-wrapper .contact-loading {	width: 16px; 	height: 16px; 	float: left; 	margin: 7px 0px 0px 15px; 	display: none;	background: url('images/loading.gif'); }	/*--- Pricing Table ---*/div.Aa-pricing-table { 	margin-bottom: 20px;}.Aa-pricing-table ul,.Aa-pricing-table ol {	list-style: none;	margin: 0;	padding: 0;}.Aa-pricing-table ul li,.Aa-pricing-table ol li {	padding: 3px 0;	font-size: 13px;}div.Aa-pricing-table .pricing-table { 	border: 1px solid; 	border-color: inherit; 	margin-left: -1px; 	padding-bottom: 30px;}div.Aa-pricing-table .price-tag {	font-size: 26px; 	line-height: 40px; 	text-align: center;	padding: 10px 0 15px;}div.Aa-pricing-table .price-title { 	font-size: 16px; 	text-align: center;	padding-top: 25px;}div.Aa-pricing-table .price-button { 	text-align: center; 	margin-top: 25px; }div.Aa-pricing-table .price-content { 	text-align: center;}div.Aa-pricing-table .price-content .shortcode-list { 	display: inline-block; }/*--- Code ---*/.Aa-code {	overflow: hidden; 	padding: 15px; 	border: 1px #eee solid; 	clear: both; 	background: #f9f9f9;	margin-bottom: 20px; 	color: #555; 	font-size: 13px;	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;}/*--- Contact Form 7 ---*/span.wpcf7-form-control-wrap input[type="text"],span.wpcf7-form-control-wrap input[type="[password"],span.wpcf7-form-control-wrap textarea {	width: 320px; 	height: 30px; 	line-height: 30px; 	padding: 0px 0px 0px 7px; 	margin: 10px 5px 10px; 	line-height: 20px; }span.wpcf7-form-control-wrap input.wpcf7-file { 	width: auto; 	height: auto; 	background-color: transparent; 	border: none;	-webkit-box-shadow: none; 	box-shadow: none; 	margin-left: 0; }span.wpcf7-form-control-wrap textarea { 	height: 165px; 	width: 590px; 	margin: 10px 5px 10px; 	padding: 10px; 	max-width: 100%; 	line-height: 20px; }div.wpcf7 p { 	font-weight: bold; }div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input { 	font-weight: normal; }div.wpcf7 .ajax-loader { 	display: none; }/* Responsive anything video fix */.anythingSlider .fluid-width-video-wrapper{	padding: 0px !important;}/*---------------------------------------------------------------------------	Custom---------------------------------------------------------------------------*/h2 {	font-size: 18px;}h3 {	font-size: 18px;}h4 {	font-size: 16px;}h5 {	font-size: 15px;}.footer-container h1,.footer-container h2,.footer-container h3,.footer-container h4,.footer-container h5,.footer-container h6 {}/* Fix for Firefox submit button extra height issue */input[type="submit"]::-moz-focus-inner {border:0;}input[type="submit"]:focus {}/* END Fix for Firefox */.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="email"], .gform_wrapper textarea, .gform_wrapper select {    margin: 0 0 5px;}div.custom-sidebar .gform_wrapper ul li {    padding: 0 !important;    background: none;}.gform_wrapper .gform_footer {    clear: both;    margin: 0 !important;    padding: 5px 0 10px 0 !important;}.gform_wrapper .top_label .gfield_label {	font-size: 15px;	color: #333;	font-weight: normal !important;	font-family: sans-serif !important;	letter-spacing: -.02em;}.right-sidebar-wrapper .sidebar-title-wrapper h3.custom-sidebar-title,.gform_heading h3 {	font-size: 24px !important;	text-transform: none;	font-weight: normal !important;}/*a.Aa-button {	height: auto; 	line-height: 1em; 	padding: 0; }input[type="submit"], input[type="button"], a.Aa-button {	width: auto;	height: auto;	font-size: 1.1em !important;	font-weight: bold;	padding: .5em .7em .5em .7em !important;	color: #fff;	cursor:pointer;		-moz-box-shadow: 0px 1px 2px #444444; 	-webkit-box-shadow: 0px 1px 2px #444444;	box-shadow: 0px 1px 2px #444444;}input[type="submit"]:hover, input[type="button"]:hover, a.Aa-button:hover {	color: #fff !important;}input[type="submit"]:active, input[type="button"]:active, a.Aa-button:active {		color: #fff;	-moz-box-shadow: 0 0 0 #000000; 	-webkit-box-shadow: 0 0 0 #000000; 	box-shadow: 0 0 0 #000000;}button,input[type="submit"].button, input[type="reset"].button, input[type="button"].button,input.button {	background: #555555;    border: 1px solid #222222;    box-shadow: 1px 1px 3px #ECECEC;    color: #ffffff;}button:hover,input[type="submit"].button:hover, input[type="reset"].button:hover, input[type="button"].button:hover,input.button:hover {	background: #444444;    border: 1px solid #222222;    box-shadow: 1px 1px 3px #ECECEC;    color: #ffffff;}button:active,input[type="submit"].button:active, input[type="reset"].button:active, input[type="button"].button:active,input.button:active {	background: #000000;    border: 1px solid #222222;    box-shadow: 1px 1px 3px #ECECEC;    color: #ffffff;}*/.Aa-right-sidebar #search-text input[type="text"] {	background-color: #DDD !important;}.gform_wrapper h2.gsection_title {	font-weight: normal !important;	font-size: 24px !important;}.gform_wrapper .gsection {	border-bottom: 1px dotted #CCC;	padding: 12px 0 8px 0;}.container div.footer-widgets .custom-sidebar-title {    font-size: 18px !important;    text-transform: none;}div.shortcode-block-quote-center {	margin: 0px 20px 20px 0;	text-align: left;	padding: 20px 10px 10px 40px;	border-left: none;	font-size: 13px;	line-height: 16px;	font-style: italic;}div.shortcode-block-quote-center strong {	clear: both;	display: block;	text-align: right;	margin: .2em .1em;	font-style: normal;}div.Aa-right-sidebar {	margin: 0 0 10px 0;	padding: 20px 10px 0 0;}.Aa-right-sidebar h3 {	margin-bottom: 5px;	color: #444;	font-size: 18px;}.Aa-right-sidebar p {	font-size: .9em;	margin-bottom: 10px;	line-height: 1.3em;	color: #444;}.footer-container {	border-radius: 4px 4px 4px 4px;}.home .core-container {	/*border-top: 20px solid #E96537;*/}.body-wrapper div.core-container {}#gallery-1 .gallery-caption {	margin-left: 0;	font-size: 75%;	line-height: 1.1em;	width: 94%;	padding: 0.4em 0;}.slides .Aa-slider-caption {    /*background-color: rgb(30,36,48) !important;    background-color: rgba(30,36,48,0.85) !important;*/    color: #FFFFFF !important;}.slides h1, .slides h2, .slides h3, .slides h4, .slides h5, .slides h6 {	color: #fff;	font-size: 30px;	margin: 0.2em 0;}.slides p {	/*color: #ccc;*/	font-size: 18px;	margin: 0.2em 0;	font-family: sans-serif !important;	font-weight: 200;	letter-spacing: -.02em;}b {	font-weight: bold;}div.shortcode-block-quote-center {	background: url(images/quotemarks.png) no-repeat scroll 10px top transparent;}.header div.navigation-wrapper {	font-family: sans-serif;    margin-right: 0;    margin-top: 0 !important;}.header .navigation-wrapper .sf-menu li a {    word-spacing: 1px;    font-family: 'Roboto', sans-serif;    text-transform: uppercase;    font-size: 1.3em;}.header .header-secondary .sf-menu li a[href*="facebook.com"] {    background: url(images/icon/social-icons.png) no-repeat -106px -7px;    text-indent: -9999px;    width: 20px;}.header .header-secondary .sf-menu li a[href*="facebook.com"]:hover {        background: url(images/icon/social-icons.png) no-repeat -106px -107px;}.header .header-secondary .sf-menu li a[href*="twitter.com"] {    background: url(images/icon/social-icons.png) no-repeat  -5px -7px;    text-indent: -9999px;    width: 20px;}.header .header-secondary .sf-menu li a[href*="twitter.com"]:hover {	background: url(images/icon/social-icons.png) no-repeat -5px -107px;}.shortcode-block-quote-center {	color: rgba(30, 30, 30, 0.5) !important;}.home .one-third {	min-height: 190px;}.home .one-third a.Aa-button.shortcode-small-button {    bottom: 0;    font-size: 11px;    position: absolute;}.page-list-ext-image a img {	background: #CCC;	padding: 4px;}.page-list-ext-image a:hover img {	background: #E96537;}.page-list h3 {	padding: .3em 0 !important;	margin: 0;}.page-list p, .page-list .page-list-ext-item-content {	font-size: .9em;}/* Slider Page Template */.prev-next-page {	position: absolute;	z-index: 99;	bottom: 15px;	font-size: .9em;	font-style: italic;}.prev-next-page.previous {	left: 0;	text-align: left;}.prev-next-page.next {	right: 0;	text-align: right;}.prev-next-page a {	color: #aaa;	background: #222;	background: rgba(0,0,0,0.5);	padding: 6px 12px;}.prev-next-page a:hover {	color: #fff;	background: #000;	background: rgba(0,0,0,0.9);	padding: 6px 12px;}.prev-next-page a span {	font-style: normal;}/* Timeline Template */.vmm-timeline, #timeline-embed {    background-color: transparent !important;}   .vmm-timeline .navigation .timenav-background {    background-color: #333 !important;     background-color: rgba(30,30,30,0.8) !important;    }   .slider .slider-item .content .content-container .text .container h2.date {    display: none;}/* Footer Container - 2 even column layout */div.footer-widgets .column {	/*width: 450px !important;*/	margin-bottom: 0px;	margin-left: 10px !important;	display: none;}div.footer-widgets iframe {	max-width: 100%;}.home .feature-media .infos {	bottom: 65px;	left: 0;	z-index: 9999;	position: absolute;	width: 600px;	background: #222;	background: rgba(0, 0, 0, 0.7);	border-right: 1px solid rgba(0,0,0,0.5);}.home .feature-media .rsContentSlider .infos h3 {	color: white;	font-size: 2.4em;	font-weight: normal;	margin: 20px 30px 10px 30px;}.home .feature-media .rsContentSlider .infos p {	color: white;	font-weight: normal;	margin: 10px 30px 20px 30px;}.home .feature-media .rsTabs {	display: none;}.home .feature-media .rsMinW .rsArrow {	height: 99px;	width: 99px;	position: absolute;	display: block;	cursor: pointer;	z-index: 21;}.home .feature-media .rsMinW .rsArrowLeft {	left: 600px;	bottom: 65px;	border-right: solid 1px rgb(0,0,0);	border-right: solid 1px rgba(0, 0, 0, 0.5);}.home .feature-media .rsMinW .rsArrowRight {	left: 699px;	bottom: 65px;}.home .feature-media .rsMinW .rsArrowIcn {	width: 99px;	height: 99px;	margin-top: 0;	margin-left: 0;	position: absolute;	cursor: pointer;	background: url('images/icon/slider-arrows.png');	border-radius: 0;}.home .feature-media .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {background-position: -25px -25px;margin: 0 0 0 0 !important;padding: 0 0 0 0 !important;}.home .feature-media .rsMinW.rsHor .rsArrowRight .rsArrowIcn {background-position: -170px -25px;}.home .feature-media .rsMinW.rsHor .rsArrowLeft .rsArrowIcn:hover {background-position: -25px -175px;margin: 0 0 0 0 !important;padding: 0 0 0 0 !important;}.home .feature-media .rsMinW.rsHor .rsArrowRight .rsArrowIcn:hover {background-position: -170px -175px;}/*Full Screen template*/html,body.page-template-page-full-php,.page-template-page-full-php .body-wrapper,.page-template-page-full-php .container.core-container,.page-template-page-full-php .feature-media,.page-template-page-full-php .royalSlider,.page-template-page-full-php .rsOverflow,.page-template-page-full-php .rsContainer,.page-template-page-full-php .rsSlide,.page-template-page-full-php .rsSlide > div {	height: 100% !important;}.royalSlider {	max-width: 100%;}.page-template-page-full-php .rsSlide > div img {	display: block;	min-height: 100%;	min-width: 100%;}.page-template-page-full-php .footer-container {	display: none;}.blog-thumbnail-image {	position: relative;	width: 100px;	height: 100px;	float: left;	background-color: #CCC;	border: 5px solid #ccc;	overflow: hidden;	margin-right: 20px;}.blog-thumbnail-image img {	max-width: 320px;	max-height: 120px;	text-align: center;	margin-left: -60%;}.home .blog-item-holder .mb50 {	margin-bottom: 10px !important;}.Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_full input {	width: 97%!important;}.Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_right input, .Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_right select,.Aa-page-builder-element .gform_wrapper .field_name_first input, .Aa-page-builder-element .gform_wrapper .ginput_complex .ginput_left input {	width: 94% !important;}table.timetable {	border: none;	width: 100%;	font-size: .825em;}table.timetable td {	width: 30%;}table.timetable tr:nth-child(even) {	background: #f1f1f1;}table.timetable tr:nth-child(odd) {	background: #eaeaea;}table.timetable td {	border-left: 2px solid #f5f5f5;	border-right: none;	border-top: 2px solid #f5f5f5;	border-bottom: none;	padding: 5px 15px;	width: 24%;}table.timetable td:first-child {	/*font-weight: bold;*/}/*table.timetable tr:nth-child(even) td:first-child {	background: #c1c1c1;	color: #fff;}table.timetable tr:nth-child(odd) td:first-child {	background: #aaa;	color: #fff;}*/table.timetable tr:nth-child(1) td {	background: #444 !important;	/*background: #A71400 !important;*/	color: #fff;	font-weight: bold;	font-size: 1.1em;}.rsSlide > div > a {	width: 980px;	height: 535px;	display: block;	position: absolute;	top: 0;	left: 0;	text-indent: -9999px;}.rsSlide > div > a .infos {	text-indent: 0;}.fb_iframe_widget {	background: #333 !important;}.page-registration-page .gform_heading h3 {	display: none;}/*Profile feature images*/.category-players-gympie-fire-u19s .attachment-post-thumbnail,.category-players-u19s .attachment-post-thumbnail,.category-players-seniors .attachment-post-thumbnail,.product-table img {	width: 175px;	float: left;	margin: 0 20px 12px 0;	padding: 5px;	background: #eaeaea;}table.product-table, table.product-table tr, table.product-table tr td, table.product-table tr th {	vertical-align: top;	border: none;}table.product-table {	width: 100%;}table.product-table tr td, table.product-table tr th {	vertical-align: top;	width: 50%;	border: none;	padding: 10px 10px 10px 0;}table.product-table tr td:first-child, table.product-table tr th:first-child {	width: 25%;}.product-table p {	margin: 0;}.product-table h1,.product-table h2,.product-table h3 {	margin-top: 5px;}/* Special List Styles *//*checklist*/.checklist ul, ul.checklist {margin: .8em 0;} ul.checklist li, .checklist ul li {	background: transparent url("images/icons/checklist-icon.png") no-repeat scroll 0 0;	color: #444;	font-size: 1.1em;	line-height: 1.5em;	list-style: none outside none;	margin: 0;	padding: 0 0 0 28px;}ul.checklist li:first-child, .checklist ul li:first-child {	border-top: none;}.lt-ie9 ul.checklist li, .lt-ie9 .checklist ul li {	background: url("images/icons/checklist-icon.png") no-repeat scroll 0 -2px transparent;}.lt-ie8 ul.checklist li, .lt-ie8 .checklist ul li {	background: url("images/icons/checklist-icon.png") no-repeat scroll 0 -1px transparent;}ul.checklist li a, .checklist ul li a {	padding: .4em 0;	margin: 0;	display: block;	color: #444;}ul.checklist li a:hover, .checklist ul li a:hover {	background: transparent url("images/icons/checklist-icon.png") no-repeat scroll 0 -50px;	text-decoration: none;	color: #8bbe0f;}ul.checklist li:hover, .checklist ul li:hover {	text-decoration: none;}/*plainlist*/.plainlist li {	padding-left: 0;	list-style: none;	background: none;}/*definition lists*/article dl dt, article dl dd,aside dl dt, aside dl dd {	float: left;	min-width: 120px;	margin-bottom: .4em;	line-height: 1em;}article dl dt, aside dl dt {	font-weight: bold;	clear: left;}article dl dd, aside dl dd {	clear: right;	padding-left: .5em;	margin-left: .5em;	color: #444444;	border-left: 3px solid #ccc;}/* WooCommerce Overrides */.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {	width: 150px !important;}.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {	left: -6px;	-webkit-border-bottom-right-radius: none;	-moz-border-bottom-right-radius: none;	border-bottom-right-radius: none;	border-width: 0 1px 1px 0;	box-shadow: none;}.woocommerce-tabs ul {	border-bottom: 2px solid #ddd !important;}.woocommerce-tabs li {	-webkit-border-radius: 0 !important;	-moz-border-radius: 0 !important;	border-radius: 0 !important;	border-bottom: 0 !important;	border-left: 2px solid #ddd !important;	border-top: 2px solid #ddd !important;	border-right: 2px solid #ddd !important;	margin: 0 .2em !important;	background: transparent !important;	height: 3em !important;	box-shadow: none !important;}.woocommerce-tabs ul.tabs li.active {	border-bottom: 0 !important;	border-left: 2px solid #ddd !important;	border-top: 2px solid #ddd !important;	border-right: 2px solid #ddd !important;	margin: 0 .2em !important;	background: #f5f5f5 !important;	height: 3em !important;}.woocommerce li:before,.woocommerce li:after {	left: 0 !important;	-webkit-border-radius: 0 !important;	-moz-border-radius: 0 !important;	border-radius: 0 !important;	border-width: 0 !important;	box-shadow: none !important;}.woocommerce-tabs ul.tabs li a {	border: none !important;	background: transparent !important;	background-color: transparent !important;}div.pp_woocommerce .pp_content_container {	padding: 25px 0 0 0 !important;}.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {	padding-left: .5em !important;}.woocommerce span.onsale, .woocommerce-page span.onsale {	top: 18px !important;	left: -18px !important;}.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {	right: initial !important;}@media only screen and (min-width: 768px) {h1.Aa-page-heading {    text-align: right;    margin-bottom: 40px;    margin-top: 10px;}h1 {	max-width: 460px;	line-height: .85em;}}@media only screen and (max-width: 1279px) {}/*Custom CSS*/.header-primary{	left: 0;}.body-wrapper .header-container{	top: 0;}.header-primary .navigation-wrapper .sf-menu .current-menu-item > a {background: #81a553 !important;color: #fff !important;}.navigation-wrapper #main-superfish-wrapper .sf-menu li a {padding: 16px 10px 16px 10px !important;}/*.home div.logo-wrapper {	height: 100px;	right: 0;	position: relative;	top: 10px;	max-width: 50%;	z-index: 1;	float: right;	margin-top: 0;}*/.home div.logo-wrapper {	height: auto;	left: 0;	position: relative;	top: 99px;	max-width: 320px;	z-index: 1;	float: left;	margin-top: 0;	min-width: 320px;	right: initial;}.body-wrapper .header-container{	height: 50px;}.home-content .column, .home-content .columns {	margin: 0px 0px 20px 10px !important;}.home-content a{	font-style:italic;}p {	font-family: sans-serif;}.sm-cont{	background: #dfdcd3;	/*height: 140px;*/	overflow: hidden;}.sm-cont .sm-cont-wrapper{	width: 980px;	margin: 0 auto;	padding: 35px 0 15px;	z-index: 90;	position: relative;}.sm-content{	position: relative;	z-index: 99;}#sm-img{	position: absolute;	opacity: 0.3;	overflow: hidden;	height: 140px;	z-index: 90;	top: 0;}#filter{	float: right;	margin-top: 10px;	}#filter span{	font-family: 'Roboto', sans-serif;	color: #999999;	font-size: 25px;	float: left;	margin-right: 10px;}#filter ul{	list-style-type: none;	margin-left: 0;	float: left;}#filter ul li{	float: left;	margin-right: 10px;}#filter ul li a{	padding: 5px 7px;	font-family: 'Roboto', sans-serif;	color: #fff;	font-size: 18px;	-moz-box-shadow: 0px 0px 0px #ddd;	-webkit-box-shadow: 0px 0px 0px #ddd;	box-shadow: 0px 0px 0px #ddd;	-webkit-transition: all 0.2s ease;	-moz-transition: all 0.2s ease;	transition: all 0.2s ease;}.filter-cont{	background: #f5f5f5;	min-height: 440px;	overflow: hidden;	padding: 5px 0 25px 0;}.filter-cont .filter-cont-wrapper{	/*width: 980px;*/	width: 90%;	margin: 0 auto;	/*padding: 35px 0 15px;*/	padding: 35px 35px 55px 35px;	z-index: 90;	position: relative;	box-sizing: border-box;}.filter-cont-wrapper .mod-title {	max-width: 450px;	width: 100%;	float: left;}.filter-cont-wrapper .mod-title h1{	font-size: 26px;	line-height: 26px;	font-family: 'Roboto';}.filter-cont-wrapper .title{	font-family: 'Roboto';	font-size: 18px;	line-height: 25px;	text-decoration: none;	color: #444;}.filter-cont-wrapper p{	font-family: sans-serif;	font-size: 12px;	line-height: 18px;	margin-top: 5px;	margin-bottom: 5px;	word-wrap: break-word;}.filter-cont-items ul{	list-style-type: none;	margin-left: 0;}.filter-cont-items ul li .lr{	position: absolute;	right: 20px;	top: 30px;	display: none; /* Not using at the moment */}.filter-cont-items ul li .readmore{	font-family: 'Roboto', serif;	font-style: italic;	font-size: 13px;	line-height: 18px;	font-weight: normal;	text-decoration: none;	color: #444;		white-space: nowrap;	}.filter-cont-items ul li .readmore:hover {	text-decoration: underline;	}.filter-cont-items ul li {background: #fff;/*width: 196px;margin-right: 28px;height: 200px;*/width: 21%;float: none;margin: 0 2%;-moz-box-shadow: 5px 5px 0px #ddd;-webkit-box-shadow: 5px 5px 0px #ddd;box-shadow: 5px 5px 0px #ddd;margin-bottom: 30px;position: relative;}#masonry{/*    width:980px;*/    width: 100%;}.fcont .post-meta li{    background: none;    width: auto;    float: none;    margin-right: 0;    -moz-box-shadow: none;    -webkit-box-shadow: none;    box-shadow: none;    position: relative;    color:#aaa;     margin:8px 0;	display: inline-block;}.filter-cont-items ul li .fcont{    padding: 25px 15px 15px;}.filter-cont-items ul li.last-item{margin-right: 0px;}.filter-cont-items ul li.nsw{	border-top: 8px solid #d9af53;}.filter-cont-items ul li.vic{	border-top: 8px solid #e46b6a;	}.filter-cont-items ul li.qld{	border-top: 8px solid #736652;	}.filter-cont-items ul li.wa{	border-top: 8px solid #6fa2b4;	}.filter-cont-items ul li.sa{	border-top: 8px solid #a173d6;	}.filter-cont-items ul li.act{	border-top: 8px solid #577baf;	}.filter-cont-items ul li.tas{	border-top: 8px solid #dd67aa;	}.filter-cont-items ul li.nt{	border-top: 8px solid #86a44c;	}div.pagination {clear: both;float: right;}div.pagination a, div.pagination span{	background: #dddddd;	padding: 10px;	color: #999;	font-weight: bold;}div.pagination span{	background: #999999;	color: #fff;}.footer-container{	background: #fff !important;}div.footer-widgets{	padding-top: 10px;}div.footer-credits {border-top: none !important;padding-top: 0 !important;}.footer-credits span{	font-family: 'Roboto';	font-size: 18px;	margin-right: 3px;}.credits-text{	float: right;	font-family: sans-serif;	font-size: 13px;}/* Map focus styles */#Map > area:hover,#Map > area:focus {outline: none !important;background: rgba(255,255,255,0.1);}.view_more{    float: right;    clear:both;    margin-bottom: 20px;}.view_more a {clear: both;color: #fff;background: #e46b6a;padding: 10px;font-size: 1.5em;font-family: 'Roboto', sans-serif;text-decoration: none;}.view_more a:hover{    color:#fff;}/*filter-cat*/.filter-cat {	}.all {	background: rgb(134, 164, 75);}.all:hover {	background: rgba(134, 164, 75, 0.65);}.NSW {	background: rgb(217, 175, 82);}.NSW:hover {	background: rgba(217, 175, 82, 0.65);}.VIC {	background: rgb(228, 106, 105);}.VIC:hover {	background: rgba(228, 106, 105, 0.65);}.QLD {	background: rgb(115, 102, 82);}.QLD:hover {	background: rgba(115, 102, 82, 0.65);}.WA {	background: rgb(110, 161, 180);}.WA:hover {	background: rgba(110, 161, 180, 0.65);}.SA {	background: rgb(161, 115, 213);}.SA:hover {	background: rgba(161, 115, 213, 0.65);}.ACT {	background: rgb(86, 122, 175);}.ACT:hover {	background: rgba(86, 122, 175, 0.65);}.TAS {	background: rgb(221, 102, 169);}.TAS:hover {	background: rgba(221, 102, 169, 0.65);}.NT {	background: rgb(134, 164, 75);}.NT:hover {	background: rgba(134, 164, 75, 0.65);}/*Research Listing*/.research.listing {	}.research.listing h2 {	margin-bottom: 10px;}.blog-item2.columns {	padding-left: 0 !important;	padding-right: 0 !important;	margin-right: 0 !important;	margin-left: 0 !important;}/* Survey */.sm-cont .sm-cont-wrapper{	margin: 0 auto;	padding: 0;}.sm-cont-wrapper > div > div {	margin: 0 auto;}.sm-cont-wrapper > div {	}#surveyMonkeyInfo div iframe {	overflow: hidden !important;	height: 200px;	margin: 0;	padding: 0 !important;}.sm-cont-wrapper li {	list-style: none;	margin: 0;	padding: 0;}/*Wide screens */@media only screen and (min-width: 1680px) {.filter-cont-items ul li {width: 14.667%;margin: 1% 1%;}}/*Wide screens */@media only screen and (min-width: 1440px) and (max-width: 1679px) {.filter-cont-items ul li {width: 18%;margin: 1% 1%;}}/*Large screens */@media only screen and (min-width: 1280px) and (max-width: 1439px) {.filter-cont-items ul li {width: 23%;margin: 1% 1%;}}/*Ipad, tablet*/@media only screen and (min-width: 980px) and (max-width: 1279px) {.filter-cont-items ul li {width: 29%;margin: 1% 2%;}}/*Medium mobile*/@media only screen and (min-width: 640px) and (max-width: 979px) {.filter-cont-items ul li {width: 46%;margin: 1% 2%;}}/*Small mobile*/@media only screen and (max-width: 639px) {.filter-cont-items ul li {width: 96%;margin: 2% 2%;}.body-wrapper {position: relative;overflow: hidden;}.Aa-page-builder-element,.core-container .Aa-page-container,div.footer-widgets,.container,.Aa-page-builder-element {	width: 100% !important;	max-width: 100% !important;}.rsContentSlider h3 {font-size: 1.6em !important;line-height: 1em !important;color: #333;width: 100% !important;margin: .2em 0 !important;}.slide-caption {padding: 25px 50px 10px 50px;}.rsContentSlider p {margin: .8em 0 .4em 0 !important;font-size: .7em;line-height: 1.2em;}.slide-caption {height: 110px;padding: 10px 50px 10px 50px;}.logo-wrapper img {	max-width: 240px;}.header-primary {	width: 100%;	max-width: 100%;}.navigation-wrapper {	display: none;}.Aa-responsive-dropdown {	display: block !important;}.body-wrapper .header-container {	background: transparent;}.Aa-page-builder-element,.container .eight.columns {	max-width: 100%;	width: 100%;}.container .eight.columns,.container .four.columns {	width: 100% !important;	max-width: 100%;	clear: both;	overflow: hidden;}.sm-cont .sm-cont-wrapper {	max-width: 100%;	width: 100%;}#surveyMonkeyInfo,#surveyMonkeyInfo iframe {	max-width: 100%;	width: 100% !important;}.footer-credits {	max-width: 100%;	width: 100%;}}.container {    width: 100% !important;    max-width: 960px !important;    /* border:1px lime solid;*/}div.footer-widgets {    width: 100% !important;    max-width: 960px !important;    }.header {	width: 100% !important;    max-width: 2000px !important;    /* border:1px purple solid;*/    /*display: none;*/}div.header-wrapper {    width: 100% !important;    max-width: 960px !important;  	}.home .core-container .Aa-page-container {     width: 100% !important;    max-width: 960px !important;      /* border:1px aqua solid;*/}.core-container,.header-container {    max-width: 100% !important;}.royalSlider.rsContentSlider {  background: none;  width: 100%;}/*.rsContainer img {	width: 100% !important;	max-width: 100% !important;	height:auto !important;}*/.home .Aa-page-builder-element {    width: 100% !important;    max-width: 940px !important;        /* border:1px blue solid;*/    float: none !important;    overflow: hidden;}.home div.Aa-page-builder-frame {  float:none !important;}.columns {    display: block;}/*.widget iframe {	width: 100% !important;	max-width: 100% !important;	overflow: hidden !important;	border:1px red solid !important;}#surveyMonkeyInfo {    width: 100% !important;    max-width: 960px !important;	}   */    @media only screen and (max-width: 980px) {        .home-content {		padding: 0 10px;	}}@media only screen and (max-width: 767px) { 	#filter span{	}		#filter ul {		float: left;		clear: both !important;		display: block;		margin-top: 20px !important;	}	#filter ul li {		margin-bottom: 20px;	}	}@media only screen and (min-width: 640px) {    .container .one.column                      { max-width: 40px;   width: 100%; }    .container .two.columns                     { max-width: 100px;  width: 100%; }    .container .three.columns                   { max-width: 160px;  width: 100%; }    .container .four.columns                    { max-width: 220px;  width: 100%; }    .container .five.columns                    { max-width: 280px;  width: 100%; }    .container .six.columns                     { max-width: 340px;  width: 100%; }    .container .seven.columns                   { max-width: 400px;  width: 100%; }    .container .eight.columns                   { max-width: 460px !important;  width: 48% !important;  }    .container .nine.columns                    { max-width: 520px;  width: 100%; }    .container .ten.columns                     { max-width: 580px;  width: 100%; }    .container .eleven.columns                  { max-width: 640px;  width: 100%; }    .container .twelve.columns                  { max-width: 700px;  width: 100%; }    .container .thirteen.columns                { max-width: 760px;  width: 100%; }    .container .fourteen.columns                { max-width: 820px;  width: 100%; }    .container .fifteen.columns                 { max-width: 880px;  width: 100%; }    /*.container .sixteen.columns                 { max-width: 940px;  width: 100%; }*/    .container .sixteen.columns                 { max-width: 960px !important;  width: 100% !important; }    .container .one-third.column                { max-width: 300px;  width: 100%; }    .container .two-thirds.column               { max-width: 620px;  width: 100%; }.page-template-default .Aa-page-builder-frame,.single-post .Aa-page-builder-frame {	/* border:1px aqua solid;*/	width: 64% !important;	padding-right: 20px;}.page-template-default .Aa-right-sidebar,.single-post .Aa-right-sidebar {	width: 31% !important;}.page-template-default .core-container .Aa-page-container,.single-post .core-container .Aa-page-container {		    width: 95% !important;    max-width: 980px !important;	overflow: hidden;	padding: 0 20px;}.page-template-default .page-wrapper,.single-post .page-wrapper {    width: 100% !important;    max-width: 980px !important;		/* border:1px red solid;*/}.page-template-default .sidebar-included .Aa-page-builder-element,.single-post .sidebar-included .Aa-page-builder-element{	float: none;    width: 100% !important;    	max-width: 645px !important;	/* padding-right: 2% !important; */	overflow:  hidden;	display: block;}.Aa-page-builder-element img {	max-width: 600px !important;	width: 100% !important;}.single-post .Aa-page-builder-element .sixteen.columns {	width: 100% !important;  	max-width: 620px !important;	/* border: 1px orange solid;*/}}@media only screen and (max-width: 639px) {		.container .columns {	  float: none !important;	  max-width: 620px !important;	  width: 93% !important;	  /* border:1px red solid;*/	  padding: 0 20px;	  margin: 0 auto !important;	  box-sizing: border-box;	  display: block !important;	  	  	}		.container .eight.columns, 	.container .four.columns{	  margin-left: 0 !important;	  max-width: 620px !important;	  width: 93% !important;	  /* border:1px red solid;*/	  padding: 0 20px;	  margin: 0 auto !important;	  box-sizing: border-box;	}		.container .eight.columns img, 	.container .four.columns img {		margin: 0 auto;	}		.page-template-default .Aa-page-builder-frame {		float:none !important;		width: 93% !important;		padding: 20px 15px;		margin:0 auto;		/* border:1px red solid;*/	}		.page-template-default .Aa-page-builder-element {		float: none !important;    	width: 93% !important;    	max-width: 660px !important;				}		.page-template-default .Aa-right-sidebar,	.single-post .Aa-right-sidebar {		padding: 0;	}		.single-post .sidebar-included .Aa-page-builder-element{	float: none !important;    width: 93% !important;  	max-width: 600px !important;	overflow:  hidden !important;	display: block;	margin: 0 auto !important;	padding: 0 20px;}.single-post div.Aa-page-builder-frame {	float: none !important;}.filter-cont-items ul li {	margin-bottom: 20px !important;}.filter-cont-items ul li img{	max-width: 640px !important;	width: 100%;	}}{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.filter-cont-items ul{
	list-style-type: none;
	margin-left: 0;
}
.filter-cont-items ul li .lr{
	position: absolute;
	right: 20px;
	top: 30px;
	display: none; /* Not using at the moment */
}
.filter-cont-items ul li .readmore{
	font-family: 'Roboto', serif;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #444;	
	white-space: nowrap;
	
}
.filter-cont-items ul li .readmore:hover {
	text-decoration: underline;
	
}
.filter-cont-items ul li {
background: #fff;
/*width: 196px;
margin-right: 28px;
height: 200px;*/
width: 21%;
float: none;
margin: 0 2%;
-moz-box-shadow: 5px 5px 0px #ddd;
-webkit-box-shadow: 5px 5px 0px #ddd;
box-shadow: 5px 5px 0px #ddd;
margin-bottom: 30px;

position: relative;
}

#masonry{
/*    width:980px;*/
    width: 100%;
}
.fcont .post-meta li{
    background: none;
    width: auto;
    float: none;
    margin-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    color:#aaa; 
    margin:8px 0;
	display: inline-block;
}




.home div.logo-wrapper {
    height: auto;
    left: 0;
    position: relative;
    top: 64px;
    margin: 0;
    /* max-width: 240px; */
    z-index: 1;
    float: left;
    margin-top: 0;
    max-width: 164px;
    right: initial;
}
.home .logo-wrapper img {
    width: 132px;
}



.filter-cont-items ul li .fcont{
    padding: 25px 15px 15px;
}
.filter-cont-items ul li.last-item{
margin-right: 0px;
}
.filter-cont-items.catitem-31 li.nsw,
.filter-cont-items ul li.nsw{
	border-top: 8px solid #d9af53;
	
}
.filter-cont-items.catitem-112 li.nln,
.filter-cont-items ul li.nln{
	border-top: 8px solid #d9af53;
	
}
.filter-cont-items.catitem-32 li.vic,
.filter-cont-items ul li.vic{
	border-top: 8px solid #e46b6a;
	
}
.filter-cont-items.catitem-33 li.qld,
.filter-cont-items ul li.qld{
	border-top: 8px solid #736652;
	
}
.filter-cont-items.catitem-34 li.wa,
.filter-cont-items ul li.wa{
	border-top: 8px solid #6fa2b4;
	
}
.filter-cont-items.catitem-35 li.sa,
.filter-cont-items ul li.sa{
	border-top: 8px solid #a173d6;
	
}
.filter-cont-items.catitem-36 li.act,
.filter-cont-items ul li.act{
	border-top: 8px solid #577baf;
	
}

.filter-cont-items.catitem-37 li.tas,
.filter-cont-items ul li.tas{
	border-top: 8px solid #dd67aa;
	
}
.filter-cont-items.catitem-38 li.nt,
.filter-cont-items ul li.nt{
	border-top: 8px solid #86a44c;
	
}
.filter-cont-items.catitem-111 li.national,
.filter-cont-items ul li.national {
	border-top: 8px solid #e67e22;
}

div.pagination {
clear: both;
float: right;
}
div.pagination a, div.pagination span{
	background: #dddddd;
	padding: 10px;
	color: #999;
	font-weight: bold;
}

div.pagination span{
	background: #999999;
	color: #fff;
}
.footer-container{
	background: #fff !important;
}
div.footer-widgets{
	padding-top: 10px;
}
div.footer-credits {
border-top: none !important;
padding-top: 0 !important;
}
.footer-credits span{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-right: 3px;
}
.credits-text{
	float: right;
	font-family: sans-serif;
	font-size: 13px;
}
.header-primary {
     width: 100%; 
}

/* Map focus styles */
#Map > area:hover,
#Map > area:focus {
outline: none !important;
background: rgba(255,255,255,0.1);
}
.view_more{
    float: right;
    clear:both;
    margin-bottom: 20px;
}
.view_more a {
clear: both;
color: #fff;
background: #e46b6a;
padding: 10px;
font-size: 1.5em;
font-family: 'Roboto', sans-serif;
text-decoration: none;
}
.view_more a:hover{
    color:#fff;
}






/*filter-cat*/

.filter-cat {
	
}
.all {
	background: rgb(134, 164, 75);
}
.all:hover {
	background: rgba(134, 164, 75, 0.65);
}
.National {
	background: rgb(230, 126, 34);
}
.National:hover {
	background: rgba(230, 126, 34, 0.65);
}
.NSW {
	background: rgb(217, 175, 82);
}
.NSW:hover {
	background: rgba(217, 175, 82, 0.65);
}
.VIC {
	background: rgb(228, 106, 105);
}
.VIC:hover {
	background: rgba(228, 106, 105, 0.65);
}
.QLD {
	background: rgb(115, 102, 82);
}
.QLD:hover {
	background: rgba(115, 102, 82, 0.65);
}
.WA {
	background: rgb(110, 161, 180);
}
.WA:hover {
	background: rgba(110, 161, 180, 0.65);
}
.SA {
	background: rgb(161, 115, 213);
}
.SA:hover {
	background: rgba(161, 115, 213, 0.65);
}
.ACT {
	background: rgb(86, 122, 175);
}
.ACT:hover {
	background: rgba(86, 122, 175, 0.65);
}
.TAS {
	background: rgb(221, 102, 169);
}
.TAS:hover {
	background: rgba(221, 102, 169, 0.65);
}
.NT {
	background: rgb(134, 164, 75);
}
.NT:hover {
	background: rgba(134, 164, 75, 0.65);
}





/*Research Listing*/

.research.listing {
	
}
.research.listing h2 {
	margin-bottom: 10px;
}




.blog-item2.columns {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}





/* Survey */
.sm-cont .sm-cont-wrapper{
	margin: 0 auto;
	padding: 0;
}
.sm-cont-wrapper > div > div {
	margin: 0 auto;
}

.sm-cont-wrapper > div {
	
}
#surveyMonkeyInfo div iframe {
	overflow: hidden !important;
	height: 200px;
	margin: 0;
	padding: 0 !important;
}

.sm-cont-wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}



/*Wide screens */
@media only screen and (min-width: 1680px) {
.filter-cont-items ul li {
width: 14.667%;
margin: 1% 1%;
}
}


/*Wide screens */
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
.filter-cont-items ul li {
width: 18%;
margin: 1% 1%;
}
}


/*Large screens */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
.filter-cont-items ul li {
width: 23%;
margin: 1% 1%;
}
}


/*Ipad, tablet*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {
.filter-cont-items ul li {
width: 29%;
margin: 1% 2%;
}
}


/*Medium mobile*/
@media only screen and (min-width: 640px) and (max-width: 979px) {
.filter-cont-items ul li {
width: 46%;
margin: 1% 2%;
}
}


/*Small mobile*/
@media only screen and (max-width: 639px) {
.filter-cont-items ul li {
width: 96%;
margin: 2% 2%;
}

.body-wrapper {
position: relative;
overflow: hidden;
}

.Aa-page-builder-element,
.core-container .Aa-page-container,
div.footer-widgets,
.container,
.Aa-page-builder-element {
	width: 100% !important;
	max-width: 100% !important;
}

.rsContentSlider h3 {
font-size: 1.6em !important;
line-height: 1em !important;
color: #333;
width: 100% !important;
margin: .2em 0 !important;
}
.slide-caption {
padding: 25px 50px 10px 50px;
}
.rsContentSlider p {
margin: .8em 0 .4em 0 !important;
font-size: .7em;
line-height: 1.2em;
}

.slide-caption {
height: 110px;
padding: 10px 50px 10px 50px;
}
div.logo-wrapper {
	top: 56px;
}
div.logo-wrapper img {
    max-width: 93%;
}
.logo-wrapper img {
	max-width: 170px;
}
.header-primary {
	width: 100%;
	max-width: 100%;
}
.navigation-wrapper {
	display: none;
}
.Aa-responsive-dropdown {
	display: block !important;
}
.body-wrapper .header-container {
	background: transparent;
}
.Aa-page-builder-element,
.container .eight.columns {
	max-width: 100%;
	width: 100%;
}
.container .eight.columns,
.container .four.columns {
	width: 100% !important;
	max-width: 100%;
	clear: both;
	overflow: hidden;
}
.sm-cont .sm-cont-wrapper {
	max-width: 100%;
	width: 100%;
}
#surveyMonkeyInfo,
#surveyMonkeyInfo iframe {
	max-width: 100%;
	width: 100% !important;
}
.footer-credits {
	max-width: 100%;
	width: 100%;
}




}


.container {
    width: 100% !important;
    max-width: 960px !important;
    /* border:1px lime solid;*/
}

div.footer-widgets {
    width: 100% !important;
    max-width: 960px !important;    
}

.header {
	width: 100% !important;
    max-width: 2000px !important;
    /* border:1px purple solid;*/
    /*display: none;*/
}

div.header-wrapper {
    width: 100% !important;
    max-width: 960px !important;  	
}

.home .core-container .Aa-page-container {
     width: 100% !important;
    max-width: 960px !important;  
    /* border:1px aqua solid;*/
}

.core-container,
.header-container {
    max-width: 100% !important;
}

.royalSlider.rsContentSlider {
  background: none;
  width: 100%;
}

/*
.rsContainer img {
	width: 100% !important;
	max-width: 100% !important;
	height:auto !important;
}*/

.home .Aa-page-builder-element {
    width: 100% !important;
    max-width: 940px !important;    
    /* border:1px blue solid;*/
    float: none !important;
    overflow: hidden;
}

.home div.Aa-page-builder-frame {
  float:none !important;
}

.columns {
    display: block;
}

.container .eight.columns ul  {
	margin-left: 20px !important;
}

/*.widget iframe {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden !important;
	border:1px red solid !important;
}

#surveyMonkeyInfo {
    width: 100% !important;
    max-width: 960px !important;	
}   
*/
    
@media only screen and (max-width: 980px) {    
    .home-content {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) { 
	#filter span{

	}
	
	#filter ul {
		float: left;
		clear: both !important;
		display: block;
		margin-top: 20px !important;
	}
	#filter ul li {
		margin-bottom: 20px;
	}	
	
	.filter-cont-wrapper p.view_more {
	 	margin-top: 30px !important;
 	}
}


@media only screen and (min-width: 640px) {
    .container .one.column                      { max-width: 40px;   width: 100%; }
    .container .two.columns                     { max-width: 100px;  width: 100%; }
    .container .three.columns                   { max-width: 160px;  width: 100%; }
    .container .four.columns                    { max-width: 220px;  width: 100%; }
    .container .five.columns                    { max-width: 280px;  width: 100%; }
    .container .six.columns                     { max-width: 340px;  width: 100%; }
    .container .seven.columns                   { max-width: 400px;  width: 100%; }
    .container .eight.columns                   { max-width: 460px !important;  width: 48% !important;  }
    .container .nine.columns                    { max-width: 520px;  width: 100%; }
    .container .ten.columns                     { max-width: 580px;  width: 100%; }
    .container .eleven.columns                  { max-width: 640px;  width: 100%; }
    .container .twelve.columns                  { max-width: 700px;  width: 100%; }
    .container .thirteen.columns                { max-width: 760px;  width: 100%; }
    .container .fourteen.columns                { max-width: 820px;  width: 100%; }
    .container .fifteen.columns                 { max-width: 880px;  width: 100%; }
    /*.container .sixteen.columns                 { max-width: 940px;  width: 100%; }*/
    .container .sixteen.columns                 { max-width: 960px !important;  width: 100% !important; }

    .container .one-third.column                { max-width: 300px;  width: 100%; }
    .container .two-thirds.column               { max-width: 620px;  width: 100%; }

.page-template-default .Aa-page-builder-frame,
.single-post .Aa-page-builder-frame {
	/* border:1px aqua solid;*/
	width: 64% !important;
	padding-right: 20px;
}

.page-template-default .Aa-right-sidebar,
.single-post .Aa-right-sidebar {
	width: 31% !important;
}

.page-template-default .core-container .Aa-page-container,
.single-post .core-container .Aa-page-container {		
    width: 95% !important;
    max-width: 980px !important;
	overflow: hidden;
	padding: 0 20px;
}

.page-template-default .page-wrapper,
.single-post .page-wrapper {
    width: 100% !important;
    max-width: 980px !important;	
	/* border:1px red solid;*/
}

.page-template-default .sidebar-included .Aa-page-builder-element,
.single-post .sidebar-included .Aa-page-builder-element{
	float: none;
    width: 100% !important;
    
	max-width: 645px !important;
	/* padding-right: 2% !important; */
	overflow:  hidden;
	display: block;
}

.Aa-page-builder-element img {
	max-width: 600px !important;
	width: 100% !important;
}


.single-post .Aa-page-builder-element .sixteen.columns {
	width: 100% !important;  
	max-width: 620px !important;
	/* border: 1px orange solid;*/
}


}

@media only screen and (max-width: 639px) {

	
	.container .columns {
	  float: none !important;
	  max-width: 620px !important;
	  width: 93% !important;
	  /* border:1px red solid;*/
	  padding: 0 20px;
	  margin: 0 auto !important;
	  box-sizing: border-box;
	  display: block !important;	  
	  
	}
	
	.container .eight.columns, 
	.container .four.columns{
	  margin-left: 0 !important;
	  max-width: 620px !important;
	  width: 93% !important;
	  /* border:1px red solid;*/
	  padding: 0 20px;
	  margin: 0 auto !important;
	  box-sizing: border-box;
	}
	
	.container .eight.columns img, 
	.container .four.columns img {
		margin: 0 auto;
	}
	
	.page-template-default .Aa-page-builder-frame {
		float:none !important;
		width: 93% !important;
		padding: 20px 15px;
		margin:0 auto;
		/* border:1px red solid;*/
	}
	
	.page-template-default .Aa-page-builder-element {
		float: none !important;
    	width: 93% !important;
    	max-width: 660px !important;			
	}
	
	.page-template-default .Aa-right-sidebar,
	.single-post .Aa-right-sidebar {
		padding: 0;
	}
	
	.single-post .sidebar-included .Aa-page-builder-element{
	float: none !important;
    width: 93% !important;  
	max-width: 600px !important;
	overflow:  hidden !important;
	display: block;
	margin: 0 auto !important;
	padding: 0 20px;
}

.single-post div.Aa-page-builder-frame {
	float: none !important;
}

.filter-cont-items ul li {
	margin-bottom: 20px !important;
}

.filter-cont-items ul li img{
	max-width: 640px !important;
	width: 100%;	
}


}


.Aa-page-builder-element img.auto {
width:auto !important;
min-width: auto !important;
}

.page-links div.Aa-page-builder-element {
float: none;
}

.page-links .container .Aa-page-builder-element .four.columns {
width: 23% !important;
max-width: 23% !important;
height: 250px;
display: table;
box-sizing: border-box;
margin: 1%;
}
.page-links .container .Aa-page-builder-element .four.columns a {
display: table-cell;
vertical-align:middle;
}

.page-links .container .Aa-page-builder-element .four.columns a img {
width: 200px;
height: auto !important;
margin:0 auto;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.page-links .container .Aa-page-builder-element .four.columns a:hover img {
opacity: .85;
}

.home-content li {
font-size: .825em;
margin: .25em 0;
line-height: 1.2em;
}

div.logo-wrapper {
max-width:100px;
}


img[usemap] {
    width: auto !important;
}

img.no-min-width {
    width: auto !important;
}