﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext,cyrillic-ext");
@import url("lib/companents.css");

body {
    /*overflow-x:hidden;*/
    margin: 0px;
    padding: 0px;
    cursor: default;
    color: #333;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    font-size: 12px;
    /*@include background-image('../images/bg.jpg');*/
}

ul, ul li {
    text-decoration: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}

* a {
    color: inherit;
}

    * a:focus {
        color: inherit;
    }

img {
    border: 0px;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

input:focus, a:focus, button:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.fa.fa-active-show, .fa.fa-hover-show, .active > .fa.fa-active-hidden, :hover > .fa.fa-hover-hidden {
    display: none;
}

.active > .fa.fa-active-show, :hover > .fa.fa-hover-show {
    display: inline-block;
}

.img-dila {
    overflow: hidden;
    display: block;
    position: relative;
}

    /*image dilation*/
    .img-dila img {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .img-dila:hover img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: translatZ(0) scale(1.2);
        transform: translatZ(0) scale(1.2);
    }

.iblock, .vmiddle, .topline .topline-item, .topline .topline-item > a .fa, .imenu-items .imenu-item, .imenu-link > a, .domains ul li, .slide-text h2, .slide-text h3, .slide-text h4, .slide-text .btn-slide, .mads-title h1 span, .mads-title h1 small, .footer-list a b, .tipper span, .tipper a, .slide-logo-controls a, .wdbox-right a, .btn-wdbox, .btn-detail, .signup-content label input[type=checkbox], .basket-item .imenu-item-basket ul li input[type='checkbox'], .basket-item .imenu-item-basket ul li select, .info-item label input[type='checkbox'], .pay-item label input[type='checkbox'], .link-apply, .btn-login, .domain-prices ul li {
    display: inline-block;
}

    .vmiddle, .topline .topline-item, .topline .topline-item > a .fa, .imenu-items .imenu-item, .imenu-link > a, .domains ul li, .slide-text h2, .slide-text h3, .slide-text h4, .slide-text .btn-slide, .mads-title h1 span, .mads-title h1 small, .footer-list a b, .tipper span, .tipper a, .slide-logo-controls a, .wdbox-right a, .btn-wdbox, .btn-detail, .signup-content label input[type=checkbox], .basket-item .imenu-item-basket ul li input[type='checkbox'], .basket-item .imenu-item-basket ul li select, .info-item label input[type='checkbox'], .pay-item label input[type='checkbox'], .link-apply, .btn-login, .domain-prices ul li {
        vertical-align: middle;
    }

.pos-relative {
    position: relative;
}

.noCursor {
    cursor: default;
}

.noborder {
    border: 0 !important;
}

/*++267 LOGO*/
a.logo-267 {
    background-color: #eee;
    border-radius: 50%;
    padding: 6px;
    margin: 10px auto;
}

    a.logo-267:hover {
        background-color: #fafafa;
    }

.pusher {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .pusher:hover, .pusher:focus, .pusher:active {
        -webkit-animation-name: pusher;
        animation-name: pusher;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes pusher {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pusher {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*--267 LOGO*/
.middler {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.middler-in {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    display: table;
    border-collapse: collapse;
}

    .middler-in.static {
        position: static;
        z-index: auto;
    }

.middler-left, .middler-center, .middler-right, .middler-top, .middler-bottom {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.middler-center {
    text-align: center;
}

.middler-right {
    text-align: right;
}

.middler-top {
    vertical-align: top;
}

.middler-bottom {
    vertical-align: bottom;
}

.ihover {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.nobg {
    background-color: transparent !important;
}

[data-active-in] {
    display: none;
}

    [data-active-in].active {
        display: block;
    }

[animate], [data-effect] {
    visibility: hidden;
}

.anim, #bs > ul > li > a:before, .topline .topline-item > a, .topline .topline-item ul li a, .imenu-link > a, .search-domain .input-group-btn .btn, .sub-menu-in a:after, .slide .bx-wrapper .bx-pager.bx-default-pager a, .btn-slide:before, .slide-controls a, .btn-trans, .mads-item ul li a, .footer-list a, .link-hover, .copyright a, .artbox-date a, .tipper a, .slide-logo-controls a, .signup-content label a, .link-apply, .section-blog .breadcrumb a, .side-items ul li img, .side-items ul li h4, .searcher .btn, .side-menu ul li a, .tipper span, .pager li > a, .pagination > li > a, .mobile-toggle, .hero-controls a, .logo-link, .logo-link img, .wdbox-link, .wdbox-banner:before, .wdbox-right a, .btn-wdbox, .packets > li:not(:first-child) .packet-list > ul > li:last-child, .packets > li ul li h1, .packets > li ul li h1 small, .packets > li ul li h3, .packets > li ul li h3 small, .photo-controls a, .btn-detail, .overview-link, .overview-link img, .basket-header ul li a, .info-header ul li a, .pay-header ul li a, .cursor-on, .section-contact .cbox, .section-contact .cbox a, .contact-box .contact-text ul li a, .btn-login, .domain-ques .btn, .logo, #bs ul li a {
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -webkit-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
}

.goTop {
    background-color: #333 !important;
}

    .goTop:hover {
        background-color: #000 !important;
    }

/*--OPTIONAL STATICS*/
ul.nav.navbar-nav, nav.navbar, a.navbar-brand {
    margin: 0;
}

nav.navbar {
    border: none;
    border-radius: 0px;
    min-height: inherit;
}

a.navbar-brand {
    height: auto;
    padding: 0;
    line-height: inherit;
}

.navbar-toggle {
    margin-right: 0;
    margin: 0;
}

    .navbar-toggle.collapsed {
        /*CLOSED NO-CLICK!*/
        background-color: #db071b;
    }

    .navbar-toggle, .navbar-toggle:hover {
        /*OPEN CLICKED*/
        background-color: #333;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

@media only screen and (max-width: 480px) {
    .logo img {
        max-width: 230px;
    }
}

#bs {
    box-shadow: none !important;
    padding: 0 !important;
}

@media only screen and (min-width: 768px) {
    #bs {
       /*
       float: left;
       */
    }
}

#bs > .navbar-nav > li:not(.dropdown).fadeup {
    position: static;
}

#bs > ul > li > a {
    background-color: transparent !important;
    color: #424242;
    font-size: 18px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

    #bs > ul > li > a:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        top: 50%;
        z-index: 1;
        background-color: #db071b;
        width: 100%;
        height: 0%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    #bs > ul > li > a span {
        position: relative;
        z-index: 2;
    }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #bs > ul > li > a {
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    #bs > ul > li > a {
        background-color: #f7f9fb !important;
        border-bottom: 1px solid #e5e5e5;
    }
}

#bs > ul > li.active > a, #bs > ul > li.active > a:hover, #bs > ul > li.active > a:focus, #bs > ul > li:hover > a {
    background-color: transparent !important;
    color: #ffffff !important;
}

    #bs > ul > li.active > a:before, #bs > ul > li.active > a:hover:before, #bs > ul > li.active > a:focus:before, #bs > ul > li:hover > a:before {
        top: 0;
        height: 100%;
    }

@media only screen and (max-width: 767px) {
    #bs > ul > li.active > a:before, #bs > ul > li.active > a:hover:before, #bs > ul > li.active > a:focus:before, #bs > ul > li:hover > a:before {
        height: 100%;
    }
}

@media only screen and (min-width: 768px) {
    #bs > ul > li:first-child > a {
        margin-left: 0 !important;
    }
}

/*DROPDOWN MENU - SUB-MENU*/
#bs > ul > li:hover ul {
    display: block;
}

#bs > ul .open .dropdown-menu, #bs > ul > li > ul {
    margin-top: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

#bs > ul > .open > a, #bs > ul > .open > a:hover, #bs > ul > .open > a:focus {
    background-color: transparent;
    cursor: default;
    color: #e6350d !important;
    border-color: transparent !important;
}

#bs > ul .open .dropdown-menu, #bs > ul > li ul {
    margin-top: 0px;
    padding: 0px 0px;
    border: none !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-width: 235px !important;
}

    #bs > ul .open .dropdown-menu:before, #bs > ul > li ul:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        left: 50%;
        top: -11px;
        transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        border: 6px solid transparent;
        border-bottom-width: 5px;
        border-bottom-color: #e5e5e5;
    }

#bs > ul > li > ul > li:first-child a, #bs > ul > li > ul > li:last-child a {
    /*overflow:hidden;*/
    /*@include border-radius(3px);*/
}

#bs > ul .open .dropdown-menu > li > a, #bs > ul > li > ul > li > a {
    display: block;
    font-size: 13px;
    padding: 12px 10px;
    color: #757575;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ededed;
}

#bs > ul .open .dropdown-menu > li:hover > a, #bs > ul > li:hover > ul > li > a:hover {
    background-color: #db071b;
    color: #fff;
}

.dropdown-menu-center, .slide-hero .screen, .macbook .overview-image {
    right: auto !important;
    left: 50% !important;
    transform: translate(-50%, 0);
}

.slide > ul, .slide-hero > ul, .slide-ht > ul {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

body .fadeup-this, body [data-view] {
    display: block;
    visibility: hidden;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
}

    body .fadeup-this.menu-center, body .menu-center[data-view] {
        transform: translate(-50%, 20px);
        -webkit-transform: translate(-50%, 20px);
        -moz-transform: translate(-50%, 20px);
        -o-transform: translate(-50%, 20px);
        -ms-transform: translate(-50%, 20px);
    }

body .fadeup-this-down {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
}

    body .fadeup-this-down.menu-center {
        transform: translate(-50%, -20px);
        -webkit-transform: translate(-50%, -20px);
        -moz-transform: translate(-50%, -20px);
        -o-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
    }

body .fadeup-this-left {
    transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
}

body .fadeup-this-right {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
}

body .fadeup-hover, body .fadeup:hover .fadeup-this, body .fadeup:hover [data-view], body .fadeup-first:hover > .fadeup-this, body .fadeup-first:hover > [data-view], body .slide ul li .fadeup:hover .fadeup-this, body .slide ul li .fadeup:hover [data-view], body .slide ul li .fadeup-first:hover > .fadeup-this, body .slide ul li .fadeup-first:hover > [data-view] {
    display: block;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -ms-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s linear 0s;
}

    body .fadeup-hover.menu-center, body .fadeup:hover .menu-center.fadeup-this, body .fadeup:hover .menu-center[data-view], body .fadeup-first:hover > .menu-center.fadeup-this, body .fadeup-first:hover > .menu-center[data-view], body .slide ul li .fadeup:hover .menu-center.fadeup-this, body .slide ul li .fadeup:hover .menu-center[data-view], body .slide ul li .fadeup-first:hover > .menu-center.fadeup-this, body .slide ul li .fadeup-first:hover > .menu-center[data-view] {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }

body .menu-center {
    right: auto !important;
    left: 50% !important;
}

body .slide ul li .fadeup-this, body .slide ul li [data-view] {
    display: block;
    visibility: hidden;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translate(0, 35px);
    -webkit-transform: translate(0, 35px);
    -moz-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
}

    body .slide ul li .fadeup-this.menu-center, body .slide ul li .menu-center[data-view] {
        transform: translate(-50%, 35px);
        -webkit-transform: translate(-50%, 35px);
        -moz-transform: translate(-50%, 35px);
        -o-transform: translate(-50%, 35px);
        -ms-transform: translate(-50%, 35px);
    }

body .slide ul li .fadeup-this-down {
    transform: translate(0, -35px);
    -webkit-transform: translate(0, -35px);
    -moz-transform: translate(0, -35px);
    -o-transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
}

    body .slide ul li .fadeup-this-down.menu-center {
        transform: translate(-50%, -35px);
        -webkit-transform: translate(-50%, -35px);
        -moz-transform: translate(-50%, -35px);
        -o-transform: translate(-50%, -35px);
        -ms-transform: translate(-50%, -35px);
    }

body .slide ul li .fadeup-this-left {
    transform: translate(35px, 0);
    -webkit-transform: translate(35px, 0);
    -moz-transform: translate(35px, 0);
    -o-transform: translate(35px, 0);
    -ms-transform: translate(35px, 0);
}

body .slide ul li .fadeup-this-right {
    transform: translate(-35px, 0);
    -webkit-transform: translate(-35px, 0);
    -moz-transform: translate(-35px, 0);
    -o-transform: translate(-35px, 0);
    -ms-transform: translate(-35px, 0);
}

body .slide ul li .fadeup-hover, body .fadeup:hover .slide ul li .fadeup-this, body .fadeup:hover .slide ul li [data-view], body .slide ul li .fadeup:hover .fadeup-this, body .slide ul li .fadeup:hover [data-view], body .slide ul li .fadeup-first:hover > .fadeup-this, body .slide ul li .fadeup-first:hover > [data-view] {
    display: block;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transition: transform 0.1s ease 0s, opacity 0.1s ease 0s, visibility 0.1s linear 0s;
    -o-transition: transform 0.1s ease 0s, opacity 0.1s ease 0s, visibility 0.1s linear 0s;
    -webkit-transition: transform 0.1s ease 0s, opacity 0.1s ease 0s, visibility 0.1s linear 0s;
    -ms-transition: transform 0.1s ease 0s, opacity 0.1s ease 0s, visibility 0.1s linear 0s;
    transition: transform 0.1s ease 0s, opacity 0.1s ease 0s, visibility 0.1s linear 0s;
}

    body .slide ul li .fadeup-hover.menu-center, body .fadeup:hover .slide ul li .menu-center.fadeup-this, body .fadeup:hover .slide ul li .menu-center[data-view], body .slide ul li .fadeup:hover .menu-center.fadeup-this, body .slide ul li .fadeup:hover .menu-center[data-view], body .slide ul li .fadeup-first:hover > .menu-center.fadeup-this, body .slide ul li .fadeup-first:hover > .menu-center[data-view] {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }

body .slide ul li .menu-center {
    right: auto !important;
    left: 50% !important;
}

[data-view].fadeup-hover, body .fadeup:hover [data-view], body .fadeup-first:hover > [data-view], body .slide ul li .fadeup:hover [data-view], body .slide ul li .fadeup-first:hover > [data-view] {
    -moz-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
    -o-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
    -webkit-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
    -ms-transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
    transition: transform 1.3s ease 0s, opacity 1.3s ease 0s, visibility 1.3s linear 0s;
}

.topbar {
    background-color: #f7f9fb;
}

.topline {
    background-color: #db071b;
    text-align: right;
}

    .topline .topline-item {
        text-align: center;
        position: relative;
    }

        .topline .topline-item > a {
            border-left: 1px solid #ffffff;
        }

        .topline .topline-item:first-child > a {
            border: 0;
        }

        .topline .topline-item:last-child > a {
            padding-right: 0;
        }

        .topline .topline-item.fadeup > a .fa {
            margin-top: -3px;
        }

        .topline .topline-item > a {
            color: #ffffff;
            display: block;
            font-weight: 600;
            font-size: 12px;
            padding: 4px 30px;
            margin: 5px 0;
        }

            .topline .topline-item > a .fa {
                margin-right: 1px;
                margin-top: -1px;
            }

            .topline .topline-item > a:hover {
                color: #eee;
            }

        .topline .topline-item ul {
            display: inline-block;
            min-width: 160px;
            border: 1px solid #9e9e9e;
            position: absolute;
            z-index: 11;
        }

            .topline .topline-item ul:before {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
                left: 50%;
                top: -11px;
                transform: translateX(-50%) translateY(0);
                -webkit-transform: translateX(-50%) translateY(0);
                -moz-transform: translateX(-50%) translateY(0);
                -o-transform: translateX(-50%) translateY(0);
                -ms-transform: translateX(-50%) translateY(0);
                border: 6px solid transparent;
                border-bottom-width: 5px;
                border-bottom-color: #e5e5e5;
            }

            .topline .topline-item ul li a {
                display: block;
                background-color: #e5e5e5;
                font-weight: 600;
                color: #333333;
                padding: 5px 10px;
                border-bottom: 1px solid #d0d0d0;
            }

                .topline .topline-item ul li a:hover {
                    color: #ffffff;
                    background-color: #db071b;
                }

.imenu {
    background-color: #e5e5e5;
    border-bottom: 3px solid #db071b;
}

.navbar-header {
    padding: 30px 0 20px;
}

.imenu-items {
    display: inline-block;
    /*background-color: #db071b;*/
    padding: 0 8px;
    float: right;
}

.imenu-link {
    padding: 10px 0;
}

    .imenu-link > a {
        margin: 0 2px;
        color: #ffffff;
        background-color: #db071b;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        width: 30px;
        height: 30px;
        position: relative;
        line-height: 100%;
    }

        .imenu-link > a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
        }

        .imenu-link > a span {
            text-align: center;
            color: #ffffff;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9;
            top: 1px;
            right: 1px;
            display: block;
            line-height: 100%;
            padding: 3px;
            width: 13px;
            height: 13px;
            font-family: Arial;
            font-weight: normal;
            font-size: 9px;
        }

            .imenu-link > a span:before {
                display: block;
                content: '';
                width: 100%;
                height: 100%;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background-color: #db071b;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
                z-index: -1;
            }

.imenu-item-in {
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    top: 100%;
    width: 100%;
    padding-top: 3px;
}

.menu-basket .imenu-item-in {
    width: auto;
}

@media only screen and (min-width: 768px) {
    .menu-basket .imenu-item-in {
        min-width: 320px;
    }
}

.imenu-item-content, .imenu-item-basket {
    background-color: #edeff0;
    border: 1px solid #e6e6e6;
    padding: 13px 50px 10px;
}

@media only screen and (max-width: 767px) {
    .imenu-item-content, .imenu-item-basket {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.imenu-item-basket {
    padding: 18px 12px;
    font-size: 13px;
}

    .imenu-item-basket ul {
        margin-bottom: 20px;
    }

        .imenu-item-basket ul li {
            border-bottom: 2px solid #d1d2d2;
            padding: 5px 0;
            min-height:46px;
        }

            .imenu-item-basket ul li::after {
                display: block;
                content: "";
                clear: both;
            }

            .imenu-item-basket ul li span {
                display: block;
                float: right;
                margin-left: 50px;
                min-width: 100px;
                text-align: right;
            }
            .imenu-item-basket ul li label {
                width:100%;
                margin-bottom:0px;
                cursor:pointer;
            }

            .imenu-item-basket ul li label input[type="checkbox"] {
                margin-right:20px !important;
            }



.search-domain .input-group {
    margin-bottom: 8px;
}

.search-domain .input-group-btn .btn, .search-domain .form-control {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.search-domain .input-group-btn .btn {
    background-color: #db071b;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #db071b;
}

    .search-domain .input-group-btn .btn:hover {
        color: #db071b;
        background-color: #ffffff;
    }

.domains {
    background-color: #ffffff;
    border: 2px solid #e7e7e7;
    padding: 6px 8px;
}

    .domains ul li {
        margin-right: 12px;
    }

        .domains ul li label {
            margin: 0;
        }

        .domains ul li b {
            font-weight: normal;
            color: #000000;
        }

.sub-menu .imenu-item-in {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sub-menu-in h3 {
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-menu-in a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 10px 0;
    font-size: 12px;
    color: #757575;
    position: relative;
}

    .sub-menu-in a:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 0;
        background-color: #db071b;
        height: 2px;
    }

    .sub-menu-in a:hover {
        color: #323232;
    }

        .sub-menu-in a:hover:after {
            width: 100%;
        }

.btn-apply {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #ffffff !important;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -webkit-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #db071b;
    border: 1px solid #db071b;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

    .btn-apply:disabled, .btn-apply.disabled {
        background-color: #aa0515 !important;
        cursor: not-allowed;
    }

    .btn-apply:active, .btn-apply.active {
        background-color: #fb808c;
        cursor: default;
    }

    .btn-apply:hover {
        background-color: #470209;
    }

    .btn-apply.btn-white:hover {
        background-color: #c20618;
    }

    .btn-apply.btn-lg {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        min-width: 260px;
    }

    .btn-apply.wait {
        background-color: #870411;
        border-color: #870411;
    }

    .btn-apply.success {
        background-color: #00b500;
        border-color: #00b500;
        cursor: default;
    }

.loading-cursor {
    cursor: wait;
}

.basket-result {
    text-align: right;
    margin-top: -3px;
}

.background-settings, .slide ul li, .slide-bottom, .section-promotion, .wdbox-link {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide {
    position: relative;
}

    .slide ul li {
        overflow: hidden;
        height: 570px;
    }

@media only screen and (max-width: 767px) {
    .slide ul li img {
        min-height: 500px;
        object-fit: cover;
    }

    .slide ul li .middler-bottom {
        vertical-align: middle;
    }
}

.slide .bx-wrapper .bx-pager {
    bottom: 20%;
    width: auto;
    right: 35px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .slide .bx-wrapper .bx-pager {
        bottom: 5%;
    }
}

.slide .bx-wrapper .bx-pager-item {
    display: block;
    text-align: right;
}

.slide .bx-wrapper .bx-pager.bx-default-pager a {
    display: inline-block;
    background-color: #ffffff;
    margin: 4px 0;
    width: 40px;
    height: 2px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .slide .bx-wrapper .bx-pager.bx-default-pager a.active {
        width: 50px;
        background-color: #db071b;
    }

.slide-text {
    padding-bottom: 100px;
}

    .slide-text h2, .slide-text h3, .slide-text h4, .slide-text .btn-slide {
        display: inline-block !important;
    }

        .slide-text h2:before, .slide-text h3:before, .slide-text h4:before, .slide-text .btn-slide:before {
            transform: skew(20deg);
            -webkit-transform: skew(20deg);
            -moz-transform: skew(20deg);
            -o-transform: skew(20deg);
            -ms-transform: skew(20deg);
        }

    .slide-text h2 {
        color: #ffffff;
        font-size: 28px;
        padding: 16px 25px;
        margin-bottom: 80px;
        position: relative;
    }

        .slide-text h2:before {
            display: block;
            content: '';
            position: absolute;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            background-color: rgba(0, 0, 0, 0.24);
            z-index: 0;
            display: block;
            right: 0;
            bottom: 0;
            left: 0;
            top: 0;
            z-index: -1;
            background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 40%, transparent 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 40%, transparent 100%);
            background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 40%, transparent 100%);
            background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 40%, transparent 100%);
            background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 40%, transparent 100%);
        }

    .slide-text h3 {
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        font-size: 32px;
        color: #ffffff;
        position: relative;
        padding: 15px 20px 15px 2000px;
        margin: 0 0 0 -2000px;
        z-index: 1;
        min-width: 400px;
        text-align: right;
    }

        .slide-text h3:before {
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            background: rgba(0, 0, 0, 0.65);
            right: 0;
            top: 0;
            z-index: -1;
            border-right: 4px solid #000;
        }

    .slide-text h4 {
        font-size: 16px;
        line-height: 1;
        color: #F8F8F8;
        position: relative;
        z-index: 1;
        padding: 15px 20px 15px 2000px;
        margin: 8px 0 0 -2000px;
        text-align: right;
        font-weight: 500;
    }

        .slide-text h4:before {
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 6px;
            background: rgba(0, 0, 0, 0.4);
            right: 0;
            top: 0;
            z-index: -1;
        }

@media only screen and (max-width: 767px) {
    .slide-text {
        padding-bottom: 0;
    }

        .slide-text h2 {
            margin-bottom: 25px;
        }
}

.btn-slide {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    margin-left: 5px;
    position: relative;
    padding: 0 48px;
    font-size: 21px;
    color: #ffffff;
}

    .btn-slide:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-right: 4px solid #cd2122;
        background: rgba(205, 33, 34, 0.7);
    }

    .btn-slide:hover {
        color: #ffffff;
    }

        .btn-slide:hover:before {
            background: rgba(205, 33, 34, 0.9);
        }

.slide-controls a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    display: block;
    width: 35px;
    height: 35px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    left: 35px;
    top: 50%;
    margin-top: -17px;
}

    .slide-controls a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .slide-controls a:before, .slide-controls a:after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        display: block;
        content: '';
        width: 3px;
        background-color: #ffffff;
        height: 100%;
    }

    .slide-controls a:after {
        width: 100%;
        height: 3px;
    }

    .slide-controls a.right {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        left: auto;
        right: 35px;
    }

.slide-bottom {
    background-image: url("../images/bg-bottom.png");
    margin-top: -57px;
    display: block;
    width: 100%;
    height: 57px;
    position: relative;
    z-index: 1;
}

.section-boxes {
    max-width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

.boxes-left {
    margin: 10px 0;
    padding: 35px 40px;
    padding-right: 70px;
    background-color: #db071b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    color: #ffffff;
    font-size: 13px;
}

    .boxes-left h2 {
        color: #ffffff;
        font-size: 29px;
        font-weight: 700;
        position: relative;
        margin-top: -10px;
    }

        .boxes-left h2:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 32px;
            height: 3px;
            border-radius: 2px;
            background-color: #ffffff;
        }

    .boxes-left h3 {
        font-size: 24px;
        color: #ffffff;
        margin: 30px 0 20px;
    }

    .boxes-left:before {
        content: "";
        width: 76px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -3px;
        background-image: url("../images/right-border.png");
        background-position: center center;
    }

.boxes-right {
    padding: 10px 20px;
    border: 1px solid rgba(159, 159, 159, 0.5);
    position: relative;
    min-height: 245px;
    z-index: 2;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .boxes-right {
        border-right: 0;
    }
}

.boxes-right:before {
    display: block;
    position: absolute;
    content: '';
    background-color: #ffffff;
    left: -31px;
    width: 55px;
    height: calc(100% + 2px);
    display: block;
    transform: skew(-9deg);
    -webkit-transform: skew(-9deg);
    -moz-transform: skew(-9deg);
    -o-transform: skew(-9deg);
    -ms-transform: skew(-9deg);
    top: -1px;
    border-left: 1px solid rgba(159, 159, 159, 0.5);
    border-top: 1px solid rgba(159, 159, 159, 0.5);
    border-bottom: 1px solid rgba(159, 159, 159, 0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.boxes-right:after {
    display: block;
    content: " ";
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    right: -300%;
    width: 300%;
    border-top: 1px solid rgba(159, 159, 159, 0.5);
    border-bottom: 1px solid rgba(159, 159, 159, 0.5);
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .boxes-right:before, .boxes-right:after {
        display: none;
    }
}

.row-5 {
    margin: 0 -5px;
}

.hbox {
    color: #888888;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 170%;
}

    .hbox h4 {
        color: #333333;
        text-align: center;
        font-weight: bold;
        line-height: 130%;
        font-size: 20px;
        margin-bottom: 15px;
    }

.hbox-icon {
    height: 110px;
    overflow: hidden;
    position: relative;
}

.section-promotion {
    background-image: url("../images/bg-promotion.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 73px;
    padding-bottom: 80px;
    font-size: 22px;
    color: #ffffff;
}

    .section-promotion h2 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        position: relative;
        margin-bottom: 15px;
    }

        .left-top-border, .section-promotion h2:before, .mads-title h1:before, .overview-item h1:before, .left-bottom-border, .overview-item h2:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: -10px;
            width: 60px;
            height: 3px;
            border-radius: 2px;
            background-color: #ffffff;
        }

.left-bottom-border, .overview-item h2:before {
    top: auto;
    bottom: -15px;
}

.btn-trans {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 17px;
    white-space: nowrap;
}

    .btn-trans:hover {
        background-color: #ffffff;
        color: #db071b;
        border-color: #db071b;
    }

    .btn-trans.color-red {
        border-color: #98000e;
        color: #98000e;
    }

        .btn-trans.color-red:hover {
            background-color: #db071b;
            color: #ffffff;
            border-color: #eee;
        }

.section-mads {
    padding: 25px 0 10px;
}

.mads-title {
    position: relative;
    margin-bottom: 40px;
}

    .mads-title h1 {
        font-size: 36px;
        color: #cd2122;
        position: relative;
    }

        .mads-title h1 span, .mads-title h1 small {
            font-weight: bold;
        }

        .mads-title h1 small {
            color: #cd2122;
            font-size: 20px;
            vertical-align: bottom;
            margin-bottom: 5px;
        }

        .mads-title h1:before {
            top: 0px;
            background-color: #ccc;
        }

        .mads-title h1:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9;
            left: -25px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 2px solid #db071b;
            top: 50%;
            margin-top: -3px;
        }

    .mads-title .btn-trans {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        z-index: 1;
    }

@media only screen and (max-width: 767px) {
    .mads-title .btn-trans {
        position: static;
        right: auto;
        top: auto;
        z-index: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .mads-title {
        text-align: right;
    }

        .mads-title h1 {
            text-align: left;
            margin-left: 25px;
        }

        .mads-title .btn-trans {
            margin-top: 15px;
        }
}

.mads-in {
    position: relative;
    z-index: 2;
}

.mads-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #f5f5f5;
    border: 2px solid #db071b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    z-index: 1;
}

.mads-text {
    padding-left: 100px;
    color: #343434;
    font-size: 13px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 10px;
}

    .mads-text h3 {
        font-size: 22px;
        color: #414141;
        margin-bottom: 15px;
    }

.mads-item {
    position: relative;
    padding-bottom: 8px;
}

    .mads-item:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        z-index: 1;
        left: 42.5px;
        background-color: #ededed;
        width: 1px;
        height: 100%;
    }

    .mads-item ul {
        margin-left: 37.5px;
    }

        .mads-item ul li {
            padding-left: 20px;
            color: #343434;
            font-size: 13px;
            font-weight: 600;
            position: relative;
            margin-bottom: 2px;
        }

            .mads-item ul li:before {
                display: block;
                content: '';
                width: 10px;
                height: 10px;
                background-color: #ffffff;
                border: 2px solid #db071b;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
                top: 5px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                z-index: 2;
            }

            .mads-item ul li a:hover {
                color: #db071b;
            }

.liner {
    position: relative;
    border-top: 4px solid #db071b;
    font-size: 23px;
    color: #7e7e7e;
    font-style: italic;
    margin: 5px 0 0;
    padding: 20px 0;
    text-align: center;
}

    .liner:before {
        display: block;
        content: " ";
        position: absolute;
        margin-left: -2px;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: #db071b transparent transparent transparent;
    }

    .liner.liner-gray {
        margin-top: 20px;
        padding-bottom: 30px;
        border-color: #9e9e9e;
    }

        .liner.liner-gray:before {
            border-color: #9e9e9e transparent transparent transparent;
        }

.section-infograp {
    border: 1px solid #a2a2a2;
    border-left: 0;
    border-right: 0;
    background-color: #edeff0;
    padding: 20px 0 0;
}

    .section-infograp h3 {
        font-size: 20px;
        color: #4c4c4c;
        margin-bottom: 15px;
        font-weight: 600;
    }

.infograp {
    position: relative;
    background-color: #ffffff;
    padding: 15px;
    font-weight: 600;
    border: 1px solid #e7e9ea;
    border-bottom-color: #dfe1e2;
    padding-left: 80px;
    color: #969696;
}

    .infograp b {
        display: block;
        color: #db071b;
        font-weight: 600;
        font-size: 26px;
    }

    .infograp img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        z-index: 1;
        left: 15px;
        top: 25px;
    }

.footer {
    padding: 30px 0;
    background-color: #2f2f2f;
}

.footer-list {
    color: #d5d5d5;
    font-size: 13px;
    line-height: 155%;
}

    .footer-list h4 {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 15px;
    }

    .footer-list a {
        display: inline-block;
        font-size: 13px;
        color: #ffffff;
        font-weight: 600;
    }

        .footer-list a:hover {
            color: #db071b;
        }

        .footer-list a b {
            margin-right: 4px;
            padding-top: 4px;
            line-height: 100%;
            font-size: 11px;
            color: #ffffff;
            width: 20px;
            height: 20px;
            text-align: center;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #4e70a9;
        }

        .footer-list a.bg-twitter b {
            background-color: #17b6eb;
        }

        .footer-list a.bg-google b {
            background-color: #e3411f;
        }

    .footer-list ul li {
        margin-bottom: 5px;
    }

.copyright {
    color: #8b8c8d;
    text-align: right;
    border-top: 5px solid #484848;
    margin-top: 15px;
    padding: 12px 0 20px;
}

    .copyright a {
        color: #ffffff;
    }

        .link-hover:hover, .copyright a:hover, .artbox-date a:hover, .tipper a:hover, .slide-logo-controls a:hover, .signup-content label a:hover, .link-apply:hover {
            color: #db071b;
        }

@media only screen and (max-width: 767px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin: 0;
    }
}

.bg-gray, .section-blog, .section-wwd, .section-packets, .section-photo, .section-signup, .section-baskets, .section-domain {
    background-color: #f5f5f5;
}

.section-blog {
    padding: 45px 0;
}

    .section-blog .breadcrumb {
        padding: 0;
        margin: 50px 0;
        background-color: transparent;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 15px;
    }

        .section-blog .breadcrumb > .active {
            font-weight: bold;
            color: #535353;
        }

        .section-blog .breadcrumb a {
            color: #000000;
        }

            .section-blog .breadcrumb a:hover {
                color: #db071b;
            }

        .section-blog .breadcrumb > li + li:before {
            color: #cd2122;
            font-family: FontAwesome;
            padding: 0 8px;
            content: '\f0da';
        }

@media only screen and (max-width: 767px) {
    .section-blog {
        padding: 15px 0;
    }
}

.sidder {
    margin-bottom: 12px;
    border: 2px solid #e5e5e5;
    background-color: #ffffff;
    padding: 7px;
    padding-bottom: 0;
}

.side-items {
    margin-top: 30px;
}

    .side-items ul li {
        font-size: 13px;
        color: #535353;
        border-bottom: 2px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 10px;
        min-height: 90px;
    }

        .side-items ul li a {
            display: block;
        }

            .side-items ul li a:hover img {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
                filter: alpha(opacity=60);
                -moz-opacity: 0.6;
                -khtml-opacity: 0.6;
                opacity: 0.6;
            }

        .side-items ul li .side-item-in {
            padding-left: 90px;
            position: relative;
        }

        .side-items ul li .side-item-text {
            line-height: 150%;
            word-break: break-word;
        }

        .side-items ul li img {
            width: 76px;
            height: 50px;
            object-fit: cover;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9;
            top: 5px;
        }

        .side-items ul li h4 {
            font-weight: 700;
            color: #424242;
            font-size: 15px;
            margin-bottom: 7px;
        }

        .side-items ul li:hover h4 {
            color: #db071b;
        }

.searcher {
    padding: 7px;
    border: 2px solid #e0e0e0;
    margin: 12px 7px;
    /*margin-bottom:30px;*/
}

    .searcher .form-control, .searcher .btn {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }

    .searcher .form-control {
        font-size: 16px;
        font-weight: 600;
    }

    .searcher .btn {
        background-color: transparent;
        color: #adabaa;
        border-left: 2px solid #dddddd;
    }

        .searcher .btn:hover {
            color: #db071b;
        }

.side-menu {
    padding: 5px;
}

    .side-menu ul li a {
        display: block;
        position: relative;
        color: #444444;
        font-size: 14px;
        padding: 0 20px 20px;
    }

        .side-menu ul li a:hover {
            color: #db071b;
        }

        .side-menu ul li a i {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9;
            top: 2px;
            z-index: 1;
        }

        .side-menu ul li a span {
            display: block;
            font-size: 17px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

.text-content, .artbox {
    font-size: 17px;
    line-height: 160%;
    color: #54585c;
}

    .text-content h2, .artbox h2 {
        color: #555;
        font-weight: 300;
        font-size: 32px;
        margin-bottom: 15px;
    }

    .text-content img.pull-right, .text-content img.pull-left, .artbox img.pull-right, .artbox img.pull-left {
        margin: 20px;
    }

    .text-content img.pull-right, .artbox img.pull-right {
        margin-right: 0;
    }

    .text-content img.pull-left, .artbox img.pull-left {
        margin-left: 0;
    }

@media only screen and (max-width: 767px) {
    .text-content img.pull-right, .text-content img.pull-left, .artbox img.pull-right, .artbox img.pull-left {
        margin: 15px 0;
    }
}

.artbox {
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 18px;
}

    .artbox h1 {
        color: #000000;
        font-size: 24px;
        position: relative;
        margin-bottom: 5px;
        padding-bottom: 20px;
    }

        .artbox h1:after {
            display: block;
            content: '';
            width: 60px;
            height: 1px;
            background-color: #e5e5e5;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

    .artbox img {
        border-bottom: 5px solid #cd2122;
        margin-top: 0 !important;
    }

@media only screen and (min-width: 768px) {
    .artbox img {
        max-width: 60%;
    }
}

.artbox-date {
    color: #9a9a9a;
    font-size: 11px;
    margin-bottom: 20px;
}

    .artbox-date a {
        color: #000000;
    }

.tipper {
    padding-top: 15px;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    font-weight: 600;
    margin-bottom: 20px;
    color: #747474;
}

    .tipper span, .tipper a {
        font-size: 15px;
    }

.pager {
    margin: 0 0 33px;
    font-size: 15px;
    text-align: left;
}

    .pager li > a {
        margin: 0 2px 7px;
        border: 0;
        background-color: #db071b;
        color: #ffffff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        transform: skew(-10deg, 0deg);
        -webkit-transform: skew(-10deg, 0deg);
        -moz-transform: skew(-10deg, 0deg);
        -o-transform: skew(-10deg, 0deg);
        -ms-transform: skew(-10deg, 0deg);
    }

        .pager li > a b {
            display: inline-block;
            font-weight: normal;
            transform: skew(10deg, 0deg);
            -webkit-transform: skew(10deg, 0deg);
            -moz-transform: skew(10deg, 0deg);
            -o-transform: skew(10deg, 0deg);
            -ms-transform: skew(10deg, 0deg);
        }

        .pager li > a:hover, .pager li > a:focus, .pager li > a:active {
            background-color: #333;
        }

    .pager li:first-child {
        margin-right: 10px;
    }

.pagination {
    font-size: 15px;
    margin-top: 0;
}

    .pagination > li > a {
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        color: #535353;
        border: 2px solid #eeeeee;
        margin-right: 4px;
    }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active {
            border-color: #db071b;
            background-color: #ffffff;
            color: #db071b;
        }

@media only screen and (max-width: 767px) {
    .menu-toggler {
        display: none;
    }
}

.mobile-toggle {
    background-color: #db071b;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #aa0515;
}

    .mobile-toggle:hover {
        background-color: #000000;
        color: #ffffff;
    }

@media only screen and (max-width: 767px) {
    .section-wwd {
        overflow: hidden;
    }
}

.hero {
    background-image: url("../images/bg-hero.png");
    background-repeat: no-repeat;
    background-position: center 0;
    padding-bottom: 70px;
}

    .hero h2 {
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        padding: 75px 0;
        line-height: 140%;
    }

@media only screen and (min-width: 768px) {
    .hero {
        min-height: 590px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .hero h2 {
        padding: 25px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero {
        padding-bottom: 20px;
    }

        .hero h2 {
            font-size: 24px;
        }
}

@media only screen and (max-width: 480px) {
    .hero {
        padding-bottom: 0;
    }
}

.slide-hero {
    position: relative;
    padding: 31px 0 95px;
}

    .slide-hero ul li {
        height: 255px;
    }

    .slide-hero .bx-wrapper {
        z-index: 2;
    }

    .slide-hero .screen {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        z-index: 1;
    }

@media only screen and (max-width: 767px) {
    .slide-hero {
        padding-top: 5.5%;
        padding-left: 13% !important;
        padding-right: 13% !important;
    }

        .slide-hero .screen {
            display: block;
            width: 105%;
        }
}

@media only screen and (max-width: 480px) {
    .slide-hero {
        padding-bottom: 0;
    }
}

.hero-controls a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    color: #ffffff;
    line-height: 100%;
    bottom: 90px;
    font-size: 90px;
}

    .hero-controls a.right {
        left: auto;
        bottom: auto;
        top: 20px;
        right: 0;
    }

    .hero-controls a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

.slide-ht {
    margin-top: 90px;
}

    .slide-ht ul li {
        color: #ffffff;
        font-size: 16px;
        line-height: 180%;
    }

        .slide-ht ul li h3 {
            font-size: 27px;
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 10px;
        }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .slide-ht {
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

        .slide-ht h3 {
            font-size: 23px !important;
        }
}

.slide-logo-area {
    padding-bottom: 60px;
}

    .slide-logo-area h4 {
        color: #535353;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 600;
        line-height: 150%;
    }

.slide-logo-controls a {
    margin: 0 3px;
    font-size: 15px;
}

.logo-link {
    display: block;
    position: relative;
    height: 75px;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    padding-left: 5px !important;
    padding-right: 5px !important;
    background-color: #ffffff;
    border: 4px solid #f9f9f9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .logo-link img {
        max-height: 75px;
        max-width: 100%;
    }

    .logo-link:hover {
        border-color: #db071b;
    }

        .logo-link:hover img {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
            filter: alpha(opacity=40);
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            opacity: 0.4;
        }

.wdbox {
    position: relative;
    margin-bottom: 15px;
}

    .wdbox:hover .wdbox-banner:before {
        top: -20%;
        height: 140%;
    }

    .wdbox:hover .wdbox-link {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

.wdbox-in {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    overflow: hidden;
    background-color: #000000;
}

.wdbox-link {
    overflow: hidden;
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .wdbox-link {
        height: 240px;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .wdbox-link img {
        min-height: 100%;
    }
}

.wdbox-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 3px;
    font-weight: 600;
    bottom: 20px;
    width: 100%;
    color: #ffffff;
}

    .wdbox-banner:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        z-index: 1;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #db071b;
        width: 106%;
        left: -3%;
        height: 100%;
    }

    .wdbox-banner > div {
        position: relative;
        z-index: 2;
    }

.wdbox-left {
    float: left;
}

.wdbox-right {
    float: right;
}

    .wdbox-right a {
        color: #ffffff;
        background-color: #990513;
        font-size: 16px;
        width: 27px;
        height: 27px;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .wdbox-right a .fa, .wdbox-right a {
            line-height: 100%;
        }

            .wdbox-right a:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                filter: alpha(opacity=80);
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
                color: #eee;
            }

.btn-wdbox {
    margin-top: 4px;
}

    .btn-wdbox:hover {
        color: #ffffff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

.wdbox-area {
    padding-bottom: 70px;
}

.info-line {
    background-color: #ffffff;
    margin-bottom: 30px;
    line-height: 165%;
    font-size: 13px;
    color: #535353;
    padding: 65px 0 50px;
}

    .info-line h1 {
        font-weight: 900;
        margin-bottom: 15px;
        color: #db071b;
        font-size: 22px;
    }

@media only screen and (max-width: 767px) {
    .info-line {
        font-size: 16px;
        padding: 35px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .auto-sm {
        width: auto;
    }
}

.section-packets {
    padding: 80px 0 65px;
}

@media only screen and (max-width: 767px) {
    .section-packets {
        padding: 55px 0 40px;
    }
}

.packets > li {
    margin-bottom: 15px;
}

    .packets > li li {
        border-left: 1px solid #e6e7e8;
    }

    .packets > li:last-child li {
        border-right: 1px solid #e6e7e8;
    }

@media only screen and (min-width: 768px) {
    .packets > li:not(:first-child) .packet-list > ul > li:last-child {
        height: 100px !important;
    }
}

.packets > li ul li {
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 20px 5px;
    border-bottom: 1px solid #e6e7e8;
    background-color: #ffffff;
}

    .packets > li ul li:first-child {
        border-top: 1px solid #e6e7e8;
    }

    .packets > li ul li:nth-child(odd) {
        background-color: #fafbfb;
    }

    .packets > li ul li h1, .packets > li ul li h3 {
        line-height: 100%;
        padding: 20px 2px;
        word-break: break-word;
    }

        .packets > li ul li h1 small, .packets > li ul li h3 small {
            display: block;
            background-color: #ffffff;
        }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .packets > li ul li h1 {
        font-size: 24px !important;
    }

    .packets > li ul li h3 {
        font-size: 17px !important;
    }
}

.packets > li ul li h1 {
    color: #434343;
    font-size: 45px;
    font-weight: bold;
    position: relative;
}

    .packets > li ul li h1 small {
        color: #999999;
        font-size: 14px;
    }

    .packets > li ul li h1 .fa {
        font-size: 17px;
    }

@media only screen and (max-width: 767px) {
    .packets > li ul li h1 .fa {
        font-size: 13px;
    }
}

.packets > li ul li h3 {
    color: #db071b;
    padding: 30px 0;
    font-size: 30px;
    font-weight: normal;
}

    .packets > li ul li h3 small {
        font-size: 12px;
        color: #b5b5b8;
        margin-top: 4px;
    }

.packets > li .packet-title ul::after {
    display: block;
    content: "";
    clear: both;
}

.packets > li .packet-title li {
    background-color: #ffffff !important;
    padding: 0;
}

    .packets > li .packet-title li:last-child {
        border-bottom: 0;
    }

.packets > li .packet-list > ul > li {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 60px;
    overflow: hidden;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .packets > li .packet-list > ul > li {
        height: 80px;
    }
}

@media only screen and (min-width: 768px) {
    .packets > li.active .packet-list > ul > li:last-child, .packets > li:not(:first-child):hover .packet-list > ul > li:last-child {
        height: 120px !important;
    }
}

.packets > li.active h1, .packets > li.active h1 small, .packets > li:not(:first-child):hover h1, .packets > li:not(:first-child):hover h1 small {
    background-color: #db071b;
    color: #ffffff;
}

.packets > li.active h1, .packets > li:not(:first-child):hover h1 {
    width: calc(100%+2px);
    left: -1px;
}

.packets > li.active h3, .packets > li:not(:first-child):hover h3 {
    color: #434343;
}

.packets > li.active {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 1;
}

.packets::after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (min-width: 768px) {
    .section-photo {
        padding-bottom: 0px;
    }
}

.slide-photo {
    position: relative;
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .slide-photo {
        margin-bottom: 40px;
    }

        .slide-photo img {
            object-fit: cover;
            max-height: 340px;
        }
}

.slide-mask {
    background-image: url("../images/slide-mask.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    bottom: -17px;
    width: 100%;
    height: 62px;
}

.photo-controls a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    left: 30px;
    color: #db071b;
    line-height: 100%;
    bottom: 65px;
    font-size: 105px;
}

    .photo-controls a.right {
        left: auto;
        right: 30px;
    }

    .photo-controls a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

@media only screen and (max-width: 767px) {
    .photo-controls a {
        font-size: 60px;
    }
}

.overview-item h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #db071b;
    position: relative;
}

    .overview-item h1:before {
        top: -20px;
        background-color: #cccccc;
    }

@media only screen and (max-width: 767px) {
    .overview-item h1 {
        margin-top: 35px;
    }
}

.overview-item h2, .overview-item h3 {
    font-size: 24px;
    color: #000000;
}

.overview-item h2 {
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 25px;
    position: relative;
}

.overview-text {
    color: #000000;
    line-height: 160%;
    font-size: 14px;
}

@media only screen and (min-width: 993px) {
    .overview-text {
        padding-right: 90px;
    }
}

@media only screen and (min-width: 1520px) {
    .overview-text {
        padding-right: 200px;
    }
}

.overview-reverse .overview-text {
    padding-right: 0;
}

@media only screen and (min-width: 993px) {
    .overview-reverse .overview-text {
        padding-left: 90px;
    }
}

@media only screen and (min-width: 1520px) {
    .overview-reverse .overview-text {
        padding-left: 200px;
    }
}

.container .overview-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.overview-in {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .overview-in {
        overflow: hidden;
        padding-bottom: 35px;
    }
}

.macbook {
    position: relative;
    margin-left: -160px;
}

@media only screen and (min-width: 1520px) {
    .macbook {
        margin-left: -210px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .macbook {
        margin: 0 0 20px !important;
    }
}

.overview-reverse .macbook {
    margin-left: 0;
    margin-right: -160px;
}

@media only screen and (min-width: 1520px) {
    .overview-reverse .macbook {
        margin-right: -210px;
    }
}

.macbook .overview-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    z-index: 8;
    padding: 3% 16.7% 0;
}

.iphone {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    right: 70px;
    background-image: url("../images/iphone.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 209px;
    height: 409px;
    display: block;
    margin: 0 auto;
    padding-top: 51px;
}

@media only screen and (max-width: 767px) {
    .iphone {
        position: static;
        right: auto;
        bottom: auto;
        z-index: inherit;
    }
}

.iphone img {
    width: 170px;
    height: 303px;
    object-fit: cover;
}

.btn-detail {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
}

    .btn-detail i {
        font-style: normal;
        color: #db071b;
    }

    .btn-detail:hover {
        color: #db071b;
    }

.overview-link {
    display: block;
    position: relative;
    border: 3px solid #db071b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #000000;
}

    .overview-link:hover {
        border-color: #000000;
    }

a.overview-link:hover {
    border-color: #000000;
}

    a.overview-link:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

.signup-content {
    padding: 125px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
}

    .signup-content h3 {
        position: relative;
        color: #5d6269;
        font-size: 15px;
        border-bottom: 1px solid #db071b;
        padding-bottom: 10px;
        padding-left: 15px;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .signup-content h3:before {
            display: block;
            content: '\f054';
            font-family: FontAwesome;
            font-size: 12px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9;
            z-index: 1;
            color: #db071b;
            top: 50%;
            margin-top: -10px;
            line-height: 100%;
        }

    .signup-content h5 {
        margin-top: 7px;
        font-size: 13px;
        color: #7a7d83;
        font-weight: 600;
    }

    .signup-content .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        resize: vertical;
    }

    .signup-content label {
        cursor: pointer;
        color: #7a7d83;
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 12px;
    }

        .signup-content label input[type=checkbox] {
            -moz-appearance: none;
            -webkit-appearance: none;
            -o-appearance: none;
            outline: none;
            content: none;
            margin: 0;
            margin-right: 4px;
            width: 15px;
            height: 15px;
            background: #ffffff;
            border: 2px solid #db071b;
        }

            .signup-content label input[type=checkbox]:before {
                font-family: "FontAwesome";
                content: "\f00c";
                color: transparent !important;
                display: block;
                font-size: 12px;
                width: 15px;
                height: 15px;
                line-height: 100%;
                margin-left: -1px;
            }

            .signup-content label input[type=checkbox]:checked:before {
                color: #000000 !important;
            }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .signup-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .signup-content {
        padding: 20px 10px;
    }
}

.signup-item {
    padding-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .signup-item {
        padding-bottom: 30px;
    }
}

.bootstrap-select > .dropdown-toggle {
    border: 0;
    padding-left: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #db071b;
    padding-right: 40px !important;
}

    .bootstrap-select > .dropdown-toggle:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none !important;
    }

    .bootstrap-select > .dropdown-toggle .bs-caret {
        color: #ffffff;
        font-size: 18px;
        vertical-align: middle;
        padding: 0 7px 0;
    }

        .bootstrap-select > .dropdown-toggle .bs-caret .fa {
            margin-top: 7px;
        }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    background-color: #ffffff;
    padding: 6px 12px;
    border: 1px solid #c1c1c1;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.row-10 {
    margin: 0 -10px;
}

.row-7 {
    margin: 0 -7px;
}

.row-3 {
    margin: 0 -3px;
}

.basket-content {
    background-color: #ffffff;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) {
    .basket-content {
        padding: 30px 20px;
    }
}

.basket-tabs {
    background-color: #ededed;
    border: 1px solid #bababa;
}

.basket-header ul::after {
    display: block;
    content: "";
    clear: both;
}

.basket-header ul li a {
    display: block;
    border: 1px solid #bababa;
    border-right: 0;
    border-top: 0;
    padding: 17px 20px;
    color: #535353;
    font-size: 21px;
    font-weight: 600;
}

    .basket-header ul li a .fa {
        margin-right: 9px;
        font-size: 27px;
    }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .basket-header ul li a {
        font-size: 17px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .basket-header ul li a .fa {
            font-size: inherit;
            margin-right: 6px;
        }
}

.basket-header ul li.active a {
    cursor: default;
}

.basket-header ul li.active a, .basket-header ul li:focus a, .basket-header ul li:hover a {
    color: #ffffff;
    background-color: #db071b;
    border-color: #b80617;
}

.basket-header ul li:first-child a {
    border-left: 0;
}

.basket-item {
    padding: 30px 15px;
}

    .basket-item .imenu-item-basket {
        border: 0;
        background-color: transparent;
        font-size: 16px;
        line-height: 160%;
    }

        .basket-item .imenu-item-basket ul li input[type='checkbox'] {
            margin: 0;
        }

        .basket-item .imenu-item-basket ul li select {
            width: auto;
            min-width: 85px;
            margin-right: 50px;
        }

@media only screen and (max-width: 767px) {
    .basket-item .imenu-item-basket {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .basket-item {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .info-tabs, .pay-tabs {
        border: 1px solid #bababa;
        margin-bottom: 50px;
    }
}

.info-header ul li a, .pay-header ul li a {
    background-color: #ededed;
    position: relative;
    z-index: 1;
    font-size: 21px;
    color: #535353;
    padding: 15px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #bababa;
}

.info-header ul li.active a, .pay-header ul li.active a {
    width: calc(100%+1px);
    background: #db071b;
    color: #fff;
}

.info-header ul li:hover a, .pay-header ul li:hover a {
    background-color: #db071b;
    color: #ffffff;
}
.info-header ul li.disabled {
    display:none;
}

.info-item, .pay-item {
    display: none;
    padding: 30px 40px 15px;
    border-left: 1px solid #bababa;
}

    .info-item.p-0, .pay-item.p-0 {
        padding: 0;
    }

    .info-item.active, .pay-item.active {
        display: block;
    }

    .info-item label, .pay-item label {
        font-weight: 600;
        color: #7a7d83;
        font-size: 12px;
    }

        .info-item label.madder, .pay-item label.madder {
            padding-left: 10px;
            position: relative;
        }

            .info-item label.madder:before, .pay-item label.madder:before {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
                width: 7px;
                height: 7px;
                background-color: #db071b;
                border: 1px solid #b8b8b8;
                margin-top: 5px;
            }

        .info-item label input[type='checkbox'], .pay-item label input[type='checkbox'] {
            margin: -2px 4px 0 0;
        }

    .info-item .form-control, .pay-item .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .info-item textarea.form-control, .pay-item textarea.form-control {
        resize: none;
        height: 105px;
    }

    .info-item h4, .pay-item h4 {
        font-size: 14px;
        color: #7a7d83;
        font-weight: 600;
    }

@media only screen and (min-width: 768px) {
    .info-item h4, .pay-item h4 {
        margin-top: 8px !important;
    }
}

.info-item .table, .pay-item .table {
    margin: 0;
}

    .info-item .table tr > td, .pay-item .table tr > td {
        border: 0;
        border-bottom: 2px solid #d0d0d0;
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        vertical-align: middle;
    }

        .info-item .table tr > td input, .pay-item .table tr > td input {
            margin: 0;
        }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .info-item, .pay-item {
        padding: 20px 5px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .info-item, .pay-item {
        border-left: 0;
    }

        .info-item .table tr, .pay-item .table tr {
            display: block;
            border-bottom: 2px solid #d0d0d0;
        }

            .info-item .table tr > td, .pay-item .table tr > td {
                display: inline-block;
                border: 0;
                background-color: transparent !important;
            }

            .info-item .table tr.active, .info-item .table tr:hover, .pay-item .table tr.active, .pay-item .table tr:hover {
                background-color: #f5f5f5;
            }
}

@media only screen and (max-width: 767px) {
    [data-fit='info'], [data-fit='pay'] {
        height: auto !important;
    }
}

.cursor-on {
    cursor: pointer;
}

    .cursor-on:hover {
        color: #db071b;
    }

.link-apply {
    color: #7a7d83;
    font-size: 10px;
    line-height: 130%;
    font-weight: 600;
}

.process-done {
    color: #7a7d83;
    font-size: 13px;
    font-weight: 600;
    line-height: 260%;
}

.section-contact {
    padding: 35px 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-bottom: 7px solid #ffffff;
}

    .section-contact .cboxes ul li:first-child .cbox:before {
        position: absolute;
        content: '';
        background-color: #ededed;
        right: -10px;
        width: 23px;
        height: 100%;
        display: block;
        transform: skew(-7deg);
        -webkit-transform: skew(-7deg);
        -moz-transform: skew(-7deg);
        -o-transform: skew(-7deg);
        -ms-transform: skew(-7deg);
        top: 0;
        border-radius: 3px;
    }

@media only screen and (max-width: 767px) {
    .section-contact .cboxes ul li:first-child .cbox:before {
        transform: skew(0);
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -o-transform: skew(0);
        -ms-transform: skew(0);
        display: none;
    }
}

.section-contact .cboxes ul li:nth-child(2) {
    transform: skew(-7deg);
    -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
}

    .section-contact .cboxes ul li:nth-child(2) .cbox h1, .section-contact .cboxes ul li:nth-child(2) .cbox h5 {
        transform: skew(7deg);
        -webkit-transform: skew(7deg);
        -moz-transform: skew(7deg);
        -o-transform: skew(7deg);
        -ms-transform: skew(7deg);
    }

@media only screen and (max-width: 767px) {
    .section-contact .cboxes ul li:nth-child(2) {
        transform: skew(0);
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -o-transform: skew(0);
        -ms-transform: skew(0);
    }

        .section-contact .cboxes ul li:nth-child(2) .cbox h1, .section-contact .cboxes ul li:nth-child(2) .cbox h5 {
            transform: skew(0);
            -webkit-transform: skew(0);
            -moz-transform: skew(0);
            -o-transform: skew(0);
            -ms-transform: skew(0);
        }
}

.section-contact .cboxes ul li:last-child .cbox {
    padding: 25px 10px 18px 10px;
}

    .section-contact .cboxes ul li:last-child .cbox:before {
        position: absolute;
        content: '';
        background-color: #cd2122;
        left: -10px;
        width: 23px;
        height: 100%;
        display: block;
        transform: skew(-7deg);
        -webkit-transform: skew(-7deg);
        -moz-transform: skew(-7deg);
        -o-transform: skew(-7deg);
        -ms-transform: skew(-7deg);
        top: 0;
        border-radius: 3px;
    }

@media only screen and (max-width: 767px) {
    .section-contact .cboxes ul li:last-child .cbox:before {
        transform: skew(0);
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -o-transform: skew(0);
        -ms-transform: skew(0);
        display: none;
    }
}

.section-contact .cbox {
    position: relative;
    padding: 30px;
    color: #535353;
    background-color: #ededed;
    word-break: break-word;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .section-contact .cbox {
        height: auto !important;
        margin-bottom: 20px;
    }
}

.section-contact .cbox.active {
    background-color: #cd2122;
    color: #ffffff;
}

.section-contact .cbox h1, .section-contact .cbox h5 {
    font-size: 13px;
}

.section-contact .cbox h5 {
    line-height: 170%;
}

.section-contact .cbox h1 {
    font-weight: 700;
    margin-bottom: 15px;
}

.section-contact .cbox a {
    display: inline-block;
}

    .section-contact .cbox a:hover {
        color: #000000;
    }

.section-contact .cbox .cbox-in {
    padding-left: 50px;
}

.section-contact .cbox .icon-cbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    color: #e69091;
    left: 10px;
    top: 50%;
    font-size: 50px;
    margin-top: -25px;
}

.row-10 {
    margin: 0 -10px;
}

.imap {
    border-bottom: 7px solid #c3c3c3;
    position: relative;
    margin-top: 7px;
}

.contact-box {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-color: #ffffff;
    margin-bottom: 90px;
}

    .contact-box .contact-text {
        padding: 10px 15px;
    }

        .contact-box .contact-text ul li {
            display: block;
            font-size: 13px;
            margin-bottom: 10px;
            font-weight: 600;
        }

            .contact-box .contact-text ul li a {
                display: inline-block;
                font-style: italic;
            }

                .contact-box .contact-text ul li a:hover {
                    color: #cd2122;
                }

    .contact-box h3 {
        font-size: 16px;
        color: #343434;
        line-height: 130%;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .contact-box img {
        padding-top: 40px;
        background-color: #2f2f2f;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }

.domain-area {
    padding: 25px 10px;
    background-color: #ffffff;
}

    .domain-area .signup-content, .domain-area .domain-ques, .domain-area .domain-basket, .domain-area .domain-prices {
        padding: 10px 5px;
        background-color: #edeff0;
        border: 1px solid #bcbcbc;
    }

        .domain-area .signup-content h3:before, .domain-area .signup-content h3 span, .domain-area .domain-ques h3:before, .domain-area .domain-ques h3 span, .domain-area .domain-basket h3:before, .domain-area .domain-basket h3 span, .domain-area .domain-prices h3:before, .domain-area .domain-prices h3 span {
            padding-left: 20px;
        }

.buttons-login {
    padding-left: 20px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .buttons-login {
        padding-left: 0;
    }
}

.btn-login {
    display: block;
    color: #5d6269;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ababab;
    font-weight: 600;
}

    .btn-login img {
        padding-right: 7px;
        padding-bottom: 3px;
    }

    .btn-login:hover, .btn-login.active {
        border-bottom-color: #db071b;
        color: inherit;
    }

.domain-ques, .domain-basket {
    margin-bottom: 18px;
}

.domain-ques {
    padding: 10px 15px !important;
}

    .domain-ques .input-group {
        margin-bottom: 8px;
    }

    .domain-ques .form-control, .domain-ques .btn {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .domain-ques .form-control {
        border: 1px solid #c2c2c2;
        color: #424242;
        font-size: 17px;
        height: 60px;
    }

    .domain-ques .btn {
        padding: 20px 15px;
        background-color: #db071b;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        border: none;
    }

        .domain-ques .btn:hover, .domain-ques .btn:focus {
            background-color: #470209;
            color: #ffffff;
        }

    .domain-ques .dr-bottom {
        background-color: #ffffff;
        border: 2px solid #e5e5e5;
        padding: 9px 9px 4px;
    }

        .domain-ques .dr-bottom label {
            margin-right: 16px;
            font-size: 15px;
            font-weight: 500;
        }

@media only screen and (max-width: 767px) {
    .domain-ques {
        padding: 10px 5px !important;
    }

        .domain-ques .btn {
            padding: 20px 5px;
            margin: 0 !important;
        }

        .domain-ques .form-control {
            display: block;
            float: none;
            font-size: 14px;
            padding-left: 5px;
        }

            .domain-ques .form-control::-webkit-input-placeholder {
                font-size: 12px;
            }

            .domain-ques .form-control:-moz-placeholder {
                font-size: 12px;
            }

            .domain-ques .form-control::-moz-placeholder {
                font-size: 12px;
            }

            .domain-ques .form-control:-ms-input-placeholder {
                font-size: 12px;
            }

        .domain-ques .input-group {
            display: block;
        }

        .domain-ques .input-group-btn {
            width: auto;
            display: block;
        }
}

@media only screen and (max-width: 767px) {
    .domain-banner {
        margin-bottom: 20px;
    }
}

.domain-basket .btn-apply {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    padding: 19px 20px;
}

.domain-basket h2, .domain-basket h3 {
    font-size: 17px;
    color: #424242;
    position: relative;
    font-weight: 700;
    word-break: break-word;
}

.domain-basket h2 {
    padding-left: 45px;
}

    .domain-basket h2 img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        z-index: 1;
        top: 50%;
        margin-top: -15px;
    }

.domain-basket h1 {
    font-size: 28px;
    color: #424242;
}

.domain-basket .db-box {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
}

    .domain-basket .db-box img {
        padding-right: 5px;
    }

    .domain-basket .db-box h1 {
        font-size: 27px;
        color: #424242;
        font-weight: 600;
    }

        .domain-basket .db-box h1 b {
            font-size: 16px;
        }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .domain-basket .db-box.db-box-first {
        padding: 0 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .domain-basket .db-box {
        padding: 5px;
    }

        .domain-basket .db-box.db-box-first .middler-left {
            text-align: center;
        }

        .domain-basket .db-box .middler-right {
            text-align: left;
        }
}

.domain-prices h1 {
    font-size: 14px;
    text-align: center;
    color: #db071b;
    margin-bottom: 15px;
    font-weight: 700;
}

.domain-prices ul li {
    margin-right: 8px;
    text-align: center;
}

    .domain-prices ul li b {
        display: block;
        background-color: #ffffff;
        border: 1px solid #c4c4c4;
        padding: 5px;
        margin-bottom: 2px;
        color: #42424f;
        font-size: 17px;
        font-weight: 600;
    }

        .domain-prices ul li b small {
            font-size: 10px;
        }

.ds-loading, #main-nav {
    display: none;
}

[data-fit='domain'] {
    min-height: 60px;
}

@media (max-width: 767px) {
    /*mobile*/
    .navbar-header, .logo {
        float: none !important;
        /*text-align:center;*/
    }

    .logo {
        display: inline-block;
        margin: 0 auto !important;
    }

    

    #bs {
        padding: 0 !important;
    }

        #bs > ul, #bs > ul > li {
            display: block !important;
        }

            #bs > ul .open .dropdown-menu, #bs > ul > li:hover ul {
                display: block !important;
                position: relative !important;
                float: none !important;
                min-width: inherit !important;
                padding: 0 !important;
                box-shadow: none !important;
            }

    .slide ul li {
        background-image: none !important;
        min-height: inherit !important;
        max-height: inherit !important;
        height: auto !important;
    }

    .xs-block {
        display: block !important;
        width: 100% !important;
    }
}

@media (min-width: 100px) and (max-width: 992px) {
    /*mobile and tablet*/
}

@media (min-width: 993px) and (max-width: 1200px) {
    /*Browser %125*/
    #bs > ul > li > a {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .section-contact .cbox {
        height: 180px;
    }

    .domain-basket .btn-apply {
        padding-top: 29px;
        padding-bottom: 29px;
    }
}

@media only screen and (min-width: 768px) {
    .text-right-xsup {
        text-align: right !important;
    }

    .col-sm-20 {
        width: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .text-center-osm {
        text-align: center !important;
    }
}


/********Ömer*******/

.oUserMenu {
    background:#fff;
}

    .oUserMenu > div {
        display:flex;
        flex-direction:row;
        flex-wrap:nowrap;
        justify-items:flex-start;

    }
        .oUserMenu > div:hover,
        .oUserMenu > div:hover *{
            background: #db071b;
            color: #fff;
        }
    .oUserMenu a {
        padding: 10px;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 1.2em;
    }

        .oUserMenu a .fa {
            padding: 4px;
            width: 40px;
            height: 40px;
        }

.logo img {
    max-height: 75px;
    max-width: 100%;
}