/* BOOTSTRAP */

.navbar-collapse {
    box-shadow: none;
}

.nav-close {
    display: none;
    color: #FFFFFF;
    font-size: 30px;
    position: relative;
    bottom: 4px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 26px;
}

.navbar .full-ad-desktop {
    min-height: 90px;
}

.navbar .full-ad-mobile {
    min-height: 50px;
}

.icon-bar-small {
    width: 69% !important;
}

.navbar-toggle {
    background-color: transparent;
}

@media screen and (max-width: 991px){
    .navbar-brand {
        padding: 14px 0;
    }
}

@media screen and (max-width: 991px){
    #main-nav-container {
        padding: 0 0 12px 0;
    }
    #main-nav-container .navbar-nav {
        text-align: center;    
    }
}

#main-nav-container .navbar-nav {
    margin: 5px 0px !important;
    width: 100%;
}

#main-navigation {
    background-color: #FFFFFF;
    width: 100%;
}

#main-navigation .nav {
    background-color: #FFFFFF;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    background-color: #93D7DB;
    color: #003637;     
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #93D7DB;
    color: #003637;      
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

/*************/

#main-header-container {
    z-index: 999;
    background-color: #E7E7E7;
}

#main-header-container #logo {
    padding-left: 10px;
}

#logo-img {
    width: 417px;
}

@media screen and (max-width: 904px) {
    #logo-img {
        margin-top: 8px;
        width: 326px;
    }
}

@media screen and (max-width: 991px) {
    #logo-img {
        margin-bottom: 8px;
        width: 280px;
    }
}

@media screen and (max-width: 400px){
    #logo-img {
        margin-bottom: 8px;
        width: 220px;
    }   
}

.mainHeader {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
/*    margin-bottom: 20px;*/
    -webkit-box-shadow: 0px 1px 8px 1px #1D3B4D;
    box-shadow: 0px 1px 8px 1px #1D3B4D;
    background: -moz-linear-gradient(top, #0e7e8b, #2f959f);
    background: -webkit-gradient(linear, left top, left bottom, #0e7e8b, #2f959f);
    background: -webkit-linear-gradient(top, #0e7e8b, #2f959f);
    background: -o-linear-gradient(top, #0e7e8b, #2f959f);
    background: -ms-linear-gradient(top, #0e7e8b, #2f959f);
    background: linear-gradient(to bottom, #0e7e8b, #2f959f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7e8b', endColorstr='#2f959f', GradientType=0);
}

@media screen and (max-width: 991px){
    .mainHeader {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.header-btn {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 16px;
    border-top: 1px solid #09dcdc;
    color: #FFFFFF!important;
    -webkit-box-shadow: 1px 2px 5px -3px #000000;
    box-shadow: 1px 2px 5px -3px #000000;
    text-shadow: 0px -1px 0px #006867;
    background: #00acab;
    background: -moz-linear-gradient(top, #00acab 0%, #007070 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acab), color-stop(100%, #007070));
    background: -webkit-linear-gradient(top, #00acab 0%, #007070 100%);
    background: -o-linear-gradient(top, #00acab 0%, #007070 100%);
    background: -ms-linear-gradient(top, #00acab 0%, #007070 100%);
    background: linear-gradient(to bottom, #00acab 0%, #007070 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#00acab, endcolorstr=#007070, gradienttype=0);
    border: 1px solid #014848;
}

.button.medium {
    font-size: 16px;
    padding: 10px 16px;
}

/*.button.teal-dark {
    text-decoration: none;
    border-top: 1px solid #09dcdc;
    color: #FFFFFF !important;
    -webkit-box-shadow: 1px 2px 5px -3px #000000;
    box-shadow: 1px 2px 5px -3px #000000;
    border: 1px solid #014848;
    text-shadow: 0px -1px 0px #006867;
    background: #00acab;
    background: -moz-linear-gradient(top, #00acab 0%, #007070 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acab), color-stop(100%, #007070));
    background: -webkit-linear-gradient(top, #00acab 0%, #007070 100%);
    background: -o-linear-gradient(top, #00acab 0%, #007070 100%);
    background: -ms-linear-gradient(top, #00acab 0%, #007070 100%);
    background: linear-gradient(to bottom, #00acab 0%, #007070 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#00acab, endcolorstr=#007070, gradienttype=0);
}*/

.header-buttons {
    text-align: center;
}

@media screen and (max-width: 991px){
    .teal-dark.button, .teal-alt.button {
        width: 170px;
        height: 42px;
        display: inline-block !important;
    }
    .button.medium {
        font-size: 13px;
    }
    .signup-button {
        display: inline-block !important;
    }
}

@media screen and (max-width: 400px){
    .teal-dark.button, .teal-alt.button {
        width: 154px;
        font-size: 11px;
    }
}

.navbar-nav .separator {
/*    content: "|";
    border-right: 1px solid #014848;
    border-left: 1px solid #09dcdc;*/
    margin-left: 10px;
    margin-right: 10px;
    font-size: 32px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .separator {
        display: none;
    }
}

.button.teal-alt {
    background-color: #93D7DB;
    color: #003637;
/*    text-decoration: none;
    border-top: 1px solid #e7fcfc;
    color: #003334 !important;
    -webkit-box-shadow: 1px 2px 5px -3px #000000;
    box-shadow: 1px 2px 5px -3px #000000;
    border: 1px solid #014848;
    text-shadow: 0px 1px 0px #9ed9dc;
    background: #a5e2e6;
    background: -moz-linear-gradient(top, #a5e2e6 0%, #64babe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5e2e6), color-stop(100%, #64babe));
    background: -webkit-linear-gradient(top, #a5e2e6 0%, #64babe 100%);
    background: -o-linear-gradient(top, #a5e2e6 0%, #64babe 100%);
    background: -ms-linear-gradient(top, #a5e2e6 0%, #64babe 100%);
    background: linear-gradient(to bottom, #a5e2e6 0%, #64babe 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#a5e2e6, endcolorstr=#64babe, gradienttype=0);*/
}


.button {
    text-align: center;
    z-index: 1;
    position: relative;
    border: 0;
/*    border-top: 1px solid #F6F5F5;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 20px;
    padding: 7px 20px;
    font-weight: bold;
    text-decoration: none;
/*    -webkit-box-shadow: 0px 1px 1px 0px #E9E9E9;
    box-shadow: 0px 1px 1px 0px #E9E9E9;*/
    cursor: pointer;
    line-height: normal;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*    text-shadow: 0px 1px 1px #DFDFDF;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #acacac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #acacac));
    background: -webkit-linear-gradient(top, #dddddd 0%, #acacac 100%);
    background: -o-linear-gradient(top, #dddddd 0%, #acacac 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #acacac 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #acacac 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#dddddd, endcolorstr=#acacac, gradienttype=0);
    filter: dropshadow(color=#bbe7e9, offx=0, offy=2);
    behavior: url(/stylesheets/pie.htc);
    -pie-background: linear-gradient(#dddddd, #acacac);*/
}

.nav-outer {
    padding: 10px 0;
    background-image: -o-linear-gradient(-89deg, #017E8C 0%, #2895A0 100%);
    background-image: -moz-linear-gradient(-89deg, #017E8C 0%, #2895A0 100%);
    background-image: -ms-linear-gradient(-89deg, #017E8C 0%, #2895A0 100%);
    background-image: linear-gradient(-179deg, #017E8C 0%, #2895A0 100%);
    width: 990px;
}

.inner_location {
    background: #2A8D9B ;
    -moz-box-shadow:    0px 2px 4px 0px rgba(0,0,0,0.55), inset 0px -1px 0px 0px #005D5D ;
    box-shadow:         0px 2px 4px 0px rgba(0,0,0,0.55), inset 0px -1px 0px 0px #005D5D ;
}

input.btn-go {
    border: none;
    cursor: pointer;
    float: left;
    margin-left:4px;
    display: block;
    height: 35px;
    outline: 0;
    border-radius: 2px;
    background-image: -o-linear-gradient(-89deg, #ADE8ED  0%, #63BABE  100%);
    background-image: -moz-linear-gradient(-89deg, #ADE8ED  0%, #63BABE  100%);
    background-image: -ms-linear-gradient(-89deg, #ADE8ED  0%, #63BABE  100%);
    background-image: linear-gradient(-179deg, #ADE8ED  0%, #63BABE  100%);
    border: 1px solid #224244;
    -moz-box-shadow:    0px 1px 2px 0px rgba(0,0,0,0.20), inset 0px 2px 0px 0px rgba(255,255,255,0.50);
    box-shadow:         0px 1px 2px 0px rgba(0,0,0,0.20), inset 0px 2px 0px 0px rgba(255,255,255,0.50);
    font-family: HelveticaNeue-Bold;
    font-size: 17px;
    color: #003837;
    line-height: 21px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.50);
    width: 38px;
    margin-top: 10px;
}

input.btn-go:hover {
    background-position: 0 0;
}

.artist-cloud {
    border-radius: 4px;
    background-image: -o-linear-gradient(89deg, #FFFFFF  0%, #F1F1F1  100%);
    background-image: -moz-linear-gradient(89deg, #FFFFFF  0%, #F1F1F1  100%);
    background-image: -ms-linear-gradient(89deg, #FFFFFF  0%, #F1F1F1  100%);
    background-image: linear-gradient(-1deg, #FFFFFF  0%, #F1F1F1  100%);
    -moz-box-shadow:    inset 0px 2px 4px 0px rgba(0,0,0,0.02);
    box-shadow:         inset 0px 2px 4px 0px rgba(0,0,0,0.02);
}

.right {
    float: right;
}

/** Footer **/
ul {
    padding: 0;
    border: 0;
    font: inherit;
    list-style: none;
}

footer {
    clear: both;
    background-color: #147783;
    background: rgb(20,119,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(20,119,131,1) 0%, rgba(39,151,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,119,131,1)), color-stop(100%,rgba(39,151,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(20,119,131,1) 0%,rgba(39,151,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(20,119,131,1) 0%,rgba(39,151,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(20,119,131,1) 0%,rgba(39,151,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(20,119,131,1) 0%,rgba(39,151,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147783', endColorstr='#2797a3',GradientType=0 ); /* IE6-9 */
    /*min-width: 1192px;*/
    margin: 0 auto;
    padding: 0;
    z-index: 10;
}

footer li, footer a, footer a:visited {
    font-family: Arial, serif;
    color: #cdfffe!important;
    text-decoration: none;
}

footer strong {
    font-size: 105%;
    font-family: Arial, serif;
    color: #6ACBCB;
    height: 20px;
    margin-bottom: 21px;
    line-height: 50px;
    display: block;    
}

footer img {
    margin-top:5px;
}

@media screen and (max-width: 991px){
    footer {
        text-align: center;
    }
}

.footer-nav{
    position:relative;
    margin-right: 0;
}

#footer-signature {
    padding-top:5px;
    position:relative;
    border-top:thin solid #226970;
}

#footer-signature #footer-signature-text {
    text-align: center;
    font-size: 105%;
    font: 'Ariel', 'sans-serif';
    color: #0e3c41;
    padding-bottom: 40px; 
}

#footer-signature #footer-signature-text a {
    color: #6acbcb;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.collapse-non-md {
    display: none;
}
.collapse-non-md.collapsing {
    display: block;
}

@media (min-width: 992px) {
    .collapse-non-md {
        display: block;
    }
}

.footer-toggle:hover {
    text-decoration: none;
    cursor: default;
}
.footer-toggle:link {
    text-decoration: none;
}
.footer-toggle:active {
    text-decoration: none;
}
.footer-toggle:visited {
    text-decoration: none;
}

@media screen and (min-device-width: 991px){
    .collapse-non-md.collapsing {
        display: block !important;
        height: initial !important;
    }
}

@media screen and (max-width: 991px){
    .footer {
        width: 100%;
    }
    .toggle-container {
        border-bottom: 1px solid #389AA3;
    }
    .footer-toggle strong {
        margin: 20px 0;
        line-height: inherit
    }
    .nav-collapse {
        padding-bottom: 24px;
    }    
    .footer .social strong {
        margin-bottom: 40px;
    }
}

#social-media-icons {
  position: relative;
  margin-top: 20px;
}

#social-media-icons li {
  list-style:none;
  display: inline;
  position: relative;
  top:0;
}

#social-media-icons li a {
    display: inline-block;
}

#sprite-facebook, 
#sprite-youtube,
#sprite-instagram,
#sprite-tumblr {
    margin-left: 7px;
}

#sprite-twitter a{ background: url('/images/landing_page/BIT_social_icons.png') no-repeat 0 0; width: 44px; height: 44px; }
#sprite-facebook a{ background: url('/images/landing_page/BIT_social_icons.png') no-repeat -55px 0; width: 44px; height: 44px; }
#sprite-youtube a{ background: url('/images/landing_page/BIT_social_icons.png') no-repeat -110px -1px; width: 44px; height: 44px; }
#sprite-instagram a{ background: url('/images/landing_page/BIT_social_icons.png') no-repeat -165px -1px; width: 44px; height: 44px; }
#sprite-tumblr a{ background: url('/images/landing_page/BIT_social_icons.png') no-repeat -220px -1px; width: 44px; height: 44px; }

.faces img {
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-right: 1px;
}

.faces a, 
.faces a:hover { 
    text-decoration: none; 
}
