@font-face {
    font-family: 'corbertregular';
    src: url('Corbert-Regular-webfont.eot');
    src: url('Corbert-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Corbert-Regular-webfont.woff2') format('woff2'),
         url('Corbert-Regular-webfont.woff') format('woff'),
         url('Corbert-Regular-webfont.ttf') format('truetype'),
         url('Corbert-Regular-webfont.svg#corbertregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/* Selection */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #aaa;
    margin: 1.3em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {overflow-x: hidden;}

#header, #footer {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}

#main-body .main-content {
  font-family: 'corbertregular', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.teal {color: #008da8;}

.teal-btn {
  background: #008da8;
  color: #fff;
  border: 1px solid #008da8;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.teal-btn:hover {
  background: transparent;
  color: #008da8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* Header & Nav */
#header > nav.navbar {
  background: #4e4c4c;
  z-index: 99;
  border: none;
  border-radius: 0;
}

.dropup:hover .dropdown-menu {display: block;}

#header .navbar-collapse {border: none;}
#header .navbar-nav > li > a, #header .navbar-nav>li>.dropdown-menu,
#header .navbar-nav > li > a, #header .navbar-nav>li>.dropdown-menu > li > a,
#footer li.dropup > .dropdown-menu, #footer li.dropup > .dropdown-menu > li > a {
  color: #fff;
  background: #4e4c4c;
  border-radius: 0;
}
#header .navbar-nav > li > a:hover, #header .navbar-nav>li>.dropdown-menu > li > a:hover, #footer li.dropup > .dropdown-menu > li > a:hover {color: #008da8;}
#header .navbar-nav > li.active > a {background: #008da8;}
#header .social-links ul {
  position: absolute;
  top: 10px;
  margin: 0;
  padding: 0;
}
#header .social-links ul > li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
#header .social-links ul > li > a > img {
  height: 30px;
  width: 30px;
}

/* Footer & Nav */
#footer {
  background: #4e4c4c;
  color: #fff;
  padding: 30px 0 0;
  text-align: center;
}
#footer p {
  font-size: 18px;
  margin-bottom: 20px;
}
#footer.support-footer {
  padding-bottom: 30px;
}
#footer .dropup .dropdown-menu {margin-bottom: 0;}
#footer img {margin-bottom: 20px;}
#footer a {color: #008da8;}
#footer a:hover {color: #fff; text-decoration: none;}
#footer.home-footer .footer-nav {float: right;}
#footer .footer-nav > li > a {color: #fff; line-height: 10px;}
#footer .footer-nav > li > a:hover {
  background: #4e4c4c;
  color: #008da8;
}
#footer.home-footer .footer-nav li {display: inline-block;}
#footer.home-footer .footer-nav li > a {line-height: 20px;}
#footer .footer-nav > li.active > a {background: #4e4c4c; color: #008da8;}
#footer.home-footer .footer-nav > li.active > a {background: #4e4c4c; color: #fff;}

/* Slider */
#slider {margin-top: -20px;}

/* Main Body */
#home-lead {
  font-size: 24px;
  line-height: 1.8;
}
#main-body {padding: 60px 0 50px;}
#main-body .main-sidebar img {
  margin: auto;
  margin-bottom: 20px;
}
#main-body .main-content h1 {
  color: #008da8;
  margin: 0 0 33px;
  font-size: 30px;
}
#main-body .main-content {
  font-size: 18px;
  line-height: 1.35;
  color: #696968;
}
#main-body .main-content a {
  color: #008da8;
  text-decoration: none;
}
#main-body .main-content a:hover {
  color: #696968;
  text-decoration: none;
}

/* Press */
#main-body .main-content figure {
  margin-bottom: 40px;
}
#main-body .main-content figure img {
  margin: 0 auto 10px;
  border: 1px solid #aaa;
}
#main-body .main-content figcaption {
  text-align: center;
  width: 80%;
  margin: auto;
}
#main-body .main-content p {margin-bottom: 20px;}

/* Artists */
#main-body .main-content .artist-logo img {
  margin: auto;
}
#main-body #ayala-main-item,
#main-body .artist-items img {
  margin: 0 auto 20px;
  width: 100%;
}
#main-body .artist-items, #ayala-main-item {
  max-width: 530px;
  margin: auto;
}
/* Store Finder */
#main-body #store-finder-form {
  text-align: center;
}
#main-body #store-finder-form input {
  margin-bottom: 15px;
  padding: 7px 12px;
}
/* Contact */
#contact-form {
  max-width: 650px;
  margin: auto;
  padding: 25px 30px;
  background: #efefef;
  border-radius: 20px;
}
#contact-form label {
  color: #008da8;
  font-weight: bold;
  line-height: 1.8;
}
#contact-form input, #contact-form textarea {
  border: 1px solid #aaa;
  border-radius: 7px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
}
#contact-form input[type="submit"] {
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #main-body #store-finder-form input {
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {

  /* Header & Nav */

  #header nav.navbar {
    height: 100px;
  }

  .dropdown:hover .dropdown-menu, .dropup:hover .dropdown-menu {display: block;}

  #header .navbar-collapse {float: left;}
  #header .navbar-nav > li > a, #footer.home-footer .navbar-nav > li > a {
      font-size: 15px;
      line-height: 94px;
      padding: 0 9px;
      border-top: 6px solid #4e4c4c;
  }
  #header .navbar-nav > li > a {
    font-size: 14px;
    padding: 0 8px;
  }
  #header .navbar-nav > li.active > a {
    background: #4e4c4c;
    border-top: 6px solid #008da8;
  }
  #header .navbar-nav>li>.dropdown-menu, li.dropup > li > a {
    background: rgba(48, 48, 48, 0.85);
  }

  #header .navbar-nav>li>.dropdown-menu > li > a {
    background: transparent;
    font-size: 15px;
    line-height: 30px;
  }
/*  #header .social-links ul {float: right; position: initial; top: initial;} */

  #header .social-links ul {
	float: right;
	position: inherit;
	top: inherit;
  }




  #header .social-links ul > li {
    margin-right: 5px;
  }
  #header .social-links ul > li {line-height: 100px;}

  /* Footer */
  #footer li.dropup > .dropdown-menu > li > a {
    font-size: 15px;
    line-height: 20px;
  }

  /* Main Body */

  #main-body .main-sidebar img {
    margin-bottom: 0;
  }
  #main-body .main-content .artist-logo img {
    margin-top: 30px;
  }

  /* Footer & Nav */

  #footer p {
    text-align: left;
  }
  #footer.home-footer .navbar-nav > li.active > a {
    background: #4e4c4c;
    border-bottom: 6px solid #008da8;
  }
  #footer.support-footer p {
    font-size: 15px;
  }
  #footer .navbar-nav > li.active > a {
    color: #008da8;
  }
  #footer.support-footer .navbar-nav > li {
    float: none;
    text-align: left;
  }
  #footer.support-footer .navbar-nav > li > a {
    padding: 5px 0;
  }

  /* Artists */
  #main-body #ayala-main-item {
    margin: 0 auto -50px;
  }
  /* Store Finder */
  #main-body #store-finder-form {
    text-align: left;
  }

}

@media screen and (min-width: 850px) {

    #header .navbar-nav > li > a {
      font-size: 15px;
      padding: 0 9px;
    }
    #header .social-links ul > li {margin-right: 10px;}
    #header .social-links ul > li > a > img {
      width: 40px;
      height: 40px;
    }
}

@media screen and (min-width: 992px) {

  /* Header & Nav */

  #header .navbar-nav > li > a, #footer.home-footer .navbar-nav > li > a {
      font-size: 18px;
  }

  #header .navbar-nav>li>.dropdown-menu > li > a {
    font-size: 18px;
    line-height: 34px;
  }
  #footer li.dropup > .dropdown-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }

  #footer .navbar-nav > li > a {
    padding: 0 10px;
  }
  #footer.support-footer p {
    font-size: 18px;
  }
  #footer.support-footer .footer-nav > li > a {
    line-height: 16px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {

  /* Header & Nav */

  #header .navbar-nav > li > a, #footer.home-footer .navbar-nav > li > a {
      font-size: 22px;
  }
  #header .navbar-nav>li>.dropdown-menu > li > a, li.dropup > li > a {
    font-size: 22px;
    line-height: 40px;
  }

  /* Other */
  #home-lead {
    padding-top: 30px;
  }

  #header .social-links ul > li {line-height: 100px;}
}

@media screen and (max-width: 480px) {
  #main-body .main-sidebar img {
    max-width: 80px;
  }
    #home-lead {
        font-size: 18px;
    }
    .navbar-nav {
        margin: 0;
    }
}



/**********
TS
************/
@media screen and (min-width: 768px) {
	#jart-main-item  {
    	margin-top: -81px !important;
	    margin-bottom: -11px !important;
	}
	.nec {
	    height: 450px;
	    width: auto !important;
	}
	.squigs {
	    margin-top: 35px;
	}
	
}



