/* GENERAL
========================== */
.cssa {
position:fixed;
top:25px;
right:0px;
z-index:99999;
}
.cssa a {
width:60px;
height:40px;
text-indent:-9999px;
display:block;
background:url('http://www.cssawds.com/ribbons/brand-award-right.png') no-repeat;
}

body {
	overflow-x: hidden;
}

#loadOverlay {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/uploads/site/LoadBg.jpg');
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
}

#loadOverlay.fade {
	opacity: 0;
}

.loader {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a,
label {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1 {
	font-size: 32px;
	font-weight: 700;
	color: #3f3f3f
}

p,
label {
	font-size: 14px;
	color: #666666;
	font-weight: 300;
}

label {
	font-weight: 700;
}

p a {
	font-weight: 400;
	color: #666666;
}

.services .fancybox-title-float-wrap  {
	width: 50%;
}

.services .fancybox-title-float-wrap .child {
	white-space: normal;
	width: 100%;
}


.services .overlayInfo {
	display: block!important;
	opacity: 1!important;
	background: none;
	transition: background .3s ease;
	/* background: rgba(0, 0, 0, 0.8); */
}

.services .overlayInfo .projectDetails {
	padding-right: 0!important;
	opacity: 1!important;
}

.services .projectBox.hovered .overlayInfo {
	background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:1023px) {
.services .fancybox-title-float-wrap  {
	width: 100%;
	}
}

/* SIDEBAR
========================== */

.sideBar {
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background: white;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

@media screen and (max-width: 767px) {
	.sideBar {
		position: fixed;
		max-height: 57px;
		top: 0;
		right: 0;
		left: 0;
		bottom: auto;
		text-align: center;
		transition: max-height .3s ease;
		background: rgba(255, 255, 255, 1);
		width: 100vw
	}
	.sideBar.mobile {
		max-height: 100%;
	}

	.cssa {
	position:fixed;
	top:100px;
	right:0px;
	z-index:99999;
	}
}


/* OUTER SIDEBAR
======================================= */

.outerBar {
	height: 100%;
	position: relative;
	width: 75PX;
	float: left;
	padding: 25px 0;
	min-height: 600px;
}

.hamburger {
	padding: 0;
	transition: all .3s ease;
	margin-left: -5px;
	margin-right: 0;
}

.sideBar.open .hamburger {
	margin-left: 1px
}

.sideBar.open #verticalLogo {
	opacity: 0;
}

.hamburger-box {
	width: 35px;
}

.hamburger-inner:after,
.hamburger-inner:before {
	width: 30px;
	height: 2px;
	right: 0;
	border-radius: 0;
	background: #676767;
}

.hamburger-inner:after {
	bottom: -8px;
}

.hamburger-inner:before {
	top: -8px;
}

.hamburger-inner {
	width: 35px;
	height: 2px;
	transition: all .3s ease;
	border-radius: 0;
	background: #676767;
}

.is-active .hamburger-inner {
	width: 30px;
}

a.homeButton {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	margin-top: -24px;
	right: 4px;
}

#verticalLogo {
	height: 290px;
	display: block;
	margin: 0 auto;
	transition: opacity .3s ease;
}

a.galleryButton {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 20px;
	width: 30px;
	height: 30px;
}

#mobileLogo {
	display: none;
}

@media screen and (max-width: 767px) {
	#verticalLogo {
		display: none!important;
	}
	.hamburger {
		float: left;
	}
	.sideBar.open .hamburger {
		margin-left: -1px
	}
	#mobileLogo {
		display: inline-block;
		max-width: 225px;
		margin: 25px auto 0;
	}
	.outerBar {
		height: 57px;
		position: relative;
		width: 100%;
		float: left;
		padding: 15px 25px;
		min-height: 0;
		z-index: 999999999;
		background: white;
	}
	a.galleryButton {
		bottom: 16px;
		right: 20px;
		left: auto;
		width: 25px;
	}
}

@media screen and (max-width: 640px) {
	a.galleryButton {
		bottom: 14px;
		right: 20px;
		left: auto;
		width: 25px;
	}
}

@media screen and (max-width: 350px) {
	#mobileLogo {
		max-width: 175px;
	}
}


/* INNER SIDEBAR
======================================= */

.innerBar {
	height: 100%;
	position: relative;
	width: 340px;
	margin-left: -340px;
	float: left;
	transition: margin-left .4s ease-in-out;
	padding: 0 0 0 40px;
	text-align: left;
	min-height: 600px;
	overflow-y: auto;
}

.innerBar ul {
	list-style: none;
	margin: 0;
}

.sideBar.open .innerBar {
	margin-left: 0;
}

@media screen and (max-width: 767px) {}


/* INNER - SECTION ONE - LOGO
======================================= */

.sectionBlock.one {
	height: 21vh;
	position: relative;
	min-height: 126px
}

.sectionBlock.one h1 {
	position: absolute;
	bottom: 0;
	margin: 0;
}

.sectionBlock.one #horizontalLogo {
	width: 300px;
}

@media screen and (max-width: 767px) {
	.sectionBlock.one {
		display: none;
	}
}


/* INNER - SECTION TWO - NAV
======================================= */

.sectionBlock.two {
	height: 47vh;
	position: relative;
	animation-delay: .15s;
	-moz-animation-delay: .15s;
	-webkit-animation-delay: .15s;
	-o-animation-delay: .15s;
	min-height: 281px
}

.sectionBlock.two nav {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.section-two nav ul {
	margin: 0 0 0;
}

nav ul li:first-child {
	margin-top: 0;
}

nav ul li:last-child {
	margin-bottom: 0;
}

nav ul li {
	margin: 8px 0;
}

nav ul li a {
	font-size: 16px;
	color: #666666;
	transition: color .3s ease;
}

nav ul li a.active {
	font-weight: 700;
	margin-left: 4px
}

.hvr-underline-from-left:before {
	background: #666;
	height: 1px;
}

.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

nav ul li a:hover {
	color: #3f3f3f
}

@media screen and (max-width: 767px) {
	.sectionBlock.two {
		height: 50%;
		min-height: 200px;
	}
	.sectionBlock.two nav {
		top: 55%
	}
	nav ul li a {
		font-size: 18px;
	}
}


/* INNER - SECTION THREE - LANGUAGE
======================================= */

.sectionBlock.three {
	height: 5vh;
	position: relative;
	animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-o-animation-delay: .3s;
	min-height: 30px
}

.langTabs ul li {
	display: inline-block;
}

.langTabs ul li a {
	font-size: 16px;
	color: #666666;
}

.langTabs ul li a.active {
	font-weight: 700;
}

.langTabs ul li a:after {
	content: " /"
}

.langTabs ul li:last-child a:after {
	content: ""
}

@media screen and (max-width: 767px) {
	.sectionBlock.three {
		height: 11%;
		min-height: 45px
	}
	.langTabs {
		position: relative;
		top: 75%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}


/* INNER - SECTION FOUR - CONTACT AND SOCIAL
======================================= */

.sectionBlock.four {
	height: 27vh;
	position: relative;
	animation-delay: .45s;
	-moz-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-o-animation-delay: .45s;
	min-height: 162px
}

.bottomLinks {
	position: absolute;
	bottom: 20px;
	left: 0;
}

.bottomLinks ul li {
	font-size: 14px;
	color: #666666;
	font-weight: 700;
}

.bottomLinks ul li a {
	font-weight: normal;
	color: #666666;
}

ul.social {
	margin-top: 20px;
}

ul.social li {
	display: inline-block;
	padding-right: 10px;
}

ul.social li a {
	font-size: 24px;
}

p.credit {
	margin: 15px 0 0;
	font-size: 12px;
	color: #666666;
	font-weight: 300;
}

p.credit a {
	font-weight: 700;
	color: #666666;
}

@media screen and (max-width: 767px) {
	.sectionBlock.four {
		height: 39%;
		min-height: 155px
	}
	.bottomLinks {
		bottom: 25px;
	}
	.bottomLinks ul li a {
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 8px;
		display: inline-block;
	}
	ul.social {
		margin-top: 20px;
	}
	.bottomLinks ul.social li a {
		font-size: 24px;
		margin-bottom: 0;
	}
}


/* SCREEN DIMMER
======================================= */

.screenDim {
	position: fixed;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transition: background .3s ease-out;
}

.screenDim.dimmed {
	background: rgba(0, 0, 0, 0.75);
	z-index: 99;
}


/* HOME PAGE
======================================= */

#fullpage {
	margin-left: 75px;
}

#fp-nav {
	transition: all .3s ease;
}

#fp-nav.left {
	left: 90px
}

#fp-nav ul li a span {
	background: white;
}

#fp-nav.scrolled li a span {
	background: #3f3f3f;
	transition: all .3s ease;
}

#fp-nav.scrolled li a.active span {
	background: transparent;
	border: 2px solid #3f3f3f
}

#fp-nav ul li a.active span {
	background: transparent;
	border: 2px solid white
}

.fullPageNav ul {
	margin: 0;
	list-style: none;
}

.fullPageNav li a {
	border: 1px solid white;
	height: 9px;
	width: 9px;
	border-radius: 50%;
	display: block;
	margin: 20px 0
}

.fullPageNav li.active a {
	background: white;
}

.section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.textContainer {
	height: 100%;

	animation-duration: .75s;
	-moz-animation-duration: .75s;
	-webkit-animation-duration: .75s;
	-o-animation-duration: .75s;
	opacity: 0;
	position: relative;
}



.fpText {
	position: absolute;
	bottom: 75px;
	right: 75px;
}

.textBlock {
	background: rgba(0, 0, 0, .65);
	padding: 15px 25px 25px
}

.fpText h2 {
	color: white;
	font-weight: 700;
	font-size: 28px;
	margin: 0;
}

.fpText p {
	margin: 0;
	padding-top: 8px;
	color: white;
	font-weight: 300;
	font-size: 18px;
	border-top: 1px solid white;
	display: inline-block;
}

#animation_container {
	width: 100%!important;
	height: auto!important;
	text-align: center;
	margin-top: 2%;
	margin-left: 1%;
}

canvas {
	width: 55%!important;
	height: auto!important;
	margin: 0 auto;
	position: relative!important;
}

@media screen and (max-width: 1023px) {
	.fpText {
		position: absolute;
		bottom: 50px;
		right: 50px;
	}
	canvas {
		width: 75%!important;
	}
}

@media screen and (max-width: 767px) {
	#fullpage {
		margin-left: 0;
	}
	#fp-nav.left {
		left: 25px;
	}
	.fpText {
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0
	}
	.textBlock {
		display: block;
	}
	.fpText p {
		font-size: 16px;
		border-color: #3f3f3f
	}
	.innerBar {
		position: absolute;
		top: 57px;
		left: 0;
		right: 0;
		bottom: 0;
		padding-left: 25px;
		height: AUTO;
		z-index: 999999999999999;
		min-height: 500px;
	}
	.textContainer {
		animation-delay: 0s;
		-moz-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-duration: .5s;
		-moz-animation-duration: .5s;
		-webkit-animation-duration: .5s;
		-o-animation-duration: .5s;
		opacity: 0;
		position: relative;
	}
	canvas {
		width: 100%!important;
	}
	.textContainer.last {
		-webkit-column-count: 1;
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
		-webkit-column-gap: 30px;
		/* Chrome, Safari, Opera */
		-moz-column-gap: 30px;
		/* Firefox */
		column-gap: 30px;
		padding: 90px 25px 25px;
	}
}


/* PROJECTS PAGE
======================================= */

.fixedTitle {
	position: fixed;
	margin: 0 auto;
	left: 75px;
	right: 15px;
	background: white;
	z-index: 99;
	padding: 15px 0 0;
}

.gridContainer {
	margin: 0 15px 0 75px;
}

.filters {
	margin-top: 12px;
}

.filters p {
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	margin: 0;
}

.filters ul {
	list-style: none;
	margin: 0;
	display: inline-block;
}

.filters ul li {
	display: inline-block;
}

.filters ul li a {
	font-size: 16px;
	color: #3f3f3f;
}

.filters ul li a.active {
	font-weight: 600
}

.filters ul li:after {
	content: " /"
}

.filters ul li:last-child:after {
	content: ""
}

ul.filterLinks {
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	white-space: nowrap;
	float: right;
	margin-bottom: 10px;
}

ul.filterLinks li {
	color: #ccc;
	cursor: pointer;
	transition: all .3s ease;
}

ul.filterLinks li.active {
	color: #3f3f3f;
}

.subPage.grid {
	margin-top: 110px;
}

.grid {
	margin-top: 75px;
}

.projectContainer {
	width: 25%;
	padding: 0 15px;
	height: 200px;
	margin-bottom: 25px;
	position: absolute;
}

.projectBox {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	text-align: center;
	position: relative;
	transition: all .4s ease;
}

.playButton {
	width: 65px;
	height: 65px;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.projectBox.hovered {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.overlayInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: right;
	padding: 25px 15px 15px;
	display: none;
}

.projectDetails {
	position: absolute;
	bottom: 15px;
	left: auto;
	width: 100%;
	right: 15px;
	padding-right: 15px;
	transition: all .4s ease;
	opacity: 0;
}

.projectBox.hovered .projectDetails {
	padding-right: 0px;
	opacity: 1;
}

.overlayInfo h2 {
	color: white;
	font-weight: 300;
	font-size: 16px;
}

.overlayInfo h3 {
	color: white;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 -1px;
}

.overlayInfo p {
	color: white;
	margin: 0;
	display: inline-block;
	border-top: 1px solid white;
	padding-top: 3px;
}

.fancybox-skin {
	padding: 0!important;
}

.fancybox-title-float-wrap {
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	text-align: left;
}

.fancybox-title-float-wrap .child {
	background: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	font-weight: bold;
	line-height: normal;
	white-space: nowrap;
	padding: 10px 20px;
	text-align: right;
}

.fancybox-title-float-wrap .child h2 {
	font-weight: 700;
	margin: 0;
	font-size: 24px;
}

.fancybox-title-float-wrap .child p {
	margin: 0;
	color: white;
	border-top: 1px solid white;
	padding-top: 7px;
}

.fancybox-next span {
	background-image: url('../img/next.png');
	background-position: center center;
	background-size: 35px 35px;
}

.fancybox-prev span {
	background-image: url('../img/prev.png');
	background-position: center center;
	background-size: 35px 35px
}

.fancybox-close {
	background-image: url('../img/close.png');
	background-size: 35px 35px
}

.fancybox-nav {
	height: 85%;
}

.fancybox-nav span {
	margin-top: 10%;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}

.quickLinks {
	margin: 0 -15px;
}

.linkBox {
	border: 1px solid rgba(255, 255, 255, .5);
	margin-top: 15px;
	display: block;
	color: white;
	font-weight: 700;
	text-align: left;
	padding: 5px 15px;
	transition: background .3s ease;
	font-size: 18px;
}

.linkBox:hover,
.linkBox:active,
.linkBox:visited,
.linkBox:focus {
	color: white;
	background: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1366px) {
	.fixedTitle {
		right: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.projectContainer {
		width: 33.333333333%
	}
	ul.filterLinks {
		margin-top: 10px;
		width: calc(100vw - 120px)
	}
	.subPage.grid {
		margin-top: 112px
	}
	.filters {
		padding-top: 4px;
	}
}

@media screen and (max-width: 767px) {
	.fixedTitle h1 {
		font-size: 24px;
		margin-top: 8px;
	}
	ul.filterLinks {
		width: calc(100vw - 30px);
	}
	.gridContainer {
		margin: 0;
	}
	.projectContainer {
		width: 50%
	}
	.fixedTitle {
		right: 0px;
		left: 0;
		top: 50px;
		padding-top: 0px;
		padding-bottom: 8px;
	}
	.grid {
		margin-top: 135px;
	}
	.subPage.grid {
		margin-top: 150px
	}
	ul.filterLinks {
		margin-top: 10px;
	}
	.overlayInfo {
		display: block!important;
		top: auto;
		bottom: 0;
		height: auto;
		padding-top: 5px;
		padding-bottom: 8px;
	}
	.projectDetails {
		opacity: 1;
		position: static;
		padding-right: 0;
	}
	.fancybox-title-float-wrap .child {
		padding: 5px 15px;
	}
	.linkBox {
		background: black;
	}
}

@media screen and (max-width: 640px) {
	.fixedTitle .columns {
		text-align: center!important;
	}
	.fixedTitle h1 {
		margin: 0;
	}
	.filters {
		margin-top: 0;
	}
	.grid {
		margin-top: 120px;
	}
	.filters p {
		display: none;
	}
	.filters ul li a {
		font-size: 15px;
	}
	.filters ul li {
		font-size: 13px;
	}
	ul.filterLinks {
		width: 100%;
		white-space: normal;
		margin-bottom: 0;
	}
	.subPage.grid {
		margin-top: 198px
	}
}

@media screen and (max-width: 450px) {
	.projectContainer {
		width: 100%
	}
}


/* RESIDENCES PAGE
======================================= */

.internalFullPage .intro h1 {
	font-weight: 700;
	font-size: 28px;
	margin: 0;
	color: white;
	border-bottom: 1px solid white;
}

.internalFullPage .intro p {
	border: none;
}

.subSection .fpText h2 {
	border-bottom: 1px solid white;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.internalFullPage .textBlock {
	text-align: left;
}

.subSection h3 {
	color: white;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}

.subSection p {
	font-size: 18px;
	border: none;
	margin-bottom: 1rem;
	padding: 0;
}

.subSection ul {
	margin: 0;
	list-style: none;
}

.subSection ul li {
	font-size: 13px;
	color: white;
	text-indent: -9px;
	padding-left: 10px;
}

.subSection ul li:before {
	content: "-  "
}

.mobileImgShow {
	display: none;
}

@media screen and (max-width: 1023px) {
	.internalFullPage .fpText {
		width: 66.6666666666%;
		margin-left: 33.333333333333333%
	}
}

@media screen and (max-width: 767px) {
	.internalFullPage {
		padding-top: 57px;
	}
	.internalFullPage .section {
		background: none!important;
	}
	.internalFullPage .textContainer {
		opacity: 1;
	}
	.internalFullPage .fpText {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.mobileImgShow {
		display: block;
	}
	.internalFullPage .textBlock {
		background: rgba(0, 0, 0, 0);
	}
	.internalFullPage .intro h1 {
		font-size: 32px;
		color: #3f3f3f;
		border-bottom-color: #3f3f3f;
	}
	.internalFullPage .intro p {
		padding-top: 10px;
	}
	.internalFullPage h3,
	.internalFullPage h2,
	.internalFullPage p,
	.internalFullPage ul li {
		color: #3f3f3f;
	}
	.subSection .fpText h2 {
		border-bottom-color: #3f3f3f
	}
	.quickLinks {
		margin: 0 -15px;
		padding: 0;
	}
	.internalFullPage .textBlock {
		padding: 40px 25px
	}
	.subSection p {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {}


/* ADVENTURES PAGE
======================================= */

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.fp-controlArrow.fp-prev {
	display: none
}

.fp-controlArrow.fp-next {
	right: 85px;
	border: none;
	background-image: url('../images/uploads/site/next.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	background-position: center;
	opacity: 0;
	animation-delay: .45s;
	-moz-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-o-animation-delay: .45s;
	transition: all .3s ease;
}

.fp-controlArrow.fp-next.spin {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no_transition {
	transition: none !important;
}

.fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	height: 100%;
	width: 100%;
}

a.videoLink {
	font-weight: 700;
	color: white;
}

@media screen and (max-width: 1366px) {
	.fpText p {
		font-size: 16px;
	}
	.fp-controlArrow.fp-next {
		top: 65px;
	}
	.linkBox {
		font-size: 16px;
		padding: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.subSection .fpText h2,
	.internalFullPage .intro h1 {
		font-size: 28px
	}
	.fp-controlArrow.fp-next {
		right: 62px;
	}
}

@media screen and (max-width: 767px) {
	.slide {
		background: white!important;
	}
	.slide video {
		opacity: 0!important;
		visibility: hidden!important;
	}
	.fp-controlArrow.fp-next {
		opacity: 1;
		top: 50px;
		right: 10px;
		background-size: 45px 45px;
	}
	a.videoLink {
		font-weight: 700;
		color: #666;
	}
	.linkBox {
		text-align: center;
		vertical-align: middle;
	}
}


/* ABOUT PAGE
======================================= */

.verticalSplit {
	height: 100%;
	padding: 8px 0;
}

.verticalSplit .columns {
	height: 100%;
}

.verticalImg {
	height: 100%;
	background: red;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.centeredText {
	padding: 0 16.66666666666%;
	top: 41%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	opacity: 0;
}

.centeredText.profile {
	top: 34%
}

.centeredText h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	color: #3f3f3f
}

p.contactDetails {
	font-size: 16px;
}

.contactDetails a {
	color: white;
}

.profileDetails {
	margin-bottom: 10px;
}

.row .profileDetails .row {
	margin: 0 -15px;
}

.profileDetails h3 {
	font-weight: 700;
	font-size: 16px;
	color: white;
	margin: 0;
	display: inline-block;
}

.profileDetails h4 {
	font-weight: 300;
	font-size: 16px;
	color: white;
	margin: 0;
	margin-top: 5px;
}

.values .fp-controlArrow.fp-next {
	right: auto;
	left: 20%;
	bottom: 40px;
	top: auto;
	background-image: url('../img/nextgrey.png');
	overflow: visible;
}

.team .fp-controlArrow.fp-next {
	right: 25%;
	bottom: 40px;
	top: auto;
	background-image: url('../img/nextgrey.png');
	overflow: visible;
}

@media screen and (max-width: 1366px) {
	.subSection p {
		font-size: 16px;
	}
	p.contactDetails,
	.profileDetails h4 {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	.profileDetails h3 {
		display: block;
	}
	.profileDetails h4 {
		float: none;
	}
}

@media screen and (max-width: 1024px) {
	.centeredText h2 {
		font-size: 28px
	}
	.centeredText {
		padding: 0 12%;
	}
	.centeredText.profile {}
	#fp-nav.scrolled {
		margin-left: -10px;
	}
	.contactDetails {
		white-space: nowrap;
	}
}

@media screen and (max-width: 800px) {
	.centeredText h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.columnOverride {
		width: 100%;
		padding: 0;
	}
	.team .fp-controlArrow.fp-next,
	.values .fp-controlArrow.fp-next {
		opacity: 1;
		top: 60px;
		right: 5px;
		left: auto;
	}
	.values .fp-controlArrow.fp-next {
		background-image: url('../img/next.png')
	}
	.centeredText {
		position: static;
		transform: none;
		-webkit-transform: none;
		opacity: 1;
		padding: 40px 25px;
	}
	.centeredText h2,
	.centeredText p,
	.profileDetails h4,
	.profileDetails h3,
	.contactDetails a {
		color: #3f3f3f;
	}
	.verticalImg {
		display: none;
	}
}




/* BLOG PAGE
======================================= */



.blogContainer {
	width: 33.33333333%;
	padding: 0 15px;
	height: 350px;
	margin-bottom: 25px;
	position: absolute;
}

.blogBox {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	text-align: center;
	position: relative;
	transition: all .4s ease;
}

.blogBox.hovered {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}


.blogInfo {
	position: absolute;
	bottom: 15px;
	left: auto;
	width: 75%;
	right: 30px;
	transition: all .4s ease;
	opacity: 0;
}

.blogBox.hovered .blogInfo {
	right: 15px;
	opacity: 1;
}


.blogInfo h3 {
	border-bottom: 1px solid white;
	padding-bottom: 2px;
}

.blogInfo p {
	font-size: 16px;
}


.blogWrapper {
	padding-left:75px;
}

.blogSliderContainer {
	position: relative;
}

.blogSlide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 75vh;
	min-height: 525px;
	position: relative;
}

.blogSlide .imageCaption {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .65);
    padding: 15px 25px 15px;
}

.blogSlide .imageCaption p {
	font-size: 16px;
	margin: 0;
	color: white;
	font-weight: normal;
}

.blogSliderContainer .row.controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0 auto;
	right: 15px;
	left: 0;
}

.row.controls img {
	width: 55px;
	cursor: pointer;
}

.blogSliderContainer a {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .65);
	color: white;
	font-weight: 700;
	padding: 8px 15px;
	line-height: 1;
	transition: all .3s ease;
}

.blogSliderContainer a:hover {
	background: black;
	color: white;
}

.blogTitle {
	padding: 20px 0;
	background: black;
	text-align: center;
}


.blogTitle h1 {
	color: white;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 3px
}

.blogTitle p {
	color: white;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	display: inline-block;
}

.blogTitle p.author {
	font-weight: normal;
}

.blogTitle a {
	font-weight: normal;
	color: white;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}

.blogBody {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	padding: 40px 0 ;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}

.blogBody, .sources {
	padding-left: 10%;
	padding-right: 10%;
}

.blogBody p, .blogBody li {
	font-size: 16px;
	font-weight: 300;
	color: #666666;
}

.blogBody a.back {
	display: block;
	border: 1px solid #666666;
	color: #666666;
	font-weight: 700;
	padding: 8px 15px;
	line-height: 1;
	transition: all .3s ease;
	text-align: center;
	margin-top: 20px;
}

.blogBody a.back:hover {
	background: black;
	color: white;
}


.sources {
	padding-bottom: 40px;
}

.sources h2 {
	font-weight: 700;
	font-size: 24px;
	color: #666666;
	margin-bottom: 15px
}

.sources li a {
		font-size: 16px;
	font-weight: 300;
	color: #666666;
}

@media screen and (max-width: 1366px) {
	.blogBody, .sources {
	padding-left: 0;
	padding-right: 0;
}

}


@media screen and (max-width: 1023px) {

	.blogSlide {
		height: 75vh;
		min-height: 450px;
	}

	.blogContainer {
		width: 50%;
		height: 275px;
	}

	.blogBody {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	padding: 40px 15px ;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}

	.blogBody, .sources {
	padding-left: 15px;
	padding-right: 15px;
}


}


@media screen and (max-width: 767px) {


	.blogWrapper {
	padding-left:0;
		padding-top: 57px
}

	.blogBody {
		padding: 25px 15px;
	}

	.sources {
		padding-bottom: 25px;
	}

	.blogInfo {
	position: static;
	width: 100%;
	padding-right: 0;
	transition: all .4s ease;
	opacity: 1;
}

	.blogInfo h3 {
		font-size: 18px;
	}

	.blogSlide .imageCaption  {
		text-align: right;
	}

	.blogSlide .imageCaption p {
		font-size: 14px;
	}

}


@media screen and (max-width: 639px) {

		.blogSlide {
		height: 50vh;
		min-height: 250px;
	}


	.blogContainer {
		width: 100%;
		height: 250px;
	}

}



/* CONTACT PAGE
======================================= */

.textBlock.contact {
	display: block;
}

.reveal-overlay {
	overflow-y: hidden;
	background-color: rgba(0, 0, 0, 0.75);
}

input[type='submit'] {
	background: black;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	display: block;
	width: 100%;
	padding: 10px 25px;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid black;
	transition: all .3s ease;
}

input[type='submit']:hover {
	color: black;
	background: white;
	border: 1px solid black;
}

.quickLinks .linkBox .fa {
	float: right;
	margin-top: 5px;
}

.contact a.back {
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	color: white;
}

@media screen and (max-width: 767px) {
	.contact a.back {
		color: #3f3f3f
	}
}
