/*
	Theme Name: BigThanks
	Theme URI: http://www.bigthanksband.com.au
	Description: Theme for Big Thanks Band
	Version: 1.0
	Author: Samuel Larcher
	Author URI: http://www.juuce.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html {
	-webkit-font-smoothing: antialiased;
   	-moz-osx-font-smoothing: grayscale;
}
body {
	font: 300 1em/1.5em "museo-slab", Arial, Helvetica, Geneva, sans-serif;
	font-family: "fira-sans";
}
h1, h2, h3, .nav a {
	font: 300 1em/1.5em "museo-slab", Arial, Helvetica, Geneva, sans-serif;
}
p {
	margin-bottom: 25px;
}


b, strong {
	font-weight: 700;
}
em, italic {
	font-style: italic;
}




/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
main img, footer img {
	max-width: 100%;
}
/* header */
.header {

}
/* logo */
.logo {
	position: absolute;
	left: 0;
	z-index: 999;
}
.logo-img {
	max-width: 277px;
	-webkit-box-shadow: 0 0 15px 10px rgba(186,175,154,0.2);
	box-shadow: 0 0 15px 10px rgba(186,175,154,0.2);
}
/* nav */
.nav {

}
.navbar {
	margin-bottom: 0;
	min-height: 0;
	padding-top: 50px;
}
.nav > ul > li {
	display: inline-block;
}
.navbar-default {
	background: none;
	border: none;
}
.nav > li > a {
    padding: 10px 10px;
}
.nav > li:first-child > a {
	padding-left: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 0.9em;
}
.navbar-default .navbar-nav > li.current-menu-item > a::after,
.navbar-default .navbar-nav > li > ul > li.current-menu-item > a::after,
.navbar-default .navbar-nav > li.current-menu-ancestor > a::after,
.navbar-default .navbar-nav > li.current_page_parent > a::after {
	content: "";
	display: block;
	height: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #c3b5a4;
	position: relative;
	top: 2px;
}
.navbar-default .navbar-toggle {
    border-color: #baaf9a;
    background: #c9c4bb;
}
.mainWrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mainWrapper a {
	color: #5682a2;
	text-decoration: none;
}
.mainWrapper a:hover {
	text-decoration: none;
	color: #6aa7c0;
}
.mainWrapper a.view-article {
}
.mainWrapper h1, .mainWrapper h2 {
	color: #c3b5a4;
	line-height: 1em;
	font-size: 2.5em;
	font-weight: 300;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 4px solid #f7f4ee;
}
.mainWrapper h2 {
	color: #5682a2;
	font-size: 2em;
	font-weight: 500;
}
.mainWrapper h2 a {
	color: #5682a2;
}


/* player styling */
.SongSamples > li {
	display: block;
	width: 50%;
	float: left;
}
.SongSamples > li .playerWrapper {
	padding: 25px;
}


.mainWrapper .mejs-container, .mainWrapper .mejs-embed, .mainWrapper .mejs-embed body, .mainWrapper .mejs-container .mejs-controls {
    background: #f7f4ee;
}
.mainWrapper .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 15px;
    border: 0;
    background: url(img/player/play.png) center top no-repeat;
}
.mainWrapper .mejs-controls .mejs-button.mejs-play button {
	background-position: 0px 0px;
}
.mainWrapper .mejs-controls .mejs-button.mejs-pause button {
	background-position: 0px -16px;
}
.mainWrapper .mejs-currenttime, .mejs-duration {
	color: #3f3f3f;
}
.mainWrapper .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #b9ae9c;
}
.mainWrapper .mejs-controls .mejs-time-rail .mejs-time-loaded, .mainWrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e1dcd2;
}
.mainWrapper .mejs-controls .mejs-time-rail .mejs-time-total, .mainWrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, 1);
}
.mejs-container {
	height: 50px!important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #c7c7c7;
	width: 100%!important;
}
.mainWrapper .mejs-container .mejs-controls {
	bottom: 9px;
	width: 95%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.mainWrapper .mejs-controls .mejs-volume-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 9px 5px;
    padding: 0;
    position: absolute;
    height: 13px;
    width: 15px;
    border: 0;
    background: url(img/player/volume.png) center top no-repeat;
}
.mainWrapper .mejs-controls .mejs-volume-button.mejs-unmute button {
	background-position: 0px -13px;
}
.mainWrapper .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #537786;
    width: 36px;
    height: 17px;
    border: solid 1px #537786;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: white;
}
.mainWrapper .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #537786;
    border-color: #537786 transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* call to action */
.callToAction {
	background: url(img/calltoaction-artwork.gif) center center repeat;
	min-height: 150px;
	text-align: center;
	position: relative;
}
.callToAction > a {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #5682a2;
	color: white;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: calc(50% - 20px);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	width: 250px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.callToAction > a:hover {
	opacity: 0.8;
}

.callToAction > a::before {
	content: "";
	display: block;
	width: 100px;
	height: 50px;
	background: url(img/elephant.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: -80px;
	top: -10px;
}





/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding-top: 50px;
	background: #f0f0eb;
	background-size: 250px auto;
}
.footer .eventCol {
	width: 750px;
	float: left;
}
.footer .adCol {
	float: right;
	width: calc(100% - 750px);
}
.footer .adCol > img {
	width: 460px;
}
.footer .wrapper::after, .footer .wrapper .eventCol::after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
}
.footer ul.eventList {
	max-width: 50%;
	float: left;
	margin-right: 15px;
}
.footer ul.actionList {
	max-width: 50%;
	float: left;
}
.footer ul.eventList > li {
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 4px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.footer ul.eventList > li:hover {
	opacity: 0.8;
}
.footer ul.eventList > li > a > img {
	max-width: 115px;
	border: 4px solid #b9ae9c;
}
.footer ul.actionList > li {
	position: relative;
	padding-left: 30px;
}
.footer ul.actionList > li > a:hover {
	text-decoration: none;
}
.footer ul.actionList > li::before {
	position: absolute;
	content: "";
	display: block;
	height: 18px;
	width: 18px;
	background: url(img/list-item.png) center center / contain no-repeat;
	left: 0;
	top: 3px;
}
footer ul {
	margin-bottom: 50px;
}
footer .wrapper {
	padding-bottom: 50px;
}
.secondaryFooter {
	background-color: #5682a2;
	color: white;
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 15px;
}
.secondaryFooter .row > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.secondaryFooter .row > [class*='col-']:last-child {
	text-align: right;
}
.secondaryFooter a {
	color: white;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.secondaryFooter a:hover {
	opacity: 0.8;
}


/* services */

.gallery > li {
	display: inline-block;
	margin-left: -4px;
	max-width: 32%;
}
.gallery > li > a {
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	opacity: 0.9;
}
.gallery > li > a:hover {
	opacity: 1;
}
.gallery > li > a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background: #5682a2 url(img/icons/cross.png) center center / 16px 16px no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
}
.gallery > li > a:hover::before {
	background-color: #b9ae9c;
}
.serviceIntro {
	margin-bottom: 50px;
}
.service {
	margin-bottom: 50px;
}
.song {
	margin-bottom: 25px;
}




/* rates */
.rates-prices table {
	width: 100%;
}
.rates-prices table tr:first-child td {
	text-transform: uppercase;
	font-weight: bold;
}
.rates-prices table td {
	background-color: #f7f4ee;
	padding: 8px;
	color: #000;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.rates-prices table tr.straight td {
	background-color: #eae4da;
}
.rates-prices table {
	margin-bottom: 25px;
}
.rates-prices p {
	font-size: 12px;
	color: #666;
}
.rate {
	margin-bottom: 50px;
}
.rates-prices table tr:hover td {
	border-bottom: 3px solid #5682a2;
	color: #5682a2;
}



/* faqs */
.faqs .faq {
	padding-left: 75px;
	position: relative;
}
.faqs .faq > h2::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: url(img/icons/arrow.svg) center center no-repeat #f7f4ee;
	position: absolute;
	border: 1px solid #b9af9c;
	left: 10px;
	top: -10px;
	/* Firefox */
	-moz-transition: all 0.5s ease;
	/* WebKit */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
	/* Standard */
	transition: all 0.5s ease;
}
.faqs .faq > h2 {
	cursor: pointer;
}
.faqs .faq.active > h2::before {

	/* Firefox */
	-moz-transform: rotate(90deg);
	/* WebKit */
	-webkit-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Standard */
	transform: rotate(90deg);
}





/* contact */
.caldera-grid .form-control {
	background-color: #f7f4ee!important;
	padding: 8px 15px !important;
	font-size: 1em!important;
	height: auto!important;
}
.caldera-grid input[type="submit"],
.caldera-grid input[type="submit"]:focus {
	color: white;
	background-color: #5682a2;
	min-width: 250px;
	text-transform: uppercase;
	float: right;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.caldera-grid input[type="submit"]:hover,
.caldera-grid input[type="submit"]:active {
	color: white;
	background-color: #4e9fbd;
}
.caldera-grid .btn {
	padding: 10px 12px!important;
	font-size: 16px!important;
	margin-bottom: 25px!important;
}









/* blog */
.sidebar-widget > div {
	margin-bottom: 25px;
	padding: 15px;
	border: 4px solid #f0f0eb;
}
.sidebar-widget > div > h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #baaf9a;
}
.mainWrapper .home h2,
.category .mainWrapper h2,
.archive .mainWrapper h2 {
	border-bottom: none;
	margin-bottom: 0;
}
.mainWrapper .home article,
.category .mainWrapper article,
.archive .mainWrapper article {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 4px solid #f0f0eb;
}
.mainWrapper .home article .featuredImage,
.category .mainWrapper article .featuredImage,
.archive .mainWrapper article .featuredImage {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.mainWrapper .home article::after,
.category .mainWrapper article::after,
.archive .mainWrapper article::after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
}


.headerStripeOne {
	background: url(img/top-left.jpg) left top repeat-y, url(img/top-right.jpg) right top repeat-y #f0f0eb;
	background-size: 250px auto;
	height: 100px;
}
.headerStripeTwo {
	background-color: #5682a2;
	height: 80px;
}
.headerStripeTwo h1 {
	color: white;
	font-size: 2.3em;
	padding-top: 15px;
	font-weight: 700;
}
.wrapperPos {
	padding-left: 300px;
}
.call, .call:hover {
	position: fixed;
	right: 0;
	top: 0;
	width: 250px;
	height: calc(41px - 6px);
	background: url(img/phone_BG.png) center center / cover no-repeat;
	color: white;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	padding-top: 6px;
	z-index: 999;
	text-transform: uppercase;
}
.call:hover {
	background: url(img/phone_BG_hover.png) center center / cover no-repeat;
}



/* testimonials */
.testimonial {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial blockquote {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 4px solid #f0f0eb;
}



/* home */
.home .headerStripeTwo {
	display: none;
}
.home .mainWrapper {
	padding-top: 0;
}
.home .homeIntroduction a {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #5682a2;
	color: white;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.home .homeIntroduction a:hover {
	opacity: 0.8;
}
.home .homeServices ul li {
	display: inline-block;
	max-width: 32%;
}
.home .HomeIntroContainer {
	padding-bottom: 50px;
}
.home .homeServices ul li a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.home .homeServices ul li a:hover {
	opacity: 0.8;
}
.home .bx-wrapper {
	max-width: 850px!important;
}
.home .bxslider li {
	color: #c3b5a4;
	font-size: 2em;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
}
.home .bxslider li span {
	display: block;
	font-size: 0.5em;
	font-style: normal;
	color: black;
	font-weight: normal;
}
.home article {
	margin-bottom: 50px;
	border-bottom: 4px solid #f7f4ee;
}
.home article:last-child {
	margin-bottom: 0;
}

.home .videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background: url(img/ajax-loader.gif) center center no-repeat;
}
.home video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home #pausa, .home #pausa.pause {
	height: 55px;
	width: 55px;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	border: 2px solid #c3b5a4;
	text-align: center;
}
.home #pausa::before, .home #pausa.pause::before {
	content: "\e073";
	font-family: 'Glyphicons Halflings';
	color: #c3b5a4;
	font-size: 1.4em;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 1px;
}
.home #pausa.paused::before {
	content: "\e072";
	font-family: 'Glyphicons Halflings';
	color: #c3b5a4;
	font-size: 1.4em;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 1px;
}


/* ========= responsive video container oEmbed ACF ========== */

.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1100px) {
	.footer ul.eventList > li > a > img {
	    max-width: 100px;
	}
	.footer ul.eventList {
	    max-width: 225px;
	}
	.footer ul.actionList {
	    max-width: 320px;
	}
	.footer .eventCol {
	    width: 578px;
	}
	.footer .adCol {
	    float: right;
	    width: calc(100% - 578px);
	}
}
@media only screen and (max-width:1024px) {
	.footer ul.eventList > li > a > img {
	    max-width: 100px;
	}
	.footer ul.eventList {
		float: none;
	    max-width: 100%;
	}
	.footer ul.actionList {
		float: none;
	    max-width: 100%;
	}
	.footer .eventCol {
	    width: 50%;
	}
	.footer .adCol {
	    float: right;
	    width: calc(50%);
	}
	.logo-img {
		max-width: 154px;
	}
	.wrapperPos {
	    padding-left: 185px;
	}
}
@media only screen and (min-width:769px) {
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
}
@media only screen and (max-width:768px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    position: relative;
	    z-index: 11;
	    background: white;
	}
	.navbar-default {
		z-index: 100;
	}
	.navbar-nav {
	    margin: 0;
	    background: #5682a2;
	    position: relative;
	    z-index: 100;
	}
	.navbar-default .navbar-nav > li > a,
	.dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: white;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	    color: white;
	    background-color: #c3b5a4;
	}
	.nav > li:first-child > a {
		padding-left: 10px;
	}




	.footer .eventCol {
	    width: 100%;
	    float: none;
	}
	.footer .adCol {
		width: 100%;
		float: none;
	}
	.footer ul.eventList {
		float: left;
		width: 50%;
	}
	.footer ul.actionList {
		float: left;
		width: 50%;
	}
	.wrapperPos {
	    padding-left: 0;
	}
	.navbar-brand {
		padding: 0;
	}
	.navbar-brand > img {
		width: 75px;
		position: relative;
	}
	.navbar {
	    padding-top: 35px;
	}
	.headerStripeOne {
		height: auto;
	}
	.mainWrapper h1, .mainWrapper h2 {
		font-size: 2em;
	}
	.mainWrapper {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	footer ul {
	    margin-bottom: 25px;
	}
	.secondaryFooter .row > [class*="col-"],
	.secondaryFooter .row > [class*="col-"]:last-child {
	    text-align: center;
	}







	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}
@media only screen and (max-width:480px) {
	.footer .eventCol {
	    width: 100%;
	    float: none;
	}
	.footer .adCol {
		width: 100%;
		float: none;
	}
	.footer ul.eventList {
		float: none;
		width: 100%;
	}
	.footer ul.actionList {
		float: none;
		width: 100%;
	}
	.gallery > li {
		max-width: 50%;
	}
	.gallery {
		margin-bottom: 25px;
	}
	.mainWrapper .home article .featuredImage, .category .mainWrapper article .featuredImage, .archive .mainWrapper article .featuredImage {
	    float: none;
	    margin-right: 15px;
	    margin-bottom: 15px;
	    display: block;
	}
	.faqs .faq > h2::before {
		background-size: 50%;
		width: 35px;
		height: 35px;
		top: -5px;
	}
	.faqs .faq {
	    padding-left: 60px;
	}
	.faqs .faq > h2 {
	    font-size: 1.6em;
	}

}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
