/* Static image */
body.london {
    padding-top: 60px;
    background: url("../../images/front/london_background.jpg") no-repeat center center fixed #353535;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/front/london_background.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/front/london_background.jpg', sizingMethod='scale');
}

body.san-francisco {
    padding-top: 60px;
    background: url("../../images/front/sanfrancisco_background.jpg") no-repeat center center fixed #353535;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/front/sanfrancisco_background.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/front/sanfrancisco_background.jpg', sizingMethod='scale');
}


/* Menu */
.navbar-default {
    border-radius: 0px;
}

.navbar-nav > li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 30px 0px 30px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 57px;
}

.navbar-nav > li:hover {
    background-color: #c28317;
}

.navbar-nav > li:hover > a {
    color: white !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .navbar-nav{
        display:block !important;
    }
}

@media (max-width: 1200px) {
    .navbar-nav > li {
        padding: 0px 6px 0px 6px;
    }
}

@media (max-width: 950px) {
    .navbar-nav > li {
        padding: 0px 2px 0px 2px;
    }
}

/* Header */

@media (min-width: 960px) {
    #Language-selector, #Language-selector a{
        width:100px;
        padding:0px;
        margin:0px;
    }

    #Language-selector ul a, #Language-selector ul li, #Language-selector ul {
        min-width: 100px;
        text-align: center;
    }
}


#Language-selector ul a {
    text-align: center;
}

h1{
    height:150px !important;
}

h1.basketles{
    font-family: 'bootleregular';
    font-size:60px;
    text-align: center;
    width: 300px;
    margin:30px auto 30px auto;
    padding:0px;

    color: white;
    text-shadow:
    4px 4px 0 #333333,
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;

}

h1.basketles span{
    display:block;
    font-size: 25px;
    position:relative;
    top:13px;
}

h1.clearwater{
    display:none;
    text-align: center;
    width: 390px;
    margin:50px auto 30px auto;
    padding:0px;
}

h1.clearwater span{
    position:relative;
    left: 50px;
    background:url("../../images/front/credence_logo.png") no-repeat center center;
    display:block;
    width:390px;
    height:77px;
}

#Band h1{
    margin:30px auto 0px auto;
}


@media (max-width: 992px) {
    h1{
        font-size:30px;
        width: 200px;
        margin:20px auto;
        text-shadow:
        4px 4px 0 #333333,
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
    }

    h1.basketles span{
        font-size: 20px;
        top:5px;
    }
}

#Content{
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#Content.homepage{
    margin-top: 40%;
}

#Content.homepage table{
    width: 100%;
}

#Content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: white;
    text-transform: uppercase;
}

#Content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #Content h2 {
        font-size: 20px;
        line-height: 23px;
        margin:0px 0px 10px 0px;
    }

    #Content h3 {
        font-size: 14px;
        line-height: 19px;
        margin:0px 0px 10px 0px;
    }
}

#Content p, #Content table, .box {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #8c8474;
}

#Content ul{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #8c8474;
}

#Content li{
    line-height: 25px;
}

#Content table{
    min-width: 90%;
}

#Content thead{
    white-space: nowrap;
    color:white;
}

#Content th, #Content td{
    padding:5px 15px 5px 15px;
    white-space: normal;
}

@media (max-width: 992px) {
    #Content th, #Content td {
        white-space: normal;
        padding: 5px 5px 5px 5px;
    }
}



#BandWrapper{
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

    margin:0px auto;
    display:block;
    width:100%;
    height:100%;
    padding:0px;
    border:0px;
}

.wrapperBasketles{
    background: url("../../images/front/band_basketles.png") no-repeat center top;
}

.wrapperCredence{
    background: url("../../images/front/band_credence.png") no-repeat center 70px;
}


#Footer{
    height:50px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color:white;
    display:block;
    background: rgba(0, 0, 0, 0.9);
    text-align:right;
    padding-right: 15px;
}

#Footer a{
    margin-left: 25px;
}


/* Others */

.clearer {
    clear: both;
    display: block;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


/* Box */
.box{
    height:auto;
    padding:10px;
    background: rgba(194, 131, 23, 0.5);
    height: 90px;
    color:#d7d7d7;
}

.box.grey{
    background: rgba(62, 64, 66, 0.5);
}


.box span{
    display:block;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

audio{
    margin: 0px 0px 0px 0px;
}

.image-holder{
    float:right;
    width:500px;
    position: fixed;
    margin-left:570px;
}

@media (max-width: 1000px) {
    .image-holder{
        width:450px;
        float:none;
        margin-left:0px;
        display:block;
        position: relative;
    }
}


.fb_iframe_widget {
    display: block !important;
}

.fb-like-box{
    margin-top:30px
}

.fb-like-box iframe {
    width: 100% !important;
}

.fb-like-box span {
    width: auto !important;
    position: initial !important;
}
.fb_iframe_widget_fluid span {
    width:100% !important;
}
.fb_iframe_widget span {
    position: static !important;
}
