@font-face {
    font-family: 'gothic';
    src: url('../gothic-font/gothic.html');
    src: local('gothic'),url('../gothic-font/gothic.woff') format('woff'),url('../gothic-font/gothic.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'gothic',sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #848384;
    background-color: #f8f8f8;
    position: relative;
}

@media (min-width:992px) {
    body {
        font-size: 15px;
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input, button, textarea, select {
    outline: none;
    color: #848384;
}

textarea {
    resize: none;
    overflow: auto;
    color: #848384;
}

/*ul, ol {
    list-style: none;
}*/

/*img{width:100%;height:auto;display:block;}*/
img {
    height: auto;
    display: block;
}

a, a:hover {
    text-decoration: none;
    color: #848384;
    cursor: pointer;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.w-bg {
    background: #fff;
}

/********************RED-BAR CSS*********************/
.rdb1 {
    background: #dd1920;
   
}

    .rdb1 h2 {
        font-weight: normal;
        font-size: 20px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 15px;
    }

@media (min-width:992px) {

    /*.rdb1 h2{font-size:30px;padding:29px 6.66666667%;}}*/

    /********************BUTTON CSS*********************/
    .btn {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 22px;
        display: inline-block;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .btn-1 {
        color: #fff;
        background: #dd1920;
    }

        .btn-1:hover {
            color: #fff;
        }

    .btn-2 {
        color: #dd1920;
        background: #f4f4f4;
    }

        .btn-2:hover {
            color: #dd1920;
        }

    .btn-3 {
        color: #fff;
        background: #dd1920;
        padding-right: 50px;
        position: relative;
    }

        .btn-3:after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 10px;
            position: absolute;
            right: 22px;
            top: 50%;
            margin-top: -5px;
            /*background-image: url(../images/sprite.png);*/
            background-position: 0 -180px;
        }

        .btn-3:hover {
            color: #fff;
        }

    .btn-4 {
        color: #dd1920;
        background: #fff;
        padding-right: 50px;
        position: relative;
    }

        .btn-4:after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 10px;
            position: absolute;
            right: 22px;
            top: 50%;
            margin-top: -5px;
            /*background-image: url(../images/sprite.png);*/
            background-position: 0 -160px;
        }

        .btn-4:hover {
            color: #dd1920;
        }

    @media (min-width:992px) {
        .btn {
            font-size: 16px;
            height: 46px;
            line-height: 46px;
        }
    }

    /********************VIDEO SECTION CSS********************/
    .vid-sec {
        position: relative;
    }

        .vid-sec iframe {
            width: 100%;
            height: 100%;
        }

    .vid-outer {
        position: relative;
        height: 350px;
    }

    .vid-slat {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .vid-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .vid-overlay {
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.9;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .vid-play {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        margin: auto;
        cursor: pointer;
        height: 100px;
        width: 155px;
        text-align: center;
    }

    .vid-playBG {
        display: inline-block;
        background: url(../images/playBG.html) no-repeat center /50px;
        height: 50px;
        width: 50px;
    }

    .vid-playText {
        padding-top: 15px;
        font-size: 15px;
        color: #fff;
    }

    @media (min-width:768px) {
        .vid-outer {
            position: relative;
            height: 370px;
        }

        .vid-sec {
            position: relative;
            background: #fff;
            padding: 0;
        }
    }

    @media (min-width:992px) {
        .vid-outer {
            position: relative;
            height: 440px;
        }

        .vid-play {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 99999;
            margin: auto;
            cursor: pointer;
            height: 165px;
            width: 190px;
            text-align: center;
        }

        .vid-playBG {
            display: inline-block;
            background: url(../images/playBG.html) no-repeat center /100px;
            height: 100px;
            width: 100px;
        }

        .vid-playText {
            padding-top: 15px;
            font-size: 24px;
            color: #fff;
        }
    }

    @media (min-width:1200px) {
        .vid-outer {
            position: relative;
            height: 560px;
        }
    }

    /********************HEADER CSS********************/
    header {
        width: 100%;
      
        
        background: #fff;
        position: fixed;
        z-index: 100;
    }

        header .container {
            width: 100%;
        }

        header .row {
            position: relative;
        }

     
/*
   .str-logo {
        position: absolute;
        left: 30px;
        top: 0;
        font-size:_25px;
        z-index: 99999;
    }

        .str-logo h1 {
            width: 106px;
            height: 65px;
            font-size: 25px;
            background: url(logo.png) no-repeat center /106px;
            text-indent: -9999px;
        } */

    .str-menu {
        position: relative;
        z-index: 9999;
    }

    .menu-link {
        display: block;
        float: right;
        background: url(../images/menu-trigger.png) no-repeat left center;
        width: 60px;
        height: 65px;
    }

    .str-lang {
        display: none;
    }

    @media (min-width:992px) {
        header {
            width: 100%;
          
        }

            header .container {
                width: 940px;
            }


 
        /*.str-logo {
            left: 0;
        }

            .str-logo h1 {
                width: 125px;
                height: 76px;
               
                background: url(logo.png) no-repeat center /125px;
            }*/

        .str-menu {
            text-align: right;
            padding: 0 100px 0 125px;
        }

        .menu-link {
            display: none;
        }

        .str-lang {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9999;
            display: block;
            padding: 19px 0;
        }

            .str-lang .dd1 .dropdown {
                background: #dd1920;
                width: 80px;
            }

                .str-lang .dd1 .dropdown .selected {
                    color: #fff;
                }

                .str-lang .dd1 .dropdown .carat {
                    background: url(../images/w-arrow-down.html) no-repeat center /9px;
                }

                .str-lang .dd1 .dropdown.open .carat {
                    background: url(../images/w-arrow-up.html) no-repeat center /9px;
                }

                .str-lang .dd1 .dropdown li.focus {
                    background: #dd1920;
                    color: #fff;
                }

                .str-lang .dd1 .dropdown .selected {
                    height: 38px;
                    line-height: 38px;
                }
    }

    @media (min-width:1200px) {
        header .container {
            width: 1140px;
        }
    }

    /********************Responsive Navigation********************/


    .langPack {
        background: #ededed;
        padding: 15px 13px 15px !important;
    }

        .langPack span {
            float: left;
            color: #000;
            padding-right: 8px;
            display: block;
            cursor: pointer;
        }

    @media (min-width:992px) {
        .langPack {
            display: none !important;
        }
    }

    /********************FOOTER CSS*********************/
    footer {
        background: #fff;
    }

   
    .foot-news {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        background: url(../images/w-cricle-next.html) no-repeat left 6.67% center /32px #dd1920;
        height: 90px;
        line-height: 90px;
        padding: 0 6.67% 0 18.34%;
    }

    @media (min-width:768px) {
        .foot-news {
            padding: 0 6.67% 0 14.34%;
        }
    }

    @media (min-width:992px) {
        .foot-news {
            background: url(../images/w-cricle-next.html) no-repeat left 6.67% center /40px #dd1920;
            font-size: 30px;
            height: 100px;
            line-height: 100px;
            padding: 0 6.67% 0 13.34%;
        }
    }

    .ft-cvr {
        padding: 0 6.66666667%;
    }

    .footer1 {
        background: url(../images/big-logo-bg.png) no-repeat center;
        background-size: cover;
    }

    .footer-panel {
        padding: 30px 0;
    }

    .foot-col {
        padding: 20px 0;
    }

        .foot-col h3 {
            font-size: 20px;
            color: #303030;
            padding-bottom: 10px;
            font-weight: normal;
        }

        .foot-col p {
            line-height: 35px;
            font-size: 16px;
        }

    .foot-col-3 span {
        display: inline-block;
    }

        .foot-col-3 span:first-child {
            color: #dd1920;
        }

        .foot-col-3 span:nth-child(2) {
            color: #dd1920;
            padding: 0 5px;
        }

    @media (min-width:992px) {
        .footer1 {
            background-size: initial;
        }

        .footer-panel {
            padding: 50px 0;
        }

        .foot-col {
            padding: 20px 0;
        }

            .foot-col .col-50 {
                width: 50%;
                float: left;
            }

            .foot-col h3 {
                font-size: 30px;
                padding-bottom: 20px;
            }

            .foot-col p {
                line-height: 35px;
                font-size: 15px;
            }
    }

    .footer2-outer {
        background: #303030;
    }

    .footer2 {
        font-size: 14px;
        padding: 10px 0;
    }

    
    .f2-list2 {
        padding: 10px 0;
    }

        .f2-list2 li {
            float: left;
            padding-right: 12px;
        }

    .copy {
        padding: 10px 0;
        line-height: 22px;
    }

    .f2-list2 li a {
        height: 30px;
        width: 30px;
        display: block;
        /*background-image: url(../images/sprite.png);*/
    }

    .f2-list2 .fb {
        background-position: 0 0;
    }

    .f2-list2 .gplus {
        background-position: 0 -40px;
    }

    .f2-list2 .in {
        background-position: 0 -80px;
    }

    .f2-list2 .plus {
        background-position: 0 -120px;
    }

    @media (min-width:992px) {
        .footer2 {
            padding: 0;
            height: 90px;
            line-height: 90px;
        }

       
        .f2-list2 {
            padding: 30px 0 30px 20px;
        }

        .copy {
            padding: 23px 0;
        }
    }

    @media (min-width:1200px) {
        .copy {
            padding: 0;
            height: 90px;
            line-height: 90px;
        }
    }


    /********************LIGHT BOX CSS********************/
    .lightboxOverlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999;
        background-color: black;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        display: none;
    }

    .lightbox {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 999999;
        text-align: center;
        line-height: 0;
        font-weight: normal;
    }

        .lightbox .lb-image {
            display: block;
            height: auto;
            max-width: inherit;
        }

        .lightbox a img {
            border: none;
        }

    .lb-outerContainer {
        position: relative;
        background-color: white;
        *zoom: 1;
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }

        .lb-outerContainer:after {
            content: "";
            display: table;
            clear: both;
        }

    .lb-container {
        padding: 4px;
    }

    .lb-loader {
        position: absolute;
        top: 43%;
        left: 0;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
    }

    .lb-cancel {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        background: url(../images/loading.html) no-repeat;
    }

    .lb-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
    }

    .lb-container > .nav {
        left: 0;
    }

    .lb-nav a {
        outline: none;
    }

    .lb-prev, .lb-next {
        height: 100%;
        cursor: pointer;
        display: block;
    }

    .lb-nav a.lb-prev {
        width: 34%;
        left: 0;
        float: left;
        position: relative;
    }

        .lb-nav a.lb-prev:after {
            content: "";
            width: 30px;
            height: 30px;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -15px;
            /*background: url(../images/sprite.png) no-repeat 0 -275px;*/
            display: block;
        }

    .lb-nav a.lb-next {
        width: 64%;
        right: 0;
        float: right;
        position: relative;
    }

        .lb-nav a.lb-next:after {
            content: "";
            width: 30px;
            height: 30px;
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -15px;
            /*background: url(../images/sprite.png) no-repeat 0 -235px;*/
            display: block;
        }

    .lb-dataContainer {
        background: #fff;
        margin: 0 auto;
        padding-top: 2px;
        *zoom: 1;
        width: 100%;
    }

        .lb-dataContainer:after {
            content: "";
            display: table;
            clear: both;
        }

    .lb-data {
        padding: 0 4px;
        color: #ccc;
    }

        .lb-data .lb-details {
            width: 85%;
            float: left;
            text-align: left;
            line-height: 1.1em;
        }

        .lb-data .lb-caption {
            font-size: 13px;
            font-weight: bold;
            line-height: 1em;
        }

        .lb-data .lb-number {
            display: block;
            clear: left;
            font-size: 12px;
            color: #999999;
            padding-top: 3px;
        }

        .lb-data .lb-close {
            display: block;
            float: right;
            width: 30px;
            height: 30px;
            text-align: right;
            outline: none;
            position: relative;
        }

            .lb-data .lb-close:after {
                content: "";
                width: 25px;
                height: 25px;
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -15px;
                /*background: url(../images/sprite.png) no-repeat 0 -200px;*/
                display: block;
            }

    /********************RESPONSIVE CSS*********************/
    

    .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
        content: " ";
        display: table;
    }

    .clearfix:after, .container:after, .container-fluid:after, .row:after {
        clear: both;
    }

    .container {
        margin: 0 auto;
    }

    @media (min-width:768px) {
        .container {
            width: 720px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 940px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1140px;
        }
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }


    .bx-wrapper .bx-viewport {
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .menu ul li a {
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    /********************MAP TOOLTIP********************/
    .infoBox {
        width: auto !important;
        max-width: 235px !important;
        min-width: 235px !important;
    }

    .map-tooltip {
        text-align: center;
        background: #fff;
        border: 6px solid #b5b5b4;
        padding: 10px 10px;
        position: relative;
        border-radius: 100px;
    }

        .map-tooltip .text1 {
            font-size: 14px;
            color: #000;
        }

        .map-tooltip .text2 {
            font-size: 14px;
            padding: 5px 0;
            color: #848384;
        }

        .map-tooltip .text3 a {
            color: #e7021d;
            font-size: 20px;
            display: inline-block;
            padding: 0 10px;
        }

        .map-tooltip:before {
            content: "";
            background: url(../images/map-arrow.html) no-repeat center center;
            position: absolute;
            bottom: -23px;
            width: 39px;
            height: 23px;
            left: 50%;
            margin-left: -18px;
        }

        .map-tooltip:after {
            content: "";
            background: url(../images/map_pointer.html) no-repeat center center;
            position: absolute;
            bottom: -115px;
            width: 68px;
            height: 83px;
            left: 50%;
            margin-left: -34px;
        }

    @media (min-width:992px) {
        .infoBox {
            width: auto !important;
            max-width: 300px !important;
            min-width: 300px !important;
        }

        .map-tooltip {
            text-align: center;
            background: #fff;
            border: 6px solid #b5b5b4;
            padding: 20px 30px;
            position: relative;
            border-radius: 100px;
        }

            .map-tooltip .text1 {
                font-size: 15px;
                color: #000;
            }

            .map-tooltip .text2 {
                font-size: 15px;
                padding: 5px 0;
                color: #848384;
            }
    }

    .nrp {
        background: #fff;
        text-align: center;
        padding: 65px 0;
    }

        .nrp h4 {
            font-size: 22px;
            color: #000;
            font-weight: 400;
        }

    @media(min-width:992px) {
        .nrp {
            background: #fff;
            text-align: center;
            padding: 120px 0;
        }

            .nrp h4 {
                font-size: 30px;
                color: #000;
                font-weight: 400;
            }
    }









 
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

  