/*  Less Framework 4
  http://lessframework.com
  by Joni Korpi
  License: http://opensource.org/licenses/mit-license.php */


/*  Resets
  ------  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

html, body {
  height:100%;
}

a img {border: 0;}

* {
  margin:0;
  padding:0;
}
.mobile {
  display: none;
}
.desktop {

}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans;
  font-size: 62.5%;
  line-height: 2em;
  background-color:#FFF;
  text-align:center; /* horizontal centering for IE Win quirks */
  outline: none;
  background: url(../_img/main_bg.gif) repeat-x top left;
}
a, a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover, a:hover:visited {
  color: #b21f27;
  text-decoration: underline;
}
ul, ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.clear {
  font-size: 1px;
  line-height: 1px;
  clear: both;
}
.spacer {
  height: 30px;
}
h1 a {
  display: block;
  width: 178px;
  height: 79px;
  background: url(../_img/johnbaldwin_mastering_logo.gif) no-repeat;
  text-indent: -9999px;
  float: left;
}
h3, h4 {
  font-size: 10px;
  text-transform: uppercase;
  color: #797979;
  font-weight: bold;
}
h4 {
  line-height: 1.2em;
}
#container {
  width: 90%; /* was 700px; */
  text-align: left;
  margin: 0px auto;
}
#header {
  width: 630px;
  margin: 0px auto;
  padding: 25px 0px 40px 0px;
}
#header .contact {
  line-height: 1.5em;
  width: 270px;
  float: right;
  font-size: 1em;
}
#header .contact h2.login {
  margin-top: 10px;
  width: 120px;
  border-right: 1px solid #CCc;
  float: left;
}
#header .contact h3 {
  display: none;
}
#header .contact h2.info {
  line-height: 1.3em;
}
#header div.like {
  margin: 7px 0 0 10px;
  float: left;
}

#header .contact h2.login a {
  background: url(../_img/login_sprite.png) no-repeat;
  padding-left: 25px;
  font-size: .8em;
  padding-top: 7px;
  padding-bottom: 6px;
  text-transform: uppercase;
  color: #999;
}
#header .contact h2.login a:hover {
  text-decoration: none;
  color: #000;
  background-position: 0px -25px;
}
#content .padded {
  width: 630px;
  margin: 0px auto;
}
.featured {
  margin-top: 65px;
}
.featured li {
  float: left;
margin-bottom: 10px;
  width: 16.66667%;
padding: 15px;
min-height: 190px;
}
.featured li.nopad {
  margin-right: 0px;
}
.featured li img {
  -moz-box-shadow: 0px 0px 15px #c3c3c3;
  -webkit-box-shadow: 0px 0px 15px #c3c3c3;
  box-shadow: 0px 0px 15px #c3c3c3;
  width: 100%;
  height: auto;
}


#content .padded.clients {
  width: 75%;
  margin: 0px auto;
}



#footer {
  padding-bottom: 50px;
  margin-top: 40px;
  border-top: 1px solid #CCC;
  padding-top: 7px;
  text-align: center;
}
#footer a {
  color: #797979;
}
#footer a:hover {
  color: #333;
}
.clients {
  font-size: 13px;
}
ul.col {
  padding: 0px;
  margin: 0px;
  /*float: left;*/
 -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
   -webkit-column-count: 4; /* Chrome, Safari, Opera */
      -moz-column-count: 4; /* Firefox */
      column-count: 4;
}
ul.col li {
  /*width: 25%;
  float: left;
display: block;
  padding-left: 2em;
  text-indent: -2em;*/

}







/*    Tablet Layout: 768px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  body {

  }

  .featured li {
    width: 20%;
    min-height: 190px;
  }

  #content .padded.clients {
    width: auto;
    margin: 0px auto;
  }



}



/*    Mobile Layout: 320px.
    Gutters: 24px.
    Outer margins: 34px.
    Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  body {
    background-image: none;
  }
  #header {
    width: 100%;
    background-color: #f2f2f2;
    border-bottom: 1px solid #b32027;
    padding: 0 0 1.5em 0;
  }
  #header h1 {
    background-color: #b32027;
  }
  #header h1 a {
    float: none;
    height: 79px;
    overflow: hidden;
  }
  #header .contact {
    float: none;
    clear: left;
    padding: 1em;
  }
  #header div.like {
    display: none;
  }
  #header .contact h2.login {
    border-right: 0px;
  }
  #content .paddingtop {
    padding-top: 2em;
  }
  #container {
    width: 100%;
  }
  #content .padded {
    width: auto;
    padding: 2em;
  }

  #content .featured {
    margin: 0 auto;
    width: auto;
  }
  #content .featured li {
    width:  50%;
    margin: 0;
  }
  #content .featured li img {
    width: 100%;
    height: auto;
  }

  #content .clients h3,
  #content .clients ul  {
    display: none;
  }
  #footer {
    margin-top: 0;
  }
}



/*    Wide Mobile Layout: 480px.
    Gutters: 24px.
    Outer margins: 22px.
    Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

  body {

  }
  #header {
    padding: 0;
  }
  #header h1 {
    display: block;
    float: left;
  }
  #header h1 a {
    float: left;
  }

  #header .contact {
    clear: none;
    float: left;
    width: 250px;
    padding-bottom: 0;
  }
  #content .featured {
    margin: 0 auto;
    width: auto;
  }
  #content .featured li {
    width:  33.333333%;
margin: 0;
  }
  #content h2,
  #content h4 {
    font-size: 12px;
    line-height: 1.5em;
  }
}
