/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px;
}

.navbar-default .navbar-brand{
    color:#ffffff;
    font-size:40px;
    margin-left:0px;
    padding:0px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 120px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/IMGL8962_small.jpg) no-repeat center center;
    background-size: 100%;
    height:1000px;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
    .navbar-default .navbar-brand {
        color: #ffffff;
        font-size: 30px;
        padding-left: 10px;
        padding-top:3px;
        padding-bottom:3px;
    }
    .intro-header {
        padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 20px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/IMGL8962_small.jpg) no-repeat center center;
        background-size: 100%;
        height: 500px;
    }
}

@media(max-width:400px) {
    .navbar-default .navbar-brand {
        color: #ffffff;
        font-size: 25px;
        padding-top:8px;
        padding-bottom:7px;
    }
    .intro-header {
        padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 10px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/IMGL8962_small.jpg) no-repeat center center;
        background-size: 100%;
        height: 300px;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 0 0;
    background-color: #f8f8f8;
}

.tinypadding {
    padding: 2px 0px;
}

.slides-photos .slides li {
    padding: 0px 0px 0px 0px;
    margin: 0px 2px 0px 0px;
    list-style: none;
}

.slides-photos .slides {
    padding: 0px;
    margin: 0px;
}

.slides img {
    height: 333px;
}

#gallery ol.flex-control-paging {
    z-index: 80;
    position: relative;
    top: -34px;
    background: rgba(255,255,255,0.5);
    margin-bottom: -35px;
}

ol.flex-control-paging {
    margin: 0px;
    display: block;
    text-align: center;
}
#gallery ol.flex-control-paging {
    z-index: 80;
    position: relative;
    top: -34px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: -35px;
}
ol.flex-control-paging li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
ol.flex-control-paging li a {
    display: block;
    text-indent: -9999px;
    background-color: #787Ea7;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px 5px;
    transition: all 0.5s;
}
ol.flex-control-paging li a:hover {
}
ol.flex-control-paging li a.flex-active {
    background-color: #282E57;
}

.item-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
.item-info {
    display: table-cell;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 100%;
    transition: all 0.5s;
}
.item-wrapper:hover .merchitem-info {
    margin-top: 0px;
}
.item-wrapper img {
    max-width: 100%;
    height: auto;
}
.item-price {
    display: block;
    text-align: center;
    font-size: 3em;
    line-height: normal;
    padding: 10px;
    font-weight: 100;
}
.item-name {
    padding: 10px;
    font-size: 1.5em;
    border-top: 1px dotted #ffffff;
    display: inline-block;
    font-weight: 100;
}
.item-description {
    display: block;
    padding-left:25px;
    padding-right:25px;
}
.item-description p a {
    color: white;
    background: #282E57;
    padding: 10px;
    cursor: pointer;
    margin-top:10px;
    display: inline-block;
}

.col-padding-tb {
    padding-bottom: 15px;
    padding-top: 15px;
}

.white, .white:hover {
    color: white;
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{
    color:#ffffff;
    outline:none;
    background-color:transparent
}

.navbar-default .navbar-text{
    color:#ffffff
}

.navbar-default .navbar-nav>li>a{
    color:#ffffff;
    font-size:16px;
    font-weight: normal;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
    color:#aaaaaa;
    outline:none;
    background-color:transparent
}

.navbar-default {
    background: -webkit-linear-gradient(bottom, rgba(40,46,87,1), rgba(56,62,103,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(40,46,87,1), rgba(56,62,103,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(40,46,87,1), rgba(56,62,103,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(40,46,87,1), rgba(56,62,103,1)); /* Standard syntax (must be last) */
    /*background-color: #282E57;*/
    border-color: #282E57;
}
