body, header, span, p, a, td {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 16px;
    color: #2c2c2c;
}

    a, a:hover, a:focus {
        color: #111033;
    }

h1, h2, h3, h4, h5 {
    color: #111033;
    font-weight: 400;
    font-family: 'Ubuntu Condensed', serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

hr {
    border-color: #7c7c7d;
}

body {
    overflow-x: hidden;
}

.top-area {
    color: #333;
    font-weight: 500;
    background: #ffffff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.20);
}





#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }
}

#search .btn, #search .btn:hover, #search .btn:focus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

@media (min-width:768px) {
    .top-area {
        background: url(skn/top-line.jpg) 50% 100% no-repeat #ffffff;
        position: relative;
        padding-bottom:10px;
    }

    .logo-wrapper {
        position: absolute;
        top: 10px;
        background:#ffffff;
        width:340px;
    }
    .logo-wrapper img{
        display:inline-block;
    }

    .menu-wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 340px;
        padding-top:20px;
    }

    body.inner-body {
        padding-top: 75px;
    }

    .top-info-wrapper {
        padding-bottom: 5px;
    }

    .top-info {
        padding-right: 0px;
        display: inline-block;
    }

        .top-info a.top-info-link, .top-info a.top-info-link:hover, .top-info a.top-info-link:focus {
            color: #000000;
            padding-left: 7px;
            padding-right: 7px;
            display: inline-block;
            text-decoration: none;
            border-left: 1px solid #111033;
        }


        .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
            border-left: 1px solid #111033;
            text-decoration: none;
        }

        .top-info a.top-info-link:last-child, .top-info a.top-info-link:last-child:hover, .top-info a.top-info-link:last-child:focus {
            padding-right: 0px;
        }

        .top-info a.top-info-link:first-child, .top-info a.top-info-link:first-child:hover, .top-info a.top-info-link:first-child:focus {
            border-left: none;
        }

        .top-info a span {
            color: #000000;
            font-weight: 400;
            font-family: 'Ubuntu Condensed', serif;
        }

        .top-info a i {
            color: #000000;
            font-size: 1.3em;
        }

    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        padding-right: 15px;
        margin-bottom: 0px;
    }

    .top-area {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .top-area.follow {
            padding-top: 0px;
            padding-bottom: 10px;
        }

       .top-area .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    top-area.follow .navbar-default {
        margin-top: 0px;
    }



    .top-area .logo {
        background-size: cover;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .top-area .navbar-collapse {
        border: none;
    }
    .top-area .caret{
       color:#7C7C7C;
    }
    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #7C7C7C;
        background: none;
        font-weight: 400;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Ubuntu Condensed', serif;
        border-left: 1px solid #7C7C7C;
    }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #111033;
            background: none;
            font-weight: 400;
            font-size: 18px;
            font-weight: 400;
            font-family: 'Ubuntu Condensed', serif;
        }




    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .top-phone {
        margin-right: 60px;
        font-family: 'Ubuntu Condensed', serif;
        color: #111033;
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
    }

        .top-phone span {
            font-family: 'Ubuntu Condensed', serif;
            color: #111033;
            font-weight: 400;
            font-size: 40px;
        }

    .top-timetable span {
        color: #111033;
        font-family: 'Ubuntu Condensed', serif;
        font-size: 13px;
        font-weight: 600;
    }

    .top-timetable {
        float: left;
        color: #111033;
        font-weight:600;
        font-family: 'Ubuntu Condensed', serif;
        font-size: 13px;
        text-align: left;
        display: inline-block;
        padding-top: 20px;
    }
}

@media (max-width:767px) {
    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #333;
        background-color: transparent;
    }

    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        font-family: 'Ubuntu Condensed', serif;
    }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #111033;
            font-family: 'Ubuntu Condensed', serif;
        }
}


.content-area {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
}

.home-content-area {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: initial;
}

.footer-area {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #2c2c2c;
}

.about-area {
    padding-top: 10px;
    padding-bottom: 20px;
    background: #7c7c7d;
}

    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        color: #ffffff;
        font-size: 14px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-weight: 300;
    }

        .about-area a, .about-area a:hover, .about-area a:focus {
            color: #ffffff;
            font-size: 14px;
            font-family: 'Ubuntu Condensed', sans-serif;
            font-weight: 300;
        }

.footer-area h3 {
    color: #d1bd80;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    padding-bottom: 10px;
}

.footer-area ul {
    margin: 0px;
    padding: 0px;
}

    .footer-area ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.footer-area, .footer-area a, .footer-area a:hover, .footer-area a:focus {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
}

    .footer-area i {
        color: #d1bd80;
        margin-right: 10px;
    }

    .footer-area .eqcol {
        border-left: 1px solid #d1bd80;
        padding-bottom: 30px;
    }

        .footer-area .eqcol:before {
            content: '';
            width: 7px;
            background: #d1bd80;
            height: 22px;
            display: inline-block;
            left: -7px;
            position: absolute;
            top: 0px;
        }

.home-map {
    border-top: 10px solid #2c2c2c;
}




.slider-wrapper {
    overflow: hidden;
}



.parallax-window {
    min-height: 450px;
    background: transparent;
}

.contact-form h3 {
    font-size: 20px;
    color: #d1bd80;
    border-bottom: 2px solid #d1bd80;
    display: block;
}

.contact-form ul {
    margin: 0px;
    padding: 0px;
}

    .contact-form ul li {
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        list-style-position: inside;
        list-style-type: circle;
    }

.btn-primary {
    color: #FFF;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        color: #FFF;
        background-color: #000;
        border-color: #000;
        border-radius: 0px;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
        border-radius: 0px;
    }



.btn-inactive {
    color: #000;
    background-color: #d1bd80;
    border-color: #d1bd80;
    border-radius: 0px;
}

    .btn-inactive.disabled, .btn-inactive[disabled], fieldset[disabled] .btn-inactive, .btn-inactive.disabled:hover, .btn-inactive[disabled]:hover, fieldset[disabled] .btn-inactive:hover, .btn-inactive.disabled:focus, .btn-inactive[disabled]:focus, fieldset[disabled] .btn-inactive:focus, .btn-inactive.disabled:active, .btn-inactive[disabled]:active, fieldset[disabled] .btn-inactive:active, .btn-inactive.disabled.active, .btn-inactive.active[disabled], fieldset[disabled] .btn-inactive.active {
        color: #000;
        background-color: #d1bd80;
        border-color: #d1bd80;
        border-radius: 0px;
    }

    .btn-inactive:hover, .btn-inactive:focus, .btn-inactive:active, .btn-inactive:checked {
        color: #000;
        background-color: #d1bd80;
        border-color: #d1bd80;
        border-radius: 0px;
    }


.page-title-area {
    
    background:#111033;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
}

    .page-title-area h1 {
        color: #ffffff;
        position: relative;
        font-size: 24px;
        font-weight: 300;
        padding:0px;
        margin:0;        
        display: inline-block;
        font-family: 'Ubuntu Condensed', sans-serif;
    }

    .page-title-area div.text-center {
        font-family: 'Ubuntu Condensed', sans-serif;
        font-size: 15px;
        color:#ffffff;
        padding-top:10px;
    }

        .page-title-area div.text-center a, .page-title-area div.text-center a:hover, .page-title-area div.text-center a:focus {
            font-family: 'Ubuntu Condensed', sans-serif;
            font-size: 15px;
            color: #ffffff;
        }


.form-control {
    border-radius: 0px;
}

.btn-info {
    color: #111033;
    background-color: transparent;
    border-color: #111033;
    border-radius: 0px;
    border-width: 1px;
    font-weight: 400;
    font-family: 'Ubuntu Condensed', sans-serif;
}

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
        color: #111033;
        background-color: transparent;
        border-color: #111033;
        border-radius: 0px;
        border-width: 1px;
        font-weight: 400;
        font-family: 'Ubuntu Condensed', sans-serif;
    }

    .btn-info:hover, .btn-info:focus {
        color: #111033;
        background-color: transparent;
        border-color: #111033;
        border-radius: 0px;
        border-width: 1px;
        font-weight: 400;
        font-family: 'Ubuntu Condensed', sans-serif;
    }

.btn-info-alt {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-radius: 0px;
    border-width: 2px;
    font-weight: 400;
}

    .btn-info-alt.disabled, .btn-info-alt[disabled], fieldset[disabled] .btn-info-alt, .btn-info-alt.disabled:hover, .btn-info-alt[disabled]:hover, fieldset[disabled] .btn-info-alt:hover, .btn-info-alt.disabled:focus, .btn-info-alt[disabled]:focus, fieldset[disabled] .btn-info-alt:focus, .btn-info-alt.disabled:active, .btn-info-alt[disabled]:active, fieldset[disabled] .btn-info-alt:active, .btn-info-alt.disabled.active, .btn-info-alt.active[disabled], fieldset[disabled] .btn-info-alt.active {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

    .btn-info-alt:hover, .btn-info-alt:focus {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

.product-details {
    text-align: left;
}
.product-tile {
    position:relative;
}
.product-title-fixed {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
     -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index:1;
    text-align:center;
}
    .product-title-fixed:hover {
        background:rgba(0,0,0,0.6);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .news-tile .tile-title a, .news-tile .tile-title a:hover, .news-tile .tile-title a:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
       
        text-decoration: none;
        font-family: 'Ubuntu Condensed', sans-serif;
    }
    .news-tile .tile-title {
        margin-bottom:5px;
        padding-bottom:10px;
        padding-left:0px;
        padding-right:0px;
        border-bottom:1px solid #ccc;
    }
.news-tile .tile-date {
    margin-bottom:10px;
    color:#333;
    font-weight:bold;
    font-size:16px;

}

@media(min-width:768px) {

    .news-image {
        padding-right:0px;

    }
}

.tile-image img{
    box-shadow: 0 0 4px #cccccc;
        -moz-box-shadow: 0 0 4px #cccccc;
        -webkit-box-shadow: 0 0 4px #cccccc;
        -o-box-shadow: 0 0 10px 4px #cccccc;
}

    .news-tile .tile-description,.news-tile .tile-description p,.news-tile .tile-description span {
        font-size: 16px;        
    }



.product-title-fixed a.product-title, .product-title-fixed a.product-title:hover, .product-title-fixed a.product-title:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        padding: 5px;
        text-decoration: none;
        font-family: 'Ubuntu Condensed', sans-serif;
        color:#ffffff;
    }
    .product-details a.product-title, .product-details a.product-title:hover, .product-details a.product-title:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        margin-top: 3px;
        text-decoration: none;
        font-family: 'Ubuntu Condensed', sans-serif;
    }

    .product-details p {
        font-size: 16px;
        text-align: justify;
        
    }
.product-details.product-details3 {
    text-align:center;
}
      .product-details.product-details3 a.product-title, .product-details.product-details3 a.product-title:hover, .product-details.product-details3 a.product-title:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        margin-top: 3px;
        text-decoration: none;
        font-family: 'Ubuntu Condensed', sans-serif;
    }

    .product-details3 p {
        font-size: 16px;
        text-align: center;
        
    }

.product-final-price {                                                       
    text-align:center;
    color:#7c7c7d;
    font-size:20px;
}


.product-discounted-price {
    text-align:center;
    color:#cc0000;
    font-size:16px;
    text-decoration:line-through;
}

 .product-final-price2 {                                                      
    text-align:center;
    font-size:24px;
}


.product-discounted-price2 {
    text-align:center;
    color:#cc0000;
    font-size:20px;
    text-decoration:line-through;
}

.inner-title {
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    border-top:1px solid #111033;
    border-bottom:1px solid #111033;
    margin-bottom:20px;
}
    .inner-title h2 {
        font-size:24px;
        margin:0px;
        padding:0px;
    }
             
.product-thumb {
    overflow: hidden;
    
}
.product-tile-1 .product-thumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

    .product-thumb img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1);
        transition: all 600ms ease-in;
        transform: scale(1);
    }

    .product-tile:hover .product-thumb img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1.15);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1.15);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1.15);
        transition: all 600ms ease-in;
        transform: scale(1.15);
    }

.product-link a, .product-link a:hover, .product-link a:focus {
    display: block;
    border-bottom: 1px solid #d1bd80;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.product-link.active a, .product-link.active a:hover, .product-link.active a:focus {
    font-weight: 700;
}

.slider-wrapper {
    background: url(skn/slider/layer_0.png) 50% 50% no-repeat;
}




/*#fancybox-close {
    right: 20px !important;
    top: 12px !important;
}*/

.fancybox-nav {
    position: fixed;
    top: 0;
    background-image: none;
}

    .fancybox-nav span {
        visibility: visible;
        background-image: none;
    }

.fancybox-next span {
    right: 40px;
}

.fancybox-prev span {
    left: 40px;
}

.fancybox-close {
    position: fixed !important;
    top: 15px !important;
    right: 30px !important;
}

.fancybox-title {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 1px #ccc;
}

@media(min-width:480px) {
    .tile-left {
        padding-right: 0px !important;
    }

    .tile-right {
        padding-left: 0px !important;
    }
}




.img-thumbnail {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
    box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.img-thumbnail.img-circle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0px;
}
.slick-prev {
    background:rgba(1,174,239,0.7);
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 40%;
    width: 25px;
    height: 28px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    color:#ffffff;
}

.slick-next {
    background: rgba(1,174,239,0.7);
    position: absolute;
    width: 25px;
    height: 28px;
    text-align: center;
    line-height: 18px;
    right:5px;
    top:40%;
    display: inline-block;
    cursor: pointer;
    color:#ffffff;
}

.moto {
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
}


.vegas-slider-wrapper {
    position: relative;
}

.vegas-caption {
    position: absolute;
    top: 35%;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: left;
    z-index: 1;
}

.vegas {
    z-index: -1;
}

.vegas-control {
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 45%;
    position: absolute;
    opacity: 0;
    background: rgba(17,16,51,0.85);
    padding: 10px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

    .vegas-control i {
        color: #ffffff;
        font-size: 2em;
    }

    .vegas-control.vegas-prev {
        left: 0px;
    }

    .vegas-control.vegas-next {
        right: 0px;
    }

.vegas-slider-wrapper:hover .vegas-control {
    opacity: 1;
    z-index: 3;
}

.vegas-timer-progress {
    background: #111033;
}

.vegas-caption.active {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.vegas-caption .lines {
    border-left: 3px solid #d1bd80;
    padding-left: 15px;
    text-align: left;
}

.vegas-caption .line {
    font-size: 35px;
    color: rgb(48, 48, 48);
    font-family: 'Ubuntu Condensed', sans-serif;
    font-style: italic;
    letter-spacing: 2px;
    visibility: inherit;
    font-weight: 400;
    text-align: left;
}

    .vegas-caption .line.line-1 {
        font-size: 48px;
        font-weight: 500;
        color: rgb(48, 48, 48);
        text-align: center;
        letter-spacing: 7px;
        visibility: inherit;
        text-align: left;
    }


.vegas-caption .line-button .btn.btn-info {
    font-size: 20px;
    font-weight: 300;
    margin-top: 50px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-style: italic;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    -moz-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
    cursor: pointer;
    position: relative;
}

.vegas-boxes-container {
    position: relative;
}

.vegas-boxes-wrapper {
    background: #cccac3;
    padding: 5px;
    position: absolute;
    bottom: -40px;
    left: 15%;
    width: 100%;
    max-width: 300px;
}

.vegas-boxes {
    background: #cccac3;
    border: 1px dashed #111033;
    padding: 15px;
}

.text-blue {
    color: #111033;
}

.vegas-box-title {
    color: #ffffff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .vegas-box-title span {
        font-family: 'Ubuntu Condensed', sans-serif;
        font-size: 28px;
    }

.vegas-box-description {
    color: #333;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding-bottom: 30px;
    font-size:15px;        
}


.parallax-area {
    background: url(skn/parallax-area-bg.jpg) 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    overflow: hidden;
}

    .parallax-area div.parallax-content {
        text-align: center;
        display: inline-block;
        font-size: 32px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        color: #d1bd80;
        background: rgba(255,255,255,0.8);
        padding: 20px;
        font-weight: 300;
    }

p.parallax-p {
    text-align: center;
    font-size: 32px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-style: italic;
    color: #d1bd80;
    font-weight: 300;
    line-height: 40px;
}

.banner-text {
    background: #cccac3;
    padding: 30px;
    color: #111033;
    text-align: right;
    width: 100%;
    display: inline-block;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .banner-text p {
        color: #111033;
        font-size: 50px;
        line-height: 55px;
        text-align: right;
        font-weight: 300;
    }

img.banner-1a {
    height: 257px;
    width: 100%;
}

.banner-1-wrapper {
    position: relative;
}

img.banner-1 {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 289px;
    width: 800px !important;
}



@media (max-width:1200px) {
    .banner-text {
        background: #cccac3;
        padding: 30px;
        color: #111033;
        text-align: right;
        width: 100%;
        display: inline-block;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .banner-text p {
            color: #111033;
            font-size: 40px;
            line-height: 40px;
            text-align: left;
            font-weight: 300;
        }

    .vegas-caption .lines {
        border-left: 3px solid #d1bd80;
        padding-left: 12px;
        text-align: left;
    }

    .vegas-caption .line {
        font-size: 25px;
        color: rgb(48, 48, 48);
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        letter-spacing: 2px;
        visibility: inherit;
        font-weight: 400;
        text-align: left;
    }

        .vegas-caption .line.line-1 {
            font-size: 35px;
            font-weight: 500;
            color: rgb(48, 48, 48);
            text-align: center;
            letter-spacing: 7px;
            visibility: inherit;
            text-align: left;
        }


    .vegas-caption .line-button .btn.btn-info {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        -webkit-box-shadow: 0px 0px 5px 0px #ccc;
        -moz-box-shadow: 0px 0px 5px 0px #ccc;
        box-shadow: 0px 0px 5px 0px #ccc;
        cursor: pointer;
        position: relative;
    }



    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .moto {
        font-size: 22px;
        font-style: italic;
        line-height: 40px;
    }

    .menu-wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 340px;
    }

    .top-phone {
        margin-right: 20px;
        font-family: 'Ubuntu Condensed', serif;
        color: #111033;
        font-weight: 400;
        font-size: 20px;
        display: inline-block;
    }

        .top-phone span {
            font-family: 'Ubuntu Condensed', serif;
            color: #111033;
            font-weight: 400;
            font-size: 32px;
        }

    .top-phone {
        margin-right: 22px;
        font-family: 'Ubuntu Condensed', serif;
        color: #111033;
        font-weight: 400;
        font-size: 20px;
        display: inline-block;
    }

        .top-phone span {
            font-family: 'Ubuntu Condensed', serif;
            color: #111033;
            font-weight: 400;
            font-size: 36px;
        }

    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: absolute;
        bottom: -40px;
        left: 15%;
        width: 100%;
        max-width: 400px;
    }

    .vegas-box-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vegas-box-description {
        padding-top: 10px;
    }
}

@media (max-width:990px) {

    .parallax-area div.parallax-content {
        text-align: center;
        display: inline-block;
        font-size: 24px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        color: #d1bd80;
        background: rgba(255,255,255,0.8);
        padding: 20px;
        font-weight: 300;
    }

    p.parallax-p {
        text-align: center;
        font-size: 24px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        color: #d1bd80;
        font-weight: 300;
        line-height: 30px;
    }

    .vegas-caption .lines {
        border-left: 3px solid #d1bd80;
        padding-left: 12px;
        text-align: left;
    }

    .vegas-caption .line {
        font-size: 20px;
        color: rgb(48, 48, 48);
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        letter-spacing: 1px;
        visibility: inherit;
        font-weight: 400;
        text-align: left;
    }

        .vegas-caption .line.line-1 {
            font-size: 30px;
            font-weight: 500;
            color: rgb(48, 48, 48);
            text-align: center;
            letter-spacing: 5px;
            visibility: inherit;
            text-align: left;
        }


    .vegas-caption .line-button .btn.btn-info {
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        -webkit-box-shadow: 0px 0px 5px 0px #ccc;
        -moz-box-shadow: 0px 0px 5px 0px #ccc;
        box-shadow: 0px 0px 5px 0px #ccc;
        cursor: pointer;
        position: relative;
    }



    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .menu-wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 250px;
    }

    .logo {
        max-width: 250px;
        padding-top: 10px;
    }

    .moto {
        font-size: 20px;
        font-style: italic;
        line-height: 40px;
    }

    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: absolute;
        bottom: -40px;
        left: 10%;
        width: 100%;
        max-width: 400px;
    }

    .vegas-box-title {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 24px;
    }

        .vegas-box-title span {
            font-size: 24px;
        }

    .vegas-box-description {
        padding-top: 5px;
    }
}

@media (max-width:768px) {
    .vegas-caption {
        top: 20%;
    }

        .vegas-caption .lines {
            border-left: 3px solid #d1bd80;
            padding-left: 12px;
            text-align: left;
        }

        .vegas-caption .line {
            font-size: 18px;
            color: rgb(48, 48, 48);
            font-family: 'Ubuntu Condensed', sans-serif;
            font-style: italic;
            letter-spacing: 0px;
            visibility: inherit;
            font-weight: 400;
            text-align: left;
        }

            .vegas-caption .line.line-1 {
                font-size: 25px;
                font-weight: 500;
                color: rgb(48, 48, 48);
                text-align: center;
                letter-spacing: 2px;
                visibility: inherit;
                text-align: left;
            }


        .vegas-caption .line-button .btn.btn-info {
            font-size: 14px;
            font-weight: 300;
            margin-top: 15px;
            font-family: 'Ubuntu Condensed', sans-serif;
            font-style: italic;
            -webkit-box-shadow: 0px 0px 5px 0px #ccc;
            -moz-box-shadow: 0px 0px 5px 0px #ccc;
            box-shadow: 0px 0px 5px 0px #ccc;
            cursor: pointer;
            position: relative;
        }

    .vegas-control {
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        top: 45%;
        position: absolute;
        opacity: 0;
        padding: 5px;
        width: 30px;
        text-align: center;
        cursor: pointer;
    }

        .vegas-control i {
            color: #ffffff;
            font-size: 1.5em;
        }

    .moto {
        font-size: 18px;
        font-style: italic;
        line-height: 40px;
    }



    .parallax-area div.parallax-content {
        text-align: center;
        display: inline-block;
        font-size: 18px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        color: #d1bd80;
        background: rgba(255,255,255,0.8);
        padding: 25px;
        font-weight: 300;
    }


    p.parallax-p {
        text-align: center;
        font-size: 18px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        color: #d1bd80;
        font-weight: 300;
        line-height: 24px;
    }

    .menu-wrapper {
        padding-left: 15px;
    }

    .top-info-wrapper {
        border-bottom: 1px solid #000000;
        height: 50px;
        display: block;
    }

    .top-timetable {
        padding-left: 15px;
        float: left;
        color: #111033;
        font-family: 'Ubuntu Condensed', serif;
        font-size: 12px;
        text-align: left;
        display: inline-block;
        padding-top: 10px;
    }

        .top-timetable span {
            color: #111033;
            font-family: 'Ubuntu Condensed', serif;
            font-size: 12px;
        }



    .top-info {
        padding-right: 0px;
        display: inline-block;
        padding-top: 10px;
    }

        .top-info a.top-info-link, .top-info a.top-info-link:hover, .top-info a.top-info-link:focus {
            color: #000000;
            padding-left: 7px;
            padding-right: 7px;
            display: inline-block;
            text-decoration: none;
            border-left: 1px solid #111033;
        }
            .top-info a.top-info-link i.fa {
                font-size:1.3em;
            }
        .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
            border-left: 1px solid #111033;
            text-decoration: none;
        }

        .top-info a.top-info-link:last-child, .top-info a.top-info-link:last-child:hover, .top-info a.top-info-link:last-child:focus {
            padding-right: 0px;
        }

        .top-info a.top-info-link:first-child, .top-info a.top-info-link:first-child:hover, .top-info a.top-info-link:first-child:focus {
            border-left: none;
        }

        .top-info a span {
            color: #000000;
        }

        .top-info a i {
            color: #000000;
            font-size: 1.3em;
        }

    .top-phone {
        padding-top: 10px;
        margin-right: 30px;
        font-family: 'Ubuntu Condensed', serif;
        color: #111033;
        font-weight: 400;
        font-size: 18px;
        display: inline-block;
    }

        .top-phone span {
            font-family: 'Ubuntu Condensed', serif;
            color: #111033;
            font-weight: 400;
            font-size: 18px;
        }

    .top-area {
        box-shadow: none;
    }

    .vegas-boxes-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: relative;
        bottom: initial;
        left: initial;
        max-width: initial;
        width: 100%;
        position: relative;
        top: -80px;
    }

    .vegas-slider {
        min-height: 250px;
    }

    .vegas-box-title {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 22px;
    }

        .vegas-box-title span {
            font-size: 22px;
        }

    .vegas-box-description {
        padding-top: 5px;
    }

    .vegas-slider {
        min-height: 300px;
    }

    .parallax-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .shortcuts-area {
        padding-top: 0px;
        position: relative;
        top: -100px;
    }
}

@media(max-width:480px) {
    .top-info-wrapper {
        height: 55px;
    }

    .vegas-slider {
        min-height: 200px;
    }

    .top-phone {
        margin-right: 0px;
        padding-top: 3px;
    }

    .top-info {
        padding-right: 0px;
        display: inline-block;
        padding-top: 3px;
        display: block;
        text-align: right;
    }

    .top-phone {
        font-size: 16px;
    }

    .top-info a i {
        color: #000000;
        font-size: 1.1em;
    }

    .top-phone span {
        font-size: 16px;
    }

    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: relative;
        bottom: initial;
        left: initial;
        max-width: initial;
        width: 100%;
        position: relative;
        top: -50px;
    }
}

.happy-clients-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(skn/clients.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.client-box {
    padding-left: 100px;
    padding-right: 100px;
}

    .client-box .client-comment {
        background: rgba(255,255,255,0.85);
        padding: 50px;
        color: #bba973;
        font-size: 16px;
        font-style: italic;
    }

    .client-box .client-name {
        margin-top: 30px;
        font-size: 14px;
        font-style: italic;
        text-align: right;
        font-weight: 600;
    }



.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0px;
    padding: 0px;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 2px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: inline-block;
            background: none;
            border-radius: 50%;
            border: 1px solid #fff;
            background: #fff;
            width: 10px;
            height: 10px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            border: 1px solid #111033;
            background: #111033;
        }

.modal-window-content .section-text {
    display: inline-block;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}


.section-text {
    border-left: 3px solid #d1bd80;
    padding-left: 15px;
    text-align: left;
}

    .section-text .section-line2 {
        font-size: 35px;
        color: rgb(48, 48, 48);
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: italic;
        letter-spacing: 2px;
        visibility: inherit;
        font-weight: 400;
        text-align: left;
    }

    .section-text .section-line1 {
        font-family: 'Ubuntu Condensed', sans-serif;
        font-size: 48px;
        font-weight: 500;
        color: rgb(48, 48, 48);
        text-align: center;
        letter-spacing: 7px;
        visibility: inherit;
        text-align: left;
    }

.happy-clients-area .section-text {
    margin-left: 100px;
    margin-bottom: 40px;
}



.tab-buttons {
    border-bottom: 1px solid #d1bd80;
    padding-bottom: 20px;
}

button.tab-button, button.tab-button:hover, button.tab-button:focus, button.tab-button:visited {
    font-size: 32px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

    button.tab-button.tab-button-active, button.tab-button.tab-button-active:hover, button.tab-button.tab-button-active:focus, button.tab-button.tab-button-active:visited {
        color: #d1bd80;
    }

table td {
    padding: 3px;
}

.tab-content ul, .modal-window-content ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

    .tab-content ul li {
        list-style-position: inside;
    }

    .modal-window-content ul li {
        list-style-position: inside;
    }


.tab-content {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}


.product_meta {
    margin-top: 30px;
    font-size: 18px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
}

    .product_meta span {
        color: #d1bd80;
        font-size: 18px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-weight: 300;
    }

    .product_meta a, .product_meta a:hover, .product_meta a:focus, .product_meta a:visited {
        color: #333;
        font-size: 18px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-weight: 300;
    }


h1.view_title {
    margin-bottom: 30px;
}

.tagcloud {
    margin-top: 20px;
}

    .tagcloud a, .tagcloud a:hover, .tagcloud a:focus {
        border: 1px solid #d1bd80;
        border-radius: 3px;
        padding: 7px;
        color: #ffffff;
        margin-bottom: 7px;
        margin-right: 7px;
    }


.admin-menu {
    height: 0px;
}


.shortcuts-area {
    padding-top: 50px;
    padding-bottom: 40px;
}

span.shortcut-title, a.shortcut-title, a.shortcut-title:hover, a.shortcut-title:focus {
    text-align: center;
    padding: 10px;
    background: #cccac3;
    display: block;
    color: #111033;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 300;
}

.shortcut-description {
    padding-left: 10px;
    padding-right: 10px;
    color: #a7a7a7;
    font-weight: 400;
    font-size:15px;
}

.shortcut img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.shortcut:hover img {
    -webkit-filter:initial; /* Safari 6.0 - 9.0 */
    filter: initial;
}

.benefit-box {
    background: #ffffff;
}

.benefit-index {
    background: #3d3e3d;
    text-align: center;
    color: #ffffff;
}

.benefits-bg {
    background: url(skn/banner2.jpg) 0% 100% no-repeat;
    
}

.benefits {
    background: #cccac3;
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 15px;
}

    .benefits h2 {
        color: #111033;
        padding-bottom: 15px;
        font-size: 34px;
        font-weight: 300;
    }

.benefit-box {
    margin-bottom: 15px;
    padding-left: 15px;
}

.benefit-title {
    color: #111033;
    font-size: 24px;
}

.benefit-description {
    font-size: 16px;
}

.benefit-data {
    padding-top: 10px;
    padding-bottom: 10px;
}

.benefit-index span {
    position: relative;
    top: 35%;
    color: #ffffff;
    transform: translateY(-35%);
    font-size: 24px;
}



@media(min-width:990px) {
    .benefits-left {
        padding-right: 0px;
    }
        .benefits-left img {
            display:none;
        }
    .benefits-right {
        padding-left: 0px;
    }

    .benefits {
        margin-left: -15px;
    }
}

@media (min-width: 768px) AND (max-width:990px) {
    .top-area .logo-wrapper {
        text-align:left;
        padding-top:0px;
        background: none;
        width: 240px;
    }
    .top-area .logo-wrapper img{
        height:100px;
    }
}


@media(max-width:1200px) {
    .benefits {
        background: #cccac3;
        padding: 30px;
        padding-bottom: 7px;
        padding-top: 7px;
    }

        .benefits h2 {
            color: #111033;
            padding-bottom: 15px;
            font-size: 22px;
            font-weight: 300;
        }

    .benefit-title {
        color: #111033;
        font-size: 20px;
    }

    .benefit-description {
        font-size: 16px;
    }
}

@media(max-width:990px) {
    .benefits-bg {
        background: none;
    }
}

.benefits-area {
    padding-bottom: 50px;
}


.latest-news-title-area {
    background: #111033;
    padding: 7px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.latest-news-area {
    background: #cccac3;
    padding-top: 30px;
    padding-bottom: 30px;
}

.latest-new, .latest-new-info {
    width: 100%;
}

    .latest-new td {
        vertical-align: top;
       
    }

.latest-new-day {
    width: 70px;
    height: 70px;
    background: #111033;
    text-align: center;
    color: #ffffff;
    font-size: 44px;
    font-weight: 300;
    line-height: 55px;
    padding-top: 5px;
}

.latest-new-year {
    width: 70px;
    height: 70px;
    background: #7c7c7d;
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.latest-new-title, .latest-new-description {
    padding-left: 10px;
}

    .latest-new-title a, .latest-new-title a:hover, .latest-new-title a:focus {
        font-size: 20px;
        color: #111033;
    }

    .latest-new-description, .latest-new-description p, .latest-new-description span {
        font-size: 15px;
        color: #3d3e3d;
        font-weight: 300;
    }

.latest-new-arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #111033;
    position:absolute;
    left:85px;
    top:30px;
}


.home-contact-area p{
    margin-bottom:0px;
    color:#7c7c7d;
}
.border-blue {
    border-bottom:2px solid #111033;
    padding-bottom:5px;
}
.home-contact-area li {
    list-style:none;
    padding-bottom:3px;
}
.home-contact-area ul {
    padding:0px;
}
.home-contact-area a, .home-contact-area a:hover, .home-contact-area a:focus {
    color:#7c7c7d;
    font-size:16px;
}

@media (max-width:768px) {
    .home-contact-area .text-right,.footer-contact-info {
        text-align:left !important;    
    }

}

.col-ms-6.pl-0.pr-0 {
    padding-left:0px !important;
    padding-right:0px !important;
}


.custom-contact-form, custom-contact-form div, custom-contact-form p {
    font-size:16px;    font-family: 'Ubuntu Condensed', serif;
}
.custom-contact-form .div-lbl {
    padding-top:3px;
}

    .custom-contact-form .help-block {
        background:#ededed;
        border:1px solid #ededed;
        border-radius:4px;
        font-style:italic;
        font-size:13px;
        padding:3px;
    }
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #111033;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #111033;
    border-color: #111033;
}