* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	outline: 0px transparent;
}

textarea {
    resize: vertical;
}

::selection {color:#000; background-color: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2); }
::-moz-selection {color:#000;background-color: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);}

.scroll::-webkit-scrollbar-track
{
    background-color: #eaeaea;
}

.scroll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}

.scroll::-webkit-scrollbar-thumb:hover
{
    background-color: #999;
}

html, body {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}

p, a {
	font-family: 'Open Sans', sans-serif;
}

#footer-show {
	display: none;
	width: 100%;
	height: 20px;
	text-align: center;
	margin-bottom: 40px;
}
	#footer-show img {
		margin: 0 auto;
		height: 10px;
		width: auto;
	}
	#footer-show h1 {
		font-size: 1.5em;
		color: white;
		margin: 5px;
	}
	
.mobile-main-menu {
	display: none;
	background-color: #ef624e;
	text-align: center;
	width: 100%;
	z-index: 10;
	position: relative;
	height: 6%;
	overflow-y: visible;
}
	.mobile-main-menu .nav-button {
		width: 100%;
		height: 100%;
	}
	.mobile-main-menu .nav {
		display: none;
	}
		.mobile-main-menu .nav > li a{
			padding: 25px 0;
			text-align: center;
			color: #fff;
			font-family: 'Oswald', Impact, Haettenschweiler, fantasy, sans-serif;
		}
		
		.mobile-main-menu .nav > li a:hover{
			color: #333;
		}
	
.bodyrow-container {
	width: 100%;
}

#bodyrow-title {
	height: 12%;
	padding: 0.4%;
	background-color: #4aa3ab;
	text-align: center;
	position: relative;
	z-index: 20;
}

#bodyrow-title h1,
#bodyrow-title h1 strong,
#bodyrow-sub-title h2 {
	color: #fff;
	padding: 0;
	margin: 0;
}

#bodyrow-title h1, #bodyrow-title h1 a {
	font-family: 'Oswald', Impact, Haettenschweiler, fantasy, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 1.4em
}
#bodyrow-title h1 strong {
	text-transform:uppercase;
	font-weight: 700;
}

#bodyrow-title h1 a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.90;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

#bodyrow-sub-title {
	height: 5%;
	padding-top: 0.7%;
	padding-bottom: 0.4%;
	background-color: #8cc6c8;
	text-align: center;
	position: relative;
	z-index: 10;
}

#bodyrow-sub-title h2 {
	font-size: 1.4em;
	font-family: 'Nothing You Could Do', Zapf Chancery, cursive;
}

.bodyrow-content{
	height: 74%;
	background-size: cover;
	position: relative;
    background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
}
.bodyrow-content .nav-bar ul li a {
	font-family: 'Oswald', Impact, Haettenschweiler, fantasy, sans-serif;
}

.bodyrow-content .nav-bar {
	width: 130px;
	position: absolute;
}
.bodyrow-content .nav-bar .nav li {
	margin: 0;
	height: auto;
	width: 100%;
	display: inline-flex;
}
.bodyrow-content .nav-bar .nav li a {
	color: #fff;
	font-size: 1.3em;
	padding: 10px;
	display: block;
	width: 100%;
}
.bodyrow-content .nav-bar .nav li:nth-child(1) { background-color: #af554d; }
.bodyrow-content .nav-bar .nav li:nth-child(2) { background-color: #b05e38; }
.bodyrow-content .nav-bar .nav li:nth-child(3) { background-color: #ae8430; }
.bodyrow-content .nav-bar .nav li:nth-child(4) { background-color: #a08419; }
.bodyrow-content .nav-bar .nav li:last-child {
	text-align: center;
	margin-top: 12px;
}

.bodyrow-content .nav-bar .nav li:nth-child(1) a { background-color: #ed624d; }
.bodyrow-content .nav-bar .nav li:nth-child(2) a { background-color: #ef814e; }
.bodyrow-content .nav-bar .nav li:nth-child(3) a { background-color: #dba028; }
.bodyrow-content .nav-bar .nav li:nth-child(4) a { background-color: #ddb426; }
.bodyrow-content .nav-bar .nav li:last-child a { 
	background-color: #fff;
	color: #ef624e;
	font-weight: bold;
}

.bodyrow-content .nav-bar .nav li a.active.open-left {
	font-size: 2.2em;
	line-height: 1.0em;
	height: 200px;
	margin-top: 10px;
	z-index: 5;
	padding: 15px;
	transform: skew(0deg, -9deg);
	-o-transform: skew(0deg, -9deg);
	-ms-transform: skew(0deg, -9deg);
	-webkit-transform: skew(0deg, -9deg);
}

.bodyrow-content .nav-bar .nav li a.active.open-right {
	font-size: 2.2em;
	line-height: 1.0em;
	height: 200px;
	margin-top: 10px;
	z-index: 5;
	padding: 15px;
	transform: skew(0deg, 9deg);
	-o-transform: skew(0deg, 9deg);
	-ms-transform: skew(0deg, 9deg);
	-webkit-transform: skew(0deg, 9deg);
}

.bodyrow-content .nav-bar .nav li a:hover {
	opacity: 0.8;
	 filter: alpha(opacity=80); /* For IE8 and earlier */
}
.bodyrow-content .nav-bar .nav li a.active:hover{
	opacity: 1;
   	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/*
.bodyrow-content .nav-bar .nav li:hover {
	-webkit-animation: door 0.75s ease 0s infinite alternate;
	z-index: 10;
}
@-webkit-keyframes door {
    from {
       -webkit-transform: perspective(300) rotateY(-90deg);
       -webkit-transform-origin: 0% 0%;
    }
    to {
       -webkit-transform: perspective(300) rotateY(0deg);
        -webkit-transform-origin: 0% 0%;
    }
}
*/

.bodyrow-content .page-content {
	position: absolute;
	background-color: #fff;
	height: auto;
}
	.bodyrow-content .page-content p{
		color: #666;
	}
.bodyrow-content .page-content .scroll {
    overflow-x: hidden;
    overflow-y: visible;

	width: 100%;
	height: 100%;
	padding: 20px 20px 70px 20px;
}

#cv-submit label,
#cv-submit input[type="submit"] {
	color: #ddb426;
	font-weight: bold;
	
}

#cv-submit label span {
	color: red;
}

#cv-submit input[type="text"],
#cv-submit textarea {
	width: 100%;
	border: 2px solid #a4dfd9;
	box-shadow: 0 0 4px #e8f5fe;
}

#cv-submit input[type="submit"] {
	background: transparent;
	border: none;
	font-size: 2.0em;
	text-transform:uppercase;
	width: 100%;
	text-align: right;
	border-radius: 0;
	margin-top: 10px;
	font-family: 'Oswald', Impact, Haettenschweiler, fantasy, sans-serif;
}
#cv-submit input[type="submit"]:hover {
	color: #cdcdcd;
}
	
#page-whoweare {
	background-image: url(../images/sign-background.jpg);	
}
	#page-whoweare .nav-bar {
		top: 20%;
		left: 30%;
	}
	#page-whoweare .page-content {
		top: 20%;
		left: 38%;
		max-height: 55%;
		width: 30%;
	}
		
#page-whatwedo {
	background-image: url(../images/binoculars-background.JPG);	
}
	#page-whatwedo .nav-bar {
		top: 20%;
		left: 35%;
	}
	#page-whatwedo .page-content {
		top: 20%;
		left: 43%;
		max-height: 55%;
		width: 30%;
	}
#page-howwedoit {
	background-image: url(../images/tablecup-background.jpg);	
}
	#page-howwedoit .nav-bar {
		top: 15%;
		left: 50%;
	}
	#page-howwedoit .page-content {
		top: 27%;
		left: 28%;
		max-height: 70%;
		width: 30%;
	}
		
#page-whatyoushoulddo {
	background-image: url(../images/letter-background.jpg);	
}
	#page-whatyoushoulddo .nav-bar {
		top: 20%;
		left: 60%;
	}
	#page-whatyoushoulddo .page-content {
		top: 5%;
		left: 28%;
		max-height: 90%;
		width: 30%;
	}
		
		#page-whatyoushoulddo .page-content .thankyou-message {
			color: #4aa3ab;
		}

#doors_container {
	padding: 0;
	margin: 0;
}

#page-home .door_columns:nth-child(odd) {
	margin-top: -158px;
}

#page-home .door_columns {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

#page-home .door_columns .doors {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 !important;
}

#page-home .door_columns div.doors a {
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	line-height: 1.0em;
	padding: 10px;
	display: block;
	word-spacing: 100px;
	text-decoration: none;
	font-family: 'Oswald', Impact, Haettenschweiler, fantasy, sans-serif;
}

.door-link-1 {
	background-color: #ef624e;
}
.door-link-2 {
	background-color: #ef814e;
}
.door-link-3 {
	background-color: #d9a128;
}
.door-link-4 {
	background-color: #ddb426;
}

div.doors:hover a{
	opacity: 0.8;
	 filter: alpha(opacity=80); /* For IE8 and earlier */
	cursor: pointer;
}

#bodyrow-footer {
	height: 8%;
	
	z-index: 20;
	padding: 0.8%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	
	background: #e96652; /* Old browsers */
	background: -moz-linear-gradient(left,  #e96652 0%, #c39a24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e96652), color-stop(100%,#c39a24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e96652 0%,#c39a24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e96652 0%,#c39a24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e96652 0%,#c39a24 100%); /* IE10+ */
	background: linear-gradient(to right,  #e96652 0%,#c39a24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96652', endColorstr='#c39a24',GradientType=1 ); /* IE6-9 */
}

	#bodyrow-footer .footer-text,
	#bodyrow-footer .footer-icons {
		width: 50%;
		float: left;
	}

	#bodyrow-footer .footer-text {
		text-align: right;
		padding-right:20px;
		padding-top: 5px;
		border-right: 1px solid #fff;
	}
		#bodyrow-footer .footer-text p, 
		#bodyrow-footer .footer-text a {
			color: #fff;
			margin: 0;
		}

	#bodyrow-footer .footer-icons {
		text-align: left;
		padding-left:20px;
		padding-top: 5px;
	}
	
		#bodyrow-footer .footer-icons .icon {
			display: inline-block;
			height: 42px;
			width: 42px;
			background-size: 42px 42px;
			background-position: center;
    			background-repeat: no-repeat;
		}
		
		#bodyrow-footer .footer-icons .nav li {
			display: inline-block;
		}

		#bodyrow-footer .footer-icons .icon:hover {
			opacity: 0.8;
	 		filter: alpha(opacity=80); /* For IE8 and earlier */
	 		background-color: transparent;
		}
		
		#bodyrow-footer .footer-icons .icon.icon-lkin {
			background-image: url('../images/icons/icon-lkin.png');
		}
		#bodyrow-footer .footer-icons .icon.icon-fb {
			background-image: url('../images/icons/icon-fb.png');
		}
		#bodyrow-footer .footer-icons .icon.icon-twtr {
			background-image: url('../images/icons/icon-twtr.png');
		}
		#bodyrow-footer .footer-icons .icon.icon-gplus {
			background-image: url('../images/icons/icon-gplus.png');
		}
		#bodyrow-footer .footer-icons .icon.icon-more {
			background-image: url('../images/icons/icon-more.png');
		}