﻿
html {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#header {
	height: 195px;
}

	#header #wrap {
		width: 100%;
		max-width: 1150px;
		margin: 0 auto;
	}
	
	#header #columnLogo {
		display: inline-table;
		vertical-align: middle;
		width: 160px;
		margin-top: 0px;
		z-index: 40000;
		position: relative;
	}
	
		#header #columnLogo #logo img {
			width: 270px;
			position: absolute;
		}

	#header #columnNav {
		display: inline-table;
		vertical-align: middle;
		text-align: right;
		margin-top: 60px;
		float: right;
		width: 920px;
		z-index: 30000;
		position: relative;
	}
	
	#header #store, #header #social {
		display: inline-table;
		vertical-align: middle;
		padding-left: 0px;
	}
	
	#header #social {
	}

	#app {
		font-family: 'Montserrat', sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-table;
		margin-left: 20px;
		letter-spacing: 2px;
	}
	
		#app a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#app:hover a {
			color: #f6c4a5;
			text-decoration: none;
			opacity: 0.6;

		}
	
		#app img {
			vertical-align: middle;
			margin-right: 5px;
		}
	
	#header #social img {
		width: 20px;
		opacity: 1;
	}
	
	#header #social img:hover {
		width: 20px;
		opacity: 0.8;
	}
	
	#header #column {
		vertical-align: middle;
	}
	
#navigation {
	
	font-family: 'Montserrat', sans-seif;
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	margin-top: 11px;
	
	-moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;	

}

	#navigationBar {
	
		display: none;
		background: url(../images/overlay-nav.png);

		position: fixed;
		margin-top: 0px;
		
		font-family: 'Montserrat', sans-seif;
		font-size: 25px;
		font-weight: normal;
		line-height: 35px;
		text-transform: uppercase;
		white-space: nowrap;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
	
		width: 0px;
		height: 100%;
		overflow: hidden;
		
		z-index: 140000;
	}
	
		#navigationBar .subLink {
			font-size: 16px;
			line-height: 35px;
		}
		
		#navigationBar a:hover {
			color: #aab533 !important;	
		}
	
	#navigationControl {
		display: none;
		position: fixed;
		background: url(../images/overlay-nav.png);
		padding: 15px;
		margin-top: 33px;
		
		z-index: 55000;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	

	}
	
	#navigation ul {
		list-style: none;
		padding: 0px;
		margin: 0px;	
	}
	
		#navigation ul li {
			display: inline-table;
			margin-right: 12px;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 2px;
		}
		
		#navigation ul li.nomargin {
			margin-right: 0px;
		}
		
		#navigation ul li.narrowmargin {
			margin-right: 10px;
		}
		
		#navigation ul li.red {
			color: #ac103d;
		}
		
		#navigation ul li.green {
			color: #aab533;
		}

	
	#navigationBar.closedWidth {
		width: 0px;
	}
	
	#navigationControl.closedLeft {
		margin-left: 0px;
	}
	
	#navigationBar.openWidth {
		width: 500px;
	}
	
	#navigationControl.openLeft {
		margin-left: 499px;
	}

	#navigationBar #wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
	}

	#navigation a {
		color: #001c48;
		text-decoration: none;
	}

	#navigationBar a {
		color: #ffffff;
		text-decoration: none;
	}
	
		#navigation a:hover, #navigationBar a:hover {
			color: #0e3c81;
		}
		
#banner {
	background: url(../images/bg-heading.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 500px;
}

	#banner #tag {
		position: relative;
		width: 80%;
		height: 200px;
		top: 200px;
		max-width: 1150px;
		margin: 0 auto;
		
		font-weight: bold;
		
		text-align: left;
		color: #aab533;
		z-index: 100000;
	}
	
		#banner #tag #wrap {
			padding-top: 70px;
			font-family: 'Gothic A1', sans-serif;
			font-size: 46px;
			line-height: 60px;
		}
		
#title {
	background-color: #001b4a;
	width: 100%;
	height: auto;
}

	#title #tag {
		position: relative;
		width: 70%;
		max-width: 800px;
		margin: 0 auto;
		height: auto;
		padding-top: 45px;
		padding-bottom: 45px;
		
		text-align: center;
		color: #fff;
	}
	
		#title #tag #wrap {
			font-family: 'Gothic A1', sans-serif;
			font-size: 46px;
			line-height: 60px;
		}

		
#blocks
{
	width: 100%;
	margin: 0 auto;
	background: #eeeff1;
	text-align: center;
}

	#blocks #block {
		display: inline-table;
		width: 25%;
		height: 350px;
	}
	
		#blocks #block:hover #caption {
		    border-top: 10px solid #001b4a;
		}
	
		#blocks #caption {
			border-top: 10px solid rgba(0,0,0,0);
			
			font-family: 'Gothic A1', sans-serif;
			font-size: 25px;
			line-height: 42px;
			color: #001b4a;
			padding-top: 40px;
			
			text-align: center;
			width: 100%;
			
			-moz-transition: all 0.2s ease-out;
		    -o-transition: all 0.2s ease-out;
		    -webkit-transition: all 0.2s ease-out;
		    transition: all 0.2s ease-out;	

		}
		
		#blocks #caption #wrap {
			padding-right: 0px;
		}
		
		#blocks img {
			margin-top: 10px;
			margin-bottom: 15px;
		}
		
		#blocks a {
			display: inline-block;
			background-color: #aab533;
			padding: 0px 25px;
			text-decoration: none;
			color: #ffffff;
			font-weight: bold;
			font-size: 15px;
			width: 150px;
			margin-top: 15px;
		}
	
		#blocks #block.d-1 {
			background-position: center top;
			cursor: pointer;
		}
		
		#blocks #block.d-2 {
			background-position: center top;
			cursor: pointer;
		}
		
		#blocks #block.d-3 {
			background-position: center top;
			cursor: pointer;
		}
		
		#blocks #block.d-4 {
			background-position: center top;
			cursor: pointer;
		}
		
#content {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

	#content #wrap {
		width: 80%;
		max-width: 920px;
		margin: 0 auto;
	}
	
	#content.nobasemargin {
		margin-bottom: 0px;
	}
	
	#content.shadow {
		box-shadow: 0px 0px 20px #eaeaea;
		margin-bottom: 0px;
	}
	
	#content.red {
		background-color: #ac103d;
		padding-bottom: 40px;
		margin-bottom: 0px;
		color: #fff;
	}
		
	#content.blue {
		background-color: #001b4a;
		padding-bottom: 40px;
		margin-bottom: 0px;
		color: #fff;
	}
	
	.center {
		text-align: center;
	}
		
#base {
	width: 100%;
	background: url(../images/bg-valleyma.jpg) no-repeat bottom;
	background-size: cover;
	padding-bottom: 1100px;
}

	#base #wrap {
		width: 80%;
		max-width: 920px;
		margin: 0 auto;
		padding-top: 100px;
		text-align: left;
	}
	
#footer {
	width: 100%;
	padding: 40px 0px;
	text-align: center;
	
	background-color: #001b4a;
}

	#footer #copyright {
		font-family: 'Gothic A1', sans-serif;
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 21px;
		text-transform: uppercase;
		color: #fff;
	}


/* -- ELEMENTS -- */

#column {
	display: inline-table;
	width: 49%;
	vertical-align: top;
}

	#column #wrap {
		padding-right: 10px;
	}

.form-text {
	width: 93%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: 'Gothic A1', sans-serif;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 5px;
}

.form-button {
	border: 0px;
	border-radius: 6px;
	background-color: #ac103d;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	
	-moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;	
 
}

	.form-button:hover {
		opacity: 0.7;
	}

.bio {
	float: right;
	width: 250px;
}

#box {
	display: inline-table;
	width: 24%;
	max-width: 270px;
	margin: 0 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px #ccc;
	vertical-align: top;
}

	#box.red {
		min-height: 545px;
	}

	#box.noshadow {
		box-shadow: 0px 0px 20px #fff;
	}

	#box:hover {
		box-shadow: 0px 0px 20px #333;
		
		-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;	
	}
	
	#box.noshadow {
		box-shadow: 0px 0px 20px #fff;
		
		-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;	
	}

	#box #icon {
		text-align: center;
		padding: 20px 0px;
		font-size: 21px;
		line-height: 40px;
		
	}
	
		#box #icon .team {
			width: 100%;
		}
	
		#box #icon.left {
			text-align: left;
			padding-left: 20px;
			padding-right: 20px;
		}

	
	#box #caption {
		text-align: left;
		font-family: 'Gothic A1', sans-serif;
		font-size: 25px;
		line-height: 51px;
		color: #001b4a;
		
		min-height: 100px;
		
		padding: 10px 10px;
		
		-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;	
	}
	
		#box #caption a {
			color: #001b4a;
			text-decoration: none;
		}
	
		#box.noshadow #caption {
			padding-bottom: 20px;
		}
	
		#box #caption span {
			font-size: 20px;
			line-height: 25px;
			font-style: normal;
		}

		#box:hover #caption, #box.red #caption {
			background-color: #eee;
		}
		
		#box:hover #caption a, #box.red #caption a {
			text-decoration: none;
		}




/* -- FONTS -- */

.highlight {
	font-family: 'Gothic A1', sans-serif;
	font-size: 22px;
	line-height: 40px;
}

.pop {
	font-weight: bold;
	color: #ac103d;
}

h2 {
	line-height: 50px;
}


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

	#blocks #block {
		display: inline-table;
		width: 25%;
		height: 350px;
	}
	
		#blocks #caption {
			font-family: 'Gothic A1', sans-serif;
			font-size: 24px;
			line-height: 38px;
			padding-top: 40px;
			
			width: 100%;
		}
		
}


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

	#blocks #block {
		display: inline-table;
		width: 50%;
		height: 350px;
	}
	
		#blocks #caption {
			font-family: 'Gothic A1', sans-serif;
			font-size: 34px;
			line-height: 47px;
			padding-top: 40px;
			
			width: 100%;
		}
		
				
		#blocks #caption #wrap {
			padding-right: 60px;
		}
		
}

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



		#banner #tag #wrap {
			padding-top: 40px;
			font-family: 'Gothic A1', sans-serif;
			font-size: 46px;
			line-height: 60px;
		}
		
		#blocks #caption {
			font-family: 'Gothic A1', sans-serif;
			font-size: 27px;
			line-height: 40px;
			padding-top: 40px;
			
			text-align: center;
			width: 100%;
		}

#base {
	width: 100%;
	background: url(../images/bg-valleyma.jpg) no-repeat bottom;
	background-size: contain;
	padding-bottom: 500px;
}

}

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

	#header #columnLogo {
		width: 100%;
		text-align: center;
	}
	
		#header #columnLogo #logo img {
			position: relative !important;
		}

	#header #navigationexpand {
		display: none;
	}
	
	#navigationControl {
		display: inline;
	}
	
	#navigationBar {
		display: inline;
	}

	#header #navigation {
		display: none;
	}
	
#title {
	height: auto;
}
	
	#title #tag {
		position: relative;
		width: 90%;
		height: auto;
		
		text-align: center;
		color: #fff;
		z-index: 100000;
	}


#box {
	display: inline-table;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
	box-shadow: 0px 0px 20px #ccc;
}

	#box.red {
		width: 100%;
		min-height: inherit;
	}


}

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


	#box {
		display: block;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 40px;
		box-shadow: 0px 0px 20px #ccc;
	}
	
		#box.red {
			width: 100%;
			min-height: inherit;
		}

				
		#blocks #caption #wrap {
			padding-right: 22px;
		}
		
	#banner #tag #wrap
	{
		font-size: 40px;
		line-height: 55px;
	}
		
	.form-text {
		font-size: 27px;
	}
	
	.form-button {
		opacity: 1;
	}

	#column {
		width: 100%;
	}

	
}

