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

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    /*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.bannertop{
    background-image: url('../img/header-l.png');
}

.bck1{
    background-image: url('../img/header-l-casinolists.png');
}
.bck2{
    background-image: url('../img/header-l-freak.png');
}
.bck3{
    background-image: url('../img/header-l-gamblerslab.png');
}
.bck4{
    background-image: url('../img/header-l-mama.png');
}
.bck5{
    background-image: url('../img/header-l-nonstop.png');
}
.bck6{
    background-image: url('../img/header-l-slotsmate.png');
}
.bck7{
    background-image: url('../img/header-l-spinmybonus.png');
}
.bck8{
    background-image: url('../img/header-l-top10.png');
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 360px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.footer {
    font-size: 12px;
    margin-top: 115px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.support {
    width: 50%;
    float: left;
    height: 101px;
    background-image: url("../img/support.png");
    background-repeat: no-repeat;
}
.payments {
    width: 50%;
    float: right;
    height: 101px;
    background-image: url("../img/payments.png");
    background-repeat: no-repeat;
}
.margin-left {
    margin-left: 11%;
}
.col-md-4 {
    width: 49.333333%;
}
.container {
    margin-top: 10px;
}

.sxbtn{

}
.sxbtnimg{
    width: 100%;

}
#fd {
    font-weight: bold;
}
.dxbtn{

}
.dxbtnimg{
    width: 100%;

}

.playbtn{
    margin-top: 39px;
}
.playbtnimg{
    margin: 0px auto;
    display:block
}

/* Footer Styles */
.col-md-12 {
    margin-top: -8px;
}
footer {
    margin: 0;
}

/* Responsive Styles */
@media(max-width:767px) and (orientation : landscape){
    .bannertop{
        background-image: url('../img/header-m.jpg') !important;
    }

    .support {
        margin-top: 12px;
        margin-bottom: 24px;
        height: 120px !important;

    }
    .payments {
        background-image: url("../img/payments.png");
        background-size: 100%;
    }
    .col-md-4 {
        width: 100%;
    }
    .sxbtnimg {
        width: 100% !important;
    }
    .dxbtnimg {
        width: 100% !important;
    }
    .footer {
        margin-top: -29px;
    }

}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .bannertop{
        background-image: url('../img/header-s.jpg');
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
    .support {
        width: 100%;
        float: none;
        background-image: url("../img/support.png");
        background-size: 100%;
    }
    .playbtnimg {
        width: 100%;
    }
    .col-md-4 {
        width: 100%;
    }
    .sxbtnimg {
        width: 22em;
    }
    .dxbtnimg {
        width: 22em;
    }
    .footer {
        margin-top: -29px;
    }
    .payments {
        float: none;
        width: 100%;
        background-image: url("../img/payments.png");
        background-size: 100%;
    }
}