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

@media only screen and (max-width: 600px){
  .hero-image {
  height: 0px;
  visibility: hidden;
  }

* {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
}

body {
    width: 100%;
}

/* Style the header */
.header {
    width: 100%;
	height: 150px;
	background-color: #D9DA55;
	x-border-bottom: 1px solid #2C9AB7;
}

h1 {
    background-image: url(logos/new_logo_header.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: 45%;
    font-family: source_reg;
    font-size: 0;
    line-height: 150px;
    font-weight: normal;
    height: 152px;
    width: 100%;
    text-align: right;
    x-padding-right: 180px;
}

h2 {
    font-size: 1.2em;
    
}

h3 {
    font-family: source_reg;
    x-font-weight: normal;
    font-size: 1.7em;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 10px 0;;
}

/* Style the navbar */
nav {
    x-float: right;
	width: 100%;
    height: 75px;
	margin: auto;
    }
    
/* Style the Nav Items */
nav ul {
    list-style: none;
    x-float: right;
    margin-top: 160px;
}
nav ul li {
    float: left;
    color: #000000;
    font-family: source_reg;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 5px;

}
nav ul li a {
	color: #000;
	x-text-decoration: none;
}

nav ul li:visited a {
	color: #0066A4;
}

nav ul li:hover a {
	color: #0066A4;
}

nav ul li:active a {
	color: #0066A4;
}



nav p {
    font-family: source_light;
    font-size: 1.2em;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.inner  {
    width: 97%;
}

.inner_inner {
    width: 97%;
}

.hot, .new {
    width: 97%;
}

.hot {
    color: #FF0004;
    margin-top: 170px;
    }
    
.new {
    color: #0066A4;
}

.hot img, .new img {
    margin-top: 200px;
    margin: auto;
}

/*CLIENTS PAGE*/

#clients .inner  {
    width: 97%;
}
.client_box {
    x-float: none;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
}

.client_logo {
    float: none;
}

}
