/*
Theme Name:Australia Green Cauldron
Author: the Australia Green Cauldron team
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready


*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */



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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
line-height: 140%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}



aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
article
{
	display: block;
	margin-bottom:20px;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #666666;
	font-family:'montserratbold', sans-serif;
}

body {
	background: #fff;
}

a {
	color: #007fb2;
	text-decoration: none;
}


a:hover,
a:active {
	outline: 0;
}
a:hover
{
	text-decoration:underline;
}
a:active,
a:hover {
	color: #307bd8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	clear: both;
}
li
{
	list-style-type:none;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}


code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #D0D5D9;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background:url("images/submit.png") repeat 0 0;
	border: 0;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background:#669C18;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

.search-field {
	width: 100%;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #434640;
}

:-moz-placeholder {
	color: #434640;
}

::-moz-placeholder {
	color: #434640;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #434640;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin-bottom: 24px;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
	float:left;
	width:100%;
}

.main-content {
	width: 100%;
}
.site-content {
    float: left;
    padding: 0px;
    width: 100%;
	margin-top:30px;
}
body.home .site-content{
	margin-top:10px;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {

	list-style: none;
	margin: 0;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a{
	background:#1f497d;
	font:normal 18px 'HelveticaNeue-Medium',Arial;
}



/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}


.site-content .entry-header {
	background-color: #fff;
	padding:0;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top:0px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	padding:0px;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	margin: 0;
}

.paging-navigation .page-numbers {
	display: inline-block;
	font:13px Arial;
	margin-right: 1px;
	padding: 1px 4px;
	color: #307bd8;
}
.page-numbers.dots
{
	border:none;
	font-size:25px;
}
.paging-navigation a {
	color: #c2c8ce;
}
.paging-navigation a:hover{
	text-decoration:none;
}

.paging-navigation .page-numbers.current {
	color:#000;
}

.paging-navigation a:hover {
	color: #000;
}
.paging-navigation .screen-reader-text
{
display:none;
}
.paging-navigation a.next.page-numbers
{
	background:url(images/pag-prev.jpg) no-repeat center -3px;
	width:20px;
	height:18px;
	text-indent:-9999px;
	border:none;
	padding:0px;
}
.paging-navigation a.prev.page-numbers
{
	background:url(images/pag-next.jpg) no-repeat center -3px;
	width:20px;
	height:18px;
	text-indent:-9999px;
	border:none;
	padding:2px 0px 0px 0px;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-title,
.page-title {
	color: #052B44;
    font: normal 20px 'montserratbold',sans-serif;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}


.site-footer {
	background:url(images/footer-bg.jpg) no-repeat top center #05342e;
	position: relative;
	width:100%;
	float:left;
	margin-top:35px;
	padding:0 0 30px;
}
body.home .site-footer {
	padding:38px 0px 30px 0px;
}
.photos,
.homefbook,
.stayintouch
{
	width:380px;
	float:left;
	background:url(images/trans-bg2.png) repeat;
	padding:8px;
	position:relative;
	min-height:266px;
}
.photos h2,
.homefbook h2,
.stayintouch h2{
	font:normal 15px 'titillium_webbold';
	color:#fff;
	background:url(images/photo-icon.png) no-repeat 6px 4px #669c18;
	padding:2px 10px 3px 30px;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
}
.homefbook{
	width:290px;
	margin-left:20px;
}
.homefbook h2{
	background:url(images/facebook-icon.png) no-repeat left top #669c18;
}
ul.footfacebook{
	float:left;
	background:#fff;
	padding:20px 10px 10px;
	height: 235px;
	overflow:hidden;
	width:93%;
}
ul.footfacebook li{
	margin-top:10px;
}
ul.footfacebook li  a{
	font:normal 12px/16px Arial;
	color:#307bd8;
}
ul.footfacebook li  a:hover{
	text-decoration:underline;
}
ul.footfacebook li p{
	font:normal 10px/18px Arial;
	color:#262626;
}
.stayintouch{
	width:225px;
	float:right;
}
.stayintouch h2
{
	padding-left:8px;
	background-image:none;
}
.stayintouch-in{
	width:173px;
	padding:60px 20px 20px 32px;
	background:#fff;
	min-height:186px;
}
.stayintouch input
{
	width:100%;
	margin-bottom:10px;
	border:2px solid #f3f3f3;
	color:#000;
	font:normal 16px Arial;
	padding: 6px 8px;
}
.stayintouch input[type="submit"]{
	color:#fff;
	font:normal 16px 'titillium_webbold';
	width:134px;
	border-radius:0px;
	text-transform:capitalize;
	border:none;
	padding-top:4px;
	background:url(images/submit.png) repeat;
}
.stayintouch input[type="submit"]:hover{
	background:url(images/submit-over.png) repeat;
}

.right-form .stayintouch input[type="submit"] {
    float: right;
    padding-bottom: 4px;
    padding-top: 2px;
    width: 125px;
}
.right-form  .groupthree label.error
{
	margin-top:0px;
}
/******footer links*******/
.footerlinks{
	float:left;
	width:100%;
	margin-top:40px;
}
.footer-in{
	width:940px;
	margin:0 auto;
	border-top:1px solid #3e605b;
	border-bottom:1px solid #3e605b;
	padding-top:15px;
	min-height:190px;
}
.destination-links{
	width:240px;
	float:left;
}
.destination-links h2,
.contact-info h2{
	font:bold 13px/19px Arial;
	color:#fff;
	margin:0px;
}
.destination-links ul{
	margin:0;
	padding:0;
}
.destination-links ul li{
	float:none;
}
.destination-links ul li a{
	font:normal 11px/19px Arial;
	color:#fff;
}
.destination-links ul li a:hover,
.destination-links ul li.current_page_item a{
	text-decoration:underline;
}
.contact-info{
	width:215px;
	float:right;
}
.contact-info p{
	font:normal 11px/19px Arial;
	color:#fff;
}
.contact-info p a{
	color:#fff;
}
p.copyright{
	text-align:center;
	font:normal 11px Arial;
	margin-top:10px;
	color:#fff;
}
p.copyright a{
	color:#fff;
}
p.copyright a:hover{
	color:#fff;
	text-decoration:underline;
}
.groupthree{
	width:100%;
	float:left;
}
.groupthree input
{
	border:none;
	width:15px;
	padding:2px;
}
.groupthree input.captcha
{
	width:30px;
	border:2px solid #f3f3f3;
	padding:3px;
}
.groupthree label.error {
    color: #FF0000;
    float: left;
    font: 11px Arial;
    margin-top: -5px;
    width: 100%;
}
.homefooter{
	display:none;
}
body.home .homefooter{
	display:block;
}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */
.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;

	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}

/** RESET AND LAYOUT
===================================*/
.homebanner .bx-wrapper
{
	margin-bottom:0px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.homebanner .bx-wrapper .bx-pager,
.homebanner  .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: auto;
}
.homebanner .bx-controls.bx-has-pager{
	width:960px;
	margin:0 auto;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cbc8c4;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*********style starts here**********/
.homecontent p{
	color:#747870;
}
p{
	font:normal 13px/22px Arial, Helvetica, sans-serif;
	color:#434640;
}
h1{
	font:normal 33px/52px 'gloria_hallelujahregular';
	color:#789303;
	margin-top:0px;
}
h2{
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#789303;
	margin-top:20px;
	
}
h3{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#434640;
	margin-top:20px;
}
h4{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#434640;
	margin-top:20px;
}
.leftsection ul,
.leftsection ol,
.topclimbing ul{
	margin:20px 0px 0px 30px;
	padding:0;
}

.leftsection ul li,
.topclimbing ul li,
.homecontent .homecontentright ul li{
	list-style-type:none;
	background:url(images/list-arrow.png) no-repeat left 8px;
	font:normal 13px/22px Arial, Helvetica, sans-serif;
	color:#434640;
	padding-left:10px;
}
.leftsection ol li{
	font:normal 13px/22px Arial, Helvetica, sans-serif;
	color:#434640;
	list-style-type:decimal-leading-zero;
	margin-left:25px;
}
.homecontent .homecontentright ul{
	margin:20px 0px 0px 10px;
	padding:0;
}
.homecontent .homecontentright ul li{
	color:#747870;
}
body.home .leftsection ul li
{
	color:#747870;
}
.site-header {
    background: none repeat scroll 0 0 #fff;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-main {
	width:980px;
	margin:0 auto;	
}

.wrapper
{
	width:980px;
	margin:0 auto;
	position:relative;
}
.site-contentarea
{
	width:980px;
	margin:0 auto;
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.site-title a{
	float:left;
	width:531px;
	height:79px;
	background:url(images/agc.png) no-repeat;
	text-indent:-99999px;
	margin-top:15px;
}
.head-right{
	float:right;
	width:250px;
	margin-top:23px;
}
.head-right-top{
	width:100%;
	float:left;
}
.head-right-toplogo1{
	background:url(images/logo1.png) no-repeat 0 0;
	width:120px;
	height:32px;
	float:left;
	margin-top:8px;
}
.head-right-toplogo2{
	background:url(images/australia.png) no-repeat 0 0;
	float:right;
	width:103px;
	height:54px;
}
.head-right-bottom{
	width:100%;
	float:left;
}
ul.social{
	margin:0;
	padding:0;
}
ul.social li{
	float:left;
	list-style-type:none;
}
ul.social li a{
	background:url(images/social-icons.png) no-repeat 0 0;
	display: block;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
	margin-right:4px;
}
ul.social li a.facebook{
	background-position:0px 0px;
}
ul.social li a.instagram{
	background-position:-30px 0px;
}
.search-right{
	width:183px;
	float:right;
	position:relative;
}
.search-right input[type="search"] {
	color:#212121;
	font:normal 13px Arial,sans-serif;
	padding:5px 30px 5px 5px;
	border:1px solid #e2e2e2;
	width:100%;
	text-transform:capitalize;
	border-radius:0px;
}

.search-right input[type="submit"] {
    background: url(images/search-icon.png) no-repeat center -36px;
    border: medium none;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 40px;
}
.search-right input[type="submit"]:hover {
	background-position:center 7px;
}
span.screen-reader-text
{
	display:none;
}
.search-right.mobile-search
{
	display:none;
}
/* Primary Navigation */
.navigation1{
	width:100%;
	float:left;
	background:url(images/header-bg.jpg) no-repeat top center #4B6E56;
	margin-top:15px;
}
.primary-navigation {
    float: none;
    margin: 0 auto;
    width:890px;
}
.primary-navigation li{
	float:left;
	margin:0;
	position:relative;
	padding:0px;
	
}
.primary-navigation li a{
	color:#fff;
	font:normal 18px 'HelveticaNeue-Medium',Arial;
	text-transform:uppercase;
	padding: 10px 10px;
	float:left;
}
.primary-navigation li:hover,
.primary-navigation li a:hover{
	background:#1f497d; 
	text-decoration:none;
	
}

.site-navigation li ul.sub-menu{
	float:left;
	width:auto;
	position:absolute;
	top:40px;
	left:0px;
	background:#163a67;
	border:4px solid #1f497d;
	z-index:9999;

	-webkit-transform: perspective(1500px) rotateX(-90deg);
    -webkit-transform-origin: 50% 0 0;
    -webkit-transition: all 0.25s ease 0s;
	
	-o-transform: perspective(1500px) rotateX(-90deg);
    -o-transform-origin: 50% 0 0;
    -o-transition: all 0.25s ease 0s;
	
	-ms-transform: perspective(1500px) rotateX(-90deg);
    -ms-transform-origin: 50% 0 0;
    -ms-transition: all 0.25s ease 0s;

	transform: perspective(1500px) rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: all 0.25s ease 0s;
}
.site-navigation li ul.sub-menu li a
{
	width:155px;
	border-top:1px solid #1f497d;
	text-transform:none;
	font:normal 14px Arial;
	padding:8px 15px;
}
.site-navigation li ul.sub-menu li a:hover{
	background:#769200;
}
.site-navigation li:hover ul.sub-menu{

	 -webkit-transform: perspective(1500px) rotateX(0deg);
     -webkit-transition: all 0.5s ease 0.25s;
	 
	 -o-transform: perspective(1500px) rotateX(0deg);
     -o-transition: all 0.5s ease 0.25s;
	 
	 -ms-transform: perspective(1500px) rotateX(0deg);
     -ms-transition: all 0.5s ease 0.25s;
	 
	 transform: perspective(1500px) rotateX(0deg);
     transition: all 0.5s ease 0.25s;
	
}
.site-navigation li ul.sub-menu li.menu-item-has-children:first-child{
	background:url(images/submenu.png) no-repeat 170px 50% #163a67;
}
.site-navigation li ul.sub-menu li.menu-item-has-children:hover{
	background:url(images/submenu.png) no-repeat 170px 50% #769200;
}

.site-navigation li ul.sub-menu li ul.sub-menu{
	float:left;
	width:auto;
	position:absolute;
	top:-4px;
	left:188px;
	background:163a67;
	border:4px solid #1f497d;
	z-index:9999;
	
	-webkit-transform: perspective(1500px) rotateY(-90deg);
    -webkit-transform-origin: 0 50% 0;
    -webkit-transition: all 0.25s ease 0s;
	
	-o-transform: perspective(1500px) rotateY(-90deg);
    -o-transform-origin: 0 50% 0;
    -o-transition: all 0.25s ease 0s;
	
	-ms-transform: perspective(1500px) rotateY(-90deg);
    -ms-transform-origin: 0 50% 0;
    -ms-transition: all 0.25s ease 0s;
	
	transform: perspective(1500px) rotateY(-90deg);
    transform-origin: 0 50% 0;
    transition: all 0.25s ease 0s;
}
.site-navigation li ul.sub-menu li:hover ul.sub-menu{
	-webkit-transform: perspective(1500px) rotateX(0deg);
     -webkit-transition: all 0.5s ease 0.25s;
	 
	 -o-transform: perspective(1500px) rotateX(0deg);
     -o-transition: all 0.5s ease 0.25s;
	 
	 -ms-transform: perspective(1500px) rotateX(0deg);
     -ms-transition: all 0.5s ease 0.25s;
	 
	 transform: perspective(1500px) rotateY(0deg);
     transition: all 0.5s ease 0.25s;
}

.banner {
    float: left;
    margin-top: 160px;
    width: 100%;
}
.home_banner{
	width:auto;
	height:auto;
	position:relative;
}
.home_banner li{
	height:auto;
}
.innerbanner{
	height:380px;
}
.news-events{
	position:absolute;
	bottom:25px;
	left:0px;
	width:100%;
	z-index:999;
}

.news-events h2{
	font:normal 14px 'gloria_hallelujahregular';
	color:#307bd8;
	margin:15px 0px 0px 0px;
}
.news-events h2 a{
	color:#307bd8;
}
.news-events h2 a:hover{
	text-decoration:none;
}
.news-events h3{
	font:normal 10px Arial;
	color:#6b6b6b;
	margin:0px;
}
.news-events p{
	font:normal 12px/20px Arial;
	color:#212121;
}
.homeslide-news{
	background:url(images/trans-bg.png) repeat;
	width:300px;
	padding:10px;
	position:relative;
	float:left;
}
.homeslide-news h1,
.homeslide-events h1{
	position:absolute;
	top:0px;
	left:0px;
	padding:5px;
	font:normal 15px 'titillium_webbold';
	color:#fff;
	background:#669c18;
	text-transform:uppercase;
}

.homeslide-news-in {
    background:#fff;
    float: left;
    height: 80px;
	min-width:90%;
	width:auto;
    overflow: hidden;
    padding: 15px 15px 20px;
}
.homeslide-events{
	background:url(images/trans-bg.png) repeat;
	width:440px;
	padding:10px;
	position:relative;
	float:left;
	margin-left:20px;
}
.event-text{
	float:left;
	width:280px;
}
.event-image{
	float:right;
	width:130px;
	margin-top:-5px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
	
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	background:url(images/cap-bg.png) repeat-x;
	left:0px;
	top:0px;
	color:#fff;
	width:100%;
	z-index:999;
	padding: 22px 0px;
	overflow: hidden;
	text-align:center;
	display: none;
	font:normal 28px 'gloria_hallelujahregular';
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:none;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display:none;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.leftsection
{
	width:620px;
	float:left;
}
p.page-discrip
{
	font:bold 15px Arial;
	color:#434640;
}
.rightsection
{
	width:300px;
	float:right
}
.left-map{
	width:320px;
	float:left;
}
.homecontent{
	float:right;
	width:640px;
	margin-top:-12px;
}
.homecontent h2
{
	color:#649c18;
	font:normal 33px 'gloria_hallelujahregular';
	margin:0px;
	letter-spacing: -0.35px;
}
.homecontent p{
	line-height:19px;
}
.homecontentleft{
	width:320px;
	float:left;
}
.home-discrip{
	font:bold 13px/19px Arial;
	color:#747870;
	margin-bottom:20px;
}
.homecontentright{
	width:290px;
	float:right;
}
ul.homelinks{
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0;
}
ul.homelinks li{
	float:left;
	width:174px;
	margin-left:3px;
	text-align:center;
}
ul.homelinks li:first-child{
	margin-left:0px;
}
ul.homelinks li a{
	color: #FFFFFF;
    display: block;
    font: 15px 'gloria_hallelujahregular';
    letter-spacing: -0.35px;
    padding-top: 5px;
}
ul.homelinks li a.hero:hover,
ul.homelinks li a.gmap:hover,
ul.homelinks li a.webtool:hover{
	background:#747870;
	text-decoration:none;
}
ul.homelinks li a.hero{
	background:#ce7019;
}
ul.homelinks li a.gmap{
	background:#893001;
}
ul.homelinks li a.webtool{
	background:#669c18;
}
/********right section********/
.topclimbing ul{
	margin:0px 0px 20px 8px;
}
.topclimbing img{
	margin:10px 0px;
}
.right-form .stayintouch{
	width:268px;
	background:none;
	border:8px solid #F3F3F3;
	min-height:175px;
}
.right-form .stayintouch h2{
	left:-8px;
	top:-8px;
}
.right-form .stayintouch-in {
    min-height: 125px;
    padding: 35px 20px 10px;
    width: 226px;
}
.news-events.right-events{
	position: static;
}
.news-events.right-events .homeslide-news,
.news-events.right-events .homeslide-events{
	background:none;
	border: 8px solid #F3F3F3;
    padding: 10px 0 0;
	width:283px;
	margin:10px 0px 0px 0px;
}
.news-events.right-events .homeslide-news:hover,
.news-events.right-events .homeslide-events:hover{
	border: 8px solid #cddeb3;
}
.news-events.right-events .homeslide-news h1,
.news-events.right-events .homeslide-events h1
{
	left:-8px;
	top:-8px;
}
.news-events.right-events .homeslide-news-in
{
	padding:10px 0px 18px 10px;
}
/******News List Page******/
.newslistpage .stayintouch,
.single-news .stayintouch,
.single .stayintouch,
.search .stayintouch,
.error404 .stayintouch{
	display:none;
}
.newslistpage .leftsection{
	width:630px;
}
.single-news .leftsection{
	width:650px;
}
.newslistpage .h1{
	margin-bottom: 5px;
}
.newslistpage  .news-events.right-events .homeslide-news,
.single-news .news-events.right-events .homeslide-news,
.single .news-events.right-events .homeslide-news,
.search .news-events.right-events .homeslide-news,
.error404 .news-events.right-events .homeslide-news{
	margin-top:-5px;
}

ul.newslisttitle{
	margin:0px;
	padding:0px;
}
ul.newslisttitle li{
	list-style-type:none;
	float:left;
	width:100%;
	margin-bottom:30px;
	background:none;
	padding-left:0px;
}
ul.newslisttitle li h2{
	color:#307bd8;
	font:bold 24px Arial;
	margin:0 0 5px;
	border-bottom:1px solid #c6c7c5;
	width:100%;
}
ul.newslisttitle li h2 a{
	color:#307bd8;
	letter-spacing: -0.65px;
}
ul.newslisttitle li h2 a:hover{
	text-decoration:none;
}
ul.newslisttitle li h2 a span,
.newsdetailpage h1 span{
	background:#434640;
	color: #fff;
    float: right;
    font: 12px/30px Arial;
    padding: 0 15px;
}
.newsdetailpage h1
{
	border-bottom:1px solid #c6c7c5;
	letter-spacing: -0.65px;
	padding-bottom:0px;
	width:100%;
}
.newsdetailpage h1 span{
	margin-top:38px;
	background:#434640;
}
.newslistpage.eventspage ul.newslisttitle li h2 a span,
.newsdetailpage .eventspage h1 span,
h1.event-title-box span{
	background:#669c18;
}
.newsdetailpage img
{
	width:100%;
	margin-top:10px;
}
.event-disc
{
	margin:10px 0px;
}
h3.event-month{
	text-align:center;
	font:bold 24px Arial;
	background:#dcdfd7;
	color:#fff;
	margin-bottom:20px;
}
span.searchtitle{
	color:#434640; 
	text-transform:capitalize;
	font:bold 33px Arial;
}
.search-result h3 a
{
	color:#307bd8;
	font:bold 24px Arial;
}
.search-result h3 a:hover
{
	text-decoration:none;
	color:#434640;
}
.search-result .search{
	margin-top:20px;
}
.backdiv {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -20px;
    width: 36px;
}
.backdiv a{
	display:block;
}
.backdiv a:hover{
	cursor:pointer;
}
.topclimbing{
	margin-bottom:10px;
}
h1.searchnewsevent{
	font-size:30px;
}
a.virtu-prev{
	background:url(images/pag-next.jpg) no-repeat;
	width:24px;
	height:24px;
	float:left;
}
a.virtu-next{
	background:url(images/pag-prev.jpg) no-repeat;
	width:24px;
	height:24px;
	float:left;
}
span.flatview{
	float:left;
}
span.flatview a{
	padding:3px 5px;
	float:left;
}
span.flatview a:hover{
	text-decoration:none;
	color:#000;
}
span.flatview a.selected{
	color:#000;
	cursor:auto;
}
a.virtu-next.disabled,
a.virtu-prev.disabled{
	display:none;
}
.custom .my-paginated-posts {
font-size:10px; font-weight:normal; font-family:arial; }

.custom .my-paginated-posts p { font-size:1.4em; }

.custom .my-paginated-posts p a {
background:#E8E8E8; color:#000; margin-left:0.6em; margin-right:0.6em;
padding:0.5em 0.7em; text-decoration:none; }

.custom .my-paginated-posts a:hover { color:#fff; background:#7F1315; }
.search-excerpt{
	border-bottom:1px solid;
	font-weight:normal;
}
h3.entry-title strong.search-excerpt{
	font-weight:bold;
	border-bottom:2px solid;
}
#cff .cff-expand{
	display:none !important;
}
#cff .cff-viewpost-facebook{
	color:#434640 !important;
	float:left !important;
	margin-top:-6px;
}
#cff .cff-item{
	padding:0px !important;
	border:none !important;
}
#cff .cff-post-text-link{
	font-size:11px !important;
}
#cff .cff-date{
	margin-top:-3px;
}
/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

// Changes
.sidebar-with-three-images img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.left-column-home-page {width: 45%; float: left;   margin-right: 10px; margin-top: 10px;}
.left-column-home-page {line-height:130%}
.left-column-home-page h2 {margin-top: 0px;}
.right-column-home-page {width: 45%; float: left;   margin-left: 10px; margin-top: 10px;}

.videos {width:100%; clear:both}
.videoboxtext {font-size: 13px; line-height: 20px;}
.videobox {width: 285px; float: left; padding: 14px;}


@media screen and (max-width: 480px) {
	.left-column-home-page {width: 100%; margin-right: 0px;}
	.right-column-home-page {width: 100%; margin-left: 0px; }
}

.wp-caption-text {
  font: normal 13px/22px Arial, Helvetica, sans-serif;
  color: #434640;
}