@media screen and (max-width:1480px){
/*----------------------------------------------------header---------------------------------------------------------------------------*/
.max-width{
	margin: auto;
	width:100%;
	max-width:95%;
}

.max-width a img {
    float: left;
    margin: -20px 0 0;
    padding: 0;
    width: 51%;}

.header-logo img{
	padding-top: -20px !important;
}
.outer-max-width{
	width: 100%;
	margin: auto;
	overflow: hidden;
	height:100px;
}

.yellow-bar-top{
	background: #fcc738;
	height: 5px;
	width: 100%;
	margin: 0 auto;
}

.yellow-bar-short{
	background: #fcc738;
	height: 5px;
	width: 100%;
	margin: 0 auto;
	z-index: 101;
}

section{
	padding-bottom: 0px;
	overflow: hidden;
}



/********* HEADER *********/

header nav {
    float: right;
    margin-top: -11px;
    width: 70%;
}


header .nav-wrap .max-width > a{
    height: 80px;
    padding-top: 0px;
    position: relative;
	margin-left:2%;
    top: 0px;
	text-decoration:none;
	list-style:none;
	float:left;
}

header .nav-wrap .max-width > a:hover .header-logo{
	padding-top: 125px;
}
.header-logo{
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

nav li, header .nav-wrap .max-width > a:hover .header-biggie{
	top: 11px;
}

header .nav-wrap .max-width > a:hover .header-biggie{
	top: 0px;
	margin-left:0px;
}

.header-biggie{
	position: absolute;
	left: 0px;
	top: 178px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

nav a{
	text-decoration: none;
}

header .max-width{
	padding-top: 20px;
}

.header-nav-main{
	margin-right: 0px;
	width:100%;
	margin-bottom: 10px;
	float: right;
}

.header-nav-main a{
	color: #b6b6b6;
	display: table;
	font-size:20px;
	font-family: 'AvantGardeITCbyBT-Book';
	position: relative;
	z-index: 10;
	top: -35px; 
	height: 94px; 
	 padding: 31px 20% 0 20%;
}

.header-nav-secondary a{
	font-family: 'AvantGardeITCbyBT-Book';
	color: #b6b3a8;
	margin: 4px auto 0;
	font-size:18px;
	padding-left: 8px;
}

.header-nav-secondary a:after{
	content: "/";
	padding-left: 8px;
	color: #b6b3a8;
}

.header-nav-secondary li:last-child a:after{
	content: "";
}

.header-nav-secondary a:hover{
	color: #181818;
}

.nav-bg{
	width: 100%; 
	position: absolute;
	top: -131px;
	height: 94px;
	z-index: 2;
	background: #FCC738;
	opacity: .8;
	
	-webkit-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1.0) ;
	-moz-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1.0) ;
	-o-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1.0) ;
	-ms-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1.0) ;
	transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1.0) ;
}

.header-nav-main a:hover + .nav-bg{
	top: -35px;
}

.header-nav-main a:hover{
	color: #343434;
}




footer{margin:0px auto;
padding:0px;
float:left;
width:100%;
text-align:center
}

.footer_bg{margin:0px auto;
padding:0px;
float:left;
width:100%;
height:33px;
background:#000;
}


.footer_text {
    color: #BBBBBB;
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 12px;
    margin: 0 auto;
    padding-top: 9px;
    text-align: center;
}


.hire_us_on {
    background: none repeat scroll 0 0 #FEBD11;
    border: medium none;
    color: #141414;
    font-family: 'Museo-700';
    font-size: 30px;
    height: 48px;
    margin: 0 auto;
    padding: 0;
    width: 200px;
	
}
}