@charset "UTF-8";
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	height: 100%;
      width: 100%;
	  background-color: #222326;
}
.clear{
	clear: both;
}
.sc a{ 
	color:#fff;
	transition: all .7s;
}
.sc a:hover{ 
	color:#7CCA2C;
	transition: all .7s;
}
#topimg{
	background-image: url(../images/bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}

.greenZone{
	width: 100%;
	margin: 0;
	background-image:url(../images/white_wall_hash.png);
	background-repeat: repeat;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.redZone{
	width: 100%;
	margin: 0;
	background-color: #e77360;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menupostion{
	position: absolute;
	display: block;
	top: 25px;
	left: 25px;
}
.horange{
	background-image: url(../images/white_wave.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0;
	width: 100%;
		
}
.pinkwordage a{
	color: #FF0048;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}
.pinkwordage{
	padding: 1px;
	color: #FF0048;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1em;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 2em;
}
button:focus{
		outline: 0;
	}
button{
	background-color: rgba(255,255,255,0);
		font-size: 2em;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		padding: 8px 15px 8px 15px;
		color: #fff;
		border: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		transition: all .7s;
	}
	
	button:hover{
		color: #FF0048;
		transition: all .7s;
	}
	.footer{
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
		width: 100%;
		min-height: 200px;
		background-color: #222326;
	}
	#aboutImg{
		background-image: url(../images/contact.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 800px;
	}
	#filmImg{
		background-image: url(../images/camera.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 800px;
	}
	#motionImg{
		background-image: url(../images/mountian.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 800px;
	}
	#webImg{
		background-image: url(../images/web.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		height: 800px;
	}
	#contactImg{
		background-image: url(../images/map.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 800px;
	}
	.smtitle{
		font-family: 'Economica', sans-serif;
		font-size: 1.3em;
		color: #3493CA;
		margin-bottom: 15px;
		text-transform: uppercase;
	
		
	}
	/*.nicelinks{
		text-align: center;
	}*/
	/* FORM */
	.formtitle{
		font: 1.1em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #2F2F2F;
		font-weight: 200;
		margin-top: 5px;
	}
	
	.formtitleLG{
		font: 1.5em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #2F2F2F;
		font-weight: 300;
	}
	.intoBox{
		-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	border: 1px solid #A6A6A6;
	transition: all .5s;
		background-color: #EBEBEB;
		font: 1em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-weight: 200;
		color: #272727;
	}
	.intoBox:focus{
		border: 1px solid #2C509F;
		transition: all .5s;
		background-color: #fff;
	}
	.floatLeft{
		float: left;
		margin-right: 10px;
	}
	.floatRight{
		float: right;
		margin-left: 0px;
		margin-right: auto;
	}
	input[type=submit] {
		padding:5px 15px; 
		background:#101110; 
		color: #fff;
		border:0 none;
		cursor:pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		transition: all .7s;
	}
	input[type=submit]:hover {
		transition: all .7s;
		background-color: #29529C;
	}
	input[type=reset] {
		padding:5px 15px; 
		background:#101110; 
		color: #fff;
		border:0 none;
		cursor:pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px; 
		transition: all .7s;
	}
	input[type=reset]:hover {
		transition: all .7s;
		background-color: #29529C;
	}
	
@media screen and (min-width: 1000px){
	.buttonposition{
	margin-top: -10px;
	width: 70px;
	text-align: center;
	display: block;
}
	.logo{
	top:30%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	display: block;
	height: 354px;
	
}
.logo img{
	width: 800px;
	height: 354px;
}
.menuword{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.pinkzone{
	background-color: #FF0048;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
.arrowDown{
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	margin-top: -120px;
	margin-bottom: 20px;
}
.smlogo{
		width: 250px;
		margin-left: auto;
		margin-right: 125px;
		padding-top: 35px;
	}
	.smlogo img{
		width: 100%;
	}
/* footer */
.footerContainer{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.footerCont{
		color: #88898C;
	}
	.footerLarge{
		width: 56%;
		float: left;
	}
	.footerSmall{
		float: right;
		margin-left: 3%;
		width: 37%;
	}
	.navTitle{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.1em;
	}
	.phone{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.5em;
	}
	.navSplit{
		float: left;
		width: 20%;
		padding-right: 2%;
		margin-right: 2%;
		
	}
	.navSplitEnd{
		float: left;
		width: 76%;
		text-align: center;
		
	}
	.footerlogoCont{
		width: 275px;
		margin-left: auto;
		margin-right: 0;
		position: relative;
	}
	.footerlogo{
		width: 100%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		min-width: 250px;
		max-width: 275px;
	}
	.footerlogo img{
		width: 100%;
	}
	.socialButtons{
		width: 140px;
		float: right;
	}
	.socialItems{
		float: left;
		margin-right: 20px;
	}
	.socialItems a{
		font-size: 2em;
		color: #7CCA2C;
		transition: all .7s;
	}
	.socialItems a:hover{
			color: #FC0F4C;
		transition: all .7s;
	}
	.copyright{
		width: 100%;
		text-align: right;
		margin-top: 20px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color: #88898C;
		font-weight: 200;
		font-size: .6em;
	}
	.mnav{
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.mnav li{
		display: block;
		position: relative;
	}
	.mnav li a {
	  display: block;
	  text-decoration: none;
	  color: #88898C;
	  border-top: 0px solid #333;
	 
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 10px;
	  white-space: nowrap;
	  text-align: left;
	
	  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size:  .7em;
	  font-weight: 200;
	  text-transform: uppercase;
	  transition: all .75s;
	}
	.mnav li a:hover { 
		color:#79CC14;
		transition: all .75s;
	}
	.mobileOnly{
		display: none;
	}
	.mainCont{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
}
.video{
	width: 50%;
	min-width: 600px;
	margin-right: 5%;
	float: left;
}
.video iframe{
	width: 600px;
	height: 338px;
}
.video p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 200;
}
.title{
	font-family: 'Economica', sans-serif;
	font-size: 1.5em;
	color: #2e92cc;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.fullText{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.fullText p{
	font-family: 'Kreon', serif;
	font-size: 2.2em;
	font-weight: 400;
	text-align: center;
	color: #787878;
}
.responsiveText{
	width: 100%;
}
.responsiveText p, li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.rightWordage{
	width: 40%;
	float: right;
}
.rightWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.LFWordage{
	width: 48%;
	float: left;
	margin-right: 4%;
	position: relative;
}
.RTWordage{
	width: 48%;
	float: left;
	position: relative;
}
.LFWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.RTWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.rightWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.thirds{
		width: 30%;
		float: left;
	}
	.thirdsMiddle{
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		float: left;
	}
	.twoThirds{
		margin-right: 5%;
		width: 65%;
		float:left;
	}
	.nicelinks a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 1em;
		color: #7EC83A;
		background-color: #222326;
		
		text-decoration: none;
		margin-bottom: 10px;
		line-height: 2em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		
		border-radius: 10px;
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		transition: all 1s;
	}
	.nicelinks a:hover{
		transition: all 1s;
		color: #4D4E4E;
		background-color: #7EC83A;
	}
}
@media screen and (min-width: 999px) and (max-width:1284px) {
	.video{
	width: 50%;
	min-width: 450px;
	margin-right: 5%;
	float: left;
}
.video iframe{
	width: 450px;
	height: 253px;
}
.video p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 200;
}

}
@media screen and (min-width: 910px) and (max-width:999px) {
	.buttonposition{
	margin-top: -10px;
	width: 70px;
	text-align: center;
	display: block;
}
	.logo{
	top:30%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	
}
.logo img{
	width: 100%;
}
.menuword{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.pinkzone{
	background-color: #FF0048;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
.arrowDown{
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	margin-top: -120px;
	margin-bottom: 20px;
}
.smlogo{
		width: 250px;
		margin-left: auto;
		margin-right: 75px;
		padding-top: 35px;
	}
	.smlogo img{
		width: 100%;
	}
/* footer */
.footerContainer{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.footerCont{
		color: #88898C;
	}
	.footerLarge{
		width: 55%;
		float: left;
	}
	.footerSmall{
		float: right;
		margin-left: 3%;
		width: 37%;
	}
	.footerlogoCont{
		width: 275px;
		margin-left: auto;
		margin-right: 0;
		position: relative;
	}
	.socialButtons{
		width: 140px;
		float: right;
	}
	.socialItems{
		float: left;
		margin-right: 20px;
	}
	.socialItems a{
		font-size: 2em;
		color: #7CCA2C;
		transition: all .7s;
	}
	.socialItems a:hover{
			color: #FC0F4C;
		transition: all .7s;
	}
	.navTitle{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.1em;
	}
	.phone{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.5em;
	}
	.navSplit{
		float: left;
		width: 20%;
		padding-right: 2%;
		margin-right: 2%;
		
	}
	.navSplitEnd{
		float: left;
		width: 76%;
		text-align: center;
		
	}
	.footerlogo{
		width: 100%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		min-width: 250px;
		max-width: 275px;
	}
	.footerlogo img{
		width: 100%;
	}
	.copyright{
		width: 100%;
		text-align: right;
		margin-top: 20px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color: #88898C;
		font-weight: 200;
		font-size: .6em;
	}
	.mnav{
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.mnav li{
		display: block;
		position: relative;
	}
	.mnav li a {
	  display: block;
	  text-decoration: none;
	  color: #88898C;
	  border-top: 0px solid #333;
	 
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 10px;
	  white-space: nowrap;
	  text-align: left;
	
	  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size:  .7em;
	  font-weight: 200;
	  text-transform: uppercase;
	  transition: all .75s;
	}
	.mnav li a:hover { 
		color:#79CC14;
		transition: all .75s;
	}
	.mobileOnly{
		display: none;
	}
	.mainCont{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
}
.video{
	width: 50%;
	min-width: 450px;
	margin-right: 5%;
	float: left;
}
.video iframe{
	width: 450px;
	height: 253px;
}
.video p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 200;
}
.title{
	font-family: 'Economica', sans-serif;
	font-size: 1.5em;
	color: #2e92cc;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.fullText{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.fullText p{
	font-family: 'Kreon', serif;
	font-size: 2.2em;
	font-weight: 400;
	text-align: center;
	color: #787878;
}
.responsiveText{
	width: 100%;
}
.responsiveText p, li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.LFWordage{
	width: 48%;
	float: left;
	margin-right: 4%;
	position: relative;
}
.RTWordage{
	width: 48%;
	float: left;
	
	position: relative;
}
.LFWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.rightWordage{
	width: 40%;
	float: right;
}
.rightWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.thirds{
		width: 30%;
		float: left;
	}
	.thirdsMiddle{
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		float: left;
	}
	.twoThirds{
		margin-right: 5%;
		width: 65%;
		float:left;
	}
	.nicelinks a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 1em;
		color: #7EC83A;
		background-color: #222326;
		
		text-decoration: none;
		margin-bottom: 10px;
		line-height: 2em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		
		border-radius: 10px;
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		transition: all 1s;
	}
	.nicelinks a:hover{
		transition: all 1s;
		color: #4D4E4E;
		background-color: #7EC83A;
	}
}
@media screen and (min-width: 641px) and (max-width:909px) {
.buttonposition{
	margin-top: -10px;
	width: 70px;
	text-align: center;
	display: block;
}
	.logo{
	top:30%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	
}
.logo img{
	width: 100%;
}
.menuword{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.pinkzone{
	background-color: #FF0048;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
.arrowDown{
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	margin-top: -120px;
	margin-bottom: 20px;
}
.smlogo{
		width: 250px;
		margin-left: auto;
		margin-right: 75px;
		padding-top: 35px;
	}
	.smlogo img{
		width: 100%;
	}
/* footer */
.footerContainer{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.footerCont{
		color: #88898C;
	}
	.footerLarge{
		width: 55%;
		float: left;
	}
	.footerSmall{
		float: right;
		margin-left: 3%;
		width: 37%;
	}
	.socialButtons{
		width: 140px;
		float: right;
	}
	.socialItems{
		float: right;
		margin-right: 20px;
	}
	.socialItems a{
		font-size: 2em;
		color: #7CCA2C;
		transition: all .7s;
	}
	.socialItems a:hover{
			color: #FC0F4C;
		transition: all .7s;
	}
	.footerlogoCont{
		width: 275px;
		margin-left: auto;
		margin-right: 0;
		position: relative;
	}
	.navTitle{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.1em;
	}
	.phone{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.5em;
	}
	.navSplit{
		float: left;
		width: 20%;
		padding-right: 2%;
		margin-right: 2%;
		
	}
	.navSplitEnd{
		float: left;
		width: 76%;
		text-align: center;
		
	}
	.footerlogo{
		width: 100%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		min-width: 250px;
		max-width: 275px;
	}
	.footerlogo img{
		width: 100%;
	}
	.copyright{
		width: 100%;
		text-align: right;
		margin-top: 20px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color: #88898C;
		font-weight: 200;
		font-size: .6em;
	}
	.mnav{
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.mnav li{
		display: block;
		position: relative;
	}
	.mnav li a {
	  display: block;
	  text-decoration: none;
	  color: #88898C;
	  border-top: 0px solid #333;
	 
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 10px;
	  white-space: nowrap;
	  text-align: left;
	
	  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size:  .7em;
	  font-weight: 200;
	  text-transform: uppercase;
	  transition: all .75s;
	}
	.mnav li a:hover { 
		color:#79CC14;
		transition: all .75s;
	}
	.mobileOnly{
		display: none;
	}
	.mainCont{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
}
.video{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.video iframe{
	width: 100%;
	height: 225px;
}
.video p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 200;
}
.title{
	font-family: 'Economica', sans-serif;
	font-size: 1.5em;
	color: #2e92cc;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.fullText{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.fullText p{
	font-family: 'Kreon', serif;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	color: #787878;
}
.responsiveText{
	width: 100%;
}
.responsiveText p, li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.rightWordage{
	width: 100%;
	margin-top: 20px;
}
.rightWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.LFWordage{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.RTWordage{
	width: 100%;
	position: relative;
}
.LFWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.thirds{
		width: 30%;
		float: left;
	}
	.thirdsMiddle{
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		float: left;
	}
	.twoThirds{
		margin-right: 5%;
		width: 65%;
		float:left;
	}
	.nicelinks a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 1em;
		color: #7EC83A;
		background-color: #222326;
		
		text-decoration: none;
		margin-bottom: 10px;
		line-height: 2em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		
		border-radius: 10px;
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		transition: all 1s;
	}
	.nicelinks a:hover{
		transition: all 1s;
		color: #4D4E4E;
		background-color: #7EC83A;
	}
}
@media screen and (max-width:640px) {
	#aboutImg{
		background-image: url(../images/contactSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	#filmImg{
		background-image: url(../images/cameraSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	#webImg{
		background-image: url(../images/webSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	#contactImg{
		background-image: url(../images/mapSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	.buttonposition{
	margin-top: -10px;
	width: 50px;
	text-align: center;
	display: block;
}
	.logo{
	top:30%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	
}
.logo img{
	width: 100%;
}
.menuword{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.pinkzone{
	background-color: #FF0048;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 0;
	margin-right: 0;
}
.arrowDown{
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	margin-top: -120px;
	margin-bottom: 20px;
}
.smlogo{
	display: none;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 135px;
		position: relative;
	}
	.smlogo img{
		width: 100%;
	}
/* footer */
.footerContainer{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.footerCont{
		color: #88898C;
	}
	.footerLarge{
	}
	.footerSmall{
		margin-top: 20px;
		position: relative;
		width: 100%;
	}
	.socialButtons{
		width: 140px;
		margin-top: 20px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.socialItems{
		float: left;
		margin-right: 10px;
		margin-left: 10px;
	}
	.socialItems a{
		font-size: 2em;
		color: #FC0F4C;
		transition: all .7s;
	}
	.socialItems a:hover{
			
			color: #7CCA2C;
		transition: all .7s;
	}
	.navTitle{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.1em;
	}
	.phone{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.5em;
	}
	.navSplit{
	
		width: 100%;
		
		
	}
	.navSplitEnd{
		display: none;
	}
	.footerlogo{
		width: 80%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.footerlogo img{
		width: 100%;
	}
	.copyright{
		width: 100%;
		text-align: right;
		margin-top: 20px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color: #88898C;
		font-weight: 200;
		font-size: .6em;
	}
	.mnav{
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.mnav li{
		display: block;
		position: relative;
	}
	.mnav li a {
	  display: block;
	  text-decoration: none;
	  color: #222326;
	  border-top: 0px solid #333;
	 
	  margin-left: auto;
	  margin-right: auto;
	  white-space: nowrap;
	  text-align: left;
	  border-radius: 15px;
	 font-family: 'Oswald', sans-serif;
	  font-size:  1em;
	  width: 100%;
	  background-color: #79CC14;
	  text-align: center;
	  margin-bottom: 15px;
	 
	  padding-top: 12px;
	  padding-bottom: 12px;
	  font-weight: 300;
	  text-transform: uppercase;
	  transition: all .75s;
	}
	.mnav li a:hover { 
		
		background-color: #88898C;
		transition: all .75s;
	}
	.mobileOnly{
		width: 100%;
		margin-bottom: 15px;	
		text-align: center;
	}
	.mainCont{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
}
.video{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.video iframe{
	width: 100%;
	height: 180px;
}
.video p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 200;
}
.title{
	font-family: 'Economica', sans-serif;
	font-size: 1.5em;
	color: #2e92cc;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.fullText{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.fullText p{
	font-family: 'Kreon', serif;
	font-size: 2.2em;
	font-weight: 400;
	text-align: center;
	color: #787878;
}
.responsiveText{
	width: 100%;
}
.responsiveText p, li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.rightWordage{
	width: 100%;
	margin-top: 20px;
}
.rightWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.LFWordage{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.RTWordage{
	width: 100%;
	position: relative;
}
.LFWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.thirds{
		width: 100%;
	}
	.thirdsMiddle{
		width: 100%;
	
	}
	.twoThirds{
			width: 100%;
			margin-top: 10px;
	}
	.nicelinks a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 1em;
		color: #7EC83A;
		background-color: #222326;
		
		text-decoration: none;
		margin-bottom: 10px;
		line-height: 2em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		
		border-radius: 10px;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		transition: all 1s;
	}
	.nicelinks a:hover{
		transition: all 1s;
		color: #4D4E4E;
		background-color: #7EC83A;
	}
}
@media screen and (max-width:640px) and (orientation : landscape) {
	#aboutImg{
		background-image: url(../images/contactSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	#filmImg{
		background-image: url(../images/cameraSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	#webImg{
		background-image: url(../images/webSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	#contactImg{
		background-image: url(../images/mapSm.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 394px;
	}
	.buttonposition{
	margin-top: -10px;
	width: 50px;
	text-align: center;
	display: block;
}
	.logo{
		display: none;
	top:30%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	
}
.logo img{
	width: 100%;
}
.menuword{
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.pinkzone{
	background-color: #FF0048;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 0;
	margin-right: 0;
}
.arrowDown{
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	margin-top: -120px;
	margin-bottom: 20px;
}
.smlogo{
	display: none;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 135px;
		position: relative;
	}
	.smlogo img{
		width: 100%;
	}
/* footer */
.footerContainer{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.footerCont{
		color: #88898C;
	}
	.footerLarge{
	}
	.footerSmall{
		margin-top: 20px;
		position: relative;
		width: 100%;
	}
	.socialButtons{
		width: 140px;
		margin-top: 20px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.socialItems{
		float: left;
		margin-right: 10px;
		margin-left: 10px;
	}
	.socialItems a{
		font-size: 2em;
		color: #FC0F4C;
		transition: all .7s;
	}
	.socialItems a:hover{
			
			color: #7CCA2C;
		transition: all .7s;
	}
	.navTitle{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.1em;
	}
	.phone{
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #88898C;
		margin-bottom: 8px;
		font-weight: 300;
		font-size: 1.5em;
	}
	.navSplit{
	
		width: 100%;
		
		
	}
	.navSplitEnd{
		display: none;
	}
	.footerlogo{
		width: 80%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.footerlogo img{
		width: 100%;
	}
	.copyright{
		width: 100%;
		text-align: right;
		margin-top: 20px;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color: #88898C;
		font-weight: 200;
		font-size: .6em;
	}
	.mnav{
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.mnav li{
		display: block;
		position: relative;
	}
	.mnav li a {
	  display: block;
	  text-decoration: none;
	  color: #222326;
	  border-top: 0px solid #333;
	 
	  margin-left: auto;
	  margin-right: auto;
	  white-space: nowrap;
	  text-align: left;
	  border-radius: 15px;
	 font-family: 'Oswald', sans-serif;
	  font-size:  1em;
	  width: 100%;
	  background-color: #79CC14;
	  text-align: center;
	  margin-bottom: 15px;
	 
	  padding-top: 12px;
	  padding-bottom: 12px;
	  font-weight: 300;
	  text-transform: uppercase;
	  transition: all .75s;
	}
	.mnav li a:hover { 
		
		background-color: #88898C;
		transition: all .75s;
	}
	.mobileOnly{
		width: 100%;
		margin-bottom: 15px;	
		text-align: center;
	}
	.mainCont{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 25px;
}
.video{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.video iframe{
	width: 100%;
	height: 180px;
}
.video p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 200;
}
.title{
	font-family: 'Economica', sans-serif;
	font-size: 1.5em;
	color: #2e92cc;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.fullText{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.fullText p{
	font-family: 'Kreon', serif;
	font-size: 2.2em;
	font-weight: 400;
	text-align: center;
	color: #787878;
}
.responsiveText{
	width: 100%;
}
.responsiveText p, li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.rightWordage{
	width: 100%;
	margin-top: 20px;
}
.rightWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.LFWordage{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.RTWordage{
	width: 100%;
	position: relative;
}
.LFWordage p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #101110;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 200;
}
.thirds{
		width: 100%;
	}
	.thirdsMiddle{
		width: 100%;
	
	}
	.twoThirds{
			width: 100%;
			margin-top: 10px;
	}
	.nicelinks a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 1em;
		color: #7EC83A;
		background-color: #222326;
		
		text-decoration: none;
		margin-bottom: 10px;
		line-height: 2em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		
		border-radius: 10px;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		transition: all 1s;
	}
	.nicelinks a:hover{
		transition: all 1s;
		color: #4D4E4E;
		background-color: #7EC83A;
	}
}
@media screen and (max-width:399px) {
	.arrowDown{
	width: 100%;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	margin-top: -120px;
	margin-bottom: 25px;
}
.pinkzone{
	background-color: #FF0048;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 0;
	margin-right: 0;
}
}
.darkFlavor{
	color: #4D4E4E;
}