/*[fmt]1A90-1A0B-3*/
/*
Theme Name: Byron Bay Airport
Description: Custom Wordpress Theme For Byron Bay Airport.
Version: 1.0
Author: Utopia Creative
Author URI: http://www.utopiacreative.com

---------------------------------------------------------------------------------

[Table of contents]

1. CSS Reset - This avoids many common cross-browser issues and is standard on all my work.

2. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2.1. Typography - These are the base style for all typography.

3. Header Region - Styles specific to header region, title, slug, top menu, etc.
3.1 Main Site Navigation - The Styling for the Main Horizontal Site Navigation.

4. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4.1 - Common Elements - Basic Styles For Common Elements

5. Comments Region - Styles for comment thread, forms, etc.

6. Footer Region - Styles specific to the footer region.

7. Media Queries - Styles Targeting Mobile Devices In Various Configurations.

8. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/


.warning {background-color:#00aced; color: #FFF; padding: 45px; text-align: center; font-size: 16px; line-height: 21px;}

#page-section .warning a {color: #02384c!important;}

.home-title {margin-bottom: 17px; font-size: 18px;}


@font-face {
	font-family: DIN;
	src: url('fonts/din-light-webfont.eot');
	src: url('fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/din-light-webfont.woff') format('woff'), url('fonts/din-light-webfont.ttf') format('truetype'), url('fonts/din-light-webfont.svg#dinlight') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: DIN;
	src: url('fonts/din-medium-webfont.eot');
	src: url('fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/din-medium-webfont.woff') format('woff'), url('fonts/din-medium-webfont.ttf') format('truetype'), url('fonts/din-medium-webfont.svg#dinmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN;
	src: url('fonts/din-bold-webfont.eot');
	src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/din-bold-webfont.woff') format('woff'), url('fonts/din-bold-webfont.ttf') format('truetype'), url('fonts/din-bold-webfont.svg#dinregular') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*=== START SECTION 1 - CSS Reset ===*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
	outline: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*Set this For The HTML5 Elements, Mainly So That Internet Destroyer Knows What To Do With Them.*/
article, aside, footer, header, hgroup, nav, section {
	display: block;
}

/*=== END SECTION 1 - CSS Reset ===
=== START SECTION 2 - Initial Styling ===*/
body {
	font-family: DIN, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3A3A3A;
	font-weight: 100;
}

#wrapper {
	max-width: 901px;
	padding: 0 15px 15px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	background: url( images/content_bg.png ) repeat top left;
}

header {
	background: url( images/header_watermark.png ) no-repeat top right;
}

.description {
	font-style: italic;
	padding-left: 60px;
	padding-top: 10px;
}

article {
	padding-bottom: 10px;
}

#main_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}

/*=== START SECTION 2.1 - Typography ===*/
h1, h1 a {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
	clear: both;
}

h2, h2 a {
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 15px;
	clear: both;
}

h2.list-title {
	margin-bottom: 5px;
}

h3, h3 a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}

h4, h4 a, h5, h5 a, h6, h6 a {
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

p, ul, ol {
	margin-bottom: 10px;
}

a {
	color: #1B75BA;
	text-decoration: none;
}

a:hover {
	color: #6B6B6B;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*=== END SECTION 2.1 - Typography ===
=== END SECTION 2 - Initial Styling ===
=== START SECTION 3 - Header Region ===*/
#slides {
	height: 340px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	width:100%;
}

#slides .slide {
	height: 340px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#home_div {
	float: left;
}
#weather_feed{
    float: right;
    /* width: 165px; */
}
#fb-header-link{
    float: right;
    /* width: 130px; */
    padding-right:5px;
}

/*=== START SECTION 3.1 Main Site Navigation ===*/
nav.main_nav {
	display: block;
	margin-bottom: 5px;
	/* height: 30px; */
	background: #B5CF33;
/*Old browsers*/
	background: -moz-linear-gradient(left, #b5cf33 0%, #72b944 100%);
/*FF3.6+*/
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b5cf33), color-stop(100%,#72b944));
/*Chrome,Safari4+*/
	background: -webkit-linear-gradient(left, #b5cf33 0%,#72b944 100%);
/*Chrome10+,Safari5.1+*/
	background: -o-linear-gradient(left, #b5cf33 0%,#72b944 100%);
/*Opera 11.10+*/
	background: -ms-linear-gradient(left, #b5cf33 0%,#72b944 100%);
/*IE10+*/
	background: linear-gradient(to right, #b5cf33 0%,#72b944 100%);
/*W3C*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5cf33', endColorstr='#72b944',GradientType=1 );
/*IE6-9*/
}

nav.main_nav ul {
	margin-bottom: 6px;
	float: right;
}

nav.main_nav ul ul {
	position: absolute;
	top: 23px;
	display: none;
	background: #92C43D;
	padding-bottom: 10px;
	z-index: 100;
	left: 0;
}

nav.main_nav li {
	float: left;
	display: inline;
	position: relative;
	height: 16px;
	line-height: 16px;
	margin-top: 7px;
	color: #FFF;
	border-right: 2px solid #FFF;
}

nav.main_nav li:last-child {
	border-right: none !important;
}

nav.main_nav li.last_child {
	border-right: none !important;
}

nav.main_nav li li {
	float: none;
	display: block;
	white-space: nowrap;
	border-right: none;
}

nav.main_nav li.current-menu-item a {
	color: #EFEFEF;
}

nav.main_nav li.current-menu-item .sub-menu a {
	color: inherit;
}

nav.main_nav li a {
	height: 18px;
	padding: 0 0 15px;
	overflow: hidden;
	float: left;
	margin: 0 15px;
	color: inherit;
}

nav.main_nav li li a {
	display: block;
	float: none;
}

nav.main_nav li a:hover {
	color: #EFEFEF;
}

nav.main_nav li:hover ul {
	display: block;
}

/*=== END SECTION 3.1 Main Site Navigation ===
=== END SECTION 3 - Header Region ===
=== START SECTION 4 - Content Region ===
== START SECTION 4.1 - Common Elements ====*/
blockquote {
	padding: 10px;
	font-style: italic;
}

section ul {
	padding-left: 20px;
	list-style: disc;
}

section ol {
	padding-left: 20px;
	list-style: decimal;
}

section img.aligncenter {
	margin: 10px auto;
}

section img.alignleft, article img.alignnone, .wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}

section img.alignright, .wp-caption.alignright {
	margin: 0 0 10px 10px;
}

.wp-caption {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.wp-caption img {
	margin: 0;
}

/*section table {
	width: 100%;
}*/

section td, #content th {
	padding: 10px;
	vertical-align: top;
}

section th {
	font-weight: bold;
}

section dt {
	padding: 5px;
	font-weight: bold;
}

section dd {
	font-style: italic;
	padding: 5px 5px 15px;
}

section code {
	font-weight: bold;
}

section abbr, section acronym, section cite, section var {
	font-style: italic;
}

section big {
	font-size: 1.2em;
}

section small {
	font-size: 0.8em;
}

section pre {
	font-family: "Lucida Console", Monaco, monospace;
}

section sup {
	vertical-align: super;
	font-size: 0.8em;
}

section sub {
	vertical-align: sub;
	font-size: 0.8em;
}

section .gallery-icon img {
	margin: 0 auto;
}

section .commentlist, section .commentlist .children {
	padding: 0;
	list-style: none;
}

.noclear {
	clear: none !important;
}

.slider_gallery {
	float: left;
	width: 100%;
}

.slider_gallery_items {
	float: left;
	width: 790px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.slider_gallery_items_ {
	float: left;
	width: 10000px;
	position: absolute;
}

.slider_gallery_panel {
	float: left;
	width: 790px;
}

.slider_item {
	float: left;
	margin: 0 23px;
	width: 150px;
}

.gallery_prev {
	float: left;
	width: 50px;
	height: 40px;
	background: url( images/arrow-left.png ) no-repeat 100% 50%;
	margin-top: 50px;
}

.gallery_next {
	float: right;
	width: 50px;
	height: 40px;
	background: url( images/arrow-right.png ) no-repeat 0% 50%;
	margin-top: 50px;
}

/*== END SECTION 4.1 - Common Elements ====*/
aside {
	float: left;
	width: 20%;
}

nav.prev_next a {
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.blog-meta {
	margin-bottom: 10px;
}

.widget {
	margin-bottom: 20px;
}

.widgettitle {
	font-size: 16px;
	font-weight: normal;
}

.home_row {
	display: block;
	/* height: 210px; */
	background: url( images/dash.png ) repeat-x bottom left;
	margin: 10px 0;
}

#home_page_row1 {
	height: 181px;
}

#page_boxes, #page_boxes {
	background: url( images/dash.png ) repeat-x top left;
	padding: 10px 0;
}

#home_page_row1 .snippet {
	color: #FFF;
	width: 225px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 19px;
}

#home_page_row1 .snippet h4, #home_page_row1 .snippet h4 a {
	font-weight: 100;
	font-size: 25px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #FFF;
}

#home_page_row1 .snippet h4 a:hover {
	color: #EFEFEF;
}

#home_page_row1 .snippet:last-child {
	color: #FFF;
	width: 223px;
	margin-right: 0px;
}

#home_page_row1 .snippet.last_child {
	color: #FFF;
	width: 223px;
	margin-right: 0px;
}

.seperator {
	background: url( images/dash.png ) repeat-x bottom left;
	display: block;
	height: 1px;
	padding-top: 19px;
	margin-bottom: 20px;
}

.home .grey_snippet .seperator {
	padding-top: 30px;
	margin-bottom: 33px;
}

.page .grey_snippet .seperator {
	padding-top: 19px;
	margin-bottom: 28px;
}

.snippet_row {
	/* width: 905px; */
}

.snippet_row .snippet {
	float: left;
	/* margin: 0 3px 0 0px; */
	width: 223px;
}

.snippet .snippet_padding {
	padding: 5px;
}

.snippet_row .snippet:last-child {
	float: left;
	margin: 0;
	width: 224px;
}

.snippet_row .snippet .eartag_darkblue {
	background: url( images/darkblue_boxbg.png ) no-repeat bottom right;
	height: 150px;
	padding: 10px;
}

.snippet_row .snippet .eartag_yellow {
	background: url( images/yellow_boxbg.png ) no-repeat bottom  right;
	padding: 10px;
	height: 150px;
}

.snippet_row .snippet .eartag_green {
	background: url( images/green_boxbg.png ) no-repeat bottom right;
	padding: 10px;
	height: 150px;
}

.snippet_row .snippet .eartag_lightblue {
	background: url( images/lightblue_boxbg.png ) no-repeat bottom right;
	padding: 10px;
	height: 150px;
}

.snippet .readmore {
	color: #1B75BB;
}

.snippet p {
	line-height: 15px;
}

div#snippet-711 {
	width: 50%;
}
#snippet-711 a img{
    margin-bottom: 9px;
}
#snippet-711 .seperator{
    margin-bottom: 20px;
}

.grey_snippet {
	background: #FFFFFF;
	padding: 10px;
}

.grey_snippet p {
	font-size: 16px;
	margin-top: 10px;
	color: #666666;
}

.snippet h3 {
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	color: #666666;
}

.grey_snippet .logo {
	margin: 0 5px;
}

#breadcrumbs {
	margin: 10px 0 15px;
}

#post-list {
	float: left;
	width: 600px;
}

#post-list article {
	background: url( images/dash.png ) repeat-x bottom left;
	margin-bottom: 20px;
}

.post_meta p {
	margin-bottom: 0;
}

a.readmore {
	color: #1B75BB;
}

.fids_feed {
	width: 100%;
	/* margin: 0 0 0 30px; */
}

.fids_feed thead {
	background: #1B75BA;
	color: #FFF;
}

.fids_feed td {
	border-bottom: 1px solid #C7C7C7;
	vertical-align: middle;
}

/*=== END SECTION 4 - Content Region ===
=== START SECTION 5 - Comment Region ===*/
ul.commentlist li ul.children {
	margin-left: 80px;
}

.comment-author img {
	float: left;
	padding: 0 10px 10px 0;
}

li.comment div.comment-body {
	margin-bottom: 30px;
}

li.comment p {
	margin: 5px 0;
}

#respond label {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

#respond span.required {
	float: left;
	color: #FF0000;
	width: 8px;
	margin-left: -8px;
}

#respond .comment-notes .required {
	float: none;
	margin-left: 0;
}

.commentlist p {
	clear: both;
}

.commentlist .comment-body {
	padding: 10px;
}

/*=== END SECTION 5 - Comment Region ===
=== START SECTION 6 - Footer Region ===*/
footer {
	color: #FFF;
	padding: 20px;
	font-weight: 100;
	background: #6B6B6B;
	background: -moz-linear-gradient(top, #6b6b6b 56%, #231f20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#6b6b6b), color-stop(100%,#231f20));
	background: -webkit-linear-gradient(top, #6b6b6b 56%,#231f20 100%);
	background: -o-linear-gradient(top, #6b6b6b 56%,#231f20 100%);
	background: -ms-linear-gradient(top, #6b6b6b 56%,#231f20 100%);
	background: linear-gradient(to bottom, #6b6b6b 56%,#231f20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#231f20',GradientType=0 );
}

footer .large {
	font-size: 20px;
	line-height: 25px;
}

footer .time {
	color: #FFDD00;
}

#airport_update {
	margin-bottom: 20px;
}

footer h4 {
	color: #FFDD00;
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
	padding-left: 0;
}

#footer_left {
	float: left;
	/* width: 440px; */
}

#footer_right {
	float: right;
	/* width: 420px; */
	margin-left: 10px;
}

#footer_right .footer_menu {
	float: left;
	width: 50%;
}

.footer_menu li a {
	font-size: 13px;
	color: #FFDD00;
}

.footer_menu li li a:hover {
	font-size: 13px;
	color: #FFDD00;
}

.footer_menu li a:hover {
	color: #FFF197;
}

.footer_menu li li a {
	color: #FFF;
}

#copyright {
	padding: 10px;
	font-size: 11px;
	background: #231F20;
	margin-top: 10px;
	color: #FFF;
}

#copyright a {
	color: #FFF;
}

#weather_feed {
	padding-top: 5px;
	/* clear: both; */
}

#weather_feed p {
	line-height: 30px;
	/* float: left; */
}

#weather_feed img {
	float: left;
	margin-right: 5px;
}

.archive_link {
	color: #FFDD00;
	font-size: 16px;
	margin-top: 5px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

.archive_link:hover {
	color: #FFF197;
}
.fids_time{
    text-align: right;
    padding-right: 80px;
}
.photo_credits{
    margin-right: 56px;
}

/*=== END SECTION 6 - Footer Region ===
=== START SECTION 7 - Media Queries ===
*/

.visible-xs {
	display: none;
}

.visible-md {
	display: none;
}

.with_frm_style .frm_form_fields input{
    width: 100% !important;
}

#main_nav .menu-item a {
    font-weight: 100;
}

#mt_spancontant{
	color: red;
	font-weight: bold;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#home_page_row1 {
		height: auto;
	}
	#home_page_row1 .snippet_row, #home_page_row2 .snippet_row {
		width: auto;
	}
	#home_page_row1 .snippet, #home_page_row1 .snippet.last_child {
		width: 25%;
		margin: 0;
		margin-bottom: 10px;
	}
	#home_page_row1 .snippet div {
		margin-right: 4px;
	}
	#home_page_row1 .snippet.last_child div {
		margin: 0;
	}
	#home_page_row1 .snippet h4, #home_page_row1 .snippet h4 a {
		font-size: 20px;
	}
	#home_page_row1 .snippet ul li {
		font-size: 12px;
	}
	#snippet-731, #snippet-732 {
		width: 25%;
	}
	#snippet-711 p a:nth-child(1) img,
	#snippet-711 p a:nth-child(2) img {
		width: 33%;
	}

	#snippet-711 p a:nth-child(3) img {
		width: 24%;
	}
	#footer_right {
		max-width: 300px;
	}
	#snippet-872 {
		width: 30%;
	}
	#snippet-871, #snippet-873, #snippet-874 {
		width: 23%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
	#slides {
		height: 280px;
	}
	#snippet-711 p a:nth-child(1) img,
	#snippet-711 p a:nth-child(2) img {
		width: 31%;
	}
	#snippet-711 p a:nth-child(3) img {
		width: 23%;
	}
	div#snippet-736, div#snippet-741,
	div#snippet-716, div#snippet-742 {
		width: 50%;
		text-align: left;
	}
	#footer_right {
		max-width: 240px;
	}
	#snippet-872 {
		width: 100%;
	}
	#snippet-871, #snippet-873, #snippet-874 {
		width: 33%;
	}
	#snippet-872 .grey_snippet > a {
		float: left;
	}
	#snippet-872 h3 {
		float: left;
		margin: 15px 20px 0 0;
	}
	#snippet-872 .seperator {
		display: none;
	}
	#snippet-872 .grey_snippet > a img {
		margin: 0;
	}
	#snippet-872 .grey_snippet div span {
		width: 150px !important;
	}
}

@media only screen and (max-width : 799px) {
	.visible-md {
		display: block;
	}
	.hidden-md {
		display: none;
	}
}

@media only screen and (max-width : 640px) {
	#slides {
		height: 220px;
	}
	#home_page_row1 .snippet, #home_page_row1 .snippet.last_child {
		width: 50%;
	}
	#home_page_row1 .snippet div, #home_page_row1 .snippet.last_child div {
		margin: 0 4px;
		/* padding: 20px; */
	}
	#home_page_row1 .snippet {
		background: url(images/boxbg.png) bottom left no-repeat;
	}
	div#snippet-711 {
		width: 100%;
	}
	div#snippet-731, div#snippet-732,
	div#snippet-736, div#snippet-741 {
		width: 50%;
		text-align: center;
		margin-bottom: 10px;
	}
	footer .large {
		font-size: 14px;
	}
	#footer_right {
		float: left;
		max-width: 100%;
		width: 100%;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 0 0 10px 0 !important;
	}
	.alignleft iframe, .alignright iframe {
		width: 100%;
	}
	#snippet-872 h3 {
		float: none;
		margin: 15px 20px 0 0;
	}
	#snippet-872 .seperator {
		display: block;
	}
	#snippet-872 .grey_snippet div span {
		width: auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	#home_link img {
		height: 90px;
	}
	#weather_feed {
		float: left;
	}
	#weather_feed p img {
		width: 24px;
	}
	#weather_feed p {
		line-height: 24px;
		margin: 0 8px 6px 30px;
	}
	#fb-header-link img {
		height: 90px;
	}
	header {
		background: none;
	}
	#slides {
		height: 170px;
	}
}

@media only screen and (max-width : 440px) {
	#weather_feed {
		clear: both;
	}
	#weather_feed p {
		float: left;
		margin: 0 8px 8px 0px;
	}
	#slides {
		height: 155px;
	}
	#home_page_row1 .snippet, #home_page_row1 .snippet.last_child {
		width: 100%;
		margin-bottom: 10px;
	}
	#home_page_row1 .snippet div, #home_page_row1 .snippet.last_child div {
		margin: 0;
		height: 130px;
	}
	#home_page_row1 .snippet div h4 {
		margin-top: 0px;
	}
}

@media only screen and (max-width : 479px) {
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
	#article-745 .content {
		overflow: scroll;
	}
	.fids_feed td {
		padding: 2px;
	}
}

@media only screen and (max-width : 350px) {
	#main_nav .menu-item {
		display: block;
		float: none;
		padding: 2px 0px;
		border: 0 none;
		height: auto;
	}
	#main_nav .menu-item:last-child {
		padding-bottom: 6px;
	}
	#main_nav .menu-item a {
		float: none;
        font-weight: bold;
	}
	#main_nav {
		padding: 1px 0 1px 0;
		float: none;
	}
	nav.main_nav li:hover ul {
		position: static;
		float: none;
		padding-top: 1px;
	}
	nav.main_nav ul ul {
		margin-top: 8px;
		margin-bottom: 0;
	}
	nav.main_nav li:hover .menu-item {
		height: 16px !important;
	}
	#slides {
		height: 100px;
	}
	div#snippet-716, div#snippet-742 {
		width: 100%;
	}
	#footer_right .footer_menu {
		width: 100%;
	}
	.fids_feed td {
		font-size: 12px;
	}
}

@media only screen and (max-width : 320px) {
	#slides {
		height: 100px;
	}
}

/*
=== END SECTION 7 - Media Queries ===
=== START SECTION 8 - Misc And Plugins ===
=== END SECTION 8 - Misc And Plugins ===*/

.page-id-2234 #page-section .btn{
    margin: 15px auto;
    width: 112px;
    float: none;
    display: block;
}

.page-id-2234 #page-section .btn a, .page-id-2234 #page-section .btn a:hover{
	color:#FFF!important;
}
