﻿
/* Include fonts */

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.woff') format('woff');
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/CenturyGothicRegular.woff') format('woff'), url('../fonts/CenturyGothicRegular.ttf') format('truetype');
}

div.space {
    height: 50px;
}

a.top-link {
    text-transform: uppercase;
    font-family: CenturyGothic;
    font-size: 16px;
    color: #202020;
    letter-spacing: 0px;
    margin-top: 15px;
}

.navbar .col-md-3:first-child img {
    left: 0 !important;
}

.navbar .col-md-3:first-child .top-link {
    padding-left: 5px;
}

.navbar .col-md-3:last-child {
    text-align: right;
}

    .navbar .col-md-3:last-child img {
        right: 0 !important;
    }

    .navbar .col-md-3:last-child .top-link {
        padding-right: 5px;
    }

h1.top-header {
    text-align: center;
    font-family: CenturyGothic;
    font-size: 34px;
    color: #474747;
    letter-spacing: 0px;
    line-height: 24px;
}

    h1.top-header span {
        font-family: CenturyGothic;
        font-weight: 900;
    }

h2 {
    font-family: CenturyGothic;
}

div.banner {
    background: url('Images/WinstonRods/ic_photo_header.png') no-repeat;
    height: 587px;
    position: relative;
}

.plask {
    opacity: 0.4;
    background: #1D6253;
    width: 100%;
    height: 100%;
}

    .plask + div {
        top: 50% !important;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

div.banner h2 {
    text-align: center;
    font-family: CenturyGothic;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 38px;
    padding: 0 77px;
}

    div.banner h2 span {
        font-family: CenturyGothic;
        font-weight: 900;
    }

div.banner h3 {
    text-align: center;
    font-size: 21px;
    padding: 0 250px;
    color: #ffffff;
    line-height: 32px;
}

    div.banner h3 a {
        color: #64bf46;
        font-weight: 600;
    }

.btn-banner {
    background: #55D21D;
    border-radius: 100px;
    font-family: CenturyGothic;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0px;
}

.slave-header {
    font-family: CenturyGothic;
    font-size: 34px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}

.green {
    font-family: CenturyGothic;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    margin-top: 83px;
    margin-bottom: 97px;
}

    .green a {
        font-family: CenturyGothic;
        font-size: 34px;
        color: #55D21D;
        letter-spacing: 0;
        line-height: 40px;
        font-weight: 900;
    }

.w-item-container {
    /*width: 1200px;
    margin-left: 70px;*/
    max-width: 1216px;
    margin: 0 auto;
    text-align: center;
}

.w-item {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 280px;
    height: 440px;
    margin: 10px;
    padding: 0;
    background: #ffffff;
    font-family: CenturyGothic;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    /*position: relative;
    float: left;
    width: 280px;
    height: 440px;
    margin: 10px;

    padding: 0;
    background: #ffffff;

    font-family: CenturyGothic;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;*/
}

    .w-item:hover {
        box-shadow: 0px 3px 20px 10px rgba(38, 136, 114, 0.10);
    }

    .w-item img {
        margin-top: 24px !important;
        margin-left: 22px !important;
        margin-right: 22px !important;
        margin-bottom: 19px !important;
    }

.w-item-container .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
}

span.price {
    color: #176c59;
    font-weight: 900;
}

.bold {
    font-weight: 900;
}

.modal-body {
    max-width: 600px;
    margin-left: 5px;
    margin-right: 5px;
}

    .modal-body .nav.nav-tabs {
        text-align: center;
        /*border-bottom: 2px solid*/
    }


    .modal-body .nav-tabs > li {
        float: left;
        width: 33.33%;
        vertical-align: top;
    }

    .modal-body ul.nav a {
        border: 0px;
    }

    .modal-body > div:first-child {
        border: 2px solid black;
        border-radius: 15px;
    }

    .modal-body ul.nav li.first {
        border-radius: 12px 0px 0px 0px;
        border-right: 2px solid black;
    }

    .modal-body ul.nav li.last {
        border-radius: 0px 12px 0px 0px;
        border-left: 2px solid black;
    }

    .modal-body .nav-tabs > li.active {
        background-color: #176c59;
    }

        .modal-body .nav-tabs > li.active > a {
            background-color: transparent;
            color: white;
        }

        .modal-body .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
            border: 0px;
        }

    .modal-body .nav > li > a:hover {
        background-color: transparent;
    }

    .modal-body div.tab-content {
        background-color: #176c59;
        color: white;
        padding: 10px;
        border-radius: 0px 0px 12px 12px;
    }

        .modal-body div.tab-content p {
            margin: 0px;
        }

        .modal-body div.tab-content h2 {
            margin: 10px;
        }

.modal-body, .modal-header {
    background-color: rgba(221, 221, 221, 0.32);
}

    .modal-body div.tab-content ul {
        margin-top: 15px;
        font-size: 16px;
    }

.table td, .table th {
    text-align: center;
}

@media screen and (max-width: 992px) {
    h1.top-header {
        font-size: 30px;
        line-height: 1.1;
        margin: 10px 0;
    }

    div.banner h3,
    div.banner h2 {
        padding: 0 10%;
    }

    div.banner h2 {
        font-size: 26px;
    }

    .navbar .btn-banner {
        font-size: 18px !important;
        margin-top: 10px !important;
    }

    .navbar .col-md-3 {
        position: absolute;
        left: 10px;
        top: 0;
        width: auto !important;
        z-index: 3;
    }

    .navbar .container {
        position: relative;
    }

    .navbar .col-md-3:last-child {
        left: auto;
        right: 10px;
    }

    .navbar .col-md-6 img {
        display: block;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 767px) {
    h1.top-header {
        font-size: 26px;
    }

    div.banner {
        position: relative;
    }

        div.banner h2 {
            font-size: 24px;
        }

        div.banner h3 {
            font-size: 19px;
        }

    .navbar .col-md-6 {
        padding-top: 60px;
    }

    .navbar .col-md-3 {
        margin-top: 15px !important;
        width: 40% !important;
    }

        .navbar .col-md-3 img {
            top: 50% !important;
            margin: -10px 0 0;
        }

    a.top-link {
        margin: 0 !important;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }

    div.space {
        height: 30px;
    }

    h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    h1.top-header {
        font-size: 22px;
    }

    div.banner h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    div.banner h3 {
        font-size: 17px;
        line-height: 1.3;
    }

    .navbar .btn-banner {
        white-space: normal !important;
        font-size: 16px !important;
        padding: 8px !important;
    }
}

.header-block {
    background-color: #fff;
    padding: 10px 0 20px;
    min-height: 67px;
    box-sizing: content-box;
}

.container .row {
    width: auto;
}
