body
{
background-color:#231f20;
	padding:0;
	overflow-x: hidden;
	margin:0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}



nav {

  z-index: 1;
}


nav #menu {
  float: right;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	margin-bottom:10px;	
	text-align:right;
}

nav #menu li {
  display: inline-block;
  padding: 0px 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

nav #menu li a {
  color: #fff;
}

nav #menu li:hover {
  background: #333;
}

#toggle {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

#toggle .span {
  height: 7px;
  background: white;
  margin: 5px auto;
  backface-visibility: hidden;
}

#toggle.on #one {
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

#toggle.on #two {
  opacity: 0;
}

#toggle.on #three {
  transform: rotate(-45deg) translateX(10px) translateY(-12px);
}

#resize {
  z-index: 1;
  position: absolute;
  top: 0px;
  background: #ddd;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: table;
}

#resize #menu {
  height: 50px;
  display: table-cell;
  vertical-align: left;
}

#resize #menu li {
  display: block;
  text-align: center;
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  min-height: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-out;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;
}

#resize #menu li:hover {
  background: #212121;
}

#resize #menu li:hover a {
  color: #fff;
  transition: all 0.3s ease-out;
}

#resize #menu li a {
  color: #212121;
}

#resize.active {
  visibility: visible;
  opacity: 0.99;
}

@media (max-width: 900px) {
  #toggle {
    visibility: visible;
    opacity: 1;
  }
  nav #menu {
    display: none;
  }
}

@media (min-width: 900px) {
  #resize {
    visibility: hidden !important;
  }
}

#headerLine
{
	
	width:100%;
	height:100px;
	background-color: #909195;
	background: rgba(35, 31, 32, 0.6);
  position: fixed;
  top: 0;
	
}

#headerRight
{
	float:right;
	width:75%;
}

#headerLeft
{
	float:left;
	width:25%;
}


/* Hero */
#hero
{
 background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../../img/heroMain.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	max-width:100%;
	clear:both;
	float:left;
	height:600px;
	margin-bottom: -40px;
}

#hero h1
{
		color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:300px;
	padding-bottom:10px;
}

#hero h2
{
		color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:200;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:10px;
	padding-bottom:10px;
}


/* Team Hero */
#teamHero
{
 background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url("../../img/teamHero.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	max-width:100%;
	clear:both;
	height:500px;
	margin-bottom: -40px;
}

/* About Hero */
#aboutHero
{
 background: url("../../img/aboutHero.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	max-width:100%;
	clear:both;
	height:500px;
	
}

/* Clients Hero */
#clientsHero
{
 background: url("../../img/clients.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	max-width:100%;
	clear:both;
	height:500px;
	margin-bottom: -40px;
}

/* Creative Hero */
#creativeHero
{
 background: url("../../img/creativeHero.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	max-width:100%;
	clear:both;
	height:500px;
	
}

#creativeHero h1
{
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:400px;
	font-variant:small-caps;
	font-size: 32px;
}


/* servicesOOH */
 #servicesOOH
{
	float:left;
	clear:both;
	width:100%;
}


/* OOH Hero */
#oohHero
{
 background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../../img/oohHero.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	max-width:100%;
	clear:both;
	height:500px;
}

/* Content */
#content
{
  background-color:#231f20;
	position:relative;
	height:auto;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}

#content h1
{
	text-align:center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-variant:small-caps;
	color:white;
}


.aboutGrey{
	background-color:#909195;
	height:auto;
	width:100%;
	margin:0;
	padding:0;
	float:left;
	clear:both;
}

#aboutHero h2
{
 color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:400px;
	font-variant:small-caps;
	font-size: 32px;
	
}

#clientsHero h2
{
 color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:400px;
	font-variant:small-caps;
	font-size: 32px;
	
}


#oohHero h2{
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:400px;
	font-variant:small-caps;
	font-size: 32px;
}

#content img
{
	margin-left:25%;
	margin-right:25%;
}

.aboutGrey h3
{
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:10px;
	font-variant:small-caps;
	font-size: 32px;
	
}

.white h3
{
	color: #231f20;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:10px;
	font-variant:small-caps;
	font-size: 32px;
	
}

.aboutGrey h2
{
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:100;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-bottom:10px;
}

/* grey About */

.grey{
	background-color:#231f20;
	height:auto;
	width:100%;
	clear:both;
	float:left;
}

.white{
	background-color:white;
	height:auto;
	width:100%;
	clear:both;
	float:left;
}

.white img
{
	width:100%;
	height:auto;
	margin-left:0% !important;
	margin-right:0% !important;
}

.white h2
{
	color: #231f20;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:100;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:10px;
	padding-bottom:10px;
}

.grey h2
{
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:100;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top:10px;
	padding-bottom:10px;
}



/* Logo */

#logo
{
margin:20px;
	float:left;
	width:200px;
	
}

/* Header */

#header
{
position:sticky;
position:-webkit-sticky;
  top: 0;
}

/* Column Copy */

.columnCopy{
width:250px;
background-color:white;
height:300px;
	background: rgba(255, 255, 255, 0.3);
	clear:both;
	float:left;
}

.internalColumnCopy{
width:250px;
background-color:white;
height:500px;
	background: rgba(255, 255, 255, 0.3);
	clear:both;
	float:left;
}

.partnerColumnCopy{
width:250px;
background-color:white;
height:850px;
	background: rgba(255, 255, 255, 0.3);
	clear:both;
	float:left;
}

.visionColumnCopy{
width:250px;
background-color:white;
height:500px;
	background: rgba(255, 255, 255, 0.3);
	clear:both;
	float:left;
}

.mediaColumnCopy{
width:250px;
background-color:white;
height:550px;
	background: rgba(255, 255, 255, 0.3);
	clear:both;
	float:left;
}

.creativeColumnCopy{
width:250px;
background-color:white;
height:550px;
	background: rgba(255, 255, 255, 0.3);
	clear:both;
	float:left;
}


.columnCopy h2{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:21px;
	line-height: 25px;
	padding-bottom:75px;
}

.internalColumnCopy h3{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:24px;
	line-height: 25px;
	font-variant:small-caps;
	
}

.internalColumnCopy h2{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:18px;
	line-height: 25px;
	
}

.partnerColumnCopy h3{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:24px;
	line-height: 25px;
	font-variant:small-caps;
	
}

.partnerColumnCopy h2{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:18px;
	line-height: 25px;
	
}

.visionColumnCopy h2{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:21px;
	line-height: 25px;
	padding-bottom:175px;
}

.mediaColumnCopy h2{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:21px;
	line-height: 25px;
	padding-bottom:175px;
}

.creativeColumnCopy h2{
margin:10px;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:21px;
	line-height: 25px;
	padding-bottom:175px;
}

/* About Section */

#aboutBox

{
width:100%;
	height:100%;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/about.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about h1
{
	margin:3px;
	color:white;
}

/* Mercedes Benz Section */

#about h1
{
	margin:3px;
	color:white;
}



#oohBox

{
	width:100%;
	height:100%;
 background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/oohHome.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#ooh h1
{
	margin:3px;
	color:white;
}

/* Creative Section */

#creativeBox

{

	width:100%;
	height:100%;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/creativeHome.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.columnCopy .button
{
background-color: #5b1546;
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
margin-left: 25%;
padding: 10px;
font-size: 18px;
text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
margin-top: 20px;
width: 100%;
}


#creative h1
{
	margin:3px;
	color:white;
}

/* Clients Section */

#clients

{
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:50%;
	height:300px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/clientsHome.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#clients h1
{
	margin:3px;
	color:white;
}

/* Team Section */

#team

{
	float:right;
	padding:0;
	width:50%;
	height:300px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/teamHome.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#team h1
{
	margin:3px;
	color:white;
}

/* Social Media */

.socialMedia{
	float:right;
	margin-top:10px;
	margin-right:10px;
	clear:both;

}

.socialIcon
{
	float:left;
	padding-right:20px;
}

/*Form */

#homeForm
{
	width:100%;
	height:500px;
	float:left;
	clear:both;
	background-image: url("../../img/crackedWall.png");
}

#contact-area {
	width: 600px;
	margin-top: 25px;
	clear:both;
	margin-left:25%;
	margin-right:25%;
	display:inline-block;
	
}

#contact-area h2
{
	width:600px;
	margin-left:46%;
	margin-right:46%;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:24px;
	line-height: 25px;
	font-variant:small-caps;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #5b1546;
	color:white;
	border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	padding-bottom:5px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.3em;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* Our Vision Section */

#vision

{
	clear:both;
	float:left;
	width:100%;
	height:500px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/ourVision.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding:0;
	margin:0;
}

#media

{
	clear:both;
	float:left;
	width:100%;
	height:550px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/media.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding:0;
	margin:0;
}

#creativePage

{
	clear:both;
	float:left;
	width:100%;
	height:550px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/creativeSection.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding:0;
	margin:0;
}

#clients h1
{
	margin:3px;
	color:white;
}

/* Values Section */

#values

{
	padding:0;
	width:50%;
	float:left;
	height:500px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/values.png"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#values h1
{
	margin:3px;
	color:white;
}

/* Culture Section */

#culture

{
	padding:0;
	width:50%;
	float:left;
	height:500px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../../img/culture.png"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#culture h1
{
	margin:3px;
	color:white;
}

/* Advertising Image image */
.advertisingImage{
width:78%;
height:100%;
	float:right;
	
}

/* Mercedes Benz image */

.mbImage img
{
	height:100%;
	width:100%;
	border:2px solid #909195;
}

.mbImage
{
	float:left;
	margin-left:10px;
width:225px;
}

.partnerImage
{
	float:left;
	margin-left:10px;
width:200px;
}

.partnerImage img
{
	height:100%;
	width:100%;
	border:2px solid #909195;
	background-color: white;
}

.imageRow
{
	clear:both;
	padding-top:10px;
}

/* Billboard Section */

#billBoard

{
	float:left;
	clear:both;
	padding:0;
	width:100%;
	height:500px;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/billboard.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


}

#partners

{
	float:left;
	clear:both;
	padding:0;
	width:100%;
	height:auto;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url("../../img/partners.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Quotes */

#quoteAbout
{
	background-image:url("../../img/aboutCopy.png");
	width:638px;
	height:324px;
	margin-left:22%;
	margin-right:22%;
}

#quoteOOH
{
	background-image:url("../../img/oohCopy.png");
	width:628px;
	height:312px;
	margin-left:22%;
	margin-right:22%;
	clear:both;
}

#quoteCreative
{
	background-image:url("../../img/creativeCopy.png");
	width:550px;
	height:200px;
	margin-left:28%;
	margin-right:28%;
	padding-top:50px;
}

#quoteClients
{
	background-image:url("../../img/clientsCopy.png");
	width:630px;
	height:314px;
	margin-left:25%;
	margin-right:25%;
	margin-top:50px;
}


/* Home Page layout */

#row1
{
	width:100%;
	clear:both;
	float:left;
}

.view {
   width: 32.6%;
   height: 300px;
   float: left;
   border: 5px solid #231f20;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

/* FIFTH EFFECTS */
.fifth-effect img {
	opacity:0.2;
	-moz-transition: all 0.3s ease-out;
}
.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:100px solid rgba(0,0,0,0.3);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}

.fifth-effect h2
{
		color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-top: 100px;
	padding-bottom:10px;
}

.fifth-effect p
{
		color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	font-size:18px;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	padding-bottom:10px;
}

#footer{
	height:50px;
	background-color:#909195;
	width:100%;
	clear:both;
}

/* Responsive Design Tablet */
@media (max-width: 1112px)
{
	.view
	{width:100%;
	}
}

/* Responsive Design Tablet */
@media (max-width: 800px)
	
{
	
	.advertisingImage
	{
		width:60%;
		float:left;
	}
	
	.partnerColumnCopy
	{
		height:1625px;
	}
	
	#content{
		width:100%;
		overflow-x:hidden;
		
	}
	
	
	
	#contact-area
	{
		width:390px;
		margin-left:5px;
		margin-right:5px;
		
	}
	
	#contact-area input, #contact-area textarea
	{
		width:370px;
	}
	
	#contact-area h2
	{
		margin-left:20px;
		margin-right:0;
		
	}
	
	label
	{
		text-align: left;
	}
	
	#quoteAbout
{
	background-image:url("../../img/aboutCopyMedium.png");
	width:650px;
	height:260px;
	margin-left:5%;
	margin-right:0;
}
	
		#quoteOOH
{
	background-image:url("../../img/oohCopyMedium.png");
	width:640px;
	height:260px;
	margin-left:5%;
	margin-right:0;
}
	
			#quoteCreative
{
	background-image:url("../../img/creativeCopyMedium.png");
	width:640px;
	height:260px;
	margin-left:5%;
	margin-right:0;
}
	
		#quoteClients
{
	background-image:url("../../img/clientsCopyMedium.png");
	width:560px;
	height:300px;
	margin-left:5%;
	margin-right:0;
}
	
	#values{
		width:100%;
	}
	
	#culture{
		width:100%;
	}
	
	.socialMedia
	{
		visibility:hidden;
	}
	
	
	
	
}

/* Responsive Design Mobile */
@media (max-width: 414px)
{


	
	#hero h1
	{padding-top:150px;
	}
	
	#quoteAbout
{
	width:100%;
	height:auto;
}
	
		#quoteOOH
{
	width:100%;
	height:auto;
}
	
			#quoteCreative
{
	visibility:hidden;
}
				#quoteClients
{
	width:100%;
	height:auto;
}
	
	.partnerColumnCopy
	{
		width:0;
		height:0;
	}
	
	.partnerColumnCopy h3
	{
		visibility:hidden;
	}
	
	.partnerColumnCopy h2
	{
		visibility:hidden;	
	}
	
	.partnerImage
	{margin:0;
		width:100px;
	}
	
	.advertisingImage
	{
		float:left;
		width:100%;
	}
	
	#contact-area input.submit-button
	{
		float:left;
	}
	
	#clients{
		width:100%;
	}
	
	#team{
		width:100%;
	}
	
	
	
}

