/*@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
    font-family: 'BankGothic';
    src: url('../fonts/BankGothic.eot');
    src: url('../fonts/BankGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BankGothic.woff2') format('woff2'),
    url('../fonts/BankGothic.woff') format('woff'),
    url('../fonts/BankGothic.ttf') format('truetype'),
    url('../fonts/BankGothic.svg#BankGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    /*background: #fff url(../images/body-bg.jpg) no-repeat fixed;
    background-size: cover;*/
    background: #000;
    color: #000;
    font: 400 16px/24px 'Roboto', sans-serif;
    min-width: 320px;
}

img {
    vertical-align: top;
}

a {
    color: #000;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 8px;
    font-weight: 300;
}

h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
}

h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 25px;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrap {
    width: 100%;
    position: relative;
    float: left;
    left: 50%;
    min-width: 830px;
}

.img-wrap img {
    width: 100%;
    position: relative;
    float: left;
    left: -50%;
    height: auto;
}

.btn {
    border-radius: 0;
}



.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.text-underline {
    text-decoration: underline;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}
.container {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}

.btn-style1 {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 5px;
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    min-width: 125px;
    text-align: center;
    margin-left: 10px;
}

.btn-style1:hover {
    color: #000;
    background: transparent;
}

.title-style1 {
    font-size: 24px;
    font-family: 'BankGothic', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -3px;
    color: #000;
}

/*Header Style*/
#header {
    /*background: #000;*/
    background: #000;
}

/*Header Top Style*/

.header-top {
    padding: 20px 0 15px;
}

.logo {
    display: inline-block;
    vertical-align: top;
}

.logo a{
    display: inline-block;
    margin-right: 20px;
    height: auto;
    padding: 0;
}

.logo img {
    width: 100%;
}

    /*Nab Bar Style*/

#nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: 1px;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-header {
    width: 100%;
}

#nav .navbar-nav {
    padding: 30px 0;
    text-transform: uppercase;
    background: transparent;
    width: 100%;
}

#nav .navbar-nav li {
    position: relative;
}

#nav .navbar-nav li:first-child {
    margin-left: 0;
}

#nav .navbar-nav a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
}

#nav .navbar-nav li:last-child a {
    padding-right: 0;
}

#nav .navbar-nav a:hover {
    color: #ba9471;
}

#nav .navbar-toggle {
    background-color: transparent;
    border-color: #fff;
    margin: -70px 0 0 ;
    float: right;
}

#nav .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 3px auto;
    height: 3px;
}

/*Main Style*/

#main {
    position: relative;
    overflow: hidden;
}

.content-wrap {
    background: #fff;
}

.banner img {
    width: 100%;
}

.content-wrap .panel-text {
    padding: 30px 10px;
}

.contact-block .address {
    margin-bottom: 20px;
}

.contact-block p {
    margin: 0;
}

    /*Footer Style*/

#footer {
    background: transparent;
    padding: 0;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline-block;
}

#footer ul li a {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 400;
}

#footer ul li a:hover {
    color: #ba9471;
    background: transparent;
}

#footer .footer-menu {
/*    background: #000;*/
    background: #000;
    padding: 40px 0;
}

.copyright {
    font-size: 11px;
    padding: 10px 0;
    /*background: #000;*/
    background: #000;
    margin: 10px 0 5px;
}

.copyright p {
    color: #fff;
    margin: 0;
    line-height: 1;
}

/*productsPage Style*/

.product {
    padding: 25px 10px;
    background: #fff;
}

.product h1 {
    margin: 0;
    font-size: 30px;
}

.product .product-items {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -20px;
}

.product .product-items .items {
    letter-spacing: 0;
    font-size: 18px;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 25px 20px;
}

.product .product-items .items img {
}

.product .product-items .item-desc {
    padding: 20px 35px;
    background: #f1f1f1;
        border: solid #cecaca 1px;
    border-top: solid 1px #f1f1f1;
}

.product .product-items p {
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    color: #000;
}

.product .product-items .btn-style1 {
    margin-top: 25px;
    margin-left: 0;
    padding: 10px 0;
    font-size: 18px;
}


/*productsPage Style*/

/*Responsive Style*/

@media only screen and (max-width: 1199px) {
    #nav .navbar-nav a {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 992px) {

    .logo {
        max-width: 215px;
        width: 100%;
    }

    #nav .navbar-nav a {
        padding: 12px;
    }

    .product-block {
        margin: 0;
    }

    .product-block .slider {
        height: 248px;
    }

    .product-block .slider img {
        width: 100%;
    }

    .product .product-items .items {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {

    #nav {
        width: 100%;
    }

    #nav .navbar-nav {
        margin: 0;
        padding: 10px 0;
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.collapse {
        padding: 10px 0 0!important;
    }

    #nav .navbar-nav a {
         padding: 5px 0;
        font-size: 18px;
     }

    .product-block .gallery,
    .product-block .slider {
        width: 100%;
    }

    .product-block .gallery {
        padding: 5px 5px 0;
    }

    .product-block .slider {
        padding:  10px;
        height: auto;
    }

    .product .product-items .items {
        width: 50%;
    }
}

@media only screen and (max-width: 670px) {
    .product .product-items .items {
        width: 100%;
    }

    .product .cart-checkout {
        width: 100%;
        padding-top: 5px;
    }

    .product .cart-checkout .btn-sytle1 {
        margin: 5px;
    }

    #footer .footer-menu {
        display: none;
    }
}



