/*--------------------
	specific type
----------------------*/
@import url(_fonts/constructivist/stylesheet.css);
@import url(_fonts/aachen/stylesheet.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);

/*--------------------
	css reset
----------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
strong{font-weight: 700;}
i{font-style: italic;}
/*--------------------
	custom css start below
----------------------*/
/*colors*/
.red{
	color: #ab1717;
}
.gray{
	color: #dadada;
}
.black{
	color: #212121;
}
.orange{
	color: #f7941e;
}
.bgWhite{
	background-color: #ffffff;
}
.bgGray{
	background-color: #f3f3f3;
}
.skewOn{
	-webkit-transform: skewY(-1.8deg);
	-moz-transform: skewY(-1.8deg);
	-ms-transform: skewY(-1.8deg);
	-o-transform: skewY(-1.8deg);
	transform: skewY(-1.8deg);
}
.skewOn > div{
	-webkit-transform: skewY(1.8deg);
	-moz-transform: skewY(1.8deg);
	-ms-transform: skewY(1.8deg);
	-o-transform: skewY(1.8deg);
	transform: skewY(1.8deg);
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	background-color: #f3f3f3;
}
.container{
	max-width: 1366px;
	width: 100%;
	margin: 0px auto;
}
.headerFrame {
    height: 0px;
    width: 100%;
    overflow: hidden;
}
header{
	background-color: #ab1717;
	width: 100%;
	position: fixed;
	top: -50px;
	left: 0px;
	z-index: 90;
	padding-top: 50px;
	padding-bottom: 5px;
	box-shadow: 0px 1px 3px #212121;
	/*border-bottom: solid 4px #f7941e;*/
}
header:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 6px solid #f7941e;
}
header h1{
	margin-left: 160px;
	padding: 10px 0px 5px 0px;
	display: inline-block;
	color: #ffffff;
}
header #navButton{
	text-align: left;
	position: absolute;
	font-size: 20px;
	top: 15px;
	right: 0px;
	padding-right: 1.5%;
	z-index: 99999;
}
header h2{
	color: #212121;
	font-size: 16px;
	display: inline-block;
	text-align: left;
	margin-left: 184px;
	font-family: 'constructivistsquare';
}
header h3{
	padding-top: 5px;
	margin-right: 10px;
	font-family: 'constructivistsquare';
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
	
}
header h3:hover{
	color: #212121;
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
.homeLink h3{
	color: #ab1717;
	padding-top: 5px;
	margin-right: 10px;
	font-family: 'constructivistsquare';
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
	
}
.homeLink h3:hover{
	color: #212121;
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
#logoFrame{
	position: absolute;
	top: 4px;
	left: 5px;
	width: 140px;
	height: 140px;
	z-index: 100;
	border: solid 6px #ab1717;
	background-color: #ffffff;
	border-radius: 140px;
	/*box-shadow: 0px 2px 2px #212121;*/
}
#logo{
	height: 100px;
	width: 100px;
	display: block;
	margin: 22px 17px;

}
/*--------------------
	navigation
----------------------*/
#navFrame{
	position: fixed;
	width: 100%;
	z-index: 50;
	top: -270px;
	margin-top: 270px;
}
#navFrame .container{
	position: relative;
}
nav{
	position: absolute;
    top: 50px;
    right: 8px;
    z-index: 50;
    background-color: #ab1717;
    padding: 10px;
    width: 120px;
    box-shadow: 0px 0px 3px #000000;
}
nav div{
	display: block;
	text-align: right;
	border-bottom: solid 1px #212121; 
}
nav h3{
	text-align: left;
	padding: 10px;
	font-size: 19px;
	color:#ffffff;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
	
}
nav a h3:hover{
	color: #212121;
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
nav a:link {
	text-decoration:none;
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	position: relative;
	top: 3px;
} 
nav a:visited {
	color: #ffffff;
} 
nav a:hover {
	color: #f7941e;
} 
nav a:active {
	color: #dadada;
} 
#navArrow{
	position: absolute;
    right: 55px;
    top: 337px;
    cursor: pointer;
    z-index: 50;
}
#navArrowUp{
	position: absolute;
    right: 50px;
    top: 325px;
    opacity: 0;
    display: none;
    cursor: pointer;
    z-index: 50;
}
#navArrow:hover{
	color: #f7941e;
}
/*--------------------
	main
----------------------*/
#main{
	height: 90vh;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 45px;
	background-position: center center;
}
#contact{
	padding-top: 5px;
	margin-right: 10px;
	font-family: 'constructivistsquare';
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
    color: #ab1717;
    margin-bottom: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    line-height: 45px;
    max-width: 480px;
}
#contact:hover{
	color: #212121;
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
/*--------------------
	content
----------------------*/
#content{
	box-shadow: 0px -1px 2px #cccccc;
	padding-bottom: 100px;
	border-top: solid 4px #ab1717;
}
#content h4{
	margin-top: 40px;
}
#content img{
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border: solid 2px #f3f3f3;
}
#content img:hover{
	opacity: .8;
	border: solid 2px #f7941e;
}
#content .gallery a{
	text-align: left;
	position: relative;
	top: -60px;
	width: 100%
}
#content .gallery h2{
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: left;
}
#content .gallery h2:hover{
	color: #212121;
}
/*--------------------
	info section styles
----------------------*/
#info{
	padding: 110px 0px;
	background-image: url(../_images/kremlin.svg);
	background-repeat: no-repeat;
	-o-background-size: 900px auto;
	-moz-background-size: 900px auto;
	-webkit-background-size: 900px auto;
    background-size: 900px auto;
    background-position: right -350px bottom -120px;
}
#info .col-33{
	background-color: #ab1717;
	margin-top: 50px;
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
	min-height: 200px;
}
.tightType{
	max-width: 800px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 130px;
}
#info .col-33 p{
	color: #ffffff;
}
#info .icon{
	border: solid 4px #f3f3f3;
	background-color: #212121;
	width: 110px;
	height: 110px;
	border-radius: 80px;
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -50px;
	text-align: center;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#info .skewOff{
	height: 100%;
}
#info .icon img{
	margin-top: 15px;
}
#info h3{
	color: #ffffff;
}
#info p{
	position: relative;
}
#info .hideFrame{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#info ul{
	opacity: 0;
	padding-left: 30px;
	position: absolute;
	top: 0px;
    left: -450px;
}
#info li{
	color: #ffffff;
	list-style-type: circle;
	margin: 10px 0px;
	line-height: 19px;
}
/*--------------------
	clients section styles
----------------------*/
#clients {
    padding: 100px 0px 50px 0px;
}
#clients h2{
	padding-bottom: 10px;
	border-bottom: solid 4px #dadada; 
	margin-bottom: 10px;
}
#clients .col-25{
	position: relative;
	height: 210px;
	width: 20%;
	margin: 5px 1.5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
	margin-bottom: 30px;

}
#clients img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border: solid 2px #f3f3f3;
}
#clients img:first-child{
    border: solid 2px #f79520;
}
#clients .clientHover:hover{
	opacity: 0;
}
#clients img.clientHoverAlt{
	opacity: .8;
	border: solid 2px #f3f3f3;
}
#clients img.clientHoverAlt:hover{
	opacity: 1;
	border: solid 2px #dadada;
}
/*--------------------
	slideshow styles
----------------------*/
#slideShow{
	padding-top: 45px;
}
#slideShow a{
	float: left;
}
#slideShow .col-100{
	width: 100%;
	margin: 0px 0%;
	padding: 0px 0%;
	min-height: 25px;
	float: left;
	position: relative;
}
#slideShow .slides {
	width: 100%;
	overflow: hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-top: solid 4px #dadada;
}
#slideShow .slides img {
	float:left;
	width: 100vw;
	height: auto;
}
#slideShow .barRed{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 4px;
	width: 100%;
	background-color: #ab1717;
}
.starFrame{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 20;

}
.slideStar{
	color: #ab1717;
	margin: 2px;
	padding: 5px;
	position: relative;
	bottom: 0px;
	text-shadow: 0px 0px 1px #212121;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.slideStar:hover{
	color: #f7941e;
	bottom: 5px;
}
.slideStar.chosen{
	color: #dadada;
	box-shadow: none;
	bottom: 0px;
}
#mainSmallImg{
	display: none;
}
/*--------------------
	branding section
----------------------*/
#branding{
    padding: 100px 0px 120px 0px;
    background-image: url(../_images/person.svg);
    background-repeat: no-repeat;
    -o-background-size: 550px auto;
	-moz-background-size: 550px auto;
	-webkit-background-size: 550px auto;
    background-size: 550px auto;
    background-position: -100px 50px;
}
#branding h2{
	padding-bottom: 10px;
    border-bottom: solid 4px #dadada;
    margin-bottom: 10px;
}
#branding .bar{
	border-bottom: solid 4px #dadada;
}
#brandParent{
	position: relative;
	width: 100%;
}
#brandGallery{
	width: 100%;
	height: 252px;
	overflow: hidden;
}
.drawer{
	width: 999999px;
}
#brandGallery img{
	border: solid 2px #f3f3f3;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#brandGallery img:hover{
	border: solid 2px #f7941e;
}
#arrowLeft{
	position: absolute;
	top: 50%;
	left: -9px;
	margin-top: -25px;
	color: #212121;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#arrowRight{
	position: absolute;
	top: 50%;
	right: -9px;
	margin-top: -25px;
	color: #212121;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#arrowLeft:hover{
	left: -12px;
	color: #f7941e;
}
#arrowRight:hover{
	right: -12px;
	color: #f7941e;
}
/*--------------------
	contact us light box
----------------------*/
#contactLight h3{
	text-align: center;
	background-color: #ab1717;
	padding: 10px;
}
#contactLight h3.alt{
	background-color: #212121;
}
#contactLight { 
	display:none;
	background-color:#fff;
	padding: 10px;
	width: 690px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-355px;
	margin-top:-250px;
	z-index:110;
}
#contactLight .close{ 
	position: absolute;
	top: -13px;
	left: -13px;
	font-size: 25px;
	color: #dadada;
	-webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    text-shadow: 0px 0px 3px #000000;
}
#contactLight .close:hover{ 
	color: #f7941e;
}
#contactLight .target h2 { 
	margin-top: 20px;
	font-size: 35px;
	padding-bottom: 10px;
	border-bottom: solid 4px #dadada; 
	margin-bottom: 20px;
}
#contactLight .target p { 
	font-size:12px;
	padding:0px; 
	margin:0px; 
	color: #212121;
}
input:focus, textarea:focus{
	outline: none;
    border-color: #f7941e;
    box-shadow: 0 0 10px #f7941e;
}
/*--------------------
	the light box
----------------------*/
.theLight { 
	display:none;
	background-color:#ab1717;
	width: 80%;
	max-width: 700px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-300px;
	z-index:110;
}
.theLight .close{ 
	position: absolute;
	top: -13px;
	left: -13px;
	font-size: 25px;
	color: #dadada;
	-webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    text-shadow: 0px 0px 3px #000000;
}
.theLight .close:hover{ 
	color: #f7941e;
}
.theLight .target{
	background-color: #ab1717;
	padding-bottom: 1px;
}
.theLight .target h3{
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 0px;
	margin: 20px;
	font-size: 24px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: none;
}
.theLight .target h4 { 
	font-size: 18px;
	padding:0px; 
	margin: 15px 20px;
	color: #ffffff;
	line-height: 24px;
}
.theLight img{
	width: 100%;
	height: auto;
	border-bottom: solid 4px #f7941e;
}
.theLight.altLight{
	height: 80%;
	width: auto;
	margin-top:-200px;
	margin-left:-200px;
}
.theLight.altLight .target img{
	width: auto;
	height: 100%;
	display: block;
    margin: 0px auto;
}
#theDark { 
	display:none;
	color:#fff;
	background-color:#000000;
	padding:25px;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:100;
	opacity:.8;
}
label{
	display: block;
	margin-bottom: 5px;
}
input{
	display: block;
	width: 96%;
	padding: 5px 2%;
	font-size: 16px;
	font-weight: 400;
}
textarea{
	display: block;
	max-width: 98%;
	min-width: 98%;
	min-height: 120px;
	padding: 5px 1%;
	font-size: 16px;
	font-weight: 400;
}
.inputClose{
	margin-top: 15px;
	width: 100px;
	background-color: #ab1717;
	color: #ffffff;
	float: right;
	font-family: 'aachenregular';
	-webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.inputClose:hover{
	background-color: #212121;
}
/*--------------------
	column layout
----------------------*/
.col-100{
	width: 97%;
	margin: 5px .5%;
	padding: 10px 1%;
	min-height: 25px;
	float: left;
}
.col-75{
	width: 72%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-50{
	width: 47%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-25{
	width: 22%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-66{
	width: 63.6666%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-33{
	width: 30.3333%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-16{
	width: 13.6666%;
	margin: 5px .5%;
	padding: 10px 1%;
	float: left;
	min-height: 25px;
}
.col-100 > img, .col-75 > img, .col-50 > img, .col-25 > img, .col-66 > img, .col-33 > img, .col-16 > img{
	width: 100%;
	height: auto;
}
.clear{
	clear: both;
}
.midShow{
	display: none;
}
.smallShow{
	display: none;
}
.footerFrame{
	height: 65px;
	overflow: hidden;
	padding-top: 35px;
	margin-top: -60px;
	width: 100%;
}
footer{
	clear:both;
	background-color: #ab1717;
	width: 100%;
	position: relative;
	bottom: -25px;
	z-index: 10;
	padding-bottom: 50px;
	box-shadow: 0px 0px 3px #212121;
}
footer:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 6px solid #f7941e;
}
footer h3{
	text-align: right;
	margin-right: 1.5%;
	margin-top: 0px;
	font-size: 15px;
}
h1 {
	font-family: 'constructivistsquare';
	font-size: 40px;
	color: #ffffff;
	margin-bottom: ;
	line-height: ;
	text-align: left;
}
h2 {
	font-family: 'constructivistsquare';
	font-size: 50px;
	color: #ab1717;
	margin-bottom: ;
	line-height: ;
	text-align: center;
}
h3 {
	font-family: 'aachenregular';
	font-weight: ;
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: ;
	text-align: left;
}
h4{
	font-size: 19px;
	color: #212121;
	line-height: 28px;
	margin-bottom: ;
}
p {
	font-size: 15px;
	color: #212121;
	line-height: 23px;
	margin-bottom: ;
}
a:link {
	text-decoration:none;
	display: inline-block;
	color: #dadada;
	-webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
} 
a:visited {
	color: #dadada;
}
a:hover {
	color: #212121;;
}
a:active {
	color: #dadada;
}
@media only screen and (max-width: 1395px) {
	#brandParent{
		overflow: hidden;
	}
}
/*--------------------
	iPads (landscape)
----------------------*/
@media only screen and (max-width: 1024px) {
	/*--------------------
		specific page 1
	----------------------*/
	#slideShow{
		padding-bottom: 20px;
	}
	#navArrow {
		top: 345px;
		right: 45px;
	}
	/*--------------------
		specific page 2
	----------------------*/
}
/*--------------------
	iPads (portrait)
----------------------*/
@media only screen and (max-width: 768px) {
	/*--------------------
		specific page 1
	----------------------*/

	/*--------------------
		specific page 2
	----------------------*/

	/*--------------------
		contact light box
	----------------------*/
	#contactLight{
		width: 450px;
		padding:10px;
		margin-left:-230px;	
		margin-top:-200px;
	}
	/*--------------------
		light box
	----------------------*/
	.theLight{
		width: 80%;
		margin-top:-200px;
		margin-left:-240px;
	}
	.theLight.altLight{
		height: 80%;
		width: auto;
		margin-top:-200px;
		margin-left:-200px;
	}

	/*--------------------
		column layout
	----------------------*/
	.col-25{
		width: 47%;
	}
	#clients .col-25{
		height: 250px;
		width: 45%;
	}
	.col-33{
		width: 97%;
	}
	.col-16{
		width: 30.3333%;
	}
	div.to100{
		width: 97%;
	}
	div.to66{
		width: 63.6666%;
	}
	div.to50{
		width: 47%;
	}
	div.to33{
		width: 30.3333%;
	}
	.midShow{
		display: inherit;
	}
	.midHide{
		display: none;
	}
}
@media only screen and (max-width: 650px) {
	/*--------------------
		specific page 1
	----------------------*/

	/*--------------------
		specific page 2
	----------------------*/
	#logoFrame{
		width: 120px;
    	height: 120px;
    	border-radius: 120px;
	}
	#logo{
		width: 85px;
    	height: 85px;
    	margin: 20px 15px;
	}
	#navArrow{
		right: 40px;
	}

	header h1{
		margin-left: 130px;
		width: 300px;
		padding-top: 10px;
		font-size: 28px;
	}
	header h2{
		margin-left: 147px;
    	padding-bottom: 10px;
	}
	header h3{
		margin-top: 10px;
	}
	#slideShow{
		padding-top: 130px;
	}
	#info .col-33{
		width: 88%;
		margin-bottom: 30px;
		margin-left: 4%;
		margin-right: 4%;
		padding-left: 2%;
		padding-right: 2%;
	}
	footer{
		bottom: -15px;
    	padding-top: 10px;
	}
}
/*--------------------
	Smartphones (landscape)
----------------------*/
@media only screen and (max-width: 520px) {
	/*--------------------
		general
	----------------------*/
	#mainSmallImg{
		display: inherit;
		border-top: solid 5px #ab1717;
		border-bottom: solid 5px #ab1717;
	}
	.headerFrame {
	    height: 150px;
	    width: 100%;
	    overflow: hidden;
	}
	header{
		position: relative;
	}
	#slideShow{
		padding-top: 0px;
	}
	.starFrame{
		display: none;
	}
	#slideShow .slides{
		display: none;
	}
	header h1{
		margin-left: 135px;
	    width: 100%;
	    padding-top: 20px;
	    font-size: 25px;
	}
	header h2{
		margin-left: 152px;
	}
	header h3{
		display: none;
	}
	#navArrow{
		top: 335px;
		right: 50px;
	}
	#navFrame{
		position: absolute;
		top: -245px;
	}
	.tightType{
		width: 95%;
	}
	#branding{
		background-position: -80px 120px;

	}
	/*--------------------
		Client Page
	----------------------*/
	#main{
		margin-top: -75px;
		height: 50vh;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size:cover;
		background-size: cover;
		background-position: center 0px;
	}
	#content .gallery a{
		top: -55px;
	}
	#content .gallery h2{
		text-align: center;
		font-size: 45px;
	}
	/*--------------------
		specific page 2
	----------------------*/
	#info{
		padding-top: 90px;
	}
	#clients{
		padding-top: 90px;
	}
	.tightType{
		margin-bottom: 90px; 
		font-size: 15px;
		line-height: 25px;
	}
	/*--------------------
		contact light box
	----------------------*/
	#contactLight{
		width: 280px;
    	padding: 10px;
    	margin-left: -150px;
		margin-top: 0px;
		top: 20px;
	}
	#contactLight .col-50{
		padding: 0px 1%;
	}
	#contactLight .col-100{
		padding: 0px 1%;
	}
	#contactLight .target h2{
		font-size: 23px;
	}
	textarea{
		max-height: 175px;
	}
	/*--------------------
		the light box
	----------------------*/
	.theLight{
		width: 90%;
		margin-top:-200px;
		margin-left:-240px;
	}
	.theLight.altLight{
		height: 70%;
		width: auto;
		margin-top:-200px;
		margin-left:-200px;
	}
	.theLight .target h3 {
		font-size: 22px;
	}
	.theLight .target h4 {
	    font-size: 14px;
	}
	/*--------------------
		column layout
	----------------------*/
	.col-75{
		width: 97%;
	}
	.col-50{
		width: 97%;
	}
	.col-25{
		width: 97%;
	}
	#clients .col-25{
	width: 95%;
	height: 320px;
	}
	.col-66{
		width: 97%;
	}
	.col-16{
		width: 97%;
	}
	div.to66{
		width: 97%;
	}
	div.to50{
		width: 97%;
	}
	div.to33{
		width: 97%;
	}
	.clientHover{
		display: none;
	}
	#clients img:first-child{
		border: solid 2px #f3f3f3;
	}
	#clients img:hover{
		border: solid 2px #f79520;
	}
	.smallHide{
		display: none;
	}
	.smallShow{
		display: inherit;
	}
	p{
		font-size: 14px;
		line-height: 21px;
	}
	h2{
		font-size: 45px;
	}
	
}
@media only screen and (max-width: 340px) {
	/*--------------------
		general
	----------------------*/
	#logoFrame {
	    width: 100px;
	    height: 100px;
	    border-radius: 100px;
	}
	#logo {
	    width: 75px;
	    height: 75px;
	    margin: 13px 11px;
	}
	header h1 {
	    margin-left: 110px;
	    width: 100%;
	    padding-top: 15px;
	    font-size: 23px;
	}
	header h2 {
	    margin-left: 152px;
	    font-size: 16px;
	    width: 100%;
	    margin-left: 125px;
	}
	#navFrame {
	    position: absolute;
	    top: -255px;
	}
	#content .gallery h2 {
	    font-size: 40px;
	}
}