/*

COLORS
light gray: #ebeef2;
dark gray:  #525252;
naby blue:  #022340;
blue gray:  #8094a6;
blue teal:  #0378a6;
yellow:     #f2e405;

*/


.clear
{
  clear: both;
}

body
{
  background-color: #f7f5f2;
  font-size: 16px;
  font-family: "proxima-nova", Georgia, times, serif;
   color: #363636;
}

/*LAYOUT //////////////////////////////////////////*/

header
{
  max-width: 900px;
  width:90%;
  margin:20px auto;
}

.container
{
  max-width: 900px;
  width:90%;
  margin:20px auto -2px auto;
  background-color: white;
  border-top: 4px solid #8094a6;
}

#left
{
  width:42%;
  float:left;
}

#right
{
  width:50%;
  float: left;
  padding:30px 30px 0 30px;
}

#middle
{
  padding:30px;
  background-color: #f2e405;
}

.container img
{
  width: 100%;
}

footer
{
  margin: 20px auto;
  padding-top: 10px;
  max-width: 900px;
  width: 90%;
}

/*GENERAL TYPE STYLES //////////////////////////////////////////*/
h2
{
  font-family: "rooney-web", 'Helvetica Neue', arial, sans-serif;
  font-size: 3.4em;
  font-weight: 100;
  font-style: normal;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  color: #363636;
}

p
{
  font-family: "rooney-web", georgia, times, serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #363636;
}

a
{
  text-decoration: none;
  color: #8094a6;
}

a:hover
{
  text-decoration: none;
  color: #3773b5;
}

h3
{
  font-family: "rooney-web", 'Helvetica Neue', arial, sans-serif;
  font-size: 2em;
  font-weight: 100;
  font-style: normal;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  color: #363636;
}

/*SPECIFIC TYPE STYLES //////////////////////////////////////////*/
.logo
{
  padding-top: 18px;
}

.what
{
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.kicker
{
  font-family: "proxima-nova", Georgia, times, serif;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .15em;
  color: #8094a6;
}

#size
{
  font-family:"proxima-nova", helvetica, arial, sans-serif;
  padding-top: 13px;
  font-weight: 800;
  color: #565656;
}

.price2
{
  float:right;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5em;
  background-color: #f2e405;
  padding:.8em;
  color: #4d98eb;
  border-radius: 5em;
  line-height: 3em;
  margin: -92px -100px 0 0;
}

.desc
{
  padding-right:20px;
}

.email
{
  font-size: 1em;
}


/*HEADER STYLES //////////////////////////////////////////*/

header form
{
  float:right;
  margin-top: -10px;
}

header img, header h1
{
  float:left;
}

header input[type="submit"], footer input[type="submit"]
{
  background-color: #8094a6;
  border: none;
  height:40px;
  font-family:"proxima-nova", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 800;
  cursor: hand;
  cursor: pointer;
  border-radius: 3px;
  color:#f7f5f2;
  margin:0;
  padding:10px;
}

header input[type="submit"]:hover, footer input[type="submit"]:hover
{
  background-color: #626262;
}

header img
{
  float: left;
  margin: 0 10px 0 0;
}

/*NAV STYLES //////////////////////////////////////////*/
nav ul
{
  margin: 20px 0 0 0;
}

nav ul li
{
  display: inline;
  margin-left: 10px;
  font-weight: 800;
}

nav ul li a
{
  color: #0378a6;
}

/*FOOTER STYLES //////////////////////////////////////////*/
footer a
{
  color:#8094a6;
  font-weight: 700;
}

footer input[type="text"], footer input[type="email"]
{
  padding-left: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  margin: 0 10px 10px 0;
  font-family:"proxima-nova", helvetica, arial, sans-serif;
  height: 40px;
  width: 25%;
}

#real-footer
{
  margin-top: 30px;
  border-top: 1px solid #ebeef2;
  padding-top: 10px;
  color: gray;
}

/*BUTTONS STYLES //////////////////////////////////////////*/

tr
{
  float: left;
}

.container input[type="submit"]
{
  border:none;
  border-radius: 3px;
  background-color: #4d98eb;
  padding:10px 10px 11px 10px;
  font-size: 1em;
  font-family: "proxima-nova", helvetica, arial, sans-serif;
  font-weight: 800;
  color: #fff;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
}

select
{
  -webkit-appearance: button;
  background: #4d98eb url('../images/arrow.png') no-repeat center right;
  color: white;
  font-size: 1em;
  font-weight: 800;
  font-family:"proxima-nova", helvetica, arial, sans-serif;
/*      overflow: hidden;*/
  padding: 10px 30px 10px 10px;
  margin: 0 10px 0 10px;
  cursor: hand;
  cursor: pointer;
}

select:hover, .container input[type="submit"]:hover
{
  background-color: #3773b5;
}

.container table
{
  float:left;
}

@-moz-document url-prefix() {
    select{
        border-radius: 5px;
        border: none;
        margin: 0 10px 0 10px ;
        padding:10px 7px 10px 10px;
    }
}

#top
{
  display: none;
}

.chart
{
  font-size: 13px;
}


@media only screen and (max-width: 985px) {
  h2
  {
    font-size: 2.7em;
  }

  p
  {
    font-size: .95em;
  }
  .price2
  {
    margin: -92px -80px 0 0;
  }
  .container p
  {
    padding-right:35px;
  }
}

@media only screen and (max-width: 830px) {
  body
  {
 /*   background-color: red;*/
  }

  #left
  {
    display: none;
  }

  #top
  {
    display: block;
  }

  #right
  {
    padding-bottom: 30px;
    width: 90%;
  }

  .price2
  {
    float: left;
    border-radius: 3px;
    line-height: 1em;
    margin: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  header form
  {
    margin: 15px 0 0 0;
  }

  h2
  {
    font-size: 2.4em;
  }

  footer input[type="text"], footer input[type="email"]
  {
    width: 100%;
  }
}
