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

/*________ GLOBAL ELEMENTS ________*/

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




* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, 
*:before, 
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: none;
	color: #ff9c1b;
}
a:hover {
	color: #ff9c1b;
	text-decoration: underline;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #474747;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%; 

	background: #002c67 url(images/bg-body.png) no-repeat top center;
	background-size: 1028px 408px;
	background-size: 64.25rem 25.5rem;
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 940px;
	max-width: 58.75rem;
	margin: 0 auto;
}
.ie .wrapper {
	width: 940px;
}


/*________ HEADER & NAV ________*/

.header {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}
.header .logo {
	color: #fff;
	font-size: 58px;
	font-size: 3.625rem;
	margin: 32px 0 0 0;
	margin: 2rem 0 0 0;
	text-shadow: 1px 2px 2px #053052;
	float: left;
	font-family: 'SegoePrint';
	font-weight: 400;
	line-height: 1.25;
}
.header .logo a {
	color: #fff;
	text-decoration: none;
}

.header .headerInfo {
	float: right;
}
.header .headerInfo img {
	float: right;
	width: 130px;
	width: 8.125rem;
	height: auto;
	padding: 5px;
	padding: 0.3125rem;
	background-color: #fff2db;
	border-radius: 50%;
}
.header .headerInfo p {
	float: left;
	font-size: 22px;
	font-size: 1.375rem;
	color: #fff;
	padding: 40px 26px 0 0;
	padding: 2.5rem 1.625rem 0 0;
	text-align: right;
	line-height: 1.25;
	font-family: 'SegoeScript';
}




.navContainer {
	z-index: 1500;
	position: relative;
	width: 100%;
	height: 34px;
	height: 2.125rem;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faddb0+0,e0c397+75,e4cead+100 */
	background: #faddb0; /* Old browsers */
	background: -moz-linear-gradient(top,  #faddb0 0%, #e0c397 75%, #e4cead 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faddb0), color-stop(75%,#e0c397), color-stop(100%,#e4cead)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #faddb0 0%,#e0c397 75%,#e4cead 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #faddb0 0%,#e0c397 75%,#e4cead 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #faddb0 0%,#e0c397 75%,#e4cead 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #faddb0 0%,#e0c397 75%,#e4cead 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faddb0', endColorstr='#e4cead',GradientType=0 ); /* IE6-9 */
	
	margin: 0 0 10px;
	margin: 0 0 0.625rem;

	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.categoryToggle {
	display: none;
	border: none;
	padding: 2px;
	padding: 0.125rem;
	float: left;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	background-color: transparent;
	margin: 4px 0 0 12px;
	margin: 0.25rem 0 0 0.75rem;
	width: 50px;
	width: 3.125rem;
	height: 50px;
	height: 3.125rem;
	position: relative;
	text-transform: uppercase;
}
.categoryToggle .icon {
	position: absolute;
	margin: auto;
  	top: 0; left: 0; right: 0;
}
.categoryToggle .icon .icono {
	color: #fff;
}
.categoryToggle .icon .icono-hamburger {
	margin-top: 16px;
	margin-top: 1rem;
	width: 28px;
	width: 1.75rem;
}
.categoryToggle .icon .icono-cross {
	margin-top: 0;
	width: 28px;
	width: 1.75rem;
}
.categoryToggle .text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}

/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	padding: 0 14px;
	padding: 0 0.875rem;
	margin: 0;
	line-height: 34px;
	line-height: 2.125rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #715d3e;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-left: 1px solid #edd8b7;
	border-left: 1px solid rgba(255,255,255, 0.3);
	border-right: 1px solid #d0b68e;
	border-right: 1px solid rgba(0,0,0, 0.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: #fff;
	top: 24px;
	top: 1.5rem;
	position: absolute;
	margin: 0 0 0 4px;
	margin: 0 0 0 0.25rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav .menu-item-has-children:hover > a:after {
	border-top-color: #fff;
}

.mainNav > li:first-child {
	border-left: 1px solid #d0b68e;
	border-left: 1px solid rgba(0,0,0, 0.1);
}
.mainNav > li:last-child a {
}

/* main level link hover */
.mainNav > li:hover > a {
	background-color: #e0c397;
}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {
}

.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
}
.home .mainNav li.current-menu-parent > a,
.home .mainNav li.current-menu-item > a {
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 240px;
	width: 15rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	left: 0;
}
.mainNav ul .menu-item-has-children > a:after {
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	top: 16px;
	top: 1rem;
	right: 8px;
	right: 0.5rem;
}
/* Prevent dropdown nav items from flowing off screen (place in first media query) */
/*.mainNav li:nth-last-child(1) ul,
.mainNav li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}*/
/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
}
.mainNav ul a:hover {
}
/* level 3+ list */
.mainNav ul ul {
	left: 240px;
	left: 15rem;
	top: 0;
}
.mainNav ul .menu-item-has-children > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
	top: 22px;
	top: 1.375rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}


.categoryNavContainer  {
	position: relative;
	width: 100%;
}
.categoryNavContainer .wrapper {
	padding: 0 4px;
	padding: 0 0.25rem;
	position: relative;
	width: 100%;
	background-color: #ffab4f;
}
.categoryNav {
	list-style: none;
	overflow: hidden;
	z-index: 1000;
	position: relative;
}
.categoryNav li {
	float: left;
	border-right: 1px solid #f3b772;
}
.categoryNav li:last-child {
	border-right: none;
}
.categoryNav li a {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	text-decoration: none;
	padding: 0 10px;
	padding: 0 0.625rem;
	display: block;
	line-height: 40px;
	line-height: 2.5rem;
}
.categoryNav li a:hover {
	background-color: #fff2db;
	color: #023e91;
}




/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
	
}
.contentContainer .wrapper {
	background-color: #ffffff;
	padding: 16px 10px;
	padding: 1rem 0.625rem;
	overflow: hidden;
}
.content {
	padding: 0 10px;
	padding: 0 0.625rem;
}
.contentContainer .content {
	padding: 0 10px;
	padding: 0 0.625rem;
}
.mainContent .content {
	width: 74%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
	color: #023e91;
	border-bottom: 1px dotted #e0e0e0;
	clear: both;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	color: #023e91;
	text-decoration: none;
}
.content h1 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h2 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h3 {
	font-size: 18px;
	font-size: 1.125rem;
}
.content h4,
.content h5,
.content h6 {
	font-size: 16px;
	font-size: 1rem;
}
.content p {
	padding: 0 0 16px;
	padding: 0 0 1rem;
	line-height: 1.5;
	font-size: 12px;
	font-size: 0.75rem;
}
.content strong {
	color: #000000;
}
.content ul,
.content ol {
	padding: 0 0 16px 40px;
	padding: 0 0 1rem 2.5rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 16px 40px;
	padding: 0 0 1rem 2.5rem;
}
.content iframe {
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
 	padding: 0 0 20px;
 	padding: 0 0 1.25rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
}
.content .entryContent {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}



.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 100px;
	max-width: 6.25rem;
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
	float: right;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	border-bottom: 1px dotted #e0e0e0;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 6px 0 0;
	padding: 0 0.375rem 0 0;
	margin: 0 8px 8px 0;
	margin: 0 0.5rem 0.5rem 0;
	border-right: 1px solid #aaaaaa;
	line-height: 1;
	color: #ff9c1b;
	font-size: 10px;
	font-size: 0.625rem;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleMeta p strong {
	color: #ff9c1b;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}
.content .articleContainer .article .articleInfo a.readMore {
	color: #ff9c1b;
	text-decoration: underline;
	display: inline-block;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleContainer .article .articleInfo a.readMore:hover {
	text-decoration: none;
}

.content .navBelow {
	overflow: hidden;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
.content .navBelow .pageNav a {
	float: left;
	border: 1px solid #ff9c1b;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	color: #ff9c1b;
}
.content .navBelow .pageNav a:hover {
	color: #023e91;
	border-color: #023e91;
}
.content .navBelow .navNext a {
	float: right;
}



.content a[href$='.pdf'], /*pdf*/
.content a[href$='.xls'], /*excel*/
.content a[href$='.csv'], /*excel*/
.content a[href$='.xlw'], /*excel*/
.content a[href$='.xlt'], /*excel*/
.content a[href$='.doc'], /*word*/
.content a[href$='.rtf'], /*word*/
.content a[href$='.wps'], /*word*/
.content a[href$='.txt'], /*word*/
.content a[href$='.zip'], /*compressed files*/
.content a[href$='.rar'], /*compressed files*/
.content a[href^="mailto:"] /*email*/ {
	display: inline-block;
	padding-left: 20px;
	padding-left: 1.25rem;
	background: url(images/icon-document.png) top left no-repeat;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
}
.content a[href$='.xls'],
.content a[href$='.csv'],
.content a[href$='.xlw'],
.content a[href$='.xlt'] {

}
.content a[href$='.doc'],
.content a[href$='.rtf'],
.content a[href$='.wps'],
.content a[href$='.txt'] {

}
.content a[href^="mailto:"] {

}


/*________ FRONT PAGE ________*/

.homeSliderContainer .homeSlider {
	position: relative;
	margin: 0 0 32px -10px;
	margin: 0 0 2rem -0.625rem;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
}
.homeSliderContainer .homeSlider .slide {
	position: relative;
}
.homeSliderContainer .homeSlider .slide img {
	width: 100%;
	height: auto;
	display: none
}
.homeSliderContainer .homeSlider .slide.side-1 img,
.homeSliderContainer .homeSlider .slide.slick-slide img {
	display: block;
}
.homeSliderContainer .homeSlider button.slick-prev,
.homeSliderContainer .homeSlider button.slick-next {
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-top: -1.25rem;
	left: 0;
	background: url(images/icon-arrow-left.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.homeSliderContainer .homeSlider button.slick-next {
	left: auto;
	right: 0;
	background-image: url(images/icon-arrow-right.png);
}
.homeSliderContainer .homeSlider button.slick-prev:hover,
.homeSliderContainer .homeSlider button.slick-next:hover {
	opacity: 0.8;
}

.homeSliderContainer .homeSlider .slick-dots {
	position: absolute;
	bottom: 24px;
	bottom: 1.5rem;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.homeSliderContainer .homeSlider .slick-dots li {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
}
.homeSliderContainer .homeSlider .slick-dots li button {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.homeSliderContainer .homeSlider .slick-dots li.slick-active button,
.homeSliderContainer .homeSlider .slick-dots li button:hover {
	background-color: #fff;
}
.homeSliderContainer .homeSlider .slide a.slideInfo {
	display: block;
	padding: 16px 10px;
	padding: 1rem 0.625rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff2db;
	background-color: rgba(255,242,219, 0.8);
	text-decoration: none;
}
.homeSliderContainer .homeSlider .slide a.slideInfo:hover {
	background-color: #fff2db;
}
.homeSliderContainer .homeSlider .slide a.slideInfo span {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
}
.homeSliderContainer .homeSlider .slide a.slideInfo span.title {
	font-weight: 700;
	color: #023e91;
	padding: 0 160px 0 0;
	padding: 0 10rem 0 0;
}
.homeSliderContainer .homeSlider .slide a.slideInfo span.date {
	color: #ff9c1b;
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px 10px 0 0;
	padding: 1rem 0.625rem 0 0;
}







/*________ CONTACT PAGE ________*/

.page-template-pages-contact .contentContainer.fullContent .content {
	overflow: hidden;
}
.page-template-pages-contact .contentContainer.fullContent .content .entryContent {
	width: 50%;
	float: left;
}
.page-template-pages-contact .contentContainer.fullContent .content .sideContent {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}



/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


/*________ COMMENTS ________*/

.content ol.commentlist {
	list-style: none;
	padding: 0;

}
.content ol.commentlist .comment {
	padding: 16px 16px 0 64px;
	padding: 1rem 1rem 0 4rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	background-color: #f5f5f5;
	position: relative;
}
.content ol.commentlist .comment img {
	position: absolute;
	top: 16px;
	top: 1rem;
	left: 16px;
	left: 1rem;
}



/*________ SIDEBAR ________*/

.sidebar {
	padding: 20px 20px 2px;
	padding: 1.25rem 1.25rem 0.125rem;
	background-color: #fff2db;
}
.mainContent .sidebar {
	width: 25%;
	float: right;
}
.halfContent .sidebar {
	width: 50%;
	float: right;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar .section {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

.sidebar .section.background {
	padding: 2px 10px 10px;
	padding: 0.125rem 0.625rem 0.625rem;
	background-color: #ffe6b9;
	border: 1px solid #e8c191;
	border-radius: 4px;
	border-radius: 0.25rem;
}

.sidebar .section.background.archiveSection {
  padding: 0;
          border: none;
        }

.sidebar .section.background.archiveSection a {
	background-color: #ffab4f;
	border: 1px solid #d28939;
	border-radius: 4px;
	border-radius: 0.25rem;
          text-align: center;
          padding: 8px 16px;
                  padding: 0.5rem 1rem;
          display: block;
          color: #fff;
          font-size: 90%;
          font-weight: bold;
}
                .sidebar .section.background.archiveSection a:hover {
          text-decoration: none;
                            background-color: #d28939;
                        }

.sidebar .section h5, 
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 6px;
	padding: 0 0 0.375rem;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'SegoePrint';
	color: #023e91;
}

.sidebar .section .basicList ul {
	list-style: none;
}
.sidebar .section .basicList ul li {
}
.sidebar .section .basicList ul li a {
	line-height: 1.25;
	padding: 4px 0 4px 8px;
	padding: 0.25rem 0 0.25rem 0.5rem;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 12px;
	font-size: 0.75rem;
	color: #474747;
	background: url(images/icon-list-arrow.png) no-repeat center left;
	background-size: 3px 5px;
	background-size: 0.1875rem 0.3125rem;
}
.sidebar .section .basicList ul li a:hover {
	padding-left: 12px;
	padding-left: 0.75rem;
}



.sidebar form.searchform {
	position: relative;
}
.sidebar form.searchform .fieldContainer {
	overflow: hidden;
	padding: 0 20px 0 0;
	padding: 0 1.25rem 0 0;
}
.sidebar form.searchform .fieldContainer label {
	display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
	height: 28px;
	height: 1.75rem;
	padding: 0 6px;
	padding: 0 0.375rem;
	width: 100%;
	border: 1px solid #e8c191;
	border-radius: 4px;
	border-radius: 0.25rem;
}
.sidebar form.searchform button[type="submit"] {
	text-indent: -9999px;
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 4px;
	top: 0.25rem;
	right: 0;
}
.sidebar form.searchform button[type="submit"] img {
	width: 100%;
	height: auto;
}



/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 20px 0;
	padding: 1.25rem 0;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p.copyright {
	text-align: center;
}
.footer p.copyright span,
.footer p.copyright a {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.footer p.copyright span.seperator {
	padding: 0 4px;
	padding: 0 0.25rem;
}




/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 12px;
	font-size: 0.75rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}









/*________ DEVS FORMS ________*/

form.devsForm .ffname {
	display: none !important;
}

form.devsForm .fieldContainer {
	width: 100%;
	text-align: left;
	padding: 0 0 16px;
	padding: 0 0 1rem;
	overflow: hidden;
}
form.devsForm .fieldContainer label {
	display: block;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
form.devsForm .fieldContainer.noLabel label {
	display: none;
}
form.devsForm .fieldContainer .inputContainer {
	position: relative;
}
form.devsForm .fieldContainer input[type="text"],
form.devsForm .fieldContainer input[type="email"],
form.devsForm .fieldContainer input[type="password"],
form.devsForm .fieldContainer textarea {
	height: 40px;
	height: 2.5rem;
	width: 100%;
	border: 1px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	padding: 0 0.625rem;
	color: #222;
	border-radius: 0;
	-webkit-appearance: none;
}
form.devsForm .fieldContainer textarea {
	height: 120px;
	height: 7.5rem;
	resize: vertical;
	padding: 10px;
	padding: 0.625rem;
}
form.devsForm .fieldContainer input:focus,
form.devsForm .fieldContainer textarea:focus {
	border-color: #222;
}

form.devsForm .fieldContainer select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	height: 2.5rem;
	width: 100%;
	border-radius: 0;
}


form.devsForm .fieldContainer.checkbox.single label {
	overflow: hidden;
	display: block;
}
form.devsForm .fieldContainer.checkbox.single label input {
	float: left;
	margin: 2px 20px 0 0;
	margin: 0.125rem 1.25rem 0 0;
}
form.devsForm .fieldContainer.checkbox.single label span {
	overflow: hidden;
	display: block;
	color: #fff;
}

form.devsForm button[type="submit"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	height: 2.5rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
form.devsForm button[type="submit"]:hover {
	background-color: #222;
}

form ul.parsley-errors-list {
	padding: 0;
}
form ul.parsley-errors-list::after {
	content: '!';
	display: block;
	width: 18px;
	width: 1.125rem;
	height: 18px;
	height: 1.125rem;
	border-radius: 50%;
	background-color: #ee3333;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	right: 8px;
	right: 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 18px;
	line-height: 1.125rem;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
form ul.parsley-errors-list.filled::after {
	opacity: 1;
}
form ul.parsley-errors-list li {
	display: none;
}








/*________ MISC ________*/

.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}




ul.socialNav {
	text-align: left;
	width: auto;
}
ul.socialNav li {
	list-style: none;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 2px;
	border-radius: 0.125rem;
	overflow: hidden;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li.facebook a span {
	background-color: #3b5998;
}
ul.socialNav li.twitter a span {
	background-color: #238ccc;
}
ul.socialNav li.instagram a span {
	background-color: #3f729b;
}
ul.socialNav li.youtube a span {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a span {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a span {
	background-color: #26a146;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: #333 !important;
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 25%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
	max-width: 50%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a span svg,
ul.socialNav li.googlePlus a span img {
	max-width: 50%;
}
ul.socialNav li.pinterest a span svg,
ul.socialNav li.pinterest a span img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a span svg,
ul.socialNav li.tripAdvisor a span img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a span svg,
ul.socialNav li.linkedIn a span img {
	max-width: 50%;
}


/*________ 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: 2px;
	padding: 0.125rem;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 2px;
	border-radius: 0.125rem;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	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;
}
.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;
	-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 a 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;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ 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) {
	.wrapper {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	
	.mainNav {
		text-align: center;
	}
	.mainNav li {
		float: none;
		display: inline-block;	
		zoom: 1;
		*display: inline;
		vertical-align: top;
	}


	.header .logo {
		font-size: 40px;
		font-size: 2.5rem;
		text-align: center;
		float: none;
		margin: 20px 0 24px;
		margin: 1.25rem 0 1.5rem;
	}


	.header .headerInfo {
		float: none;
		text-align: center;
		margin: 0 0 20px;
		margin: 0 0 1.25rem;
	}
	.header .headerInfo img {
		display: inline-block;	
		zoom: 1;
		*display: inline;
		vertical-align: top;
		float: none;
		width: 100px;
		width: 6.25rem;
	}
	.header .headerInfo p {
		display: inline-block;	
		zoom: 1;
		*display: inline;
		vertical-align: top;
		float: none;
		padding: 28px 0 0 16px;
		padding: 1.75rem 0 0 1rem;
		text-align: left;
		font-size: 16px;
		font-size: 1rem;
	}


	.categoryNavContainer .wrapper {
		height: 60px;
		height: 3.75rem;
		padding: 0;
	}
	.categoryToggle {
		display: block;
	}
	.categoryNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		padding: 0 16px;
		padding: 0 1rem;
	}
	.categoryNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.categoryNav a {
		color: #fff;
		border: none !important;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.categoryNav li {
		width: 100%;
		float: none;
		border: none !important; 
		border-bottom: 1px solid #000 !important;
	}
	
	.categoryNav > li {
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.categoryNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.categoryNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.categoryNav li:hover > ul {
		display: none;
	}
	.categoryNav li.hover > ul {
		display: block;
	}
	.categoryNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		text-align: left !important;
		border: none !important;
	}
	.categoryNav .menu-item-has-children > a:after {
		border-color: transparent !important;
		border-top-color: #fff !important;
		left: auto !important;
		right: auto !important;
		top: 32px;
		top: 2rem;
	}
	.categoryNav .menu-item-has-children:hover > a:after {
		border-top-color: #fff !important;
	}
	.categoryNav ul li { 
		border: none !important;
		border-top: 1px solid #000 !important;
	}
	.categoryNav ul a { 
		padding-left: 32px;
		padding-left: 2rem;
		background-color: transparent;
	}
	.categoryNav ul ul a { 
		padding-left: 48px;
		padding-left: 3rem;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
	}
}

/* 640px */
@media (max-width: 40em) {
	
}

/* 540px */
@media (max-width: 33.75em) {

}

/* 440px */
@media (max-width: 27.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-left: 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) {
	
}
