
/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

@font-face {
    font-family: 'Signatra DEMO';
    src: url('./fonts/SignatraDEMO.eot');
    src: url('./fonts/SignatraDEMO.eot?#iefix') format('embedded-opentype'), url('./fonts/SignatraDEMO.woff2') format('woff2'), url('./fonts/SignatraDEMO.woff') format('woff'), url('./fonts/SignatraDEMO.ttf') format('truetype'), url('./fonts/SignatraDEMO.svg#SignatraDEMO') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI.eot');
    src: url('./fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('./fonts/SegoeUI.woff2') format('woff2'), url('./fonts/SegoeUI.woff') format('woff'), url('./fonts/SegoeUI.ttf') format('truetype'), url('./fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    border-radius: 0;
}

a {
    cursor: pointer;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.social-font {
    font-size: 18px;
}

.socialLinks a {
    /*color:#337ab7 !important*/
}

.header-dark {
    background-color: #1d1d1d !important;
    padding: 6px 0px !important
}

.navbar-brand-image {
    margin-top: -15px !important
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

.footer {
    /*	border-top:1px solid #ebebeb;*/
    padding: 15px;
}

@media (min-width: 992px) {
    .copyright-right {
        text-align: right;
    }

    .BannerReponsiveImg {
        margin-top: 0px !important
    }
}

@media (max-width: 774px) {
    .aaa:before {
        content: "";
        position: absolute;
        left: 0;
        /*bottom  : 0;*/
        height: 0% !important;
        border-left: 1px solid #333;
    }
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }

    .bottomLog {
        text-align: center !important
    }

    .socialIcon {
        text-align: center !important;
        right: 0px !important;
    }

    .copyright {
        text-align: center;
        float: none !important;
    }

    .icon-r {
        float: right;
    }
}

p,
li a,
label {
    color: #555;
}

a {
    color: #777;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover {
        outline: 0 !important;
    }

        a:focus {
            text-decoration: none;
        }

        a:hover {
            color: #111;
            text-decoration: none;
        }

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

.bottomLog {
    text-align: left;
}
/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}


.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f7f7f7;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
}

.over:hover .overlay {
    height: 100%;
}


.text {
    white-space: nowrap;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    color: #72c02c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .text a:link a:active a:visited {
        color: #666 !important;
    }

    .text a:hover {
        color: #72c02c;
    }

@media (max-width: 992px) {
    .text {
        white-space: nowrap;
        font-size: 13px;
        position: absolute;
        overflow: hidden;
        line-height: 2.7;
        color: #72c02c;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

/*Shop-subscribe
------------------------------------*/
.shop-subscribe {
    padding: 20px 0;
    background: #4ab973;
}

    .shop-subscribe h3 {
        margin: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 200;
    }

    /*Input Form Control*/
    .shop-subscribe input {
        border-color: #fff;
        border-right: none;
        background: transparent;
    }

    .shop-subscribe .form-control {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

        .shop-subscribe .form-control:focus {
            box-shadow: none;
            border-color: #fff;
        }

        .shop-subscribe .form-control::-moz-placeholder {
            color: #fff;
        }

        .shop-subscribe .form-control:-ms-input-placeholder {
            color: #fff;
        }

        .shop-subscribe .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    .shop-subscribe .input-group-btn {
        border-color: #fff;
        background: transparent;
    }

        .shop-subscribe .input-group-btn .btn {
            border: 1px solid #fff;
            background: transparent;
        }

        .shop-subscribe .input-group-btn i {
            color: #fff;
            font-size: 16px;
            font-weight: 200;
        }

.text_white {
    color: #fff !important;
}

/*Video*/

.pb-video-container {
    padding-top: 20px;
    background: #bdc3c7;
    font-family: Segoe UI;
}

.pb-video {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

    .pb-video:hover {
        background: #2c3e50;
    }

.pb-video-frame {
    transition: width 2s, height 2s;
}

    .pb-video-frame:hover {
        height: 300px;
    }

.pb-row {
    margin-bottom: 10px;
}

.footer-section {
    padding-top: 0px !important;
}

.footer-menu {
    margin-top: 30px
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent !important
}

.navbar-header button i {
    color: white !important
}

th {
    vertical-align: middle !important
}

.nutsTable td {
    text-align: center
}

.footer-column {
}

.btn-custom:hover {
    background-color: #ea232d !important;
    color: white !important;
    border-color: #ea232d !important
}

.btn-custom {
    background-color: #333 !important;
    color: white !important;
    border-color: #333 !important
}

.fontStyle-Custom {
    font-family: "Signatra DEMO";
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
}

.fontStyle-aboutUs {
    font-family: 'Segoe UI';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
}

.paddingTop-30 {
    padding-top: 30px !important
}

.background-gray {
    background-color: #f9f9f9 !important;
}

.background-white {
    background-color: white !important;
}

@media screen and (min-width: 360px) and (max-width: 990px) {
    .fontStyle-aboutUs {
        font-size: 12px;
    }
}
