/* @override 
  http://planetoftheweb.com/_/css/styles.css */

@import url("http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,700,900|Droid+Sans:400,700");
@import url("http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100");

/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/* Base Styles */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

html {
  background-color: #d1d1d1; 
  min-height: 100%;
  height: auto;
}

body  {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  line-height: 160%;
  *zoom: 1;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  color: #475b62;
  text-shadow: 1px 1px rgb(255,255,255, 1);
}

a {
  color: #145266;
  font-family: Bree Serif, serif;
}

h1{
  color: #c41921;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}

h2{ 
  font-size: 21px;
  line-height: 90%;
  color: #c41921;
  padding-top:15px;
}

h3{ 
  margin-top: 0;
  color: #717171;
  line-height: 110%;
  margin-bottom: 5px;
  margin-top: 5px;
}

p {
  line-height: 1.3rem;
  color: #475B62;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
}

a.small {
  line-height: 100%;
  font-size: .9rem;
}


/* Search Styles */
.search h1{
    text-align:center;
}
.search {
  background: #c41921;
  color: #fff;
  width: 90%;
  min-width: 320px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 5px;
  padding: 20px 30px;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.57); 
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.57); 
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.57); 
}

.search h1 {
  color: #EEE8D5;
}

.btn {
    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 140%;
    
    cursor: pointer;
   
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
            
}

.btn-left {
  position:absolute;
  top:50%;
  left:-5%;
}
.btn-left img, .btn-right img{width:42px !important; }

.btn-right {
  position:absolute;
  top:50%;
  left:105%;

}

.btn:hover {
    /*background: #09576D;*/
}

.search label {
  display: none;
}

.search input {
  font-family: 'Droid Sans', sans-serif;
  width: 440px;
  padding: 10px 0 10px 15px;
  font-size: 15px;
  color: #475B62;
  background: white;
  border: 1px solid rgba(255,255,255,0.2);
  outline: 0;
}

.search .formgroup input {
  border: 1px solid rgba(0,0,0,0.3);
  display: inline;
  width: auto;
}

.search label.formgroup {
  display: inline;
  width: auto;
}

.search select {
  display: inline;
  padding: 5px 0 5px 4px;
  font-size: 1rem;
  color: #949494;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.3);
  margin-top:10px;
  outline: 0;
}

/* Artist List Styles */

.carlist {
  background: #ffffff;
  width: 50%;
  min-width: 290px;
  max-width:400px;
  margin: 0 auto;
  margin-bottom: 30px;
  opacity: .95;
  z-index: 10;
}

.carlist ul {
  margin: 0;
  padding: 0;
  background: #FDF6E3;
}

.carlist li {
  margin: 0;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
  opacity: .9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  
}

.carlist a {
  display: block;
  text-decoration: none;
}

.carlist li:hover {
  background: #f3f3f3;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.cars img {
  display: block;
  float: left;
  width: 139px;
  margin:0 25px 0 45px;
}

.cars info {
  display: block;
  float: left;
  padding-left: 120px !important;
  
}

.cars:last-child {
  border-bottom:none;
}

.artistinfo {
  font-size: 1.1em;
  line-height: 160%;
  background: #ffffff;
  color: #0F4150;
  width: 90%;
  min-width: 320px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position:relative;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.57); 
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.57); 
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.57); 
}

.artistinfo h1{
  font-size: 1.8em;
  margin-bottom: 9px;
}

.artistinfo img {
 /* width: 40%;
  max-width: 130px;
  border-radius: 20px;*/
 margin:-20px 0 0 -30px;
}

.cars.ng-enter.ng-enter-active,
.cars.ng-leave {
  opacity: 1;
  height: 80px;
  overflow: hidden;
}

.cars.ng-leave.ng-leave-active,
.cars.ng-enter {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.video{
    width:336px;
    height:209px;
    background-color:black;
    float:left;
   
}
.bio p{
    float: left;
    width:290px;
    padding-right:10px;
}
.logo{
  margin: 65px auto 20px auto;
  display:block;
  padding-right: 30px;
}
#preload { display: none; }
.btn-to-search {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color:#f24537;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #d02718;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    font-style:normal;
    height:29px;
    line-height:29px;
    width:131px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #810e05;
    display:block;
}
.btn-to-search:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color:#c62d1f;
}.btn-to-search:active {
    position:relative;
    top:1px;
}