/*
Theme Name: 7thVision Theme 2015
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2015
*/



/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}
.ie * {

}
img {
	display: block;
	border: 0;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}

body {
	font-family: Arial, Verdana, Sans Serif;
	font-size: 16px;
	font-size: 1rem;
	color: #3b3b3b;
	background: #fff url(/images/bg-body.jpg) repeat-x;
	background-size: 398px 800px;
	background-size: 24.875rem 50rem;
}

.container {
	width: 100%;
	max-width: 960px;
	max-width: 60rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container.noPadding {
	padding: 0;
}


/*________ HEADER & NAV ________*/

#header {
	padding: 44px 0 0 0 ;
	padding: 2.75rem 0 0 0 ;
}

#header h1 {
	float: left;
	margin: 0 0 30px 0;
	margin: 0 0 1.875rem 0;
	width: 100%;
	max-width: 312px;
	max-width: 19.5rem;
}
#header h1 img {
	width: 100%;
	height: auto;
}
#header h2{		
	float: right;
}
#header h2 a{
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 0 0 0;
	margin: 0.625rem 0 0 0;
}
/*#mainNav {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
	margin: 0 0 1.875rem 0;
	list-style: none;
}
#mainNav li {
	float: left;
	margin: 10px 32px 10px 0;
	margin: 0.625rem 2rem 0.625rem 0;
}
#mainNav li.noRightMargin {
	margin-right: 0;
}
#mainNav li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	padding: 0.625rem;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	border-radius: 8px;
	border-radius: 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}
#mainNav li:hover a,
#mainNav li.current a {
	color: #fff;
	background-color: #108baf;
}
#mainNav li.current a {
	opacity: 0.6;
}
#mainNav li.current a:hover {
	opacity: 1;
}*/



/* New Styles */
.navContainer {
	width: 100%;
	clear: both;
	z-index: 1000; /*keep less than snipcart at 1040*/
	position: relative;
}
.mainNav {
    width: 100%;
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
    height: 40px;
    height: 2.5rem;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mainNav li {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	width: auto;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.mainNav li.noRightMargin {
	margin-right: 0;
}
.mainNav li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	padding: 0.625rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 40px;
	line-height: 2.5rem;
}
.mainNav > li:hover > a,
.mainNav > li.current-menu-item > a {
	color: #108baf;
}
.mainNav li.current a {
	opacity: 0.6;
}
.mainNav li.current a:hover {
	opacity: 1;
}

.mainNav .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #000;
	top: 18px;
	top: 1.125rem;
	position: absolute;
	margin: 0 0 0 6px;
	margin: 0 0 0 0.375rem;
}
.mainNav .menu-item-has-children:hover > a:after,
.mainNav .menu-item-has-children:focus > a:after {
	border-top-color: #108baf;
}

/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	width: 18.75rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	left: 0;
    -webkit-box-shadow: 0 8px 6px 2px rgba(0,0,0,0.35);
    box-shadow: 0 8px 6px 2px rgba(0,0,0,0.35);
}

/* dropdown */
.mainNav li:hover > ul,
.mainNav li:focus > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
	border-top: none;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;

	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}
.mainNav ul a:hover,
.mainNav ul a:focus {
	color: #108baf;
}
.mainNav ul > .menu-item-has-children > a:after {
	border-color: transparent;
	border-left-color: #202020;
	top: 22px;
	top: 1.375rem;
	right: 20px;
	right: 1.25rem;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
}

.mainNav ul > .menu-item-has-children:hover > a,
.mainNav ul > .menu-item-has-children:focus > a {
	color: #108baf;
}
.mainNav ul > .menu-item-has-children:hover > a:after,
.mainNav ul > .menu-item-has-children:focus > a:after {
	border-color: transparent;
	border-left-color: #108baf;
}

.mainNav ul li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-radius: 0 0 0.25rem 0.25rem;
}
/* level 3+ list */
.mainNav ul ul {
	top: 0;
	left: 300px;
	left: 18.75rem;
	-webkit-box-shadow: inset 1px 0 3px 0 rgba(0,0,0,0.16);
	box-shadow: inset 1px 0 3px 0 rgba(0,0,0,0.16);
}
.mainNav ul ul,
.mainNav ul ul li:last-child > a {
	border-radius: 0 0 4px 0;
	border-radius: 0 0 0.25rem 0;
}

.navToggle {
	display: none;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}


/*________ SLIDER ________*/

#sliderContainer {
	height: 400px;
	height: 25rem;
	margin: 0;
	overflow: hidden;
}
#bgSliderContainer {
	height: 400px;
	height: 25rem;
	left: 50%;
	margin-left: -683px;
	margin-left: -42.6875rem;
	position: relative;
	width: 1366px;
	width: 85.375rem;
	border-bottom: 4px solid #108baf;
	border-bottom: 0.25rem solid #108baf;
}
#slider {
	height: 396px;
	height: 24.75rem;
	left: 50%;
	margin-left: -683px;
	margin-left: -42.6875rem;
	overflow: hidden;
	position: relative;
	width: 1366px;
	width: 85.375rem;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}


#sliderContainer.short {
	height: 280px;
	height: 17.5rem;
	margin: 0;
	overflow: hidden;
	background: url(/images/img-header-01.png) no-repeat bottom center;
	background-size: contain;
}
#sliderContainer.surroundings {
	background-image: url(/images/img-header-02.jpg);
}
#sliderContainer.availabilityBookings {
	background-image: url(/images/img-header-01.jpg);
}
#sliderContainer.about {
	background-image: url(/images/img-header-04.jpg);
}
#sliderContainer.contact {
	background-image: url(/images/img-header-05.jpg);
}


/*________ CONTENT ________*/

#contentContainer {
	position: relative;
	z-index: 500;
	float: left;
	/*width: 710px;*/
	width: 73%;
	margin: -40px 2% 0 0;
	margin: -2.5rem 2% 0 0;
	overflow: hidden;
}
#contentContainer.homeContent {
	margin: -104px 2% 0 0;
	margin: -104px 2% 0 0;
}

#topContent {
	background: url(/images/bg-content-top.png) no-repeat top;
	height: 40px;
	height: 2.5rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#content {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	float: left;
	padding: 0 20px 20px 20px;
	padding: 0 1.25rem 1.25rem 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content h1 {
	font-size: 24px;
	font-size: 1.5rem;
}
#content h2 {
	font-size: 20px;
	font-size: 1.5rem;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, Arial, sans-serif;
	color: #0b7291;
}
#content h2.entry-title {
	font-size: 34px;
	font-size: 2.125rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
#content h4 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
#content p {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.5;
	color: #000;
}
#content ul, 
#content ol {
	margin: 0 0 24px 50px;
	margin: 0 0 1.5rem 3.125rem;
	font-size: 14px;
	font-size: 0.875rem;
}
#content ul li,
#content ol li {
	line-height: 1.5;
}

#content ul.simpleList {
	width: 100%;
	max-width: 180px;
	max-width: 11.25rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	float: right;
	font-size: 12px;
	font-size: 0.75rem;
}
#content ul.simpleList li {
	line-height: 1.5;
}

#content a.link {
	text-decoration: none;
	color: #0b7291;
}
#content a.link:hover {
	color: #108baf;
}

#content blockquote {
	font-style: italic;
	margin-left: 50px;
	margin-left: 3.125rem;
}
#content img {
	max-width: 100%;
	height: auto;
}

#content .entry-content {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	overflow: hidden;
}

#content table.accomm {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
}

#content table.accomm th {
	padding: 10px;
	padding: 0.625rem;
	background: #eaf4f6;
}

#content table.accomm td {
	padding: 10px;
	padding: 0.625rem;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

#content table.accomm td.left {
	border-left: 1px solid #e4e4e4;
	width: 100%;
	max-width: 160px;
	max-width: 10rem;
	font-weight: bold;
}

#bottomContent {
	background-color: #fff;
	width: 100%;
	padding: 20px 0 0;
	padding: 1.25rem 0 0;
	float: left;
	color: #fff;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
	overflow: hidden;
}
#bottomContent .inlineBlocks {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
}
#bottomContent .inlineBlocks .inlineBlock {
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	text-align: center;
	width: 33.33%;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes {
	color: #fff;
	background-color: #108baf;
	border-radius: 8px;
	border-radius: 0.5rem;
	overflow: hidden;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #0e7695;
	font-weight: normal;
	line-height: 36px;
	line-height: 2.25rem;
	margin: 0 0 6px;
	margin: 0 0 0.375rem;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes p {
	color: #fff;
	padding: 0 8px;
	padding: 0 0.5rem;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes a:hover {
	text-decoration: underline;
}

#bottomContent .inlineBlocks .inlineBlock .highlightBoxes#accommodation {
	background-color: #71bf44;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes#accommodation h3 {
	background-color: #60a33a;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes#surroundings {
	background-color: #007336;
}
#bottomContent .inlineBlocks .inlineBlock .highlightBoxes#surroundings h3 {
	background-color: #00622e;
}


/*________ SIDEBAR ________*/

#sidebar {
	max-width: 230px;
	max-width: 14.375rem;
	width: 25%;
	overflow: hidden;
	padding: 20px 0 0 0;
	padding: 1.25rem 0 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
#sidebar h2 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
#sidebar img {
	max-width: 100%;
	height: auto;
}

#sidebar h2 a:hover img {
	opacity: 0.9;
}
#sidebar #highlights {
	background: #71bf44 url(/images/bg-highlights.jpg) top left no-repeat;
	color: #fff;
	padding: 20px;
	padding: 1.25rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	border-radius: 0 0 10px 10px;
	border-radius: 0 0 0.625rem 0.625rem;
	text-shadow: 1px 1px 1px #5db729;
	font-size: 12px;
	font-size: 0.75rem;
}
#sidebar #highlights h3 {
	font-size: 18px;
	font-size: 1.125rem;
	border-bottom: 1px solid #8fcd6c;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}
#sidebar #highlights ul {
	margin: 0 0 0 18px;
	margin: 0 0 0 1.125rem;
	list-style-image: url(/images/img-highlights-list-style.png);
}
#sidebar #highlights ul li {
	margin: 0 0 4px 0;
	margin: 0 0 0.25rem 0;
	font-weight: bold;
}
#sidebar #highlights p {
	font-style: italic;
}
#sidebar #highlights a {
	color: #fff;
}


/*________ CONTACT PAGE ________*/

.bookingContainer,
.contactContainer {
	background: #108baf;
    padding: 20px;
    padding: 1.25rem;
    border-radius: 15px;
    border-radius: 0.9375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
#content .bookingContainer h2,
#content .contactContainer h2 {
	color: #f3f8fb;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
#content .bookingContainer form.elab_form button[type="submit"],
#content .contactContainer form.elab_form button[type="submit"] {
	background: #7fc555;
}
#content .bookingContainer form.elab_form button[type="submit"]:hover,
#content .contactContainer form.elab_form button[type="submit"]:hover {
	background: #71bf44;
}
#content .bookingContainer form.elab_form fieldset label,
#content .bookingContainer p,
#content .contactContainer form.elab_form fieldset label {
	color: #f3f8fb;
}


#contactForm * {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Arial, Verdana, Sans Serif;
}
#contactForm {
	float: left;
	width: 244px;
	width: 15.25rem;
	margin: 0 0 50px;
	margin: 0 0 3.125rem;
	background-color: #E6F3F9;
	padding: 20px;
	padding: 1.25rem;
	border-radius: 10px;
	border-radius: 0.625rem;
}
#contactForm .note {
	float: right;
}

form#enqForm fieldset {
	border: 0;
}
form#enqForm fieldset legend {
	display: none;
}
form#enqForm fieldset label {
	float: left;
	width: 100%;
	max-width: 110px;
	max-width: 6.875rem;
}
form#enqForm fieldset input[type="text"],
form#enqForm fieldset textarea {
	width: 100%;
	max-width: 230px;
	max-width: 14.375rem;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
	padding: 4px;
	padding: 0.25rem;
	border: 1px solid #A5E5F7;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0.125rem rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	border-radius: 0.125rem;
}

form#enqForm fieldset textarea {
	height: 150px;
	height: 9.375rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
form#enqForm fieldset input[type="text"]:focus,
form#enqForm fieldset textarea:focus {
	border: 1px solid #7DC5D8;
}


form#enqForm input[type="submit"] {
	margin: 0;
	border: 1px solid #0E7695;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
	border-radius: 10px;
	border-radius: 0.625rem;
	background-color: #108BAF;
	color: #E6F3F9;
	cursor: pointer;
}

#post-21 iframe {
	float: right;
}

.ffname {
	display: none !important;
}

#content #error {
	background-color: #ED4E4B;
	color: #fff;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;

}
#content #error p {
	background-color: #ED4E4B;
	color: #fff;
}
.inputError {
	background-color: #F9817F;
}



/*________ BOOKING FORM ________*/

#bookingForm * {
	font-size: 14px; 
	font-family: Arial, Verdana, Sans Serif;
}
#bookingForm {
	width: 100%;
	max-width: 480px;
	max-width: 30rem;
	margin: 0 0 50px;
	margin: 0 0 3.125rem;
	background-color: #E6F3F9;
	padding: 20px;
	padding: 1.25rem;
	border-radius: 10px;
	border-radius: 0.625rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bookingForm .note {
	float: right;
}
#bookingForm form#enqForm fieldset label {
	float: left;
	width: 100%;
	max-width: 160px;
	max-width: 10rem;
}
#bookingForm form#enqForm input[type="submit"] {
	margin-left: 160px;
	margin-left: 10rem;
}
#bookingForm form#enqForm fieldset input[type="text"],
#bookingForm form#enqForm fieldset textarea {
	width: 100%;
	max-width: 260px;
	max-width: 16.25rem;
}


/*________ FOOTER ________*/

#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	float: left;
	font-size: 10px;
	font-size: 0.625rem;
	color: #c7c7c7;
	margin: 0 0 150px;
	margin: 0 0 9.375rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}
#footer a {
	text-decoration: none;
	color: #98cbda;
}
#footer a:hover {
	text-decoration: underline;
	color: #98cbda;
}


/*________ MISC ________*/

.hide {
	display: none;
}

.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.animate,
.animate:hover,
.animate:focus {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}


/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-item img:hover {
	opacity: 0.6;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {

}

/* 940px */
@media (max-width: 58.75em) {
	.container {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	/*#mainNav {
		text-align: center;
	}
	#mainNav li {
		float: none;
		display: inline-block;	
		zoom: 1;
		*display: inline;
		vertical-align: top;
		margin: 16px 8px 16px !important;
		margin: 1rem 0.5rem 1rem !important;
	}*/
}

/* 740px */
@media (max-width: 46.25em) {
	#sliderContainer.short {
		background-size: 800px 232px;
	}
	#contentContainer {
		width: 100%;
		margin-right: 0;
	}
	#sidebar {
		width: 100%;
		margin: 0 auto 40px;
		margin: 0 auto 2.5rem;
		max-width: 230px;
		max-width: 14.375rem;
		float: none;
	}
	#footer {
		margin-bottom: 60px;
		margin-bottom: 3.75rem;
	}
	#footer p {
		text-align: center;
	}


	.navContainer {
		width: 100%;
		position: relative;
		z-index: 1500;
		height: 60px;
		height: 3.75rem;
	}

	.navToggle {
		transition: background 0.3s;
		overflow: hidden;
		position: relative;
		background: transparent;
		width: 40px;
		width: 2.5rem;
		margin: 10px 0 0 0;
		margin: 0.625rem 0 0 0;
		float: right;
		display: block;
		border: none;
		cursor: pointer;
	}
	.navToggle span.icon {
		position: absolute;
		top: 12px;
		top: 0.75rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 32px;
		width: 2rem;
		height: 3px;
		height: 0.1875rem;
		background-color: #108baf;
		transition: background 0s 0.3s;
		display: block;
	}
	.navToggle span.icon::before,
	.navToggle span.icon::after {
		position: absolute;
		display: block;
		left: 0;
		width: 32px;
		width: 2rem;
		height: 3px;
		height: 0.1875rem;
		background-color: #108baf;
		content: "";
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.navToggle span.icon::before {
		top: -10px;
		top: -0.625rem;
		transition-property: top, transform;
	}
	.navToggle span.icon::after {
		bottom: -10px;
		bottom: -0.625rem;
		transition-property: bottom, transform;
	}
	.navToggle.toggled span.icon {
		background-color: transparent;
	}
	.navToggle.toggled span.icon::before {
		top: 0;
		transform: rotate(45deg);
	}
	.navToggle.toggled span.icon::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.navToggle.toggled span.icon::before,
	.navToggle.toggled span.icon::after {
		transition-delay: 0s, 0.3s;
	}

	.navToggle span.text {
		display: block;
		text-transform: uppercase;
		font-size: 12px;
		font-size: 0.75rem;
		text-align: center;
		color: #108baf;
		padding: 30px 0 0;
		padding: 1.875rem 0 0;
	}

	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav.show:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 6px;
		border-radius: 0.375rem;
		position: absolute;
		-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
		box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
		z-index: 1;
	}

	.mainNav li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #b2b2b2;
		position: relative;
		list-style: none;
		z-index: 2;
	}

	.mainNav li a {
		text-decoration: none;
		display: block;
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.mainNav li.menu-item-has-children > a:after {
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		top: 24px;
		top: 1.5rem;
		margin: 0 0 0 4px;
		margin: 0 0 0 0.25rem;

		border: 4px solid transparent;
		border: 0.25rem solid transparent;

		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}

	/* First Level */

	.mainNav > li {
		background-color: #222;
		background-color: rgba(255, 255, 255, 0.85);
	}

	.mainNav > li > a {
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav > li > a:hover,
	.mainNav > li > a:focus {

	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
		border-bottom: none;
	}
	.mainNav > li:last-child ul {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}

	/* Second Level */

	.mainNav li ul {
		display: none;
		background-color: #333;
	}
	.mainNav li.hover > ul {
		display: block;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mainNav li.menu-item-has-children > a:after {
		border-color: transparent;
		border-top-color: #000;
	}
	.mainNav li.menu-item-has-children.hover > a:after {
		-ms-transform: rotate(-90deg); /* IE 9 */
	    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	    transform: rotate(-90deg);
	    margin-left: 6px;
	    margin-left: 0.375rem;
	    top: 22px;
	    top: 1.375rem;
	}
	.mainNav ul li { 
		border-top: 1px solid #b2b2b2;
		border-bottom: none;
	}
	.mainNav ul a { 
		padding-left: 40px;
		padding-left: 2.5rem;
		line-height: 48px;
		line-height: 3rem;
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Third Level */

	.mainNav ul ul a { 
		padding-left: 48px;
		padding-left: 3rem;
	}
}

/* 640px */
@media (max-width: 40em) {
	#bottomContent .inlineBlocks .inlineBlock {
		width: 50%;
	}
	#bottomContent .inlineBlocks .inlineBlock.availabilityBox {
		width: 100%;
	}
}

/* 540px */
@media (max-width: 33.75em) {
	body {
		background-image: none;
	}
	#header h1 {
		float: none;
		margin: 0 auto 24px;
		margin: 0 auto 1.5rem;
	}
	#header h2 {
		text-align: center;
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
		float: none;
	}
}

/* 440px */
@media (max-width: 27.5em) {
	#bottomContent .inlineBlocks .inlineBlock {
		width: 100%;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
}

/* 340px */
@media (max-width: 21.25em) {

}


/* HEIGHT */

/* 340px */
@media (max-height: 21.25em) {

}
