@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
}
html{
	margin:0;
}
body{
	margin: 0;
	background-color: #FFFFFF;
	width:100%;
}
img{
	border: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color:inherit;
}


.header{
	text-align: center;
	padding: 20px 0 10px 0;
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	z-index:2;
}
.headerImg{
	margin: 0 0 8px 0;	
}
.linkBar{
	margin: 8px 0px 0px 0px;
}
.textLink{
	margin: 12px 0 0px 0;
	font-family:Futura, sans-serif;
	font-size: 17px;
	color: #D51F26;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 6px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
}
.textLink a:hover{
	margin: 12px 0 0px 0;
	font-family:Futura, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 6px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
}
.linkBullet{
	color: #000000;
	font-weight:normal;
}
.instagramBar{
	margin: 8px 0 0 0;
}
.instagramText a{
	margin: 15px 0 0 0;
	border:none;
	font-family:Futura, sans-serif;
	font-size: 11.5px;
	color: #36BEBE; //blue
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 4px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
}
.instagramText a:hover{
	margin: 10px 0 0 0;
	border:none;
	font-family:Futura, sans-serif;
	font-size: 11.5px;
	color: #D51F26; //red
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 4.25px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
}

.portfolioMenu{
	z-index:4;
	display:block;
	padding:0px 0px 10px 10px;
	background-color:#F0EDED;
	border: 1px solid black;
	line-height:26px;
	position: absolute;
	top:210px;
	left:440px;
}


.header ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 8px;
  list-style: none;
  font-family:Futura, sans-serif;
	font-weight:bolder;
	font-size: 18px;
	color: #D51F26;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 4px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
	//border: 1px solid black;
}
.header ul li {
  display: inline-block;
  margin-right: 0;
  position: relative;
  padding: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.header ul li:hover {
  background: #FFFFFF;
  color: #36BEBE;
}
.header ul li ul {
  padding: 8px 0 0 0;
  position: absolute;
  top: 15px;
  left: 4px;
  width: 310px;
  //border: 1px solid black;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -transition: opacity 0.25s;
}
.header ul li ul li { 
  background: #FFFFFF; 
  display: block; 
  color: #D51F26;
  margin: 0px;
	font-size:15px;
	letter-spacing: 4px;
	font-weight:normal;
}
.header ul li ul li:hover { background: #FFFFFF; }

.header ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.contactBox{
	width: 100%;
	margin: 0;
	padding: 10px 0 15px 0;
	border: 0;
	background-color: #FFFFFF;	
	text-align: center;
	position:fixed;
	bottom:0px;
	z-index:3;
}
.contactText a{
	margin: 10px 0 0 0;
	border:none;
	font-family:Futura, sans-serif;
	font-size: 12px;
	color: #D51F26;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 4px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
}
.contactText a:hover{
	margin: 10px 0 0 0;
	border:none;
	font-family:Futura, sans-serif;
	font-size: 12px;
	color: #36BEBE;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 4.25px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);
}



.contentBox{
	width:auto;
	//border: 1px solid black;
	margin:0;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	top:210px;
	z-index: 1;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:13px;
	padding: 0 0 0 40px;
	
}

.contentBox a{
	color: #36BEBE;
}
.contentBox a:hover{
	color: #D51F26;
}

.contentLeft{
	max-width: 30%;
	float:left;
	margin-left:30px;
	margin-right:40px;
	text-align: left;
}
.contentMid{
	width: 45%;
	float: left;
	text-align:left;
	margin-right:40px;
}
.contentRight{
	width:55%;
	float: left;
	text-align:left;
	padding-bottom:80px;
}

.pressLeft{
	max-width: 45%;
	float:left;
	margin-right:50px;
	text-align: center;
}
.pressRight{
	width:45%;
	float: left;
	text-align:center;
	padding-bottom:80px;
}

.pressLeft img{	
	border: 1px solid #C5C0C0;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #C5C0C0;
	margin: 0 10px 10px 0;
}

.pressRight img{
	width: 90%;	
	border: 1px solid #C5C0C0;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #C5C0C0;
	margin: 0 10px 10px 0;
}

.portfolioRight{
	width:60%;
	float: left;
	text-align:left;
	padding-bottom:80px;
}

.portfolioRight img {
	width:12%;
	border: 1px solid #C5C0C0;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #C5C0C0;
	margin: 0 10px 10px 0;
}

.contentLeft img {
	max-width:100%;
	border: 1px solid #C5C0C0;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #C5C0C0;
	margin: 0 0 50px 0;
	
}

.headline{
  margin: 0;
  padding-bottom: 8px;
  font-family:Futura, sans-serif;
	font-size: 16px;
	color: #D51F26;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 6px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);	
}

.portfolioHeadline{
  margin: 0;
  padding-bottom: 10px;
  font-family:Futura, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 6px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);	
}

.portfolioQuarter a{
  margin: 0;
  padding-bottom: 10px;
  font-family:Futura, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 2px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);	
}


.portfolioQuarter p a:hover{
  margin: 0;
  padding-bottom: 10px;
  font-family:Futura, sans-serif;
	font-size: 17px;
	color: black;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 2.3px;	
	-ms-transform: scale(1,.92); /* IE 9 */
    -webkit-transform: scale(1,.92); /* Chrome, Safari, Opera */
	transform: scale(1,.92);	
}

.portfolioQuarter a img:hover{
	border: 1px solid black;
}


.portfolioQuarter{
	width:20%;
	//float: left;
	display:inline-block;
	padding: 0 10px 10px 10px;	
	text-align: center;
	//border: 1px solid black;
	margin:0;
}

.portfolioQuarter img{
	width:90%;
	border: 1px solid #C5C0C0;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #C5C0C0;
}	

.pleaseSelect {
	font-size:16px;
}	

.clientColumns{
	width:100%;	
}
.clientInnerColumn{
	width:49%;
	float:left;
}
