﻿@import "https://fonts.googleapis.com/css?family=Open+Sans";
body {
    font-family:'Open Sans',sans-serif;
    background: Transparent;
}
.navbar-inverse {
    background: #4a4b4c !important;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 10px;
  width: auto;
}
.right_arrow {
    position:absolute;
    right:20px;
    top:600px;
    cursor:pointer;
}
.left_arrow {
    position:absolute;
    left:20px;
    top:600px;
    cursor:pointer;
}
.full {
    background: url(/img/covers/1.jpg?_=1) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 1300px;
    transition: background 1s ease-in;
}
@media only screen and (max-width: 768px) {
    .full {
    background: url(/img/covers/1_mob.jpg?_=1) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 1300px;
    transition: background 1s ease-in;
}
}
.bb {
    background:#fff;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity: 0.1;
}
.language {
    font-size:10px;
}
.nav > li > a {
    padding: 10px 5px;
}
.lang {
    cursor:pointer;
}

/*Section home-menu*/
section.home-menu {
    margin-top: 50px;
}
    section.home-menu h1 {
        text-indent: -10000px;
        background: url(/img/favicon_2.png) center center no-repeat;
        border-radius: 50%;
        border: solid 1px #959eaa;
        width: 42px;
        margin: 0px auto;
        padding: 0px 0px;
        opacity: 0.7;
        position: fixed;
        top: 4px;
        left: 50%;
        z-index: 11111;
    }
    section.home-menu .list-inline {
        background: rgba(152, 152, 152, 0.8);
        margin-top:0px;
    }
        section.home-menu .list-inline li {
            text-shadow:none;
        }
section.home-menu .list-inline a {
    color:#fff !important;
}

/*Section product list*/
section.productList {
    margin-top:80px;
}
    section.productList h1 {
        margin-bottom: 50px;
        line-height: 18px;
        color: #212121;
        font-size: 18px;
        text-transform: uppercase;
    }
section.productList .items {
    margin-bottom: 80px;
}
    section.productList .items .image {
        position:relative;
    }
    section.productList .items .image .sold-out {
        position:absolute;
        bottom:0px;
        text-align:center;
        background:#000;
        color:#fff;
        padding: 2px 10px 2px 10px;
        text-transform: uppercase;
        font-weight:bold;
        font-size:12px;
        border-radius:2px;
        width: 90px;
        left:50%;
        margin-left:-45px;
    }
    section.productList .items .image .sales-out {
        position:absolute;
        bottom:0px;
        text-align:center;
        background:#b34848;
        color:#fff;
        padding: 2px 10px 2px 10px;
        text-transform: uppercase;
        font-weight:bold;
        font-size:12px;
        border-radius:2px;
        width: 90px;
        left:50%;
        margin-left:-45px;
    }
    section.productList .items h3.catProductTitle {
        font-size: 14px;
        font-weight: 400;
        margin: 16px 0 0;
        text-align:center;
    }
        section.productList .items h3.catProductTitle a {
            color: #212121;
            text-decoration: none;
        }

/*Section product*/
section.product {
    margin-top: 80px;
    position:relative;
}
    section.product h3 {
        font-size: 12px;
        margin-bottom:50px;
    }
    section.product .pic {
        position:relative;
    }
    section.product .zoom {
        background:url('/images/nsp_zoom.png');
        width: 94px;
        height:93px;
        position: absolute;
        top:50%;
        left:50%;
        margin-left: -70px;
        margin-top: -47px;
        opacity:0;
        cursor:pointer;
    }
    section.product .ropic {
        margin-top:20px;
    }
        section.product .ropic img {
            margin-right:10px;
        }
    section.product .desc h1 {
        line-height: 1.5;
        font-size:35px;
        margin-top: 0px;
    }
    section.product .desc .price {
        color: #DEB887;
        font-size: 28px;
        margin-top:30px;
    }
    section.product .desc #selectoptions {
        margin-top:20px;
        width:130px;
        height:30px;
    }
    section.product .desc .bask {
        margin-top: 50px;
    }
    section.product .desc .bask .sold-out {
        background:#000;
        color:#fff;
        padding: 2px 10px 2px 15px;
        text-transform: uppercase;
        font-weight:bold;
        font-size:12px;
        border-radius:2px;
        width: 90px;
    }
    section.product .desc .bask .quantity-input{
        width: 30px;
        text-align: center;
        border: 1px solid #e7e7e7;
        border-top-color: #ccc;
        height: 34px;
        float:left;
    }
    section.product .desc .bask .addtocart-button {
        background: #DEB887;
        color: #fff;
        border-radius: 2px;
        margin: 0px 5px 0px 12px;
        padding: 8px 5px;
        border: none;
        outline:none;
        transition: background-color 0.3s ease-out;
        text-transform:uppercase;
        font-size:12px;
        float:left;
    }
        section.product .desc .bask .addtocart-button:hover {
            background:#000;
        }
        section.product .desc .bask h4.title {
            margin-top:100px;
            display: block;
            padding-bottom: 6px;
            border-bottom: solid #e5e5e5 1px;
            font-size: 18px;
            color: #212121;
        }
        section.product .desc .bask h4.colors {
            margin-top: 50px;
        }
        section.product .desc .bask p {
            color: #777;
            line-height: 22px;
        }
        section.product .basket_arrow {
            background: url(/Images/g_arr_up.png);
            width: 30px;
            height: 30px;
            position: absolute;
            top: 268px;
            right: 30px;
            z-index: 1;
            display:none;
        }

/*footer*/
section.footer {
    margin-top:50px;
}
    section.footer h4 {
        font-size:14px;
    }
    section.footer .gkFooter {
        border-top: 1px solid #b5b5b5;
        color: #696969;
        font-size: 10px;
        line-height: 10px;
        margin: 20px 0;
        min-height: 10px;
        padding: 20px 0;
        text-transform: uppercase;
    }
    section.footer .gkFooter > p {
        color: #9d9d9d;
        float: right;
    }
    section.footer .gkFooter ul.menu li {
        float: left;
        margin-right: 17px;
    }
    section.footer .gkFooter ul li {
        list-style-position: outside;
        line-height: 2.0;
    }
        section.footer .gkFooter ul {
            margin-left: 0px;
            padding-left: 10px;
        }
    section.footer .gkFooter li {
        list-style-type: none;
    }
    section.footer .gkFooter ul.menu li:before {
        background: #fabf10;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        content: "";
        display: block;
        float: left;
        height: 3px;
        left: -8px;
        margin: 8px 0 0 0px;
        position: relative;
        width: 3px;
    }
    section.footer .gkFooter a {
        color: #7d8183;
        text-decoration:none;
    }

/*Section basket*/
section.basket {
    margin-top:80px;
    position:relative;  
}
table.std {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
table.std th {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
    font-weight: bold;
    color: #000;
    text-align: left;
    white-space: nowrap;
    padding: 15px 12px;
}
table.std a {
    color: #333 !important;
}
td.cart_availability {
    text-align: center;
}
.checkoutBtn {
    margin-top: 10px;
    padding: 10px;
    width: 200px;
    text-align: center;
    background: #666;
    color: #fff;
    cursor:pointer;
}
table.std .text-center {
    text-align:center;
}
.top-buffer { 
    margin: 10px 0px 5px 0px;
}
.form-group {
    clear: both;
    padding-top: 1px;
}

@media only screen and (max-width: 768px) {
    section.product .desc h1 {
        font-size:24px;
    }
    section.product .morecolors img {
        width: 80px !important;
    }
}