/* https://mycolor.space/?hex=%23007CB3&sub=1 */

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    
}

* {
    font-family: 'Manrope', sans-serif;
}


body,
td,
th,
div,
a,
table,
span {
    color: #1f4d5e;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}

a {
    /* old color:00B1EB;  */
    color: #1f4d5e;
    font-family: 'Manrope', sans-serif;
}

    a:hover {
        color: #1f4d5e;
        font-family: 'Manrope', sans-serif;
    }

    a:visited {
        color: #1f4d5e;
        font-family: 'Manrope', sans-serif;
    }

.admin-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.highlight {
    padding: 9px 12px;
    margin-bottom: 14px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.top-area {
    background: #ffffff;
}

    .top-area img {
        display: inline-block;
        vertical-align: top;
    }

h1 {
    font-size: 24px;
    color: #1f4d5e;
}

h2 {
    font-size: 18px;
    color: #1f4d5e;
}

h3 {
    font-size: 16px;
    color: #1f4d5e;
}

hr {
    height: 1px;
    color: #dedede;
    border: 0px;
    background-color: #dedede;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 15;
}

.form-control {
    display: inline-block;
}

.search_type_field {
    display: none;
}

.vcenter {
    display: table;
}

@media (max-width: 480px) {
    .col-xxs {
        display: block;
        float: none;
        width: 100%;
    }
}

.path-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

    .path-area, .path-area a, .path-area a:hover {
        font-size: 13px;
    }



.alt {
    background: #cccccc;
}

    td,
    .alt td,
    .alt2 td {
        padding: 3px;
    }

th {
    background: #666666;
    color: #ffffff;
    padding: 3px;
    font-weight: 500;
    font-size: 14px;
}

legend {
    display: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel.slide {
    margin-top: 0px;
    margin-bottom: 0px;
}

.carousel-indicators {
    bottom: 10px;
    /*left: 40px;*/
}




    .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #212020;
        background-color: #ffffff;
        border-radius: 0px;
        cursor: pointer;
    }

    .carousel-indicators .active {
        margin: 0px;
        width: 12px;
        height: 12px;
        margin: 1px;
        background-color: #7B1A0D;
        border: 1px solid #212020;
    }




.carousel-popup .carousel-indicators {
    bottom: 5px;
    top: initial;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: 15px;
}

    .carousel-popup .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 2px;
        text-indent: -999px;
        border: 1px solid #007CB3;
        background-color: #ffffff;
        border-radius: 50%;
        cursor: pointer;
    }

    .carousel-popup .carousel-indicators .active {
        margin: 0px;
        width: 12px;
        height: 12px;
        margin: 2px;
        background-color: #007CB3;
        border: 1px solid #007CB3;
    }

.carousel-control .slider-left,
.carousel-control .slider-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 55px;
    height: 55px;
    margin-top: -15px;
    font-size: 30px;
}

.carousel-control .icon-prev,
.carousel-control .slider-left {
    left: 30%;
    margin-left: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .slider-left,
.carousel-control .slider-right {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 20%;
}

.cart-col {
    text-align: right;
    padding-top: 20px;
}

.langs {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}

    .langs a,
    .langs a:hover {
        width: 30px;
        height: 30px;
        border: 1px solid #000000;
        font-family: 'Manrope', sans-serif;
        line-height: 28px;
        border-radius: 50%;
        background: #ffffff;
        color: #000000;
        display: inline-block;
        font-size: 16px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

        .langs a:hover {
            background: #000000;
            color: #ffffff;
        }

        .langs a.active,
        .langs a.active:hover {
            width: 30px;
            height: 30px;
            border: 1px solid #000000;
            font-family: 'Manrope', sans-serif;
            line-height: 28px;
            border-radius: 50%;
            background: #000000;
            color: #ffffff;
        }

.cart-area {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    height: 30px;
    font-family: 'Manrope', sans-serif;
    line-height: 28px;
    color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

    .cart-area a,
    .members-area a, .members-area a:hover {
        font-family: 'Manrope', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 70px;
    }

.slider-bg-area {
    background: url(skn/slider-bg.jpg) 50% 50% no-repeat;
}

.menu-area {
    /*background: url(skn/menu-bg.png) 50% 50% repeat;*/
    background: #ffffff;
}

.search .form-control {
    border-radius: 0px;
}

.search .btn-primary, .search .btn-primary:hover {
    border-color: #cccccc;
    color: #959595;
    cursor: pointer;
    background-color: #ebebeb;
    background-image: none;
    border-radius: 0px;
}

    .search .btn-primary span {
        color: #959595;
    }




@media (min-width:768px) {
    /*.navbar-form {
        padding: 10px 0px;
    }*/
        .mini-top {
        max-width: 240px;
    }

    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 5px;
    }

    .menu-area .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-collapse {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #000000;
        background: none;
        font-weight: 500;
        padding: 15px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
            background: #526c7e;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background: #526c7e;
        font-weight: 500;
        padding: 15px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
    }

    .navbar-form .btn.btn-primary, .navbar-form .btn.btn-primary:hover, .navbar-form .btn.btn-primary:focus {
        background: none;
        border: none;
        color: #000000;
    }

    .navbar-form .form-control, .navbar-form .form-control:hover, .navbar-form .form-control:focus {
        background: none;
        border: none;
        color: #000000;
        border-bottom: 1px solid #000000;
        box-shadow: none;
        padding-left: 5px;
    }

    .nav.navbar-nav {
        display: block;
        width: 100%;
    }

    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
}

@media (min-width:991px) {
    .navbar-nav li.navbar-form {
        float: right !important;
        display: inline-block;
    }
}

@media (min-width:768px) AND (max-width:990px) {
    .navbar-form {
        float: left !important;
    }
}


@media (max-width:768px) {
    .mobile-search {
        padding: 15px;
        padding-bottom: 0px;
        padding-top: 5px;
    }

        .mobile-search .input-group {
            border-top: 1px solid #cccccc;
            padding-top: 15px;
        }

    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
    }

        .navbar-default .navbar-nav > li > a {
            color: #000000;
            background: none;
            font-weight: 500;
            font-size: 14px;
        }

            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > li > a:focus {
                color: #000000;
                background: none;
                font-weight: 600;
                font-size: 14px;
            }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #000000;
            background: none;
            font-weight: 600;
            font-size: 14px;
        }
}

.carousel {
    position: relative;
}



.carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 100%;
    list-style: outside none none;
    text-align: center;
    right: initial;
    left: initial;
    top: initial;
    bottom: 10px;
    width: 100%;
    transform: none;
    margin: 0px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 40px;
        height: 4px;
        margin: 0px;
        margin-left: 2px;
        margin-right: 2px;
        text-indent: -999px;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0%;
        cursor: pointer;
        float: none;
    }

    .carousel-indicators .active {
        margin: 0px;
        width: 40px;
        height: 4px;
        background: #007CB3;
        border: 1px solid #007CB3;
        border-radius: 0%;
        float: none;
        margin-left: 2px;
        margin-right: 2px;
    }

.carousel-control {
    background: none;
}

    .carousel-control:hover {
        background-image: none;
        opacity: 1;
    }

    .carousel-control.left {
        background: none;
    }

    .carousel-control.right {
        background: none;
    }

.carousel-inner {
    border: none;
}

@media (min-width:768px) {
    .carousel-area {
        padding: 0px;
    }
}
/*@media (max-width:1400px) {

    .carousel-indicators li,.carousel-indicators .active {
        height: 20px;
    }
}*/



.carousel-caption {
    margin: 0px;
    padding: 15px;
    position: absolute;
    
    text-shadow: none;
    top: 50%;
    transform:translateY(-50%);
    left: 0px;
    width: initial;
    right: initial;
    text-align: left;
    bottom:initial;
    /*background: rgb(244,125,43);
    background: linear-gradient(90deg, rgba(244,125,43,1) 0%, rgba(247,147,43,1) 50%, rgba(252,176,69,1) 100%);*/
    /*background: url(skn/smile.png) 100% 50% no-repeat;*/
    /*height: 100%;*/
    width: 40%;
    padding-left: calc(20%-100%);
    background-size: cover;
}
.carousel-caption-inner {
    background: rgba(86,86,86,0.9);
    padding:20px;
}

.carousel-inner img {
    min-height: 300px;
}

.carousel-caption h1 {
    font-size: 30px;
    margin-top: 0px;
    padding-top: 0px;
    color: #007CB3;
    font-weight: 400;
    text-shadow: none;
}

.carousel-caption p {
    font-size: 18px;
    color: #007CB3;
    font-weight: 400;
    text-shadow: none;
}

.carousel-caption a.learn-more, .carousel-caption a.learn-more:hover {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    padding: 20px;
    background: url(skn/menu-bg.png) repeat;
    border-radius: 30px;
    margin-top: 15px;
    display: inline-block;
    text-shadow: none;
    /*position: absolute;
            bottom: 10px;
            left: 15px;*/
}

@media (min-width:1600px) {


    .carousel-caption {
        width: 46%;
    }

    .carousel-caption {
        padding-left: 16%;
    }
}

@media (min-width:1900px) {


    .carousel-caption {
        width: 46%;
    }

    .carousel-caption {
        padding-left: 20%;
    }
}

@media (max-width:990px) {

    .carousel-inner img {
        min-height: 250px;
    }

    .carousel-caption h1 {
        font-size: 22px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .carousel-caption p {
        font-size: 14px;
      
    }

    .carousel-caption a.learn-more, .carousel-caption a.learn-more:hover {
        font-size: 14px;
        padding: 10px;
        border-radius: 20px;
        margin-top: 10px;
        position: absolute;
        bottom: 10px;
    }
}



@media (max-width:768px) {
    

    .carousel-caption {
        padding-left: initial;
        padding-right: initial;
        width: 100%;
        padding: 0px;
        left: 0px;
        text-align: center;
        transform: none;
        top: initial;
        bottom: 0px;
    }
        .carousel-caption p {
            font-size: 14px;
            margin-bottom:0px;
            color: #fff;
        }
            .carousel-caption p font, .carousel-caption p span{
                font-size: 14px;
                color: #fff;
            }
    .action-home .content-area{
        padding-top:30px;
    }
    .carousel-indicators{
        bottom:-20px;
    }
        .carousel-indicators li{
            background: #526c7e;
            border: 1px solid #526c7e;
        }
    .carousel-caption-inner
    {
        text-align:left;
        display:block;
        max-width:100%;
        padding:10px;

    }
    .carousel-caption-inner br{
        display:none;
    }
    .carousel-inner img {
        min-height: 200px;
    }

    .carousel-caption h1 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
        padding-top: 0px;
    }

    .carousel-caption * {
        font-size: 14px !important;
        color: #000000;
        line-height: 20px !important;
    }

    .carousel-caption a.learn-more, .carousel-caption a.learn-more:hover {
        display: none;
    }
}

@media (max-width:600px) {


    .carousel img {
        min-height: 220px;
        cursor: pointer;
    }
}

.banners-area {
  
    padding-top: 100px;
    padding-bottom: 60px;
}

.root_banner {
    max-width: 320px;
}


    .root_banner img {
        display: inline-block;
    }

@media (max-width:990px) {
    .banners-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .root_banner {
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:480px) {
    .root_banner {
        padding: 10px;
    }

    .banner-col {
        padding: 0px;
    }
}

.box-shaddow {
    filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 5px #cbbcb1;
    -moz-box-shadow: 0 0 5px #cbbcb1;
    -webkit-box-shadow: 0 0 5px #cbbcb1;
    -o-box-shadow: 0 0 0px 5px #cbbcb1;
}

.line {
    margin-bottom: 30px;
    margin-top: 0px;
    background: url(skn/line.jpg) 50% 50% repeat-x;
    text-align: center;
}

    .line .text-center {
        padding: 10px;
        background: #f6f7f9;
        display: inline-block;
        font-family: 'Manrope', sans-serif;
        font-size: 22px;
    }

.alert-info2 {
    background-color: #ededed;
    border-color: #cccccc;
}

.white-bg {
    background: #ffffff;
}

.TileSetControl .col-item {
    padding: 10px;
}

.tile {
    padding: 0px;
    /*padding-bottom: 60px;*/
    position: relative;
}

    .tile:hover {
        /*filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
        box-shadow: 0 0 5px #cbbcb1;
        -moz-box-shadow: 0 0 5px #cbbcb1;
        -webkit-box-shadow: 0 0 5px #cbbcb1;
        -o-box-shadow: 0 0 0px 5px #cbbcb1;
        background: #ffffff;*/
    }

.image-tile, .image-tile:hover {
    filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 5px #cbbcb1;
    -moz-box-shadow: 0 0 5px #cbbcb1;
    -webkit-box-shadow: 0 0 5px #cbbcb1;
    -o-box-shadow: 0 0 0px 5px #cbbcb1;
}

@media (min-width:768px) {
    .tile .col-left {
        padding-right: 0px;
    }
}

.tile-title a,
.tile-title a:hover {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 5px;
    color: #007CB3;
    display: block;
    font-weight:600;
}
.tile:hover .tile-title a,
.tile:hover .tile-title a:hover {
    color: #1f4d5e;
}
.tile-code {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    text-align: left;
    display: inline-block;
}


.tile-description,
.tile-description p {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}

#tags-container {
    padding-top: 10px;
    min-height: 320px;
}

.tile-thumbnail {
    text-align: center;
    border: 1px solid #ddd;
    background: #ffffff;
}

    .tile-thumbnail img {
        display: inline-block;
    }

.tile-more {
    position: absolute;
    bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

/*.tile.ptile-1 {
    padding-bottom: 60px;
}*/





    .tile-more a, .tile-more a:hover {
        background: #9AAEBB;
        color: #ffffff;
        display: block;
        font-weight: 600;
        padding: 10px;
    }
.tile:hover .tile-more a, .tile:hover .tile-more a:hover {
    background: #ebebeb;
    color: #007CB3;
}


.simple-tile .tile-more a, .simple-tile .tile-more a:hover {
    background: url(skn/simple-tile.png) 100% 100% no-repeat;
    color: #9AAEBB;
    text-align: right;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #9AAEBB;
}

.simple-tile .tile-title a,
.simple-tile .tile-title a:hover {
    color: #333;
}


.simple-tile.tile {
    padding: 10px;
    padding-bottom: 60px;
    position: relative;
}


.form-control {
    border-radius: 0px;
}

.recently-viewed .tile {
    padding-bottom: 10px;
}

.recently-viewed .tile-more {
    position: relative;
    bottom: initial;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: initial;
    margin-right: initial;
    left: initial;
    right: initial;
}

.bottom-area {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .bottom-area .container {
        background: url(skn/logo-bottom.png) 0% 0% no-repeat #ffffff;
    }

    .bottom-area h3 {
        padding-top: 0px;
        margin-top: 0px;
        font-family: 'Manrope', sans-serif;
        padding-bottom: 15px;
        font-size: 18px;
    }

    .bottom-area .bottom-menu {
        margin: 0px;
        padding: 0px;
    }

        .bottom-area .bottom-menu li {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .bottom-area .bottom-menu li a,
            .bottom-area .bottom-menu li a:hover {
                font-family: 'Manrope', sans-serif;
                font-size: 15px;
                padding-top: 5px;
                padding-bottom: 5px;
                display: inline-block;
                color: #333;
            }


            .bottom-area .bottom-menu li.latest-news a,
            .bottom-area .bottom-menu li.latest-news a:hover {
                font-family: 'Manrope', sans-serif;
                font-size: 15px;
                padding-top: 5px;
                padding-bottom: 5px;
                display: inline-block;
                color: #1f4d5e;
            }

.logo-bottom {
    margin-top: 40px;
    background: #000000;
    margin-bottom: 30px;
}

.bottom-area .bottom-info h3 {
    color: #1f4d5e;
    border: none;
    
}

.banks {
    text-align: center;
    margin-top: 30px;
}

    .banks img {
        display: inline-block;
    }

.social {
}

    .social img {
        display: inline-block;
        margin-right: 10px;
    }

.bottom-area .address {
    line-height: 32px;
    text-align: left;
}

    .bottom-area .address div {
        text-align: left;
    }

.block-admin-container {
    line-height: initial;
}


.newsletter-area {
    background: url(skn/overlay.png) repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

    .newsletter-area h2 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 30px;
        font-weight: 300;
    }

        .newsletter-area h2 b {
            font-size: 30px;
            font-weight: 400;
        }

    .newsletter-area a i {
        margin-left: 10px;
        margin-right: 10px;
        color: #ffffff;
    }

    .newsletter-area h3 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #1f4d5e;
    }

    .newsletter-area .form-group {
        max-width: 400px;
        display: inline-block;
    }

@media (min-width:769px) {
    .newsletter-area .col-left {
        padding-right: 0px;
    }

    .newsletter-area .col-right {
        padding-left: 0px;
    }
}

.newsletter-area .form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: none;
    border-radius: 30px !important;
    box-shadow: none;
    transition: none;
}

a.newsletter-link, a.newsletter-link:hover, a.newsletter-link:focus {
    display: block;
    width: 100%;
    height: 60px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: none;
    border-radius: 30px !important;
    box-shadow: none;
    transition: none;
    text-align: center;
}

.newsletter-area .btn {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0px;
    font-size: 14px;
    height: 60px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: url(skn/add.jpg) 50% 50% no-repeat #ffffff;
    border: none;
    color: #000000;
    width: 60px;
    margin-left: 30px;
}

.newsletter-area .input-group-addon:not(:first-child):not(:last-child), .newsletter-area .input-group-btn:not(:first-child):not(:last-child), .newsletter-area .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 30px !important;
}

.newsletter-area .input-group-btn:last-child > .btn, .newsletter-area .input-group-btn:last-child > .btn-group {
    margin-left: 10px;
    border-radius: 30px !important;
}

.newsletter-area .btn {
    margin-left: 10px;
    border-radius: 30px !important;
}

.products-menu ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .products-menu ul li {
        list-style: none;
        width: 100%;
    }

.MyProfileForm h3 {
    color: #1f4d5e;
    border-bottom: 1px solid #000000;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    margin-bottom: 15px;
}

/*.recently-viewed {
    color: #d7059e;
    border-bottom: 1px solid #000000;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    margin-bottom: 35px;
}*/

.products-menu a.first-level,
.products-menu a.first-level:hover {
    color: #1f4d5e;
    border-bottom: 1px solid #000000;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    margin-bottom: 5px;
}

.products-menu a.second-level,
.products-menu a.second-level:hover {
    display: inline-block;
    font-size: 16px;
    padding: 2px;
    padding-left: 15px;
    padding-right: 10px;
    text-decoration: none;
}

    .products-menu a.second-level.active,
    .products-menu a.second-level.active:hover {
        font-weight: 700;
        background: url(skn/bullet.jpg) 0% 50% no-repeat;
    }

.node-title h1 {
    padding-top: 0px;
    margin-top: 0px;
}

.content-rest {
    min-height: 450px;
}

.slick-container {
    padding-bottom: 45px;
    padding-top: 25px;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            margin: 3px;
            display: block;
            background: #ffffff;
            border: 1px solid #007CB3;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            background: #007CB3;
        }

.slick-container img {
    opacity: 0.2;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.slick-container a.slick-active img {
    opacity: 1;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
    /*margin-top:-30px;
    margin-bottom:-30px;*/
}

.slick-container .slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 38px;
    width: 21px;
    background: url('skn/slider-left.png') 50% 50% no-repeat;
    border: none;
    font-size: 0;
    text-indent: -5000px;
}

.slick-container .slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 38px;
    width: 21px;
    background: url('skn/slider-right.png') 50% 50% no-repeat;
    border: none;
    font-size: 0;
    text-indent: -5000px;
}


.product_attibute {
    font-size: 14px;
    font-weight: 600;
}

.product_attibute_value {
    font-size: 14px;
    font-weight: 600;
}

.price-text {
    font-size: 18px;
}

.vat-text {
    font-size: 16px;
    font-weight: 600;
}

.text-code {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #1f4d5e;
}

.product_discounted_amount {
    font-size: 24px;
}

.product_benefits ul li {
    list-style-position: inside;
}

.product_benefits ul {
    margin: 0px;
    padding: 0px;
}

.product_benefits li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(skn/tick2.png) 0% 0% no-repeat;
}

.product_amount {
    font-size: 28px;
    color: #526c7e;
}

.description-title {
    margin-top: 40px;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.quantity select,
.product_features select {
    background: #ECE8DE;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
    border-radius: 0px;
}

.product_feature_title {
    line-height: 28px;
}

.availability {
    font-size: 18px;
}

.stock-0 {
    font-size: 16px;
    color: #ff0000;
}

.stock-3 {
    font-size: 16px;
    color: #1f4d5e;
}

.stock-10 {
    font-size: 16px;
    color: #499307;
}

.btn-primary {
    color: #ffffff;
    background: #007CB3;
    border: 1px solid #007CB3;
    border-radius: 0px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background: #1f4d5e;
        border: 1px solid #1f4d5e;
    }

        .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: #ffffff;
            background: #007CB3;
            border: 1px solid #007CB3;
            border-radius: 0px;
        }




.formButton {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #ffffff;
    background: #007CB3;
    border: 1px solid #007CB3;
    border-radius: 0px;
}

    .formButton:hover,
    .formButton:focus,
    .formButton:active,
    .formButton.active,
    .open > .dropdown-toggle.formButton {
        color: #ffffff;
        background: #1f4d5e;
        border: 1px solid #1f4d5e;
        border-radius: 0px;
    }

.tile .btn {
    border-radius: 0px;
}

h1.view_title {
    margin-bottom: 15px;
    color: #1f4d5e;
}

.splitter_inactive {
    color: #1f4d5e;
}

.splitter_active {
    font-size: 18px;
    color: #007CB3;
}

.splitter_prev, .splitter_next {
    color: #1f4d5e;
}


.content-area {
    /*background: #ffffff;*/
    background: #f6f7f9;
    padding-top: 0px;
}


.cart-layer-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-categories-logo {
    background: #ffffff;
}

.cart-layer-item-title {
    font-size: 16px;
    text-decoration: underline;
    color: #1f4d5e;
}

.cart-layer-item-code {
    color: #000000;
    font-style: italic;
    font-size: 12px;
}

.cart-layer-item-options, .cart-layer-item-description {
    font-size: 12px;
}


.cart-layer-item-vat {
    font-style: italic;
    font-size: 11px;
    color: #797C80;
    margin-left: 0px;
    display: block;
}

.cart-layer-items-total-cost {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.cart-layer-items-total-cost-currency {
    color: #1f4d5e;
}


.order-control-item-thumbnail {
    margin-right: 5px;
    margin-bottom: 5px;
}

    .order-control-item-thumbnail img {
        width: 60px;
        height: 60px;
        border: none;
    }

.order-control-item-title {
    color: #1f4d5e;
    font-size: 14px;
}

.order-control-item-title, .order-control-item-code {
    display: inline-block;
}

.order-control-item-code {
    color: #000000;
    margin-left: 5px;
    font-size: 14px;
}

.order-control-item-vat {
    font-style: italic;
    font-size: 11px;
    color: #797C80;
}


.products-menu {
    display: block;
}

@media (max-width:768px) {
    .products-menu {
        border: 1px solid #000000;
        border-top: none;
        background: #ffffff;
        display: none;
        padding: 10px;
    }
}

.products-menu-button {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    padding: 15px;
}

    .products-menu-button span {
        cursor: pointer;
    }

.tilethumbnail2 {
    display: block;
}



.cart-layer-item-thumbnail img {
    max-height: 80px;
    height: 100%;
    width: auto;
    min-width: 10px;
    max-width: 80px;
}



.root-tags {
    padding-top: 10px;
    padding-bottom: 40px;
    background: #f6f7f9;
}

.nav-tabs {
    border-top: 1px solid #9AAEBB;
    border-bottom: 1px solid #9AAEBB;
    margin-bottom: 20px;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        color: #526c7e;
        cursor: pointer;
        background-color: #fff;
        border: none;
        border-top: 5px solid transparent;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        border-radius: 0px;
        font-size: 16px;
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 10px 12px;
        padding-top: 15px;
    }


    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #007CB3;
        cursor: pointer;
        background-color: #fff;
        border: none;
        border-top: 5px solid #007CB3;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        border-radius: 0px;
        font-size: 16px;
        padding: 10px 12px;
        padding-top: 15px;
    }

.home-tabs .nav-tabs > li > a, .home-tabs .nav-tabs > li > a:hover, .home-tabs .nav-tabs > li > a:focus, .home-tabs .nav-tabs > li.active > a, .home-tabs .nav-tabs > li.active > a:hover, .home-tabs .nav-tabs > li.active > a:focus {
    background-color: transparent;
}

.product-tabs .nav-tabs > li > a, .product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:focus {
    color: #000000;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #007CB3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 40px;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 6px 12px;
}


.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:hover, .product-tabs .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 40px;
    font-size: 16px;
    padding: 6px 12px;
}

.tab-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.product-tabs .nav-tabs {
    border-bottom: 1px solid #007CB3;
}



@media (min-width:480px) {
    /*.product-tabs .nav-tabs > li, .product-tabs .nav-pills > li {
        float: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .product-tabs .nav-tabs, .product-tabs .nav-pills {
        text-align: center;
    }*/
}

@media (max-width:480px) {

    .product-tabs .nav-tabs > li > a, .product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:focus {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        padding: 6px 12px;
        text-align: center;
        font-size: 14px;
    }

    .product-tabs .nav-tabs > li {
        width: 100%;
        display: block;
    }

        .product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:hover, .product-tabs .nav-tabs > li.active > a:focus {
            width: 100%;
            margin-bottom: 10px;
            padding: 6px 12px;
            display: block;
            text-align: center;
            font-size: 14px;
        }
}

#tag_products_arrow_left {
    position: absolute;
    left: -20px;
    top: 50%;
}

#tag_products_arrow_right {
    position: absolute;
    right: -20px;
    top: 50%;
}


.alert {
    color: #000000;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #007CB3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 40px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px;
}

.about-area {
    background: #e5e5ec;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #1f4d5e;
}

    .about-area span {
        margin-left: 15px;
        margin-right: 15px;
        color: #1f4d5e;
    }

@media (max-width:990px) {
    .bottom-logo {
        padding-bottom: 40px;
    }

    .bottom-menu-col h3 {
        margin-top: 50px;
    }
}

@media (max-width:480px) {
    .bottom-logo {
        padding-bottom: 80px;
    }
}

h1.node-caption {
    font-size: 30px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #526c7e;
    color: #526c7e;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 300;
}

    h1.node-caption b {
        font-weight: 500;
    }

.products-categories-column {
    border: 1px solid #ddd;
}

.products-submenu {
    background: #ffffff;
    padding: 7px;
}

    .products-submenu h3 {
        color: #1f4d5e;
        text-align: center;
        display: block;
        padding-top: 0px;
        margin-top: 0px;
    }


.submenu-level-1 a, .submenu-level-1 a:hover {
    padding: 7px;
    display: block;
    font-size: 13px;
}

.submenu-level-1 i {
    color: #333;
}

.submenu-level-1.active a, .submenu-level-1.active a:hover {
    padding: 7px;
    background: #9AAEBB;
    color: #ffffff;
    font-size: 13px;
}

.submenu-level-1.active i {
    color: #ffffff;
}

.submenu-level-2 {
    background: #f6f4f4;
    display: block;
    border: 1px solid #9AAEBB;
}

    .submenu-level-2 a, .submenu-level-2 a:hover {
        padding: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        font-size: 12px;
    }

        .submenu-level-2 a.active, .submenu-level-2 a.active:hover {
            padding: 7px;
            padding-left: 3px;
            padding-top: 5px;
            padding-bottom: 5px;
            display: block;
            border-left: 4px solid #9AAEBB;
            color: #526c7e;
            font-weight: 600;
            font-size: 12px;
        }

.recently-viewed .tile-more a, .recently-viewed .tile-more a:hover {
    background: none;
    border: 1px solid #1f4d5e;
    color: #1f4d5e;
    font-weight: 600;
}




.recently-viewed .slick-prev, .recently-viewed .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 21px;
    height: 28px;
    margin-top: -10px;
    padding: 0px;
    cursor: pointer;
    border: none;
}

.recently-viewed .slick-next {
    left: 5px;
    top: initial;
    bottom: 50%;
    background: url(skn/slider-left.png) 50% 50% no-repeat;
}

.recently-viewed .slick-prev {
    right: 5px;
    top: initial;
    bottom: 50%;
    background: url(skn/slider-right.png) 50% 50% no-repeat;
}

.file-title {
    color: #007CB3;
    font-size: 15px;
    font-weight: 600;
}

.file-description {
    color: #000;
    font-size: 13px;
}

h4.node-subtitle, .node-subtitle {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

    .node-subtitle a, .node-subtitle a:hover {
        font-size: 16px;
    }

.titles-area {
    margin-bottom: 50px;
}




.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}












/* vertical tabs */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .sideways > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .sideways > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .sideways > li.active > a,
        .sideways > li.active > a:hover,
        .sideways > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .sideways.tabs-left {
        left: -50px;
    }

    .sideways.tabs-right {
        right: -50px;
    }

        .sideways.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .sideways.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }


.yamm-fw .dropdown-menu {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}


.yamm-content .col-brand-links h1 {
    margin: 0px;
    padding: 0px;
    color: #1f4d5e8;
    margin-bottom: 10px;
}

.yamm-content .col-brands {
    padding-right: 0px;
}

.yamm-content .col-brand-links {
    padding: 10px;
    /*border-top: 1px  solid  #007CB3;
    border-right: 1px  solid  #007CB3;
    border-bottom: 1px  solid  #007CB3;*/
}

#BrandsMenu {
    background: #f6f7f9;
    padding-bottom: 30px;
    padding-top: 20px;
}

.col-subchilds {
    border-left: 1px solid #dddddd;
}

@media (max-width:480px) {
    .col-subchilds {
        border-top: 1px solid #dddddd;
        border-left: none;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }
}

#BrandsMenu .container {
    border: 1px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    padding-bottom: 20px;
    background: #ffffff;
}

.col-brand-banner h, .col-brand-banner h2 {
    color: #1f4d5e;
    font-weight: 500;
}


.col-brand-banner h1 {
    margin: 0px;
    padding: 0px;
    color: #1f4d5e;
    margin-bottom: 10px;
}

#BrandsMenu .yamm-content .col-brand-links {
    padding: 10px;
    border: none;
}

#BrandsMenu .line {
    background: none;
    position: relative;
}

    #BrandsMenu .line .text-center {
        /*position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            top: -30px;*/
        text-align: center;
        display: block;
        background: #ffffff;
    }

        #BrandsMenu .line .text-center h1 {
            display: inline-block;
            width: initial;
        }



.yamm-content .col-brands a {
    border-right: 1px solid #007CB3;
    border-top: 1px solid #007CB3;
    border-bottom: none;
    display: block;
}

    .yamm-content .col-brands a:first-child {
        border-top: none;
        display: block;
    }

    .yamm-content .col-brands a.active, .yamm-content .col-brands a.active:hover {
        border-right: none;
        display: block;
    }


#BrandsMenu .yamm-content .col-brands.brands-top a {
    border: none;
    display: inline-block;
    vertical-align: top;
}

    #BrandsMenu .yamm-content .col-brands.brands-top a:last-child {
        border: none;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
    }


    #BrandsMenu .yamm-content .col-brands.brands-top a.active, #BrandsMenu .yamm-content .col-brands.brands-top a.active:hover {
        border: none;
        display: inline-block;
        vertical-align: top;
    }

#BrandsMenu .yamm-content .col-brands a {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
}

    #BrandsMenu .yamm-content .col-brands a:last-child {
        border-bottom: none;
        display: block;
    }

#BrandsMenu .col-brands a.active {
    border-color: #dddddd;
    border-right: none;
}





.col-brand div {
    text-align: center;
    border-bottom: 2px solid #dddddd;
    background: url(skn/brand-closed.jpg) 100% 100% no-repeat;
}

    .col-brand div.active {
        text-align: center;
        border-bottom: 2px solid #526c7e;
        background: url(skn/brand-opened.png) 100% 100% no-repeat;
    }

    .col-brand div img {
        display: inline-block;
    }

.col-brands-inner {
    padding: 20px;
}


.brand-link-1 a {
    padding: 5px;
    display: block;
    font-size: 13px;
}

.brand-link-1 i {
    color: #333;
}

.brand-link-1 a:hover {
    padding: 5px;
    background: #EBEBEB;
    color: #1f4d5e;
    font-size: 13px;
}

    .brand-link-1 a:hover i {
        color: #1f4d5e;
    }


.brand-link-1.active a, .brand-link-1.active a:hover {
    padding: 5px;
    background: #EBEBEB;
    color: #1f4d5e;
    font-size: 13px;
}

.brand-link-1.active i {
    color: #1f4d5e;
}

.brand-link-2 {
    display: none;
}

    .brand-link-2 a {
        padding: 5px;
        display: block;
        font-size: 13px;
    }

        .brand-link-2 a:hover {
            padding: 5px;
            background: #EBEBEB;
            color: #1f4d5e;
            font-size: 13px;
        }

.ui-panel h4 {
    margin: 0px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    background: #007CB3;
    color: #fff;
}


.register-form .form-control {
    margin-bottom: 10px;
}

.node-attribute-title {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-accessory {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-attribute-value {
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-attribute.alt {
    /*background: #ebebeb;*/
    background:none;
}

.node-attribute-value {
    border-left: 1px solid #9AAEBB;
}

.node-accessory-code, .node-accessory-link {
    border-left: 1px solid #9AAEBB;
}
.new-row {
    border-top: 1px solid #9AAEBB;
}
@media(max-width:600px) {
    .node-attribute-title {
        border-left: 1px solid #9AAEBB;
        border-right: 1px solid #9AAEBB;
    }
    .node-accessory-title {
        border-left: 1px solid #9AAEBB;
        border-right: 1px solid #9AAEBB;
    }
    .node-accessory-link {
        border-left:none;
       
    }
    .node-accessory-link {
        border-right: 1px solid #9AAEBB;
    }
    .node-attribute-value {
        border-right: 1px solid #9AAEBB;
    }
    .group-panel .new-row:last-child {
        border-bottom: 1px solid #9AAEBB;
    }
}


.row.equal {
    display: flex;
    flex-wrap: wrap;
}
   
.group-title h3 {
    color: #007CB3;
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.group-panel{
    margin-bottom:5px;
}
.group-title a, .group-title a:hover, .group-title a:focus {
    color: #1f4d5e;
    background:#e0e9ee;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;    
    padding: 10px;

    border-bottom: 1px solid #9AAEBB;

}

    .group-title a i {
        font-size: 17px;
        font-weight: normal;
        margin-right: 10px;
        margin-bottom: -10px;
    }

#accessories-group .panel-collapse {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

#attributes-group .panel-collapse {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #007CB3;
    border-color: #007CB3;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #000;
    }


.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
}

.products-submenu label {
    font-size: 13px;
    font-weight: 500;
}

.filter-buttons .btn, .filter-buttons .btn span {
    font-size: 12px;
}

.filter-buttons .btn {
    width: 100%;
}

.filter-buttons div.row div {
    text-align: center;
}

.included {
    background: url(skn/included.png) 5px 50% no-repeat #EBEBEB;
    border: 2px dashed #526c7e;
    padding: 10px;
    padding-left: 60px;
    margin-bottom: 10px;
}

@media (min-width:768px) AND (max-width:990px) {
    .logo img, .testo img {
        max-height: 110px;
    }
}

@media (max-width:600px) {
    .logo img, .testo img {
        max-height: 90px;
    }
}

@media (max-width:480px) {
    .logo img, .testo img {
        max-height: 70px;
    }
}





#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    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: #fff;
    background-color: #007CB3;
    border-color: #007CB3;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #007CB3;
    border-color: #007CB3;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}



.compare-label {
    font-weight: normal;
    background: #dae4ea;
    padding: 5px;
    vertical-align: middle;
    display: block;
    width: 100%;
    text-align: center;
}

    .compare-label.mc-tile {
        font-weight: normal;
        background: #dae4ea;
        padding: 5px;
        vertical-align: middle;
        display: block;
        width: 100%;
        position: relative;
        margin-top: -35px;
        text-align: left;
    }

.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:focus {
    color: #1f4d5e;
}



.espa {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.8) !important;
    z-index: 13;
    text-align: center;
    margin: 0px;
    text-align: center;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

    .espa img {
        height: 55px !important;
        width: auto !important;
        margin-top: 5px;
        display: inline-block;
    }


@media(min-width:1200px) {
    .carousel-inner img {
        min-height: 340px;
        height: 340px !important;
        width:100%;
        
    }
}

.container {
    max-width: 1230px;
    width: 100%;
}

.tile-thumbnail {
    border: none;
    border-radius: 10px;
}

    .tile-thumbnail img {
        border: 1px solid #ddd;
        border-radius: 10px;
    }

.top-info {
    background: #526c7e;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.newsletter-link, a.newsletter-link:hover, a.newsletter-link:focus, a.newsletter-link span {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: none;
    padding: 0px;
    margin: 0px;
    width: initial;
    height: initial;
    border-radius: 0px !important;
    display: inline-block;
}
.col-social span, .col-social a, .col-social a:hover, .col-social a:focus {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
    .col-social a, .col-social a:hover, .col-social a:focus {
        margin-left:15px;
        font-size:16px;
    }
    @media(max-width:768px){
        a.newsletter-link span, a.newsletter-link:hover span, a.newsletter-link:focus span{
            font-size: 14px;
            
        }
    }

