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

/*________ GLOBAL ELEMENTS ________*/




* {
	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-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #A2A2A2;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%; 
	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
  	overflow-x: hidden;
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.large {
	max-width: 1240px;
	max-width: 77.5rem;
}
.ie .wrapper {
	width: 1160px;
}


/*________ HEADER & NAV ________*/

.header {
	position: relative;
}
.header .logo {
	width: 100%;
    max-width: 340px;
    max-width: 21.25rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 36px;
}
.header .logo img {
	width: 100%;
	height: auto;
}
.header .intro {
	text-align: center;
	position: relative;
    width: 100%;
}
.header .intro p {
	font-size: 44px;
	font-size: 2.75rem;
	color: #fff;
	line-height: 56px;
	line-height: 3.5rem;
	padding: 0 0 50px;
	padding: 0 0 3rem;
}
.header .intro .divider {
	width: 100%;
	margin: 0 auto;
	width: 196px;
	padding: 0 0 50px;
	padding: 0 0 3rem;
}	
.header .intro .makeBooking {
	background-color: #ff9620;
	margin-right: 16px; 
	margin-right: 1rem;
	border-color: #ff9620;
}
.header .intro .makeBooking:hover {
	border-color: #ff9620;
	color: #ffffff;
}
.header .intro .learnMore {
	background: rgba(255,255,255,0);
	border: 2px solid #fff;
	margin-left: 1rem;
	margin-left: 16px;
}
.header .intro .learnMore:hover {
	border-color: #ff9620;
	color: #ffffff;
}
.header .downWrapper {
	position: relative;
}
.header .downWrapper .down {
	background: url(images/icon-down.png) no-repeat;
	width: 74px;
	height: 74px;
	width: 4.625rem;
	height: 4.625rem;
	position: absolute;
	left: 50%;
	background-size: 100%;
	margin: -32px 0 0 -37px;
	margin: -2rem 0 0 -2.3125rem;
}
.header .downWrapper .down:hover {
	margin-top: -28px;
	margin-top: -1.75rem;
}




/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
	width: 100%;
	clear: both;
}
.mainContent .content {
	/*width: 71.5%;
	float: left;*/
}
.halfContent {
	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;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content h1,
.home .content h2 {
	
}
.content h2 {

}
.content h3 {
    font-size: 38px;
    font-size: 2.375rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    letter-spacing: .25rem;
    color: #6a6a6a;
    font-weight: 600;
}
.content h4 {
	color: #25aae1;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
}
.content h5,
.content h6 {

}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.875;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.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 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.content table tr {
}
.content table tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tr td {
	border-top: 1px dotted #ccc;
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}
.content a.button,
.header a.button,
.infoContainer .halfContent form.elab_form input[type=submit] {
	text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    background-color: #25aae1;
    color: #fff;
    padding: 20px 0;
    padding: 1.25rem 0;
    border-radius: 4px;
    border-radius: .25rem;
    letter-spacing: .5px;
    font-size: 14px;
    font-size: .875rem;
    width: 224px;
    width: 14rem;
    display: inline-block;
    border: 2px solid #25aae1;
}
.content a.button:hover,
.header a.button:hover,
.infoContainer .halfContent form.elab_form input[type=submit]:hover {
    background-color:rgba(0, 0, 0, 0.0);
    color: #25aae1;
}
.promoContainer a.button:hover {
	background-color:rgba(0, 0, 0, 0.0);
    border: 2px solid #25aae1;
    color: #ffffff;
}

.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:"] {

}
.mainContent .section {
	padding: 126px 0;
	padding: 7.875rem 0;
}


/*________ FRONT PAGE ________*/

.homeSliderContainer {
	width: 100%;
	clear: both;
	overflow-x: hidden; 
}
.homeSliderContainer .homeSlider {
	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;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
}
.homeSliderContainer .homeSlider .slick-dots li button {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	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;
}

.featuresContainer .inlineBlocks .feature {
	padding: 0 24px;
	padding: 0 1.5rem;
}
.featuresContainer .inlineBlocks .inlineBlock .featureBox {
	width: 74px;
	height: 74px;
	border: 2px solid #b0b0b0;
	display: block;
	margin: 16px auto 0;
	border-radius: 3px;
}
.featuresContainer .inlineBlocks .feature:hover .featureBox {
	transform: rotate(45deg);
	border-color: #FF9620;
}
.featuresContainer .inlineBlocks .inlineBlock .featureIcon {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.featuresContainer .inlineBlocks .inlineBlock .featureIcon img {
	max-width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: -1;
}
.featuresContainer .inlineBlocks .inlineBlock .featureTitle {
	padding: 24px 0 16px 0;
	padding: 1.5rem 0 1rem 0;
    text-transform: uppercase;
    color: #FF9620;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 3px;
}
.featuresContainer .inlineBlocks .inlineBlock p:last-child {
    line-height: 1.5;
    padding-bottom: 0;
}
.featuresContainer .inlineBlocks .inlineBlock hr {
	width: 45px;
    margin: 0 auto 1.25rem;
    border-bottom: 2px solid #b0b0b0;
}
.aboutContainer {
    border-top: 2px solid #f6f6f6;
}
.aboutContainer .halfContent .office {
	max-width: 506px;
	max-width: 31.625rem;
	width: 100%;
}
.aboutContainer .halfContent h3:before {
	content: '';
	border-left: 8px solid #25aae1;
	border-left: .5rem solid #25aae1;
	padding: 0 32px 0 0;
	padding: 0 2rem 0 0;
}
.aboutContainer .halfContent ul {
    list-style: none;
    padding: 0 0 32px;
    padding: 0 0 2rem;
    margin: 0;
}
.aboutContainer .halfContent li { 
	padding-left: 16px;
    padding-left: 1rem; 
}
.aboutContainer .halfContent li:before {
    content: url(images/icon-blue-bullet.png);
    line-height: 1.875;
    padding-right: 12px;
    padding-right: .875rem;
}
.aboutContainer .halfContent .button {
	text-align: center;
}
.facilitiesContainer {
	background-color: #202020;
	overflow: auto;
	position: relative;
}
.facilitiesContainer .left {
	width: 55%;
	float: left;
	padding-left: 48px;
	padding-left: 3rem;
}
.facilitiesContainer .right {
	width: 45%;
	float: left;
	background: url(images/img-office-2.jpg) no-repeat;
	background-size: cover;
}
.facilitiesContainer .facContent {
	position: relative;
}
.facilitiesContainer .facContent:after {
    width: 73px;
    height: 73px;
    right: -124px;
    top: 50%;
    margin-top: -36px;
    position: absolute;
}
.facilitiesContainer .facContent.reception:after {
    content: url(images/icon-reception.png);
}
.facilitiesContainer .facContent.ourSpace:after {
    content: url(images/icon-space.png);
}
.facilitiesContainer .facContent.connections:after {
    content: url(images/icon-connect.png);
}
.facilitiesContainer .facContent.food:after {
    content: url(images/icon-beverages.png);
}
.facilitiesContainer .facilitiesInfo {
	text-align: right;
	max-width: 672px;
	max-width: 42rem;
    float: right;
    padding: 126px 88px 126px 0;
	padding: 7.875rem 5.5rem 7.875rem 0;
}
.facilitiesContainer .facilitiesInfo h3 {
	color: #fff;
}
.facilitiesContainer .facilitiesInfo h3:after {
	content: "";
	border-right: 8px solid #25aae1;
	border-right: .5rem solid #25aae1;
	padding-left: 32px;
	padding-left: 2rem;
}
.facilitiesContainer .facilitiesInfo h4.reception:after {
	content: url(images/icon-reception.png);
	width: 73px;
	height: 73px;
	position: absolute;
}
.infoContainer {
	background-color: #f4f5f9;
}
.infoContainer .info {
	text-align: center;
}
.infoContainer .info h3 {
	letter-spacing: 0px;
}
.infoContainer .info p {
	font-size: 18px;
	font-size: 1.125rem;
}
.infoContainer .info .infoDivider {
	margin: 0 auto 64px;
	margin: 0 auto 4rem;
    width: 200px;
}
.infoContainer .halfContent {
	background-color: #ffffff;
}
.infoContainer .left {
	width: 40%;
	margin-right: 2.5%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.infoContainer .right {
	width: 57.5%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.infoContainer .halfContent .infoHalf {
	padding: 64px;
	padding: 4rem;
}
.infoContainer .halfContent form#contact_form_d8fe2 label {
	display: none;
}
.infoContainer form.elab_form fieldset input,
.infoContainer form.elab_form fieldset select,
.infoContainer form.elab_form fieldset textarea {
	border: none;
}
.infoContainer .halfContent form#contact_form_d8fe2 input,
.infoContainer .halfContent form#contact_form_d8fe2 textarea {
	border-bottom: 2px solid #f6f6f6;
	resize: none;
	margin: 8px 0;
}
.infoContainer .halfContent form#contact_form_d8fe2 textarea {
	overflow: hidden;
}
.infoContainer .halfContent form#contact_form_d8fe2 input[type=submit] {
	border-bottom-color: #25aae1;
}
.infoContainer .halfContent form.elab_form input[type=submit] {
	width: 176px;
    width: 11rem;
    padding: .875rem 0;
}
.promoContainer {
	background-image: url('images/img-promo-bg.jpg');
	background-size: cover;	
}
.promoContainer .promoWrapper {
	text-align: center;
	color: #fff;
	letter-spacing: normal;
}
.promoContainer .promoWrapper h3 {
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: normal;
	color: #fff;
	padding-bottom: 8px;
	padding-bottom: .5rem;
}
.promoContainer .promoWrapper h3 span {
	font-weight: 600;
}
.promoContainer .promoWrapper p {
	padding-bottom: 48px;
	padding-bottom: 3rem;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

/*________ FOOTER ________*/

.footerContainer {
	background-color: #202020;
}
.footerContainer .returnToTop {
	position: relative;
}
.footerContainer .return {
	background: url(images/icon-return.png) no-repeat;
	width: 53px;
	height: 53px;
	width: 3.3125rem;
	height: 3.3125rem;
	position: absolute;
	right: 48px;
	right: 3rem;
	top: 0;
	background-size: 100%;
	margin-top: -24rem;
	margin-top: -1.5rem;
}
.footerContainer .return:hover {
	margin-top: -32px;
	margin-top: -2rem;
}
.footer {
	width: 100%;
	clear: both;
	padding: 32px 0;
	padding: 2rem 0;
	overflow: auto;
}
.footer .copyright {
	float: right;
	color: #999999;
	font-size: 12px;
	padding: 4px 16px 0 0;
	padding: .25rem 1rem 0 0;
}
.footer .copyright a {
	text-decoration: none;
	color: #999999;
}
.footer .socialNav ul {
	text-align: left;
}
.footer .socialNav ul li {
	list-style: none;
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
}
.footer .socialNav ul li a {

}
.paginationContainer {
	width: 32px;
	height: 100%;
	position: fixed;
	left: 14px;
	top: 0;
}
.paginationWrapper {
	width: 40px;
}
.paginationWrapper .pagination {
	display: block;
	height: 36px;
    width: 40px;
    margin-bottom: 16px;
}
.paginationWrapper .pagination:before {
	content: '';
    width: 2px;
    background: #B3B3B3;
    display: block;
    height: 36px;
    margin: 0 auto;
    -webkit-transition: all 0.125s linear;
	-moz-transition: all 0.125s linear;
	-ms-transition: all 0.125s linear;
	-o-transition: all 0.125s linear;
	transition: all 0.125s linear;
}
.paginationWrapper .pagination:hover:before {
    background: #25aae1;
    width: 4px;
}
/*________ FORMS ________*/

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

.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}



/*________ MISC ________*/

.mapWrapper {
	padding:64px;
	padding:4rem;
	clear: both;
	background: #ffffff;
}
.mapContainer {
	position: relative;
	width: 100%;
	height: 384px;
	height: 24rem;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	position: relative;
	width: 24.75%;
}
.hide {
	display: none;
}
.clearFix {
	clear: both;
}
.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%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active,
.infoContainer .halfContent form.elab_form input[type=submit] {
	-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;
}

.animateZoom,
.gallery .gallery-item img {
	-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;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-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;
}

.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;
}
ul.socialNav {
	text-align: left;
	width: auto;
	float: left;
	padding-left: 16px;
	padding-left: 1rem;
}
ul.socialNav li {
	list-style: none;
}
ul.socialNav li:not(:last-child) {
	padding-right: 40px;
	padding-right: 2.5rem;
}
ul.socialNav li a {
	display: block;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	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 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: #999999;
}
ul.socialNav li a:hover span *,
ul.socialNav li a:focus span *,
ul.socialNav li a:active span * {
	fill: #25aae1;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-height: 100%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-height: 100%;
}
/*________ 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;
}
.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;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {
	.header .intro p {
		font-size: 32px;
		font-size: 2rem;
		line-height: 40px;
		line-height: 2.5rem;
	}
	.header .logo {
		max-width: 224px;
		max-width: 14rem;
	}
}

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

}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
	.paginationContainer {
		left: 0;
	}
	.facilitiesContainer .facContent:after {
	    right: -114px;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
		.facilitiesContainer .facContent:after {
	    	right: -106px;
	}
}

/* 1040px */
@media (max-width: 65em) {
	.header .intro p {
		font-size: 24px;
	    font-size: 1.5rem;
	    line-height: 32px;
	    line-height: 2rem;
	}
	.featuresContainer .inlineBlocks .inlineBlock .featureTitle {
		letter-spacing: 1px;
	}
	.content a.button,
	.header a.button,
	.infoContainer .halfContent form.elab_form input[type=submit] {
	    padding: 16px 0;
	    padding: 1rem 0;
	    width: 192px;
	    width: 12rem;
	}
}

/* 940px */
@media (max-width: 58.75em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
	.aboutContainer .content .halfContent:first-child {
		width: 35%;
	}
	.aboutContainer .content .halfContent:last-child {
		width: 65%;
		padding-left: 48px;
		padding-left: 3rem;
	}

}

/* 840px */
@media (max-width: 52.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
	.homeSliderContainer .homeSlider .slide img {
	    width: 200%;
	    margin-left: -50%;
	}
	.inlineBlocks .inlineBlock {
		width: 40%;
	}
	.featuresContainer .inlineBlocks .feature {
		padding: 0 4% 48px; 
		padding: 0 4% 3rem;
	}
	.paginationWrapper .pagination {
		display: none;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.infoContainer .left {
		text-align: center;
		width: 100%;
	}
	.infoContainer .right {
		width: 100%;
	}
	.infoContainer .right .infoHalf {
		padding-bottom: 128px;
		padding-bottom: 8rem;
	}
	.footer .inlineBlocks .inlineBlock {
		width: 32px;
		width: 2rem;
	}
	.footer .copyright {
		float: none;
	    padding: 0 0 16px 0; 
	    padding: 0 0 1rem 0; 
	    text-align: center;
	}
	ul.socialNav {
	    text-align: center;
	    width: auto;
	    float: none;
	    padding: 0 0 16px;
	    padding: 0 0 1rem; 
	}
	.facilitiesContainer .left {
		width: 100%;
		float: none;
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.facilitiesContainer .right {
		display: none;
	}
	.facilitiesContainer .facContent.reception:after,
	.facilitiesContainer .facContent.ourSpace:after,
	.facilitiesContainer .facContent.connections:after,
	.facilitiesContainer .facContent.food:after {
    	content: none;
	}
	.facilitiesContainer .facilitiesInfo {
		padding: 126px 88px 126px 88px;
    	padding: 7.875rem 5.5rem 7.875rem 5.5rem;
    	max-width: none;
    	float: none;
	}
}

/* 640px */
@media (max-width: 40em) {
	.navContainer .mobileInfo {
		display: block;
	}
	.page-template-pages-contact .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-contact .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}	
	.featuresContainer .inlineBlocks .feature {
		padding: 0 15% 48px;
    	padding: 0 15% 3rem;
	}
	.inlineBlocks .inlineBlock {
		width: 100%;
	}
	.inlineBlocks .inlineBlock:last-child {
		padding-bottom: 0;
	}
	.aboutContainer .content .halfContent:first-child,
	.aboutContainer .content .halfContent:last-child {
		width: 100%;
	}
	.aboutContainer .halfContent .office {
		margin: 0 auto 64px;
		margin: 0 auto 4rem;
	}
	.aboutContainer .content .halfContent:last-child {
		padding-right: 48px;
		padding-right: 3rem; 
	}
}

/* 540px */
@media (max-width: 33.75em) {
	.header .intro p {
		font-size: 16px;
	    font-size: 1rem;
	    line-height: 24px;
	    line-height: 1.5rem;
	}
	.header .logo {
    	max-width: 192px;
    	max-width: 12rem;
    	top: 24px;
    	top: 1.5rem;
	}
	.content a.button,
	.header a.button,
	.infoContainer .halfContent form.elab_form input[type=submit] {
		width: 176px;
		width: 11rem;
		padding: 16px 0;
		padding: 1rem 0;
	}
	.mapWrapper {
		padding: 0;
	}
}

/* 440px */
@media (max-width: 27.5em) {
	.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;
	}
	.aboutContainer .content .halfContent:last-child {
		padding: 0; 
	}
	.facilitiesContainer .facilitiesInfo {
		padding: 126px 0;
    	padding: 7.875rem 0;
	}
}

/* 340px */
@media (max-width: 21.25em) {
	.header a.button {
		width: 160px;
		width: 10rem;
	}
	.header .intro {
		padding-top: 64px;
		padding-top: 4rem;
	}
	.header .intro .divider {
		padding-bottom: 16px;
		padding-bottom: 1rem;
	}
}

/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
}
