﻿@charset "UTF-8";

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fancybox-nav, html {
    -webkit-tap-highlight-color: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}

.b-contact-form__window-form-textarea, textarea {
    resize: none;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
            display: inline-block;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
                background: #000;
            }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(images/controls.png) 0 -32px no-repeat;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(images/controls.png) -43px -32px no-repeat;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80,80,80,.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

.arc {
    stroke-weight: .1;
    fill: #fff;
}

.arc2 {
    fill: #3660b0;
}

.radial-svg {
    display: block;
    margin: 0 auto;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        -ms-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        -ms-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        -ms-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

@keyframes pulse {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
}

@keyframes rubberBand {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        -ms-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        -ms-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        -ms-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        -ms-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        -ms-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        -ms-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        -ms-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        -ms-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        -ms-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

@keyframes tada {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0%,100% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }
}

@keyframes wobble {
    0%,100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        -ms-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        -ms-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        -ms-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        -ms-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        -ms-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        -ms-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        -ms-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    animation-duration: .75s;
}

.bounceIn, .bounceOut {
    -webkit-animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        -ms-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        -ms-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        -ms-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        -ms-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        -ms-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        -ms-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        -ms-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        -ms-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        -ms-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        -ms-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        -ms-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        -ms-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        -ms-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        -ms-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        -ms-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        -ms-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        -ms-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        -ms-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        -ms-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        -ms-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        -ms-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.flipInX, .flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    animation-duration: .75s;
    backface-visibility: visible !important;
}

.flipOutX, .flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -webkit-animation-duration: .75s;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        -ms-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        -ms-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        -ms-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        -ms-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        -ms-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0,0,1,45deg);
        transform: rotate(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0,0,1,45deg);
        -ms-transform: rotate(0,0,1,45deg);
        transform: rotate(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        -ms-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        -ms-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        -ms-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        -ms-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        -ms-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        -ms-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        -ms-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        -ms-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

:after, :before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    color: #333;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus, a:hover {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100%\9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

pre code, table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

dl, ol, ul {
    margin-top: 0;
}

ol, ul {
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-bottom: 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .ui-helper-clearfix:after {
    clear: both;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .b-bg-dotted, .b-hr-with-btn:after, .b-hr-with-btn:before, .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
        content: '';
    }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

code, kbd {
    padding: 2px 4px;
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

blockquote:after, blockquote:before {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.pre-scrollable {
    overflow-y: scroll;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

@media (min-width:980px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1220px) {
    .container {
        width: 1252px;
    }
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 88.667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 11.333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:980px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1220px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .dropdown-menu {
    float: left;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143;\9
}

    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.form-horizontal .form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-horizontal .form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.collapsing, .dropdown {
    position: relative;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.dropdown-header, .dropdown-menu > li > a {
    white-space: nowrap;
    padding: 3px 20px;
    line-height: 1.42857143;
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    color: #333;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    font-size: 12px;
    color: #777;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.nav > li > a > img, .tp-simpleresponsive img {
    max-width: none;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.nav > li, .nav > li > a {
    position: relative;
    display: block;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li > a {
        padding: 10px 15px;
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .nav > li.disabled > a {
        color: #777;
    }

        .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
            color: #777;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed;
        }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
                margin-right: 0;
                border-radius: 4px;
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-justified > li, .nav-stacked > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px;
    }

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.embed-responsive, .modal, .modal-open {
    overflow: hidden;
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px;
}

@media (min-width:768px) {
    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.breadcrumb > li, .pagination {
    display: inline-block;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #777;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #777;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pager li, .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

.badge, .label {
    vertical-align: baseline;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

.close, .list-group-item > .badge {
    float: right;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    text-anchor: middle;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px;
}

.ui-button, .ui-spinner, .ui-spinner-input {
    vertical-align: middle;
}

.badge:empty {
    display: none;
}

.list-group-item, .media-object, .thumbnail {
    display: block;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff;
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.alert .alert-link, .close {
    font-weight: 700;
}

.alert, .thumbnail {
    margin-bottom: 20px;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.modal, .modal-backdrop {
    bottom: 0;
    right: 0;
    left: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}


    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-group .panel-heading, .panel > .list-group:last-child .list-group-item:last-child, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px;
    }

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px;
    }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.carousel-caption, .carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-content, .popover {
    background-clip: padding-box;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        transform: translate3d(0,0,0);
    }

    .affix, .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:980px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    left: 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel, .carousel-inner {
    position: relative;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

    .carousel-caption .btn, .fancybox-skin, .fancybox-title, .text-hide {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.progress .progressbar-back-text, .progress .progressbar-front-text, .progress-bar {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.hidden {
    visibility: hidden !important;
}

.affix {
    position: fixed;
    transform: translate3d(0,0,0);
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:980px) and (max-width:1219px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1220px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:980px) and (max-width:1219px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1220px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}
/*! bootstrap-progressbar v0.8.3 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position: relative;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 20s linear infinite;
    -moz-animation-duration: 2s;
}

.progress-bar[aria-valuenow="0"] {
    background-image: none;
}

.progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning, .progress-striped .progress-bar[aria-valuenow="0"].progress-bar-danger, .progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info, .progress-striped .progress-bar[aria-valuenow="0"].progress-bar-success, .progress-striped .progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 20px;
}

    .progress.vertical.bottom {
        position: relative;
    }

        .progress.vertical.bottom .progressbar-front-text {
            position: absolute;
            bottom: 0;
        }

    .progress.vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height .6s ease;
        -o-transition: height .6s ease;
        transition: height .6s ease;
    }

    .progress.vertical.bottom .progress-bar {
        position: absolute;
        bottom: 0;
    }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 0;
}

.progress-bar[aria-valuenow="0"] {
    color: #fff;
    min-width: 0;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

    .progress-bar[aria-valuenow="0"].progress-bar-success {
        background-color: #5cb85c;
    }

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
/*! jQuery UI - v1.11.1 - 2014-09-15
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, selectmenu.css, slider.css, spinner.css, tabs.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ /*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
      */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-zfix, .ui-widget-overlay {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons, .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-button, button {
    overflow: visible;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev, .ui-dialog {
        position: absolute;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
            float: right;
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0;
    }

    .ui-menu .ui-state-active, .ui-menu .ui-state-focus {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px .4em;
            margin: .5em 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: .5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: .4em 2.1em .4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative;
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5);
    }

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif);
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay.png);
}

pre, textarea {
    overflow: auto;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap;
    }

button, img, legend {
    border: 0;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

body, html {
    background-color: transparent;
}

legend, td, th {
    padding: 0;
}

.b-relative, .j-item-hover-action, sub, sup {
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url(fancybox_loading@2x.gif);
            background-size: 24px 24px;
        }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: FontAwesome;
        src: url(fontawesome-webfont.svg#fontawesomeregular) format('svg');
    }
}

* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.0;
}

body, html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
    color: #898989;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

body a:focus {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 47%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -1.3em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.f-primary-b-it, .f-primary-it, .f-primary-l-it, .f-primary-sb-it, .f-secondary-b-it, .f-secondary-it, .f-secondary-l-it {
    font-style: italic;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

.b-bg-video, .b-bg-video__play_text-wrap, .b-ol-list-text__item_info, .b-remaining, .iframe-container body, .l-body-boxed .j-fixed-slider, .l-body-boxed .l-main-container, .l-body-boxed [data-fixed_top] {
    overflow: hidden;
}

textarea.resize-vertical {
    resize: vertical;
}

textarea.resize-horizontal {
    resize: horizontal;
}

textarea.resize-both {
    resize: both;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.b-left {
    float: left;
}

.b-right {
    float: right;
}

.f-center {
    text-align: center;
}

.f-left {
    text-align: left;
}

.f-right {
    text-align: right;
}

.f-justify {
    text-align: justify;
}

a:hover {
    color: #e26228;
    text-decoration: none;
}

.h2, .h3, h2, h3 {
    color: #666;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 3.23077em;
    line-height: 1;
    margin: 5px 0 20px;
    text-transform: uppercase;
}

.h2, .h3, .h4, h2, h3, h4 {
    margin: 5px 0 10px;
}

.h2, h2 {
    font-size: 2.30769em;
    line-height: 1.33333;
}

.h3, h3 {
    font-size: 1.53846em;
    line-height: 1.2;
}

.b-h4-special, .h4, h4 {
    text-transform: uppercase;
    color: #e26228;
}

.h4, h4 {
    font-size: 1.23077em;
    line-height: 1.5;
}

.b-h4-special {
    font-size: 1.07692em;
    line-height: 1.71429;
}

.f-h4-special {
    margin: 0 0 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}

.f-more {
    color: #e9682e;
    text-decoration: none;
}

    .f-more:hover {
        color: #666;
    }

.f-selection {
    color: #e26228;
}

.f-small, p {
    font-size: 1.1em;
    line-height: 2;
    text-align:justify;
}

.b-col-default-indent > [class*=col-] {
    margin-top: 15px;
    margin-bottom: 15px;
}

.b-col-default-indent__top-block {
    margin-top: -15px;
}

.f-uppercase {
    text-transform: uppercase;
}

.f-none-uppercase {
    text-transform: none;
}

@media screen and (max-width:479px) {
    .col-mini-12 {
        width: 100%;
    }
}

.fa:before {
    font-family: FontAwesome;
}

.f-c-success {
    color: #00b89a;
}

.f-c-warning {
    color: #bf130f;
}

.f-size-default {
    font-size: 13px;
    line-height: 1.2;
}

.b-img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.b-img-l {
    float: left;
    margin: 10px 10px 10px 0;
}

.b-img-r {
    float: right;
    margin: 10px 0 10px 10px;
}

body .b-bg-transparent {
    background-color: transparent;
}

.b-shadow-container {
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #b1b1b1;
}

body .b-null-bottom-indent {
    margin-bottom: 0;
    padding-bottom: 0;
}

body .b-null-top-indent {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width:767px) {
    body .b-null-bottom-indent-xs {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

[class*='--inherit'] *, [class*='--inherit'] i {
    color: inherit;
}

.f-btn, .f-btn:hover {
    color: #fff;
}

body .b-radius-null {
    border-radius: 0;
}

.b-btn-md, .b-btn-sm, body .b-radius-2 {
    border-radius: 2px;
}

.b-margin-right-default {
    margin-right: 2em;
}

.b-margin-right-standard {
    margin-right: 1em;
}

.b-margin-left-default {
    margin-left: 2em;
}

.b-margin-left-standard {
    margin-left: 1em;
}

.b-margin-top-standard {
    margin-top: 1em;
}

.b-margin-top-small {
    margin-top: .5em;
}

.b-margin-bottom-standard {
    margin-bottom: 1em;
}

.b-margin-bottom-small {
    margin-bottom: .5em;
}

body .f-lineheight-small {
    line-height: 1;
}

body .f-lineheight-big {
    line-height: 2;
}

.b-default-top-indent {
    margin-top: 30px;
}

@media screen and (min-width:768px) {
    .b-column-20p:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-column-20p > .b-column {
        float: left;
        margin-left: 1%;
        width: 19.2%;
    }

        .b-column-20p > .b-column:first-child, .b-column-20p > .b-column:nth-child(5n+1) {
            margin-left: 0;
        }
}

body .b-align-middle {
    vertical-align: middle;
}

.b-align-top {
    vertical-align: top;
}

.j-masonry-item {
    padding: 0;
}

    .j-masonry-item > div {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }

@media screen and (max-width:767px) {
    .j-masonry-item {
        width: 100%;
    }
}

body .b-hidden {
    display: none;
}

.color-theme-preloader {
    visibility: hidden;
}

#home.home {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    z-index: -1;
}

.l-main-container {
    background: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
}

.l-body-boxed, .l-body-boxed #home.home, .l-body-boxed .j-fixed-slider, .l-body-boxed [data-fixed_top], .l-body-boxed header {
    margin: 0 auto;
    max-width: 1360px;
}

.l-container {
    margin: 0 auto;
    max-width: 1170px;
}

    .l-container:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

@media screen and (max-width:1170px) {
    .l-container {
        padding: 0 10px;
    }
}

.l-inner-page-container {
    padding: 30px 0;
    min-height: 400px;
}

.b-page-over {
    background: #fff;
    position: relative;
    z-index: 3;
}

.iframe-container {
    background: url(../img/bg/pattern-lg/pattern_2.png) left top;
}

#iframe {
    display: block;
    margin: 0 auto;
    padding-top: 66px;
}

.f-primary {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.f-primary-it {
    font-weight: 400;
}

.f-primary-b-it {
    font-weight: 700;
}

.f-primary-sb-it {
    font-weight: 600;
}

.f-primary-l-it {
    font-weight: 300;
}

.f-primary-b {
    font-weight: 700;
}

.f-primary-sb {
    font-weight: 600;
}

.f-primary-l {
    font-weight: 300;
}

.f-primary-eb {
    font-weight: 800;
}

.f-secondary, .f-secondary-it {
    font-family: Merriweather,serif;
    font-weight: 400;
}

.f-secondary-l-it {
    font-family: Merriweather,serif;
    font-weight: 300;
}

.f-secondary-b, .f-secondary-b-it {
    font-family: Merriweather,serif;
    font-weight: 700;
}

.f-secondary-l {
    font-family: Merriweather,serif;
    font-weight: 300;
}

.b-btn {
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -ms-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    background: #e9682e;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 6px;
}

    .b-btn:hover {
        background: #bf5526;
    }

    .b-btn.b-btn--load {
        padding: 7px 14px 7px 10px;
    }

        .b-btn.b-btn--load .fa {
            margin: 0 6px 0 0;
        }

.f-btn {
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #dc5d24;
}

    .f-btn.f-left {
        text-align: left;
    }

    .f-btn.f-btn-load {
        font-size: 1.07692em;
        line-height: 1;
    }

        .f-btn.f-btn-load .fa {
            font-size: 16px;
        }

.b-btn-sm {
    padding: 7px 10px 5px;
    border-width: 0 0 1px;
    min-width: 78px;
}

.f-btn-sm {
    text-transform: none;
}

.f-btn-md, .f-btn-transparent {
    text-transform: uppercase;
}

.b-btn-md {
    padding: 12px 15px 8px;
}

.f-btn-md {
    font-size: 1.23077em;
    line-height: 1;
}

@media screen and (max-width:979px) {
    .b-btn-md {
        padding: 10px 15px 6px;
    }

    .f-btn-md {
        font-size: 1em;
        line-height: 1;
    }
}

.b-btn-default {
    border-radius: 2px;
    border-bottom: 3px solid #bf5526;
}

.b-btn-default, .b-btn-light {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.b-btn-primary {
    background: #333;
    border-bottom: 1px solid #4f4f4f;
}

    .b-btn-primary:hover {
        background: #bf5526;
        border-bottom: 1px solid #bf5526;
    }

.b-btn-light {
    border-radius: 2px;
    background: #fff;
}

    .b-btn-light:hover {
        background: #e26228;
    }

.f-btn-light {
    color: #e9682e;
    text-shadow: none;
}

    .f-btn-light:hover {
        color: #fff;
    }

.b-btn.b-btn__w100 {
    display: block;
    width: 100%;
}

.b-btn-icon-sm {
    margin-right: 8px;
}

.b-btn-biggest {
    display: block;
    padding: 15px 15px 12px;
    border-radius: 3px;
    border-bottom: 2px solid #bf5526;
}

.f-btn-biggest {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
}

.b-btn-sm-md {
    border-radius: 2px;
    padding: 9px 10px 7px;
}

    .b-btn-sm-md i {
        margin-right: 2px;
    }

.f-btn-sm-md {
    font-size: 1.07692em;
    line-height: 1.2;
    text-transform: none;
}

.b-btn-strong {
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    background: #666;
    border-bottom: 2px solid #616161;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 6px 6px;
}

    .b-btn-strong:hover {
        background: #e26228;
        border-color: #bf5526;
    }

.f-btn-strong {
    font-size: .92308em;
    line-height: 1.2;
    color: #fff;
}

    .f-btn-strong:hover {
        color: #fff;
    }

[class*=button-] {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #e26228;
    border-bottom: 2px solid #d05a25;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 -1px 1px rgba(255,255,255,.2);
}

    [class*=button-]:hover {
        color: #fff;
        background-color: #d05a25;
    }

[class*=button-xs] {
    font-size: 1em;
    line-height: 1;
    border-radius: 2px;
    padding: 10px 22px 8px;
}

[class*=button-sm] {
    font-size: 1.07692em;
    line-height: 1;
    background: #e26228;
    border-bottom: 2px solid #d05a25;
    border-radius: 2px;
    padding: 15px 24px 9px;
}

[class*=button-lg] {
    font-size: 1.23077em;
    line-height: 1;
    background: #e26228;
    border-bottom: 2px solid #d05a25;
    border-radius: 2px;
    padding: 16px 23px 14px;
    text-transform: uppercase;
}

.b-btn-container [class*=btn-], .b-btn-container [class*=button] {
    margin-right: 10px;
}

body .b-btn-type-square [class*=btn-], body .b-btn-type-square [class*=button] {
    border-radius: 100px;
}

.b-btn-special {
    white-space: nowrap;
    background: rgba(0,0,0,.21);
    border-radius: 5px;
    box-shadow: 0 0 3px #333 inset,0 1px 0 rgba(255,255,255,.21);
    display: inline-block;
    padding: 5px 8px 4px;
}

    .b-btn-special i {
        padding: 4px 5px;
    }

    .b-btn-special p {
        display: table-cell;
        padding: 0 5px;
    }

.f-btn-special {
    text-align: left;
}

.btn-close-o, .f-bg-video, .f-bg-video__numbers_item, .f-bg-video__play_text, .f-big-square-icon, .f-hr-stars, .f-social-icon {
    text-align: center;
}

.f-btn-special i {
    font-size: 3.07692em;
    line-height: 1;
}

.f-btn-special span {
    font-size: .92308em;
    line-height: 1.5;
}

.f-btn-special strong {
    font-size: 1.38462em;
    line-height: 1.33333;
}

.f-btn-special .b-icon-fix {
    font-size: 3.84615em;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: -5px;
}

.b-btn--icon-only i {
    margin-right: 0;
    margin-left: 0;
}

.btn-close-o {
    font-size: .84615em;
    line-height: 1;
    padding: 2px;
    border-radius: 50px;
    background-color: #515151;
    color: #fff;
    display: inline-block;
}

    .btn-close-o:hover {
        background-color: #e26228;
        color: #fff;
    }

    .btn-close-o i:before {
        width: 11px;
        display: block;
    }

.button-red {
    background-color: #d10c0c;
    border-color: #c10b0b;
}

    .button-red:hover {
        background-color: #c10b0b;
    }

.button-green-bright {
    background-color: #41a60a;
    border-color: #3c9909;
}

    .button-green-bright:hover {
        background-color: #3c9909;
    }

.button-turquoise {
    background-color: #0f999e;
    border-color: #0e8d92;
}

    .button-turquoise:hover {
        background-color: #0e8d92;
    }

.button-gray {
    background-color: #4d4d4d;
    border-color: #474747;
}

.button-yellow {
    background-color: #d8a801;
    border-color: #c79b01;
}

    .button-yellow:hover {
        background-color: #c79b01;
    }

.button-orange {
    background-color: #ff391f;
    border-color: #eb351d;
}

    .button-orange:hover {
        background-color: #eb351d;
    }

.button-blue {
    background-color: #2158d3;
    border-color: #1e51c2;
}

    .button-blue:hover {
        background-color: #1e51c2;
    }

.button-purple {
    background-color: #a70dd3;
    border-color: #9a0cc2;
}

    .button-purple:hover {
        background-color: #9a0cc2;
    }

.button-cherry {
    background-color: #c211a7;
    border-color: #b3109a;
}

    .button-cherry:hover {
        background-color: #b3109a;
    }

.button-raspberries {
    background-color: #d91463;
    border-color: #c8125b;
}

    .button-raspberries:hover {
        background-color: #c8125b;
    }

.button-green {
    background-color: #667717;
    border-color: #5e6e15;
}

    .button-green:hover {
        background-color: #5e6e15;
    }

.button-gray-light {
    background-color: #999;
    border-color: #868686;
}

    .button-gray-light:hover, .button-gray:hover {
        background-color: #e26228;
        border-color: #d05a25;
    }

.b-btn-transparent {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 14px;
}

    .b-btn-transparent:hover {
        background: #000;
    }

.f-btn-transparent {
    font-size: 1.07692em;
    line-height: 1;
    color: #fff;
}

    .f-btn-transparent:hover {
        color: #fff;
    }

.btn-demo {
    transition: all .3s ease;
    padding: 16px 33px;
    background-color: #e26228;
    border: 2px solid #e26228;
    color: #fff;
    display: inline-block;
    font-size: 1.23077em;
    line-height: 1.2;
    margin-right: 4px;
}

.btn-demo-stroke, .btn-video-sl {
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
    padding: 16px 33px;
    font-size: 1.23077em;
    border: 2px solid #fff;
}

    .btn-demo-stroke:hover, .btn-demo:hover {
        color: #fff;
        background: #000;
    }

.btn-demo, .btn-demo-stroke {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-demo-stroke {
    transition: all .3s ease;
    color: #fff;
    margin-left: 4px;
}

.btn-video-sl {
    transition: all .3s ease;
    background-color: #e26228;
    color: #fff;
    margin-right: 4px;
}

.btn-video-sl, .btn-video-sl-stroke {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .btn-video-sl:hover {
        color: #fff;
        background: #000;
        border: 2px solid #000;
    }

.btn-video-sl-stroke {
    transition: all .3s ease;
    padding: 16px 33px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 1.23077em;
    line-height: 1.2;
    margin-left: 4px;
}

    .btn-video-sl-stroke:hover {
        color: #fff;
        background: #e26228;
        border: 2px solid #e26228;
    }

.b-hr, .b-hr-stars {
    border-top: 1px solid #d8d8d8;
}

@media screen and (max-width:479px) {
    .btn-demo {
        margin-left: 4px;
        margin-bottom: 5px;
    }

    .btn-demo-stroke {
        margin-right: 4px;
        margin-top: 5px;
    }

    .btn-video-sl {
        margin-left: 4px;
        margin-bottom: 5px;
    }

    .btn-video-sl-stroke {
        margin-right: 4px;
        margin-top: 5px;
    }
}

.b-btn-title-real-estate.button-xs {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 5px 2px;
}

.b-hr {
    margin: 25px 0;
    width: 100%;
}

.b-hr-stars {
    color: #e9682e;
    margin: 26px auto 30px;
    position: relative;
    width: 46%;
}

@media screen and (max-width:979px) {
    .b-hr-stars {
        width: 71%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:767px) {
    .b-hr-stars {
        width: 100%;
    }
}

.b-hr-stars__group {
    background: #fff;
    position: relative;
    top: -6px;
    display: inline-block;
    padding: 0 5px;
}

.b-hr-light {
    background: #ececec;
    border: 0;
    height: 1px;
}

.b-bg-full-primary, .b-bg-video {
    border-bottom: 1px solid #e8e8e8;
}

.b-hr-with-btn {
    display: inline-block;
    margin: auto auto 10px;
    position: relative;
}

    .b-hr-with-btn:after, .b-hr-with-btn:before {
        width: 530px;
        height: 1px;
        background-color: #ebebeb;
        position: absolute;
        top: 14px;
        margin: 0 10px;
    }

    .b-hr-with-btn:before {
        left: 100%;
    }

    .b-hr-with-btn:after {
        right: 100%;
    }

.b-diagonal-line-bg-light {
    background-image: url(../images/diagonal-line-bg-light.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.b-bg-block-education {
    background-image: url(../images/slider/section-bg-education.jpg);
}

.b-bg-block-meadow {
    background-image: url(../images/pharmacy.jpg);
}

.b-bg-block-girl {
    background-image: url(../images/slider/slider-girl.jpg);
}

.b-bg-block-mobile {
    background: url(../images/slider/section-bg-mobile.jpg) center bottom no-repeat;
    background-size: cover;
}

.b-bg-full-primary {
    background-color: #fafafa;
}

.b-bg-gradient {
    background: url(../images/slider/section-bg-gradient.jpg) center center no-repeat;
}

.b-bg-street {
    background: url(../images/slider/section-bg-street.jpg) center center no-repeat;
}

.b-bg-header-inner-page {
    background: url(../images/inner-head-bg.jpg) center no-repeat;
    background-size: cover;
}

.b-bg-header-inner-page_2 {
    background: url(../images/inner-head-bg_2.jpg) center no-repeat;
    background-size: cover;
}

.b-bg-breadcrumbs {
    background: #fff;
    background: -webkit-linear-gradient(top,#fff,#f9f9f9);
    background: -moz-linear-gradient(top,#fff,#f9f9f9);
    background: -o-linear-gradient(top,#fff,#f9f9f9);
    background: -ms-linear-gradient(top,#fff,#f9f9f9);
    background: linear-gradient(to bottom,#fff,#f9f9f9);
}

.b-bg-girl {
    background: url(../images/slider/section-bg-girl.jpg) center center no-repeat;
    background-size: cover;
}

.b-bg-girl-2 {
    background: linear-gradient(to right,rgba(108,108,108,.7),rgba(108,108,108,.7)),url(../img/slider/slider-bg-image-1.png) center center no-repeat;
    background-size: cover;
}

.b-bg-video_v2 {
    background: url(../images/slider/section-bg-video.jpg) center center no-repeat;
    background-size: cover;
}

.b-bg-default {
    background: url(../images/bg_default.png) center center no-repeat;
    background-size: cover;
}

.b-bg-light-lg {
    background: url(../images/bg_light-lg.jpg) center bottom no-repeat;
    background-size: cover;
}

.b-bg-dark-lg {
    background: url(../images/bg_dark-lg.jpg) center top no-repeat;
    background-size: cover;
}

.b-bg-video {
    width: 100%;
    position: relative;
    background-size: cover;
}

    .b-bg-video video {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

@media screen and (max-width:1023px) {
    .b-bg-video video {
        width: 120%;
    }
}

@media screen and (max-width:639px) {
    .b-bg-video video {
        width: auto;
        height: 600px;
    }
}

.b-bg-video .fa-pause {
    font-size: 2em;
    line-height: 1.2;
    vertical-align: middle;
}

    .b-bg-video .fa-pause:before {
        position: relative;
        top: 16px;
        left: 1px;
    }

.b-bg-video .b-bg-video-controls {
    min-height: 92px;
}

.b-bg-video * {
    -khtml-user-select: none;
    user-select: none;
}

.tp-bannershadow, .tp-simpleresponsive img {
    -khtml-user-select: none;
    -o-user-select: none;
}

.b-bg-video *, .b-form-checkbox-switch-container, .input-number-box, .tp-bannershadow, .tp-simpleresponsive img, .video-js {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.b-bg-video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/slider/slider-bg-video.jpg) no-repeat;
    background-size: cover;
}

.b-bg-video_cont, .b-form-control__icon-wrap {
    position: relative;
}

.b-bg-video_cont {
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 75px;
}

    .b-bg-video_cont.video-color-overlay {
        background-color: rgba(226,98,40,.5);
    }

.f-bg-video {
    color: #fff;
}

.f-bg-video__play_btn {
    font-size: 5.23077em;
    line-height: 1;
}

@media screen and (max-width:767px) {
    .f-bg-video__play_btn {
        font-size: 4.61538em;
        line-height: 1;
    }
}

.b-bg-video__play_btn {
    cursor: pointer;
}

.b-bg-video__play_title {
    margin-bottom: 14px;
}

.f-bg-video__play_title {
    font-size: 3.69231em;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .b-bg-video_cont {
        padding-top: 42px;
        padding-bottom: 45px;
    }

    .f-bg-video__play_title {
        font-size: 3.07692em;
        line-height: 1;
    }
}

.b-bg-video__play_text {
    margin-bottom: 105px;
}

@media screen and (max-width:767px) {
    .f-bg-video__play_title {
        font-size: 2.76923em;
        line-height: 1.33333;
    }

    .b-bg-video__play_text {
        margin-bottom: 0;
    }
}

.b-bg-video__play_text span {
    padding: 0 10px;
    vertical-align: middle;
}

.b-bg-dotted {
    background: url(../img/dotted.png) left center repeat-x;
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    width: 14%;
}

.b-bg-video__numbers:after, .b-list-with-icons__item:after {
    clear: both;
    visibility: hidden;
    content: " ";
}

.f-bg-video__play_text {
    white-space: nowrap;
}

    .f-bg-video__play_text span {
        font-size: 1.53846em;
        line-height: 1;
        text-transform: uppercase;
        white-space: normal;
    }

@media screen and (max-width:979px) {
    .f-bg-video__play_text span {
        font-size: 1.30769em;
        line-height: 1;
    }
}

.b-bg-video__numbers:after {
    display: block;
    font-size: 0;
    height: 0;
}
/*
@media screen and (max-width:767px) {
    .b-bg-video__numbers {
        display: none;
    }
}*/

.b-bg-video__numbers [class*=' col- '] {
    border-left: 1px solid rgba(255,255,255,.3);
    padding: 0;
}

    .b-bg-video__numbers [class*=' col- ']:first-child {
        border-left: 0;
    }

.f-bg-video__numbers_item_n {
    font-size: 4.61538em;
    line-height: 1;
}

@media screen and (max-width:979px) {
    .f-bg-video__numbers_item_n {
        font-size: 35px;
        line-height: 1;
    }
}

.f-bg-video__numbers_item_hint {
    font-size: 1.84615em;
    line-height: 1.66667;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .f-bg-video__numbers_item_hint {
        font-size: 15px;
        line-height: 1.7;
    }
}

.b-bg-slider-lg-info-l__item-title {
    background: rgba(108,108,108,.7);
}

.b-alternative-bg {
    background: #f8f8f8;
}

.b-bg-video-controls .fa-pause, .b-bg-video.device-ios .b-bg-video-box video, .b-bg-video.device-ios .b-bg-video-controls, .b-bg-video.device-ios .b-bg-video-controls i {
    display: none;
}

.b-icon, .b-ol-list-text-container {
    display: inline-block;
}

.parallax-section-bg {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width:1024px) {
    .parallax-section-bg {
        background-attachment: scroll;
    }
}

.b-stars-group {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #929292;
}

    .b-stars-group > .is-active-stars {
        color: #e26228;
    }

.b-social-icons {
    margin-left: -3px;
    margin-right: -4px;
}

    .b-social-icons .b-social-icon {
        margin: 0 3px 8px 4px;
    }

.b-social-icon {
    height: 36px;
    width: 36px;
    padding: 8px;
    background: #ececec;
}

    .b-social-icon:hover {
        background: #e26228;
    }

.f-social-icon {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #666;
}

    .f-social-icon:hover {
        color: #fff;
    }

.b-big-square-icon {
    background: #e9682e;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    box-shadow: 0 -3px 0 #bf5526 inset;
}

.f-big-square-icon {
    font-size: 3.07692em;
    line-height: 1.75;
}

.b-icon {
    vertical-align: bottom;
    width: 21px;
    height: 19px;
    background: url(../img/real_state/icon.png) no-repeat;
}

    .b-icon.b-icon--bed {
        background-position: 0 0;
    }

    .b-icon.b-icon--bathrooms {
        background-position: 0 -29px;
    }

    .b-icon.b-icon--garage {
        background-position: 0 -58px;
    }

.b-ol-list-text__item {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-right: 6%;
}

@media screen and (max-width:767px) {
    .b-ol-list-text-container {
        display: block;
    }

    .b-ol-list-text__item {
        padding-right: 0;
    }
}

.b-ol-list-text__item:last-child {
    margin-bottom: 10px;
}

.b-ol-list-text__item_number {
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    float: left;
    padding: 10px 12px;
}

@media screen and (max-width:767px) {
    .b-ol-list-text__item_number {
        padding: 8px 12px;
    }
}

.f-ol-list-text__item_number {
    font-size: 1.15385em;
    line-height: 1;
    color: #e9682e;
    white-space: nowrap;
}

.b-ol-list-text__item_info {
    padding-left: 15px;
}

.f-ol-list-text__item_info-title {
    font-size: 1.23077em;
    line-height: 1.25;
    text-decoration: none;
}

@media screen and (max-width:979px) {
    .f-ol-list-text__item_info-title {
        font-size: 1em;
        line-height: 1.30769;
    }
}

.b-ol-list-text__item_info-desc {
    margin: 5px 0 18px;
}

.f-ol-list-text__item_info-desc {
    font-size: .92308em;
    line-height: 1.2;
    color: #949494;
}

@media screen and (max-width:979px) {
    .f-ol-list-text__item_info-desc {
        font-size: .76923em;
        line-height: 1.2;
    }
}

@media screen and (max-width:767px) {
    .f-ol-list-text__item_info-desc {
        font-size: 1em;
        line-height: 1.30769;
    }
}

.b-list-with-icons__item {
    border-top: 1px solid rgba(204,204,204,.2);
    padding: 22px 0;
}

    .b-list-with-icons__item:after {
        display: block;
        font-size: 0;
        height: 0;
    }

    .b-list-with-icons__item:first-child {
        border-top: 0;
    }

.b-list-with-icons__item_icon {
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    padding: 15px 0;
    min-width: 65px;
    float: left;
}

.f-list-with-icons__item_icon {
    font-size: 1.92308em;
    line-height: 1;
    text-align: center;
}

.f-list-with-icons__item_icon_1 {
    color: #e26228;
}

.f-list-with-icons__item_icon_2 {
    color: #00c6cd;
}

.f-list-with-icons__item_icon_3 {
    color: #83b705;
}

.b-list-with-icons__item_text {
    overflow: hidden;
    padding-left: 14px;
}

.b-list-with-icons__item_desc {
    padding: 5px 0;
}

.f-list-with-icons__item_title {
    font-size: 1.07692em;
    line-height: 1;
    text-transform: uppercase;
}

.f-list-with-icons__item_desc {
    font-size: .92308em;
    line-height: 2;
}

.b-form-inline .b-form-group {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

label {
    vertical-align: middle;
    font-weight: 400;
}

    label p {
        margin: 0;
    }

.b-form-group label {
    display: block;
}

.b-form-group-inline {
    margin-right: 10px;
}

    .b-form-group-inline label {
        display: inline-block;
    }

.b-form-control {
    border: 0;
    border-radius: 2px;
    height: 31px;
    outline: 0;
    padding: 3px 7px;
}

.b-form-control__icon-wrap .form-control {
    height: 32px;
}

.b-form-control__icon {
    position: absolute;
    right: 9px;
    top: 9px;
}

.f-form-control__icon {
    font-size: 1.07692em;
    line-height: 1.07143;
    color: #e26228;
}

.disabled .f-form-control__icon {
    color: #666;
}

.b-form-select select {
    width: 100%;
}

.b-form-select span.ui-icon {
    right: 9px;
    margin-top: -2px;
    position: absolute;
    border-style: solid;
    border-width: 6px;
    border-color: #666 transparent transparent;
}

.b-form-select span.ui-selectmenu-button {
    font-size: .92308em;
    line-height: 1.83333;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
    width: 100% !important;
    display: block;
    overflow: inherit;
}

    .b-form-select span.ui-selectmenu-button:before {
        content: '';
        height: 100%;
        border-left: 1px solid #ddd;
        border-radius: 1px;
        position: absolute;
        right: 29px;
        width: 30px;
        margin-right: -30px;
        background-color: transparent;
        top: 0;
    }

.b-form-select.c-arrow-secondary span.ui-icon {
    border-top-color: #fff;
}

.b-form-select.c-arrow-secondary span.ui-selectmenu-button:before {
    border-left: 1px solid #e9682e;
    background-color: #e9682e;
    box-shadow: 0 0 0 1px #e9682e;
}

.b-form-select.disabled span.ui-icon {
    border-top-color: #b1b1b1;
}

.b-form-select.disabled span.ui-selectmenu-button:before {
    border-left: 1px solid #ddd;
    background-color: #ddd;
    box-shadow: 0 0 0 1px #ddd;
}

.b-form-select .ui-selectmenu-text {
    line-height: 20px !important;
    padding: .4em 2.3em .4em 1em !important;
}

.ui-selectmenu-menu .ui-menu {
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f3f3f3;
    padding-bottom: 0;
    margin-top: 5px;
}

    .ui-selectmenu-menu .ui-menu .ui-menu-item {
        padding: 7px 1em 7px .8em;
        border-top: 1px solid #ddd;
        color: #666;
    }

        .ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
            margin: 0;
        }

        .ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
            background-color: #c3c4c5;
            color: #fff;
        }

input[type=radio].b-form-radio {
    display: none;
}

    input[type=radio].b-form-radio + span {
        display: inline-block;
        line-height: 16px;
        min-height: 16px;
        position: relative;
        cursor: pointer;
    }

        input[type=radio].b-form-radio + span + p {
            font-size: 1em;
            line-height: 1.53846;
            margin-bottom: 0;
            vertical-align: middle;
            position: relative;
            top: -1.2em;
            padding-left: 2em;
        }

            input[type=radio].b-form-radio + span + p span {
                position: relative;
                top: 5px;
            }

        input[type=radio].b-form-radio + span span {
            vertical-align: bottom;
        }

        input[type=radio].b-form-radio + span:after, input[type=radio].b-form-radio + span:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
        }

        input[type=radio].b-form-radio + span:before {
            width: 16px;
            height: 16px;
            margin-right: 5px;
            background-color: #fff;
            box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.2);
            border: 1px solid #ddd;
            vertical-align: bottom;
        }

    input[type=radio].b-form-radio.b-form-radio--big-indent + span {
        margin-left: 1em;
        margin-right: 1em;
    }

    input[type=radio].b-form-radio:checked + span:before {
        box-shadow: inset 0 0 4px 0 rgba(0,0,0,.2);
    }

    input[type=radio].b-form-radio:checked + span:after {
        background-color: #e9682e;
        position: absolute;
        left: 4px;
        top: 4px;
        width: 8px;
        height: 8px;
    }

    input[type=radio].b-form-radio:disabled + span:after {
        background-color: #b1b1b1;
    }

input[type=radio].b-form-radio-invert + span:before {
    background-color: #fff2ec;
    border: 1px solid #f8c7b1;
    box-shadow: none;
}

input[type=radio].b-form-radio-invert:checked + span:after {
    box-shadow: 0 0 2px 1px #fff;
}

input[type=radio].b-form-radio-invert-filled + span:before {
    background-color: #e9682e;
    border: 1px solid #e9682e;
    box-shadow: none;
}

input[type=radio].b-form-radio-invert-filled:checked + span:after {
    background-color: #fff;
}

input[type=checkbox].b-form-checkbox {
    display: none;
}

    input[type=checkbox].b-form-checkbox + span {
        display: inline-block;
        line-height: 16px;
        min-height: 16px;
        position: relative;
    }

        input[type=checkbox].b-form-checkbox + span span {
            vertical-align: bottom;
        }

        input[type=checkbox].b-form-checkbox + span:after, input[type=checkbox].b-form-checkbox + span:before {
            content: "";
            display: inline-block;
            border-radius: 2px;
            vertical-align: bottom;
        }

        input[type=checkbox].b-form-checkbox + span:before {
            margin-right: 5px;
            width: 16px;
            height: 16px;
            background-color: #fff;
            box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.2);
            border: 1px solid #ddd;
        }

    input[type=checkbox].b-form-checkbox:checked + span:after {
        font-size: 12px;
        line-height: 1;
        font-family: FontAwesome;
        content: "\f00c";
        color: #e9682e;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    input[type=checkbox].b-form-checkbox:disabled + span:before {
        background-color: #e6e6e6;
        box-shadow: none;
    }

    input[type=checkbox].b-form-checkbox:disabled + span:after {
        color: #b1b1b1;
    }

input[type=checkbox].b-form-checkbox-simple + span:before {
    box-shadow: none;
}

input[type=checkbox].b-form-checkbox-simple:checked + span:after {
    font-size: 10px;
    line-height: 1;
    top: 3px;
    left: 3px;
}

input[type=checkbox].b-form-checkbox-invert + span:before {
    background-color: #e9682e;
    border: 1px solid #e9682e;
}

input[type=checkbox].b-form-checkbox-invert:checked + span:after {
    color: #fff;
}

input[type=checkbox].b-form-checkbox-invert:disabled + span {
    opacity: .6;
}

    input[type=checkbox].b-form-checkbox-invert:disabled + span:before {
        background-color: #e9682e;
    }

    input[type=checkbox].b-form-checkbox-invert:disabled + span:after {
        color: #b1b1b1;
    }

.b-form-checkbox-switch-container {
    -ms-user-select: none;
    position: relative;
    width: 36px;
}

    .b-form-checkbox-switch-container input[type=checkbox] {
        display: none;
    }

        .b-form-checkbox-switch-container input[type=checkbox]:checked + .b-form-checkbox-switch-label .b-form-checkbox-switch-label-inner {
            margin-left: 0;
        }

        .b-form-checkbox-switch-container input[type=checkbox]:checked + .b-form-checkbox-switch-label .b-form-checkbox-switch-control {
            right: 0;
        }

label.b-form-checkbox-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #b1b1b1;
    border-radius: 8px;
}

.b-form-checkbox-switch-label-inner {
    -webkit-transition: margin .3s ease-in 0;
    -moz-transition: margin .3s ease-in 0;
    -ms-transition: margin .3s ease-in 0;
    -o-transition: margin .3s ease-in 0;
    transition: margin .3s ease-in 0;
    display: block;
    width: 200%;
    margin-left: -100%;
}

    .b-form-checkbox-switch-label-inner:after, .b-form-checkbox-switch-label-inner:before {
        display: block;
        float: left;
        width: 50%;
        height: 14px;
        padding: 0;
    }

    .b-form-checkbox-switch-label-inner:before {
        content: "";
        padding-left: 10px;
        background-color: #e26228;
        color: #fff;
    }

    .b-form-checkbox-switch-label-inner:after {
        content: "";
        padding-right: 10px;
        background-color: #d9d9d9;
        color: #989898;
        text-align: right;
    }

.b-form-checkbox-switch-control {
    -webkit-transition: all .3s ease-in 0;
    -moz-transition: all .3s ease-in 0;
    -ms-transition: all .3s ease-in 0;
    -o-transition: all .3s ease-in 0;
    transition: all .3s ease-in 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    background: #f4f4f4;
    border: 1px solid #b9b8b8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 20px;
    box-shadow: inset 0 2px 1px 0 rgba(255,255,255,.7);
}

    .b-form-checkbox-switch-control.b-form-checkbox-switch-control-with-dot:before {
        content: "";
        position: absolute;
        border-radius: 2px;
        background-color: #e9682e;
        left: 5px;
        top: 5px;
        width: 4px;
        height: 4px;
    }

.b-form-checkbox-switch-square-container.b-form-checkbox-switch-container {
    width: 49px;
}

.b-form-checkbox-switch-square-container label.b-form-checkbox-switch-label {
    border-radius: 2px;
}

.b-form-checkbox-switch-square-container .b-form-checkbox-switch-control {
    border-radius: 2px;
    right: 29px;
    top: 1px;
    width: 20px;
    height: 14px;
    background-color: #e9682e;
    border: 0;
    box-shadow: inset 0 2px 2px 1px #f6a74c;
}

    .b-form-checkbox-switch-square-container .b-form-checkbox-switch-control:before {
        content: "III";
        position: absolute;
        color: #fff;
        left: 6px;
        top: 0;
        letter-spacing: -1px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 0;
        background-color: transparent;
    }

.b-form-row, .b-form-row--big {
    margin-bottom: 10px;
}

    .b-form-row--big:after, .b-form-row:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.b-form-row--big {
    margin-bottom: 17px;
}

.b-form-horizontal__label {
    width: 130px;
    float: left;
    padding-top: 8px;
}

.b-form-horizontal__label2 {
    width: 130px;
    float: none;
    padding-top: 8px;
}

.b-form-horizontal__input {
    width: 265px;
    float: left;
}

.b-input-search {
    padding-right: 47px;
    position: relative;
}

.b-btn-search {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 33px;
    border-radius: 3px;
    border-bottom: 2px solid #bf5526;
}

.f-btn-search {
    font-size: 1.07692em;
    line-height: 2.42857;
    color: #fff;
    text-align: center;
}

.b-file-upload {
    padding-right: 48px;
    position: relative;
}

    .b-file-upload input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.fade.in, body .b-slider--thumb-visible .tp-bullets {
    opacity: 1;
}

.b-file-upload > button {
    font-size: 1.23077em;
    line-height: 1.2;
    height: 100%;
    background: #e26228;
    border-radius: 3px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.form-control--alt, .form-control--secondary {
    line-height: 1.2;
    height: 30px;
    border-color: #dedede;
    border-radius: 2px;
}

.b-file-upload:hover > button, .b-file-upload > button:hover {
    background: #bf5526;
}

.b-form-style-small [class*=col-] {
    margin-top: 9px;
    margin-bottom: 10px;
}

@media screen and (max-width:979px) {
    .b-form-style-small [class*=col-] {
        margin-top: 14px;
    }
}

.b-form-style-small hr {
    margin-top: 12px;
    margin-bottom: 2px;
}

.b-form-style-small .form-control {
    font-size: .92308em;
    line-height: 1.2;
}

.form-control--secondary {
    font-size: .92308em;
    padding: 5px 9px;
    color: #666;
    background-color: #f8f8f8;
}

    .form-control--secondary::-webkit-input-placeholder {
        color: #acacac;
    }

    .form-control--secondary::-moz-placeholder {
        color: #acacac;
    }

.form-control--alt {
    font-size: .92308em;
    padding: 5px 1em;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 0 #fff;
}

    .form-control--alt::-webkit-input-placeholder {
        color: #989898;
    }

    .form-control--alt::-moz-placeholder {
        color: #989898;
    }

.b-secondary-label-title {
    overflow: hidden;
    display: inline-block;
    margin-top: 4px;
}

.f-secondary-label-title {
    font-size: .92308em;
    line-height: 1.5;
}

.b-form-radio--nofloat .b-secondary-label-title {
    margin-left: 24px;
}

    .b-form-radio--nofloat .b-secondary-label-title.b-form-radio--big-indent {
        margin-left: 48px;
    }

.input-number-box {
    -ms-user-select: none;
    position: relative;
}

    .input-number-box:after {
        content: "";
        width: 1px;
        position: absolute;
        top: 3px;
        bottom: 3px;
        right: 24px;
        background-color: #dfdfdf;
    }

@media screen and (max-width:979px) {
    .input-number-box:after {
        right: 27px;
    }
}

.input-number {
    padding-right: 25px;
}

.input-number-less, .input-number-more {
    position: absolute;
    right: 8px;
    border-width: 5px;
    border-style: solid;
    cursor: pointer;
}

.input-number-more {
    top: 4px;
    border-color: transparent transparent #989898;
}

    .input-number-more:hover {
        border-color: transparent transparent #e26228;
    }

.input-number-less {
    bottom: 4px;
    border-color: #989898 transparent transparent;
}

    .input-number-less:hover {
        border-color: #e26228 transparent transparent;
    }

@media screen and (max-width:979px) {
    .input-number-less, .input-number-more {
        border-width: 8px;
    }

    .input-number-more {
        top: 7px;
        right: 6px;
    }

    .input-number-less {
        top: 15px;
        right: 33px;
    }
}

.b-form-password .b-btn, .b-form-password input {
    width: 100%;
}

.b-forgot-password-form {
    margin: 57px 0 100px;
}

    .b-forgot-password-form .is-global-title {
        color: #e26228;
        margin-bottom: 20px;
    }

    .b-forgot-password-form .b-form-row {
        margin-bottom: 19px;
    }

.b-form-horizontal--mail {
    position: relative;
}

    .b-form-horizontal--mail .fa {
        display: block;
        position: absolute;
        top: 8px;
        left: 14px;
    }

    .b-form-horizontal--mail .form-control {
        padding-left: 35px;
        font-size: 12px;
        height: 40px;
        border-radius: 0;
    }

.f-form-horizontal--mail .fa {
    font-size: 1.23077em;
    line-height: 1.25;
    color: #d2d2d2;
}

.f-link--color {
    color: #e26228;
}

    .f-link--color:hover {
        color: #898989;
    }

.form-sign-up {
    background: rgba(0,0,0,.12);
    border-radius: 30px;
    margin: 0 auto 17px;
    max-width: 400px;
    padding: 8px;
    width: 100%;
}

.form-sign-up-inner {
    position: relative;
}

    .form-sign-up-inner input {
        border-radius: 21px;
        border: 0;
        height: 42px;
        line-height: 42px;
        display: block;
        outline: 0;
        padding-right: 90px;
        padding-left: 22px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

        .form-sign-up-inner input::-webkit-input-placeholder {
            font-size: 12px;
            color: #cdcdcd;
            font-weight: 700;
            text-transform: uppercase;
        }

        .form-sign-up-inner input::-moz-placeholder {
            font-size: 12px;
            color: #cdcdcd;
            font-weight: 700;
            text-transform: uppercase;
        }

        .form-sign-up-inner input:-ms-input-placeholder {
            font-size: 12px;
            color: #cdcdcd;
            font-weight: 700;
            text-transform: uppercase;
        }

        .form-sign-up-inner input:focus {
            border: 0;
            outline: 0;
        }

    .form-sign-up-inner button {
        background: #ffa001;
        background: -webkit-linear-gradient(top,#ffa001,#fe8400);
        background: -moz-linear-gradient(top,#ffa001,#fe8400);
        background: -o-linear-gradient(top,#ffa001,#fe8400);
        background: -ms-linear-gradient(top,#ffa001,#fe8400);
        background: linear-gradient(to bottom,#ffa001,#fe8400);
        font-size: 1.07692em;
        line-height: 1.2;
        box-shadow: 0 1px 0 0 #cf7109,0 2px 2px 0 rgba(0,0,0,.4);
        border-radius: 17px;
        padding: 8px 10px 6px;
        color: #fff;
        position: absolute;
        right: 8px;
        text-transform: uppercase;
        top: 5px;
        z-index: 2;
    }

        .form-sign-up-inner button:hover {
            background: #fe8400;
            background: -webkit-linear-gradient(top,#fe8400,#bf5526);
            background: -moz-linear-gradient(top,#fe8400,#bf5526);
            background: -o-linear-gradient(top,#fe8400,#bf5526);
            background: -ms-linear-gradient(top,#fe8400,#bf5526);
            background: linear-gradient(to bottom,#fe8400,#bf5526);
        }

.form-sign-up-hint {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #b1b1b1;
}

.b-find_title {
    background: #ef4c21;
    padding: 15px 10px 10px 13px;
}

.f-find_title {
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.b-find_form {
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    padding: 15px 8px 6px 12px;
}

    .b-find_form .b-form-horizontal__input {
        margin-top: 10px;
        width: 100%;
    }

.b-find--row {
    margin-top: 20px;
}

.f-find_form {
    font-size: .92308em;
    line-height: 1.2;
}

input.datepicker {
    padding-right: 27px;
}

    input.datepicker.b-datepicker-without-icon {
        padding-right: 12px;
    }

.form-control::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 20px;
}

.form-control::-moz-placeholder {
    font-size: 12px;
    line-height: 20px;
}

.form-control:-ms-input-placeholder {
    font-size: 12px;
    line-height: 20px;
}

textarea.form-control {
    font-size: 12px;
}

h1.is-global-title, h2.is-global-title, h3.is-global-title, h4.is-global-title, h5.is-global-title, h6.is-global-title {
    color: #666;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
}

h1.is-global-title {
    font-size: 1.84615em;
    line-height: 1.2;
}

h2.is-global-title {
    font-size: 1.53846em;
    line-height: 1.2;
}

h3.is-global-title {
    font-size: 1.38462em;
    line-height: 1.2;
}

h4.is-global-title {
    font-size: 1.23077em;
    line-height: 1.75;
}

h5.is-global-title {
    font-size: 1.07692em;
    line-height: 1.71429;
}

h6.is-global-title {
    font-size: 1.07692em;
    line-height: 1.42857;
}

.is-global-link, a.is-global-link {
    color: #e26228;
    text-decoration: underline;
}

    .is-global-link:hover, a.is-global-link:hover {
        text-decoration: none;
    }

.is-underline-text {
    text-decoration: underline;
}

[class*=is-select-text-] {
    display: inline-block;
    color: #fff;
    line-height: 1.2;
}

.is-select-text-default {
    background: #e26228;
}

.is-select-text-dark {
    background: #515151;
}

.f-first-letter:first-letter {
    color: #e26228;
    font-size: 400%;
    line-height: 1;
}

.b-first-letter {
    overflow: hidden;
}

    .b-first-letter:first-letter {
        display: block;
        float: left;
        margin-right: 8px;
    }

.f-first-letter--secondary:first-letter {
    color: #515151;
}

.b-first-letter--circle:first-letter, .b-first-letter--square:first-letter {
    background: #e26228;
    padding: 10px;
    line-height: 80%;
}

.b-first-letter--circle:first-letter {
    border-radius: 50%;
}

.f-first-letter--circle:first-letter, .f-first-letter--square:first-letter {
    color: #fff;
    font-size: 180%;
}

.b-title-b-hr {
    border-bottom: 1px solid #d9d9d9;
    padding: 40px 0 10px;
}

.f-title-b-hr {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #e26228;
    text-transform: uppercase;
}

.f-title-small {
    font-size: 1.07692em;
    line-height: 1.42857;
}

.f-title-medium {
    font-size: 1.23077em;
    line-height: 1.25;
}

body .f-title-middle {
    font-size: 1.53846em;
    line-height: 1.3;
}

.f-title-big {
    font-size: 1.84615em;
    line-height: 1.58333;
}

    .f-title-big.f-uppercase {
        padding-top: .2em;
    }

    .f-title-big a {
        color: #666;
    }

        .f-title-big a:hover {
            color: #e26228;
        }

.f-title-bigger {
    font-size: 2.76923em;
    line-height: 1.16667;
}

.f-title-biggest {
    font-size: 3.69231em;
    line-height: 1.16667;
}

.f-title-smallest {
    font-size: .92308em;
    line-height: 1.2;
}

body .f-title-extra-small {
    font-size: .84615em;
    line-height: 1.2;
}

.b-primary-title {
    padding: 22px 0 10px;
}

.f-primary-title {
    font-size: 2.30769em;
    line-height: 1.2;
    color: #e26228;
}

.f-table-primary th, .f-table-secondary th {
    color: #fff;
}

[class*=b-table-]:not(.b-table-reset) {
    border-collapse: collapse;
    width: 100%;
}

    [class*=b-table-]:not(.b-table-reset) th {
        padding: 5px 3px;
    }

@media screen and (max-width:767px) {
    [class*=b-table-]:not(.b-table-reset) th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

[class*=b-table-]:not(.b-table-reset) tr:nth-child(even) td {
    background: #f2f2f2;
}

[class*=b-table-]:not(.b-table-reset) tr.backgroud {
    background: #bceeff;
}

[class*=b-table-]:not(.b-table-reset) tr:last-child td {
    border-bottom: 1px solid #aaa;
}

[class*=b-table-]:not(.b-table-reset) td {
    padding: 5px 3px;
    border: 1px solid #aaa;
    
}

    [class*=b-table-]:not(.b-table-reset) td:last-child {
        border-right: 1px solid #aaa;
    }

[class*=f-table-] th {
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width:767px) {
    [class*=b-table-]:not(.b-table-reset) td {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    [class*=f-table-] th {
        font-size: 1em;
        line-height: 1.2;
    }
}

.b-table-primary th {
    background: #e26228;
}

.b-table-secondary th {
    background: #323232;
}

[class*=b-blockquote-] {
    border-left: 5px solid #e26228;
    padding: 0 10px;
}

[class*=f-blockquote-] {
    font-size: .92308em;
    line-height: 2;
    color: #acacac;
}

.b-blockquote--primary {
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #dedede #dedede #dedede #e26228;
    padding: 18px 10px 18px 22px;
}

.f-blockquote__icon {
    font-size: 2.30769em;
    line-height: 1;
    color: #e26228;
}

.b-blockquote__icon {
    float: left;
    padding-right: 15px;
}

.b-blockquote--secondary {
    border-width: 0 0 0 5px;
    border-style: solid;
    border-color: #e26228;
    padding: 0 10px 0 22px;
}

.f-blockquote--secondary {
    font-size: 1.23077em;
    line-height: 2;
}

.b-blockquote--reverse {
    border-width: 0 5px 0 0;
    border-style: solid;
    border-color: #dedede;
}

.f-blockquote--reverse {
    text-align: right;
}

.b-blockquote--in-text {
    max-width: 320px;
}

@media screen and (max-width:767px) {
    .b-blockquote--in-text {
        max-width: 100%;
        float: none;
    }

    .b-left .f-blockquote--in-text {
        text-align: left;
    }
}

.b-right .f-blockquote--in-text {
    text-align: right;
}

.f-blockquote--in-text {
    text-align: justify;
}

header {
    background: #fff;
    border-bottom: 3px solid #e26228;
}

.b-header__box {
    padding-top: 18px;
    padding-bottom: 20px;
}

.b-logo {
    display: inline-block;
}

.b-header-r {
    padding-top: 14px;
}

@media screen and (min-width:1025px) {
    .b-header-r.b-header-r--icon {
        padding-right: 54px;
    }
}

.b-header-r--icon .b-header-ico-group {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    padding-top: 0;
}

.b-header-r--icon .b-header-ico > .fa {
    padding: 0 6px;
    margin: 0;
}

.b-header-ico-group {
    padding-top: 8px;
}

    .b-header-ico-group .b-header-ico {
        display: inline-block;
        height: 100%;
        padding-top: 38px;
    }

    .b-header-ico-group .b-header-ico-cart-parent:hover .b-option-cart__items {
        display: block;
    }

    .b-header-ico-group .b-header-ico-cart-parent:hover:after {
        background: rgba(255,255,255,.01);
        bottom: 0;
        content: "";
        height: 50%;
        right: 0;
        position: absolute;
        width: 242px;
    }

    .b-header-ico-group .fa {
        font-size: 13px;
        margin-right: 13px;
    }

@media screen and (max-width:1025px) {
    .b-header-ico-group .fa {
        display: none;
    }
}

.b-header-ico-group .f-btn .fa {
    margin-right: 0;
}

.f-header-ico-group .fa {
    color: #e9682e;
}

.f-header-ico-group .f-btn .fa {
    color: #e26228;
}

.f-header-ico-group .f-btn:hover .fa {
    color: #fff;
}

.b-top-options-panel {
    min-height: 40px;
    border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width:767px) {
    .b-top-options-panel {
        display: block;
    }
}

.b-option-contacts {
    float: left;
    padding: 15px 0;
    vertical-align: middle;
}

    .b-option-contacts a {
        vertical-align: middle;
        margin: 0 15px 0 0;
    }

.o-option-contacts {
    vertical-align: middle;
    margin: 0 40px 0 0;
}

.b-option-contacts a .fa {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.f-option-contacts a {
    font-size: 1.1em;
    line-height: 1;
    color: #e26228;
}

    .f-option-contacts a:hover {
        color: #898989;
    }

.f-option-contacts .fa {
    /*font-size: 1.53846em;*/
    line-height: 1;
}

.b-option-total-cart {
    float: right;
}

.b-option-total-cart__goods {
    position: relative;
}

.b-option-total-cart__numbers {
    display: inline-block;
    height: 44px;
    padding: 0 3px 0 7px;
    vertical-align: middle;
    background: #f7f7f7;
}

    .b-option-total-cart__numbers .fa {
        margin: 0 8px 0 0;
    }

.f-option-total-cart__numbers {
    font-size: .92308em;
    line-height: 3.83333;
    color: #e26228;
}

    .f-option-total-cart__numbers:hover {
        color: #898989;
    }

    .f-option-total-cart__numbers .fa {
        font-size: 1.23077em;
        line-height: 1.2;
    }

.b-option-total-cart__goods:hover .b-option-cart__items {
    display: block;
}

.b-option-cart__items {
    display: none;
    position: absolute;
    width: 242px;
    top: 100%;
    right: 0;
    border-top: 2px solid #e26228;
    box-shadow: 0 1px 1px rgba(108,108,108,.7);
    z-index: 100;
    background: #fff;
    padding: 0 10px 14px 15px;
}

    .b-option-cart__items ul {
        padding: 0;
        margin: 0 0 10px;
        list-style-type: none;
    }

        .b-option-cart__items ul li {
            padding: 9px 5px 10px 0;
            overflow: hidden;
            position: relative;
            border-bottom: 1px solid #dadada;
        }

            .b-option-cart__items ul li .b-icon--fa.fa {
                display: block;
                position: absolute;
                top: 50%;
                right: 4px;
                background: #333;
                color: #fff;
                font-size: 9px;
                border-radius: 50%;
                padding: 1px 2px 2px;
                cursor: pointer;
                margin: -6px 0 0;
            }

    .b-option-cart__items:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 100%;
        right: 3px;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #e26228;
        border-top: 0;
    }

.b-option-cart__items__title {
    padding: 13px 0 8px;
    border-bottom: 1px solid #dadada;
}

.f-option-cart__items__title {
    color: #e26228;
    text-transform: uppercase;
}

.b-option-cart__items__img {
    float: left;
    margin: 0 7px 0 0;
    height: 50px;
}

    .b-option-cart__items__img .b-item-hover-action__inner-btn_group .b-btn {
        padding: 5px 5px 3px;
    }

    .b-option-cart__items__img .b-item-hover-action__inner-btn_group {
        margin: 0;
    }

.b-option-cart__items__descr {
    overflow: hidden;
}

    .b-option-cart__items__descr .b-option-cart__descr__title {
        display: block;
        margin: 0 0 8px;
    }

    .b-option-cart__items__descr .b-option-cart__descr__cost {
        display: block;
    }

    .b-option-cart__items__descr .f-option-cart__descr__title {
        color: #e26228;
        font-weight: 400;
    }

        .b-option-cart__items__descr .f-option-cart__descr__title a {
            color: #e26228;
        }

            .b-option-cart__items__descr .f-option-cart__descr__title a:hover {
                color: #898989;
            }

    .b-option-cart__items__descr .f-option-cart__descr__cost {
        color: #666;
    }

.b-option-cart__btn .button-xs {
    text-transform: uppercase;
}

.b-top-options-panel--color.b-top-options-panel {
    background: #e26228;
    box-shadow: inset 0 -1px 3px rgba(108,108,108,.7);
}

.b-top-options-panel--color .f-option-contacts a, .b-top-options-panel--color .f-option-total-cart__numbers {
    color: #fff;
}

.b-top-options-panel--color .b-option-total-cart__numbers {
    background: 0 0;
}

.b-search-box {
    position: relative;
    cursor: pointer;
}

    .b-search-box .fa {
        position: relative;
        z-index: 2;
    }

    .b-search-box input {
        display: none;
        font-size: .92308em;
        line-height: 1.33333;
        position: absolute;
        top: -7px;
        right: 4px;
        z-index: 1;
        border: 1px solid #e26228;
        height: 33px;
        width: 181px;
        padding: 0 30px 0 6px;
        color: #666;
    }

    .b-search-box:hover input {
        display: block;
    }

.b-header--bottom-menu {
    padding-bottom: 0;
}

    .b-header--bottom-menu .b-header-r {
        background: #e26228;
        box-shadow: inset 0 -2px 5px #bf5526;
        padding: 0;
        margin: 0 0 -3px;
        height: 46px;
    }

@media screen and (max-width:1024px) {
    .b-header--bottom-menu .b-header-ico-group, .b-header--bottom-menu .b-header-r {
        display: none;
    }
}

.b-header--bottom-menu .b-option-total-cart__numbers {
    height: 44px;
    background: 0 0;
    padding: 0 20px 0 0;
}

.b-header--bottom-menu .b-option-cart__items {
    top: 44px;
}

    .b-header--bottom-menu .b-option-cart__items:before {
        display: none;
    }

.b-header--bottom-menu .f-option-total-cart__numbers {
    color: #fff;
}

.b-header-top-wrap {
    margin: 0 0 18px;
}

    .b-header-top-wrap:after {
        content: '';
        display: block;
        position: relative;
        clear: both;
    }

.b-footer-logo-containter:after, .b-top-nav__1level_wrap:after {
    clear: both;
    visibility: hidden;
    content: " ";
}

.b-header-top-wrap .b-header-ico-group {
    padding-top: 11px;
}

.b-header__search-box {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

    .b-header__search-box .fa {
        display: block;
        position: absolute;
        top: 8px;
        right: 4px;
        width: 5px;
        height: 5px;
    }

    .b-header__search-box input {
        font-size: .92308em;
        line-height: 1;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 -1px 4px #ececec;
        border-radius: 2px;
        height: 32px;
        padding: 0 30px 0 11px;
        width: 253px;
    }

.b-header__social-box {
    vertical-align: middle;
    display: inline-block;
    margin: 7px 0 0 11px;
}

    .b-header__social-box a {
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #ebebeb;
        text-align: center;
    }

        .b-header__social-box a .fa {
            font-size: 14px;
            line-height: 30px;
            vertical-align: middle;
            margin: 0;
            color: #b5b5b5;
        }

        .b-header__social-box a:hover .fa {
            color: #e26228;
        }

    .b-header__social-box.b-header__social-box--no-fon a {
        background: 0 0;
    }

.b-header--big-top-menu .b-header-r {
    padding-top: 18px;
    padding-bottom: 20px;
}

@media screen and (min-width:1024px) {
    .b-header--big-top-menu .b-header-r {
        padding: 0;
    }
}

.b-header--big-top-menu .b-logo {
    padding-top: 18px;
    padding-bottom: 20px;
}

[data-nav_slide] {
    cursor: pointer;
}

.is-fixed-header {
    padding-top: 85px;
}

    .is-fixed-header header {
        background: rgba(255,255,255,.8);
        box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .is-fixed-header .b-header__box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .is-fixed-header .b-logo img {
        max-width: 183px;
    }

    .is-fixed-header .b-header-r {
        padding-top: 5px;
    }

    .is-fixed-header .b-header--hide, .is-fixed-header .b-top-options-panel {
        display: none;
    }

    .is-fixed-header .b-header--bottom-menu .b-header-r {
        padding: 0;
    }

    .is-fixed-header .b-header-ico {
        padding-top: 20px;
    }

.b-fa-shopping-cart {
    display: inline-block;
    z-index: 10;
    position: relative;
}

footer {
    background: #f8f8f8;
    border-top: 3px solid #e9682e;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.b-footer-primary {
    box-shadow: 0 0 3px 0 #f3eeeb;
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px 0 8px;
}

.b-footer-secondary {
    padding: 26px 0;
}

@media screen and (max-width:639px) {
    .b-footer-secondary {
        padding-top: 20px;
    }
}

@media screen and (max-width:979px) {
    .b-footer-secondary > [class*=col-] {
        border-top: 1px solid #ddd;
        margin-left: 0;
        padding-bottom: 10px;
        padding-top: 5px;
    }
}

@media screen and (max-width:639px) {
    .b-footer-secondary > [class*=col-] {
        border-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.f-copyright {
    font-size: .92308em;
    line-height: 2.5;
    color: #a5a5a5;
}

.b-footer-logo-containter:after {
    display: block;
    font-size: 0;
    height: 0;
}

.b-footer-logo {
    margin-bottom: 17px;
}

@media screen and (max-width:979px) {
    .b-footer-secondary > [class*=col-]:first-child {
        border-top: 0;
    }

    .b-footer-secondary > [class*=col-]:last-child {
        padding-bottom: 0;
    }

    .b-footer-logo {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:639px) {
    .b-footer-logo {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 20px 0 auto;
        width: 50%;
    }
}

@media screen and (max-width:979px) {
    .b-footer-logo-text {
        overflow: hidden;
        margin-top: 10px;
    }

    .f-footer-logo-text {
        /*text-align: left;*/
    }
}

.f-footer-logo-text {
    font-size: .92308em;
    line-height: 1.66667;
    color: #515151;
}

.f-btn-group-hor__item:hover, .f-top-nav .is-active-top-nav__1level > a, .f-top-nav .is-active-top-nav__1level > span, .f-top-nav-show-slide {
    color: #fff;
}

.f-btn-group-hor__item {
    text-align: center;
}

    .f-btn-group-hor__item .fa {
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
    }

.b-btn-group-hor__item {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #b1b1b1;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    padding: 7px 0;
    margin: 0 3px;
    width: 32px;
}

    .b-btn-group-hor__item:hover {
        background: #e9682e;
    }

.b-btn.b-footer__btn_up {
    padding-right: 10px;
    padding-left: 10px;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

@media screen and (max-width:767px) {
    .b-btn.b-footer__btn_up {
        display: none;
    }
}

.f-footer__btn_up {
    font-size: 1.15385em;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .b-top-nav {
        display: none;
    }
}

.b-top-nav__1level_wrap {
    margin: 0 5px 10px 0;
    padding: 0;
}

    .b-top-nav__1level_wrap:after {
        display: block;
        font-size: 0;
        height: 0;
    }

.b-top-nav__1level {
    float: left;
    list-style: none;
    position: relative;
}

    .b-top-nav__1level > a {
        padding: 5px;
        white-space: nowrap;
        float: left;
    }

    .b-top-nav__1level.is-active-top-nav__1level {
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        background: #e26228;
    }

@media screen and (max-width:1024px) {
    .b-top-nav__1level > a {
        float: none;
    }

    .b-top-nav__1level .b-ico-dropdown {
        font-size: 1.15385em;
        line-height: 1.2;
        display: none;
        position: absolute;
        padding: 20px 10px 10px;
        top: 0;
        bottom: 0;
        right: 10px;
    }
}

@media screen and (min-width:1025px) {
    .b-top-nav__1level .b-ico-dropdown {
        top: 31px;
        display: none;
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-width: 12px;
        border-style: solid;
        border-color: transparent transparent #e26228;
        margin-left: -11px;
    }

        .b-top-nav__1level .b-ico-dropdown i {
            display: none;
        }
}

header.animated .b-ico-dropdown {
    border-color: #e26228 transparent transparent;
    top: 47px;
}

.f-top-nav a {
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
}

.b-top-nav-show-slide {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #e26228;
    padding: 7px 5px 3px;
}

@media screen and (min-width:1025px) {
    .b-top-nav-show-slide {
        display: none;
    }
}

.f-top-nav-show-slide {
    font-size: 1.30769em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.b-top-nav-dropdown {
    background: #fff;
    float: none;
    width: 100%;
}

    .b-top-nav-dropdown .b-ico-dropdown {
        display: inline;
        border: 0;
    }

        .b-top-nav-dropdown .b-ico-dropdown i {
            display: inline;
        }

    .b-top-nav-dropdown .b-top-nav__1level_wrap {
        margin-right: 0;
    }

    .b-top-nav-dropdown .b-top-nav__1level {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid #f5f7f8;
        display: block;
        float: none;
        position: relative;
        padding: 0;
    }

        .b-top-nav-dropdown .b-top-nav__1level > a {
            display: block;
            padding: 20px;
        }

    .b-top-nav-dropdown .is-active-top-nav__1level {
        background: 0 0;
    }

    .b-top-nav-dropdown .is-active-top-nav__dropdown {
        background: url(../img/diagonal-line-bg.png) left top #f8f8f8;
    }

.f-top-nav-dropdown .f-top-nav__1level > a {
    font-size: 1em;
    line-height: 1.2;
    text-transform: uppercase;
}

    .f-top-nav-dropdown .f-top-nav__1level > a:hover {
        color: #666;
    }

.f-top-nav-dropdown .is-active-top-nav__1level > a, .f-top-nav-dropdown .is-active-top-nav__1level > a:hover {
    color: #e26228;
}

.b-top-nav__1level:hover .b-ico-dropdown, .b-top-nav__1level:hover .b-top-nav__dropdomn {
    display: block;
}

.b-top-nav-dropdown .b-top-nav__1level:hover .b-top-nav__dropdomn {
    display: none;
}

.b-top-nav__dropdomn {
    display: none;
    padding-left: 20px;
}

@media screen and (min-width:1025px) {
    .b-top-nav__dropdomn {
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -116px;
        width: auto;
        padding: 19px 15px 5px;
        background: #fff;
        box-shadow: 0 1px 1px #e3e3e3;
        z-index: 100;
    }

        .b-top-nav__dropdomn:before {
            content: '';
            background: rgba(255,255,255,.01);
            display: block;
            position: absolute;
            bottom: 100%;
            left: 0;
            width: 100%;
            height: 37px;
        }

        .b-top-nav__dropdomn.nav-position-right {
            left: 0;
            margin-left: 0;
        }

        .b-top-nav__dropdomn.nav-position-left {
            left: auto;
            right: 0;
            margin-left: 0;
        }
}

.is-fixed-header .b-top-nav__dropdomn {
    top: 48px;
}

@media screen and (min-width:1025px) {
    .b-top-nav__2level_wrap {
        display: inline-block;
        padding: 0;
        vertical-align: top;
    }

        .b-top-nav__2level_wrap .fa {
            display: none;
        }

        .b-top-nav__2level_wrap li:first-child a {
            border-top: 0;
        }
}

@media screen and (max-width:1024px) {
    .b-top-nav__2level_wrap {
        border-top: 1px solid #eff1f2;
        padding: 20px 0 0 20px;
    }
}

.f-top-nav__dropdomn {
    white-space: nowrap;
}

.f-top-nav__2level_title {
    font-size: .92308em;
    line-height: 1.2;
    color: #666;
}

    .f-top-nav__2level_title.is-active-top-nav__2level-title {
        color: #e26228;
    }

.b-top-nav__2level_title {
    list-style: none;
    margin-bottom: 6px;
}

@media screen and (min-width:1025px) {
    .b-top-nav-big .b-top-nav__2level_wrap {
        padding: 0 10px;
    }

    .f-top-nav__2level_title {
        font-size: 1.07692em;
        line-height: 1;
        color: #e26228;
        text-transform: uppercase;
    }

    .b-top-nav__2level_title {
        padding: 0 5px;
    }
}

.b-top-nav__2level {
    list-style: none;
}

    .b-top-nav__2level a {
        padding: 10px 0 15px;
        display: inline-block;
    }

        .b-top-nav__2level a:hover {
            background: #eee;
        }

@media screen and (max-width:1024px) {
    .b-top-nav__2level_title {
        margin-bottom: 20px;
    }

    .b-top-nav__2level i {
        margin-right: 8px;
    }
}

.f-top-nav__2level a {
    font-size: .92308em;
    line-height: 1.2;
    color: #666;
}

    .b-top-nav--arrow.f-top-nav .is-active-top-nav__1level > a, .f-top-nav__2level a:hover, .is-active-top-nav__2level > a {
        color: #e26228;
    }

@media screen and (min-width:1025px) {
    .b-top-nav__2level a {
        display: block;
        padding: 9px 5px;
        min-width: 197px;
        border-top: 1px solid #e8e8e8;
    }

    .f-top-nav__2level:hover > a {
        color: #e26228;
    }
}

.b-menu-1level-ico {
    margin-right: 6px;
    display: none;
}

@media screen and (min-width:1025px) {
    .b-top-nav--icon .b-top-nav__1level > a {
        padding: 6px 12px 6px 10px;
    }

    .b-top-nav--icon .b-menu-1level-ico {
        display: inline-block;
    }
}

@media screen and (max-width:1171px) {
    .b-top-nav--icon .b-menu-1level-ico {
        display: none;
    }
}

.b-top-nav--arrow .b-top-nav__1level.is-active-top-nav__1level {
    background: 0 0;
}

    .b-top-nav--arrow .b-top-nav__1level.is-active-top-nav__1level:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        margin: 0 0 0 -7px;
        border-bottom-color: #e26228;
        border-top: 0;
    }

.b-top-nav--bottom {
    float: left;
}

    .b-top-nav--bottom .b-top-nav__1level_wrap {
        margin: 0;
    }

@media screen and (max-width:1024px) {
    .b-top-nav--bottom {
        float: none;
    }
}

@media screen and (min-width:1025px) {
    .b-top-nav--bottom .b-top-nav__1level {
        padding: 0;
        border-right: 1px solid #e88153;
        box-shadow: 1px 0 1px #d0531b;
    }

        .b-top-nav--bottom .b-top-nav__1level > a {
            display: block;
            height: 44px;
            padding: 0 15px 0 19px;
            vertical-align: middle;
        }

            .b-top-nav--bottom .b-top-nav__1level > a:hover {
                background: #d1622f;
                box-shadow: inset 0 -2px 5px #bf5526;
            }

    .b-top-nav--bottom .f-top-nav__1level > a {
        line-height: 44px;
        color: #fff;
    }

    .b-top-nav--bottom .b-top-nav__1level.is-active-top-nav__1level {
        border-radius: 0;
        background: #d1622f;
        box-shadow: inset 0 -2px 5px #bf5526;
    }

    .b-top-nav--bottom .b-top-nav__dropdomn {
        top: 47px;
    }

        .b-top-nav--bottom .b-top-nav__dropdomn:before {
            height: 3px;
        }

        .b-top-nav--bottom .b-top-nav__dropdomn:after {
            display: none;
        }

    .b-top-nav--bottom--icon.b-top-nav--bottom .b-top-nav__1level > a {
        padding: 0 15px 0 12px;
    }

    .b-top-nav--big-nav ul {
        margin: 0;
    }

    .b-top-nav--big-nav .b-top-nav__1level {
        margin: 0 0 0 6px;
    }

        .b-top-nav--big-nav .b-top-nav__1level > a {
            padding: 25px 19px 18px;
        }

            .b-top-nav--big-nav .b-top-nav__1level > a .b-menu-1level-ico {
                display: block;
            }

            .b-top-nav--big-nav .b-top-nav__1level > a .b-ico-dropdown {
                display: none;
            }

        .b-top-nav--big-nav .b-top-nav__1level.is-active-top-nav__1level {
            border-radius: 0;
        }

    .b-top-nav--big-nav .b-menu-1level-ico {
        margin-right: 0;
    }

    .b-top-nav--big-nav .f-top-nav__1level > a {
        line-height: 34px;
        text-align: center;
    }

        .b-top-nav--big-nav .f-top-nav__1level > a .fa-search, .b-top-nav--big-nav .f-top-nav__1level > a .fa-shopping-cart {
            color: #e26228;
        }
}

.b-top-nav__1level.b-top-nav__1level--option:last-child {
    padding: 25px 0 0 23px;
}

.b-top-nav__1level.b-top-nav__1level--option a:hover {
    color: #898989;
}

.b-top-nav--big-nav .b-top-nav__dropdomn {
    top: 94px;
}

    .b-top-nav--big-nav .b-top-nav__dropdomn:before {
        height: 3px;
    }

.b-top-nav--no-bg .b-top-nav__1level.is-active-top-nav__1level {
    background: 0 0;
}

    .b-top-nav--no-bg .b-top-nav__1level.is-active-top-nav__1level > a, .b-top-nav--no-bg .b-top-nav__1level.is-active-top-nav__1level > span {
        color: #e26228;
    }

@media screen and (min-width:1025px) {
    .b-top-nav--arrow-w .b-top-nav__1level:hover .b-ico-dropdown {
        z-index: 101;
        border-color: transparent transparent #fff;
        top: 27px;
    }
}

.b-top-nav__1level--arrow-active .b-top-nav__1level {
    position: relative;
}

    .b-top-nav__1level--arrow-active .b-top-nav__1level.is-active-top-nav__1level:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        margin: 0 0 0 -7px;
        border-bottom-color: #fff;
        border-top: 0;
    }

.f-top-nav__1level > a, .f-top-nav__1level > span {
    position: relative;
}

.b-top-nav-big {
    position: static;
}

.b-top-nav__multi-lvl {
    list-style-type: none;
}

.b-top-nav__multi-lvl-box {
    display: none;
}

@media screen and (min-width:1025px) {
    .b-top-nav-big .b-top-nav__dropdomn {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 100%;
        margin-top: 3px;
        margin-left: 0 !important;
    }

    .b-top-nav-big .b-top-nav__2level_wrap {
        width: 20%;
        float: left;
    }

    .b-top-nav__multi-lvl:first-child a {
        border-top: 0 none;
    }

    .b-top-nav__multi-lvl-box {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        padding: 5px 15px;
        box-shadow: 0 1px 2px #e3e3e3,0 0 1px #e3e3e3;
    }
}

.b-gallery-main-item, .b-slider-lg-item, .b-top-nav__with-multi-lvl {
    position: relative;
}

@media screen and (min-width:1025px) {
    .b-top-nav__with-multi-lvl {
        padding-right: 15px;
        margin-right: -15px;
    }

        .b-top-nav__with-multi-lvl:hover > .b-top-nav__multi-lvl-box {
            display: block;
        }
}

.is-active-multi-lvl > a i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@media screen and (max-width:767px) {
    .b-bottom-nav {
        float: none;
        padding-bottom: 15px;
        padding-top: 18px;
    }
}

.b-bottom-nav ul {
    margin: 0;
    padding: 0;
}

    .b-bottom-nav ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

@media screen and (max-width:767px) {
    .b-bottom-nav ul {
        display: table;
        margin-right: 0;
        width: 100%;
    }
}

.b-bottom-nav li {
    list-style: none;
    margin-right: 12px;
    float: left;
}

.f-bottom-nav {
    font-size: .84615em;
    line-height: 2.72727;
}

    .f-bottom-nav a {
        text-decoration: none;
    }

        .f-bottom-nav a:hover, .f-bottom-nav li.is-active-bottom-nav a {
            color: #e9682e;
        }

@media screen and (max-width:767px) {
    .b-bottom-nav li {
       /* display: table-cell;
        float: none;*/
        margin-right: 5px;
        padding-right: 10px;
    }

        .b-bottom-nav li:last-child {
            padding-right: 0;
        }

    .b-gallery-main {
        padding-bottom: 0;
    }
}

.b-gallery-main-container [class*=col-] {
    padding: 0;
}

.b-gallery-main-container .b-gallery-main-item {
    border-left: 1px solid #fff;
}

    .b-gallery-main-container .b-gallery-main-item:first-child {
        border-color: transparent;
    }

.b-gallery-main-item img {
    display: block;
    width: 100%;
}

.b-gallery-main-item .b-gallery-main-item__info {
    left: 1px;
}

.f-gallery-main-item__info_name {
    font-size: 1.38462em;
    line-height: 1.11111;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .f-gallery-main-item__info_name {
        font-size: .76923em;
        line-height: 2.3;
    }
}

@media screen and (max-width:767px) {
    .b-gallery-main-item img {
        border-left: 0;
    }

    .b-gallery-main-item .b-gallery-main-item__info {
        left: 0;
    }

    .f-gallery-main-item__info_name {
        font-size: 1em;
        line-height: 1.76923;
    }
}

.f-gallery-main-item__info_desc {
    font-size: .92308em;
    line-height: 3.33333;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .f-gallery-main-item__info_desc {
        font-size: .53846em;
        line-height: 3.28571;
    }
}

@media screen and (max-width:767px) {
    .f-gallery-main-item__info_desc {
        font-size: .76923em;
        line-height: 2.3;
    }
}

.b-gallery--secondary .b-gallery-main-item {
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (min-width:980px) {
    .b-short-photo-items-group:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-short-photo-items-group > .b-column {
        float: left;
        margin-left: 2.6%;
        width: 23.05%;
    }

        .b-short-photo-items-group > .b-column:first-child, .b-short-photo-items-group > .b-column:nth-child(4n+1) {
            margin-left: 0;
        }
}

@media screen and (max-width:979px) and (min-width:768px) {
    .b-short-photo-items-group:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-short-photo-items-group > .b-column {
        float: left;
        margin-left: 1.6%;
        width: 9.68889%;
    }

        .b-short-photo-items-group > .b-column:first-child, .b-short-photo-items-group > .b-column:nth-child(9n+1) {
            margin-left: 0;
        }
}

.b-short-photo-item {
    display: block;
    margin-bottom: 6px;
}

@media screen and (max-width:767px) {
    .b-short-photo-items-group:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-short-photo-items-group > .b-column {
        float: left;
        margin-left: 2.6%;
        width: 23.05%;
    }

        .b-short-photo-items-group > .b-column:first-child, .b-short-photo-items-group > .b-column:nth-child(4n+1) {
            margin-left: 0;
        }

    .b-short-photo-item {
        margin-bottom: 10px;
    }
}

.b-short-photo-item img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
}

    .b-short-photo-item img:hover {
        border-color: #e26228;
    }

.b-portfolio {
    padding: 30px 0 40px;
}

.b-portfolio__content-item-img img {
    width: 100%;
}

.b-portfolio__content-item-inner {
    border-radius: 3px;
}

.f-portfolio__content-item-inner-title {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2;
    color: #fff;
}

.f-portfolio__content-item-inner-desc {
    font-size: .92308em;
    line-height: 1.33333;
    color: #fff;
}

.b-slider-reset .bx-wrapper {
    margin: 0;
}

    .b-slider-reset .bx-wrapper .bx-viewport {
        background: 0 0;
        border: 0;
        box-shadow: none;
        left: 0;
    }

.b-slider-lg {
    margin: 0 auto;
}

    .b-slider-lg .bx-wrapper {
        margin: 0;
    }

        .b-slider-lg .bx-wrapper .bx-controls-direction a {
            background: url(../img/slider/slider-lg-controls.png) left top no-repeat;
            height: 57px;
            width: 33px;
        }

            .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-prev {
                background-position: left top;
                left: 95px;
            }

                .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-prev:hover {
                    background-position: left bottom;
                }

            .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-next {
                background-position: right top;
                right: 95px;
            }

                .b-slider-lg .bx-wrapper .bx-controls-direction a.bx-next:hover {
                    background-position: right bottom;
                }

    .b-slider-lg .bx-viewport {
        border: 0;
        box-shadow: none;
        left: 0;
    }

.b-slider-lg-item {
    background: url(../img/slider/slider-lg__bg.png) left top no-repeat;
    background-size: cover;
    height: 546px;
}

@media screen and (max-width:979px) {
    .b-slider-lg .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .b-slider-lg-item {
        height: 430px;
    }
}

@media screen and (max-width:479px) {
    .b-slider-lg-item {
        height: 328px;
    }
}

.b-slider-lg-item .b-slider-lg_col, .b-slider-lg-item .container, .b-slider-lg-item .row {
    height: 100%;
}

.b-slider-lg-item .row {
    display: table;
}

.b-slider-lg-item .b-slider-lg_col {
    display: table-cell;
}

.b-slider-lg-item__text {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 10px;
}

@media screen and (max-width:979px) {
    .b-slider-lg-item__text {
        top: 70px;
    }
}

.f-header-group {
    padding-left: 10px;
    border-left: 2px solid transparent;
}

    .f-header-group h1, .f-header-group h2 {
        color: inherit;
    }

    .f-header-group h1 {
        font-size: 5.53846em;
        line-height: 1;
    }

    .f-header-group h2 {
        font-size: 3.69231em;
        line-height: 1;
    }

.f-header-group--light {
    border-color: #fff;
    color: #fff;
}

.f-slider-lg-item__text {
    color: #fff;
    text-shadow: 0 -1px 1px #8e946a;
}

@media screen and (max-width:979px) {
    .f-slider-lg-item__text h1 {
        font-size: 2.38462em;
        line-height: 1;
    }
}

@media screen and (max-width:479px) {
    .b-slider-lg-item__text {
        top: 25px;
    }

        .b-slider-lg-item__text h1 {
            margin-bottom: 14px;
        }

    .f-slider-lg-item__text h1 {
        font-size: 1.69231em;
        line-height: 1;
    }
}

.f-slider-lg-item__text_desc {
    font-size: 1.38462em;
    line-height: 1.66667;
}

@media screen and (max-width:979px) {
    .f-slider-lg-item__text_desc {
        font-size: 1em;
        line-height: 1.69231;
    }
}

@media screen and (max-width:479px) {
    .f-slider-lg-item__text_desc {
        font-size: .92308em;
        line-height: 1.5;
    }
}

.f-slider-sm-item__text_desc {
    font-size: 1.07692em;
    line-height: 2.28571;
}

.b-slider-lg-item__img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

    .b-slider-lg-item__img img {
        margin: 0 auto;
    }

.b-slider-primary {
    background-color: #e26228;
}

    .b-slider-primary .bx-wrapper {
        margin: 0;
    }

        .b-slider-primary .bx-wrapper .bx-viewport {
            background: 0 0;
        }

        .b-slider-primary .bx-wrapper .bx-controls-auto, .b-slider-primary .bx-wrapper .bx-pager {
            bottom: 68px;
            margin: 0;
            z-index: 5;
        }

            .b-slider-primary .bx-wrapper .bx-controls-auto a, .b-slider-primary .bx-wrapper .bx-pager a {
                background: 0 0;
                border: 3px solid #fff;
                border-radius: 6px;
                width: 13px;
                height: 13px;
                margin: 0 3px 0 0;
            }

                .b-slider-primary .bx-wrapper .bx-controls-auto a.active, .b-slider-primary .bx-wrapper .bx-controls-auto a:hover, .b-slider-primary .bx-wrapper .bx-pager a.active, .b-slider-primary .bx-wrapper .bx-pager a:hover {
                    background: #fff;
                }

    .b-slider-primary .bx-viewport {
        border: 0;
        box-shadow: none;
        left: 0;
    }

.b-slider-primary-item {
    padding: 65px 0 90px;
}

    .b-slider-primary-item.b-slider-one-color {
        background: #e26228;
    }

.b-slider-primary-item--bg.b-slider-primary-item {
    background-image: url(../images/slider/slider-bg1.jpg);
    background-size: cover;
}

.b-slider-primary-item--bg1.b-slider-primary-item {
    background-image: url(../images/homepage/slider-bg2.jpg);
    background-size: cover;
}

.b-slider-primary-item--bg2.b-slider-primary-item {
    background-image: url(../images/homepage/slider-bg3.jpg);
    background-size: cover;
}

.f-slider-primary-item {
    color: #fff;
    text-align: center;
}

.f-slider-primary-item__title .fa {
    font-size: 4.61538em;
    line-height: 1;
}

@media screen and (max-width:979px) {
    .b-slider-lg-item__img img {
        max-width: 87%;
    }

    .b-slider-primary .bx-wrapper .bx-controls-auto, .b-slider-primary .bx-wrapper .bx-pager {
        bottom: 30px;
    }

        .b-slider-primary .bx-wrapper .bx-controls-auto a, .b-slider-primary .bx-wrapper .bx-pager a {
            height: 10px;
            width: 10px;
        }

    .b-slider-primary-item {
        padding: 42px 0 45px;
    }

    .f-slider-primary-item__title .fa {
        font-size: 3.07692em;
        line-height: 1;
    }
}

.f-slider-primary-item__title span {
    font-size: 2.30769em;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .f-slider-primary-item__title span {
        font-size: 1.61538em;
        line-height: 1;
    }
}

.b-slider-primary-item__title .fa {
    margin-bottom: 12px;
}

.f-slider-primary-item__text {
    font-size: 1.84615em;
    line-height: 1.5;
}

    .f-slider-primary-item__text a {
        color: #fff;
    }

.b-slider-primary-item__text {
    margin-top: 18px;
}

@media screen and (max-width:979px) {
    .f-slider-primary-item__text {
        font-size: 1.30769em;
        line-height: 1.47059;
    }

    .b-slider-primary-item__text {
        margin-top: 7px;
    }
}

.b-pager-light-b .bx-wrapper .bx-controls-auto, .b-pager-light-b .bx-wrapper .bx-pager {
    bottom: 30px;
    margin: 0;
    z-index: 99999;
}

    .b-pager-light-b .bx-wrapper .bx-controls-auto a, .b-pager-light-b .bx-wrapper .bx-pager a {
        background: 0 0;
        border: 3px solid #fff;
        border-radius: 6px;
        width: 13px;
        height: 13px;
        margin: 0 3px 0 0;
    }

@media screen and (max-width:979px) {
    .b-pager-light-b .bx-wrapper .bx-controls-auto, .b-pager-light-b .bx-wrapper .bx-pager {
        bottom: 30px;
    }

        .b-pager-light-b .bx-wrapper .bx-controls-auto a, .b-pager-light-b .bx-wrapper .bx-pager a {
            height: 10px;
            width: 10px;
        }
}

.b-pager-light-b .bx-wrapper .bx-controls-auto a.active, .b-pager-light-b .bx-wrapper .bx-controls-auto a:hover, .b-pager-light-b .bx-wrapper .bx-pager a.active, .b-pager-light-b .bx-wrapper .bx-pager a:hover {
    background: #fff;
}

.b-slider-lg-info-l__item {
    max-height: 488px;
    min-height: 350px;
    position: relative;
}

    .b-slider-lg-info-l__item img {
        width: 100%;
    }

@media screen and (max-width:979px) {
    .b-slider-lg-info-l__item img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}

.b-slider-lg-info-l__item-text {
    position: absolute;
    top: 35%;
    max-width: 100%;
}

@media screen and (max-width:1023px) {
    .b-slider-lg-info-l__item-text {
        top: 15%;
        padding: 0 10px 10px;
    }
}

@media screen and (max-width:767px) {
    .f-slider-lg-info-l__item-text {
        text-align: center;
    }
}

.b-slider-lg-info-l__item-title {
    display: block;
    position: relative;
    left: 90px;
    border-left: 3px solid #e26228;
    padding-left: 10px;
    margin-bottom: 28px;
}

@media screen and (max-width:1023px) {
    .b-slider-lg-info-l__item-title {
        left: 0;
    }
}

.b-slider-lg-info-l__item-title-secondary {
    border-color: #fff;
}

.b-slider-lg-info-l__item-title-tertiary {
    border-color: #fff;
    padding: 5px 10px;
}

.f-slider-lg-info-l__item-title {
    text-align: left;
}

    .f-slider-lg-info-l__item-title h1, .f-slider-lg-info-l__item-title h2, .f-slider-lg-info-l__item-title p {
        color: #fff;
        line-height: 1;
    }

    .f-slider-lg-info-l__item-title p {
        font-size: 1.23077em;
        line-height: 1.625;
        color: #fff;
    }

    .f-slider-lg-info-l__item-title h1 {
        margin: 0;
    }

    .f-slider-lg-info-l__item-title h2 {
        margin: 0 0 5px;
    }

@media screen and (max-width:979px) {
    .f-slider-lg-info-l__item-title h1 {
        font-size: 1.84615em;
        line-height: 1;
    }

    .f-slider-lg-info-l__item-title h2 {
        font-size: 1.53846em;
        line-height: 1;
    }
}

.f-slider-lg-info-l__item-title p {
    margin: 10px 0 0;
}

.b-slider-lg-info-l__item-link {
    transform: skewX(160deg);
    -ms-transform: skewX(160deg);
    -webkit-transform: skewX(160deg);
    background: rgba(45,45,45,.63);
    display: inline-block;
    padding: 18px 25px 18px 60px;
    position: relative;
    left: -10px;
}

@media screen and (max-width:1023px) {
    .b-slider-lg-info-l__item-link {
        left: 0;
        padding: 18px 15px;
        margin: 0 15px;
    }
}

.b-slider-lg-info-l__item-anchor {
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    display: block;
    margin-left: 23px;
}

@media screen and (max-width:1023px) {
    .b-slider-lg-info-l__item-anchor {
        margin-left: 0;
    }
}

.f-slider-lg-info-l__item-anchor {
    font-size: 1.84615em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

@media screen and (max-width:979px) {
    .f-slider-lg-info-l__item-anchor {
        font-size: 1.38462em;
        line-height: 1;
    }
}

.b-slider-lg-info-l__item-link-after {
    transform: skewX(180deg);
    -ms-transform: skewX(180deg);
    -webkit-transform: skewX(180deg);
    background: #e26228;
    color: #fff;
    content: '';
    position: absolute;
    right: -50px;
    text-align: center;
    top: 0;
    width: 38px;
}

@media screen and (max-width:767px) {
    .f-slider-lg-info-l__item-anchor {
        white-space: normal;
    }

    .b-slider-lg-info-l__item-link-after {
        display: none;
    }
}

.b-slider-lg-info-l__item-link-after > .fa {
    font-size: 1.84615em;
    line-height: 1;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    padding: 18px 0;
}

.b-slider-about .bx-wrapper .bx-controls-auto, .b-slider-about .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    text-align: left;
}

    .b-slider-about .bx-wrapper .bx-controls-auto a, .b-slider-about .bx-wrapper .bx-pager a {
        background: 0 0;
        border: 3px solid #fff;
        border-radius: 6px;
        width: 13px;
        height: 13px;
        margin: 0 3px 0 0;
    }

@media screen and (max-width:979px) {
    .b-slider-lg-info-l__item-link-after > .fa {
        font-size: 1.38462em;
        line-height: 1;
    }

    .b-slider-about .bx-wrapper .bx-controls-auto a, .b-slider-about .bx-wrapper .bx-pager a {
        height: 10px;
        width: 10px;
    }
}

.b-slider, .b-slidercontainer {
    width: 100%;
    position: relative;
}

.b-slider-about .bx-wrapper .bx-controls-auto a.active, .b-slider-about .bx-wrapper .bx-controls-auto a:hover, .b-slider-about .bx-wrapper .bx-pager a.active, .b-slider-about .bx-wrapper .bx-pager a:hover {
    background: 0 0;
    border-color: #e26228;
}

.b-slidercontainer {
    padding: 0;
}

    .b-slidercontainer ul {
        list-style-type: none;
    }

    .b-slidercontainer li {
        visibility: hidden;
    }

.b-slider {
    max-height: 600px;
    overflow: hidden;
}

    .b-slider.b-slider--thumb.b-slider--navi-alt .tp-bullets {
        text-align: left;
    }

.b-slider--arr-hide .tparrows {
    display: none;
}

.f-slider-lg_text-medium {
    font-size: 1.38462em;
    line-height: 1.66667;
}

.b-carousel-arr-out .bx-prev {
    left: -40px;
}

.b-carousel-arr-out .bx-next {
    right: -40px;
}

.b-carousel-small-arr .bx-controls-direction a {
    background: 0 none;
    font-family: FontAwesome;
    font-size: 24px;
    color: #989898;
    width: 10px;
}

.b-slider-list .fa, .f-slider-list span {
    line-height: 1.2;
    font-size: 1.38462em;
}

.b-carousel-small-arr .bx-controls-direction a:hover {
    color: #e9682e;
}

.b-carousel-small-arr .bx-controls-direction a:before {
    position: absolute;
    left: 0;
    text-indent: 0;
}

.b-carousel-small-arr .bx-prev:before {
    content: "\f104";
}

.b-carousel-small-arr .bx-next:before {
    content: "\f105";
}

.b-slider--navi-alt {
    margin-bottom: 100px;
}

    .b-slider--navi-alt .tp-bullets {
        top: 100%;
        margin-top: 28px;
    }

    .b-slider--navi-alt .bullet {
        border: 5px solid #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px #989898;
        margin: 0 5px;
        height: 60px;
    }

    .b-slider--navi-alt.b-slider--thumb .tp-bullets.simplebullets.round .bullet.selected, .b-slider--navi-alt.b-slider--thumb .tp-bullets.simplebullets.round .bullet:hover {
        border-color: #fff;
        box-shadow: 1px 0 0 #e9682e,0 1px 0 #e9682e,-1px 0 0 #e9682e,0 -1px 0 #e9682e;
    }

.b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb {
    margin-bottom: 140px;
}

    .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets {
        width: 100% !important;
        height: 103px !important;
        margin-top: 10px;
        padding: 0;
    }

        .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask {
            width: inherit !important;
            height: inherit !important;
        }

            .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask .tp-thumbcontainer {
                left: 0 !important;
                position: relative;
            }

                .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask .tp-thumbcontainer .bullet {
                    border: 0;
                    border-radius: 2px;
                    box-shadow: none;
                    margin-right: 8px;
                }

                    .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb .tp-bullets .tp-mask .tp-thumbcontainer .bullet:last-child {
                        margin-right: 0;
                    }

@media screen and (max-width:639px) {
    .b-slider--thumb.b-slider--navi-alt.b-slider--navi-five-thumb {
        margin-bottom: 0;
    }
}

.b-slider.b-slider--thumb .tp-bullets.simplebullets.round .bullet.selected, .b-slider.b-slider--thumb .tp-bullets.simplebullets.round .bullet:hover {
    border-color: #e26228;
}

.f-small-arr .tp-leftarrow.tparrows.default:hover, .f-small-arr .tp-rightarrow.tparrows.default:hover {
    color: #e26228;
}

.b-slider.b-slider--navi-alt.b-slider--innerbullet {
    margin-bottom: 0;
}

    .b-slider.b-slider--navi-alt.b-slider--innerbullet .simplebullets.round.tp-bullets {
        top: 100%;
        margin-top: -89px;
        padding: 13px 13px 9px;
        height: 89px;
        background-color: rgba(0,0,0,.32);
    }

        .b-slider.b-slider--navi-alt.b-slider--innerbullet .simplebullets.round.tp-bullets .bullet {
            width: 105px;
            height: 68px;
            border-width: 3px;
            border-radius: 3px;
        }

.j-fixed-slider.is-active {
    position: fixed;
    z-index: 1;
}

.b-slider_text-indent {
    padding: .8em 1em;
}

.b-slidercontainer .b-slider-list {
    margin: 6px 0 0;
}

    .b-slidercontainer .b-slider-list li {
        visibility: visible;
        margin: 0 0 5px;
    }

.b-slider-list .fa, .b-slider-list span {
    display: inline-block;
    background: rgba(105,104,85,.6);
}

.b-slider-list .fa {
    text-align: center;
    width: 38px;
    padding: 7px 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

@media screen and (max-width:639px) {
    .b-slider-list .fa, .b-slider-list span {
        background: 0 0;
    }

    .b-slider-list .fa {
        padding: 0;
        width: auto;
    }
}

.b-slider-list span {
    padding: 10px 14px 4px 9px;
    vertical-align: middle;
}

@media screen and (max-width:639px) {
    .b-slider-list span {
        padding: 0;
    }
}

.b-bg-slider-title {
    background: rgba(42,44,46,.6);
    padding: 4px 16px 5px 6px;
}

.slider-carousel-roundabout {
    background: url(../img/demo-bg.jpg) center repeat-y;
    width: 100%;
    position: relative;
    padding-bottom: 400px;
    overflow: hidden;
    min-height: 740px;
}

    .slider-carousel-roundabout .b-carousel-roundabout {
        position: absolute;
        bottom: -344px;
        height: 600px;
        width: 600px;
        left: 50%;
        margin-left: -300px;
    }

@media screen and (max-width:768px) {
    .slider-carousel-roundabout {
        padding-bottom: 370px;
        min-height: 590px;
    }

        .slider-carousel-roundabout .b-carousel-roundabout {
            height: 320px;
            width: 360px;
            bottom: -179px;
            margin-left: -180px;
        }
}

@media screen and (max-width:480px) {
    .slider-carousel-roundabout {
        padding-bottom: 160px;
        min-height: 480px;
    }

        .slider-carousel-roundabout .b-carousel-roundabout {
            height: 200px;
            width: 200px;
            bottom: -99px;
            margin-left: -100px;
        }
}

.slider-carousel-roundabout .b-carousel-roundabout a {
    display: inline-block;
}

    .slider-carousel-roundabout .b-carousel-roundabout a:hover {
        border: 2px solid #e26228;
    }

.slider-carousel-roundabout .slider-carousel-title {
    font-size: 2.30769em;
    line-height: 1.2;
    color: #fff;
}

.slider-carousel-roundabout .slider-carousel-desc {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #fff;
    max-width: 40%;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 28px;
}

@media screen and (max-width:768px) {
    .slider-carousel-roundabout .slider-carousel-desc {
        max-width: 80%;
    }
}

.slider-carousel-roundabout .slider-carousel-top-indent {
    padding-top: 223px;
    padding-bottom: 10px;
}

@media screen and (max-width:1024px) {
    .slider-carousel-roundabout .slider-carousel-top-indent {
        padding-top: 100px;
    }
}

@media screen and (max-width:480px) {
    .slider-carousel-roundabout .slider-carousel-top-indent {
        padding-top: 15px;
    }

    .slider-carousel-roundabout .hidden-mobile {
        display: none;
    }
}

.b-video-slider .f-video-slider-title {
    font-size: 2.30769em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.b-video-slider .f-video-slider-title-big {
    font-size: 4.61538em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    padding-bottom: 6px;
}

.b-video-slider .f-video-slider-desc {
    font-size: 1.38462em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    width: 60%;
    white-space: normal !important;
    margin: 0 auto;
    padding-bottom: 27px;
}

.clocks--lg, .f-steps-progressbar--icon .progress-step span, .f-tooltip {
    white-space: nowrap;
}

.b-video-slider .f-centred {
    text-align: center;
}

@media screen and (max-width:979px) {
    .b-video-slider ~ .simplebullets {
        bottom: 30px !important;
    }
}

.b-video-slider + .mouse-video {
    position: absolute;
    bottom: 50px;
    z-index: 40;
    left: 50%;
    margin-left: -10px;
}

.b-carousel-primary .bx-wrapper, .b-carousel-reset .bx-wrapper {
    margin: 0;
}

.b-carousel-reset .bx-viewport {
    background: 0 0;
    border: 0;
    box-shadow: none;
    left: 0;
}

.b-carousel-primary .bx-wrapper .bx-controls-auto, .b-carousel-primary .bx-wrapper .bx-pager {
    margin: 0;
    position: relative;
    bottom: auto;
    padding-top: 35px;
}

    .b-carousel-primary .bx-wrapper .bx-controls-auto a, .b-carousel-primary .bx-wrapper .bx-pager a {
        background: #919191;
        border-bottom: 3px solid #777;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        margin: 0 8px 0 0;
    }

@media screen and (max-width:979px) {
    .b-video-slider + .mouse-video {
        display: none;
    }

    .b-carousel-primary .bx-wrapper .bx-controls-auto a, .b-carousel-primary .bx-wrapper .bx-pager a {
        height: 10px;
        width: 10px;
    }
}

.b-carousel-primary .bx-wrapper .bx-controls-auto a.active, .b-carousel-primary .bx-wrapper .bx-controls-auto a:hover, .b-carousel-primary .bx-wrapper .bx-pager a.active, .b-carousel-primary .bx-wrapper .bx-pager a:hover {
    background: #e26228;
    border-color: #bf5526;
}

.b-carousel-primary .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
    background: 0 0;
}

.f-carousel-secondary .f-carousel-title {
    font-size: 1.38462em;
    line-height: 2.22222;
    color: #666;
    text-transform: uppercase;
}

.f-carousel-secondary .bx-controls-direction .bx-next, .f-carousel-secondary .bx-controls-direction .bx-prev {
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    text-indent: 0;
}

.b-carousel-secondary {
    position: relative;
}

    .b-carousel-secondary .b-carousel-title {
        padding-right: 60px;
    }

    .b-carousel-secondary .bx-controls {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .b-carousel-secondary .bx-controls-direction .bx-next, .b-carousel-secondary .bx-controls-direction .bx-prev {
        position: relative;
        background: #828282;
        border-radius: 2px;
        display: inline-block;
        height: 26px;
        left: auto;
        margin-top: 0;
        padding: 5px 0 3px;
        right: auto;
        width: 26px;
    }

        .b-carousel-secondary .bx-controls-direction .bx-next:hover, .b-carousel-secondary .bx-controls-direction .bx-prev:hover {
            background: #e88153;
        }

        .b-carousel-secondary .bx-controls-direction .bx-next:after {
            content: "\f054";
        }

        .b-carousel-arr-square .bx-controls-direction a.bx-prev:after, .b-carousel-secondary .bx-controls-direction .bx-prev:after {
            content: "\f053";
        }

    .b-carousel-secondary .bx-controls-direction .bx-prev {
        margin-right: 6px;
    }

.b-carousel-arr-square .bx-controls-direction a {
    color: #fff;
    background: rgba(99,99,99,.8);
    border-radius: 2px;
    display: inline-block;
    height: 26px;
    margin-top: -13px;
    padding: 5px 0 3px;
    width: 26px;
}

    .b-carousel-arr-square .bx-controls-direction a.bx-next:after {
        content: "\f054";
    }

    .b-carousel-arr-square .bx-controls-direction a:after {
        color: #fff;
        font-family: FontAwesome;
        text-align: center;
        text-indent: 0;
        display: block;
        line-height: 1.4;
    }

    .b-carousel-arr-square .bx-controls-direction a:hover {
        background: #e88153;
    }

.b-slider-arr-style-default .bx-controls-direction a.bx-next, .b-slider-arr-style-default .bx-controls-direction a.bx-prev {
    background-color: #fff;
    color: #989898;
    border: 1px solid #a5a5a5;
    box-shadow: 0 0 3px #ddd;
}

    .b-slider-arr-style-default .bx-controls-direction a.bx-next:hover, .b-slider-arr-style-default .bx-controls-direction a.bx-prev:hover {
        border-color: #e26228;
        background-color: #e26228;
        color: #fff;
        box-shadow: 0 0 0 transparent;
    }

.b-slider-arr-big-top-indent .bx-controls {
    top: -91px;
}

.f-tooltip {
    color: #e26228;
}

.tooltip-inner {
    background: #e26228;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e26228;
}

.b-radial-progress {
    display: inline-block;
    position: relative;
}

    .b-radial-progress .component {
        fill: #fff;
    }

    .b-radial-progress .arc {
        fill: #e26228;
        stroke-width: 100;
    }

.bg-first-layer {
    fill: #e8e8e8;
    stroke-width: 100;
    stroke-linecap: round;
}

.b-radial-progress__label {
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.is-completed .b-radial-progress__label {
    visibility: visible;
    opacity: 1;
}

.f-radial-progress__label {
    font-size: 3.07692em;
    line-height: 1;
    color: #e26228;
}

.b-radial-progress-number-bg .component {
    fill: #e26228;
}

.b-radial-progress-number-bg .label {
    text-anchor: middle;
}

.b-progressbar-lg-group .b-progressbar {
    margin-bottom: 38px;
}

.b-progressbar-sm-group .b-progressbar {
    margin-bottom: 30px;
}

    .b-progressbar-sm-group .b-progressbar:last-child, .b-progressbar.progress:last-child {
        margin-bottom: 0;
    }

.b-progressbar.progress {
    background: #e8e8e8;
    box-shadow: none;
    height: 23px;
    overflow: visible;
    z-index: 1;
}

.b-progressbar .progress-bar {
    background-color: #e26228;
    border-radius: 2px;
    z-index: 2;
}

.b-progressbar .progressbar-back-text {
    padding-right: 8px;
    z-index: 4;
}

.b-progressbar .progressbar-front-text {
    display: none;
}

.f-progressbar .progressbar-back-text {
    color: #e26228;
    font-weight: 700;
    text-align: right;
    line-height: 23px;
}

.b-progressbar:not(.progress-striped) .progress-bar {
    background-image: none;
}

.b-progressbar:not(.progress-striped) .b-progressbar-label {
    position: absolute;
    left: 13px;
    height: 100%;
    z-index: 3;
}

.f-progressbar:not(.progress-striped) .f-progressbar-label {
    color: #fff;
    line-height: 23px;
}

.b-progressbar.progress-striped {
    height: 7px;
}

    .b-progressbar.progress-striped .progress-bar {
        background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 8px 8px;
    }

    .b-progressbar.progress-striped .progressbar-back-text {
        -webkit-transition: visibility .2s ease;
        -moz-transition: visibility .2s ease;
        -ms-transition: visibility .2s ease;
        -o-transition: visibility .2s ease;
        transition: visibility .2s ease;
        background: #fff;
        border-radius: 2px;
        border: 1px solid #c3c4c5;
        height: auto;
        margin-left: -17px;
        padding: 0 6px;
        position: absolute;
        top: -25px;
        right: auto;
        width: auto;
        visibility: hidden;
    }

        .b-progressbar.progress-striped .progressbar-back-text.is-visible {
            visibility: visible;
        }

        .b-progressbar.progress-striped .progressbar-back-text:after {
            border-width: 5px;
            border-style: solid;
            border-color: #c3c4c5 transparent transparent;
            bottom: -10px;
            content: "";
            left: 50%;
            margin-left: -5px;
            position: absolute;
            z-index: 1;
        }

        .b-progressbar.progress-striped .progressbar-back-text:before {
            border-width: 4px;
            border-style: solid;
            border-color: #fff transparent transparent;
            bottom: -8px;
            content: "";
            left: 50%;
            margin-left: -4px;
            position: absolute;
            z-index: 2;
        }

.f-progressbar.progress-striped .progressbar-back-text {
    font-size: .76923em;
    line-height: 1.6;
}

.f-progressbar-label {
    font-size: .92308em;
    line-height: 2.25;
}

.b-steps-progressbar {
    margin: 40px 0;
    position: relative;
}

    .b-steps-progressbar .progress {
        border-radius: 2px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #a5a5a5;
        height: 4px;
        overflow: visible;
    }

    .b-steps-progressbar .progress-bar {
        border-bottom: 2px solid #bf5526;
        border-top: 2px solid #e26228;
        border-radius: 2px;
        height: 4px;
        top: -2px;
    }

.progress-steps {
    padding: 0;
}

.progress-step {
    font-size: 1.07692em;
    line-height: 1.78571;
    color: #666;
    background: #fff;
    border: 1px solid #c3c4c5;
    border-radius: 3px;
    list-style: none;
    position: absolute;
    padding: 0 8px;
    text-transform: uppercase;
    text-align: center;
    top: -39px;
}

    .progress-step:after, .progress-step:before {
        left: 50%;
        border-style: solid;
        content: "";
        position: absolute;
    }

    .progress-step:after {
        border-width: 5px;
        border-color: #c3c4c5 transparent transparent;
        bottom: -10px;
        margin-left: -5px;
        z-index: 1;
    }

@media screen and (max-width:1023px) {
    .progress-step:after {
        bottom: -9px;
    }
}

.progress-step:before {
    border-width: 4px;
    border-color: #fff transparent transparent;
    bottom: -7px;
    margin-left: -4px;
    z-index: 2;
}

.progress-step .progress-step__text {
    position: relative;
    z-index: 3;
}

@media screen and (max-width:1023px) {
    .progress-step:before {
        bottom: -7px;
    }

    .progress-step .progress-step__text {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 35px;
    }

    .progress-step {
        padding: 0 4px;
    }
}

@media screen and (max-width:639px) {
    .progress-step {
        font-size: .76923em;
        line-height: 1.6;
        top: -30px;
    }
}

.progress-step .progress-step__dot {
    background: #fff;
    border: 1px solid #dedede;
    bottom: -21px;
    display: block;
    border-radius: 50%;
    height: 15px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 15px;
}

    .progress-step .progress-step__dot:after {
        background: #acacac;
        border-radius: 50%;
        border-bottom: 2px solid #8b8b8b;
        content: '';
        height: 9px;
        position: absolute;
        width: 9px;
        left: 2px;
        top: 2px;
    }

.progress-step.active {
    color: #e26228;
}

.f-steps-progressbar--icon .progress-step.active .fa, .f-steps-progressbar--number .progress-step__text {
    color: #fff;
}

.progress-step.active .progress-step__dot:after {
    background: #e26228;
    border-color: #bf5526;
}

.b-steps-progressbar--number .progress-step {
    border-color: #e6e6e6;
    border-radius: 50%;
    height: 36px;
    padding: 6px;
    top: -20px;
    width: 36px;
}

@media screen and (max-width:639px) {
    .b-steps-progressbar--number .progress-step {
        height: 32px;
        top: -16px;
        width: 32px;
    }
}

.b-steps-progressbar--number .progress-step:after, .b-steps-progressbar--number .progress-step:before {
    border: 0;
    border-radius: 50%;
    bottom: auto;
    left: 6px;
    margin: 0;
    top: 5px;
    height: 22px;
    width: 22px;
}

.b-steps-progressbar--number .progress-step:before {
    background: #acacac;
}

.b-steps-progressbar--number .progress-step:after {
    background: #7f7e7e;
    top: 6px;
}

.b-steps-progressbar--number .progress-step.active:before {
    background: #e26228;
}

.b-steps-progressbar--number .progress-step.active:after {
    background: #bf5526;
}

.b-steps-progressbar--number .progress-step__text {
    line-height: 20px;
}

.f-steps-progressbar--number .progress-step {
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width:639px) {
    .b-steps-progressbar--number .progress-step:after, .b-steps-progressbar--number .progress-step:before {
        height: 20px;
        left: 5px;
        width: 20px;
    }

    .b-steps-progressbar--number .progress-step:before {
        top: 6px;
    }

    .b-steps-progressbar--number .progress-step:after {
        top: 5px;
    }

    .f-steps-progressbar--number .progress-step {
        line-height: 20px;
    }
}

.b-steps-progressbar--icon .progress-step {
    border: 0;
    background: 0 0;
    top: -32px;
}

@media screen and (max-width:639px) {
    .b-steps-progressbar--icon .progress-step {
        top: -26px;
    }
}

.b-steps-progressbar--icon .progress-step:after, .b-steps-progressbar--icon .progress-step:before {
    border-radius: 50%;
    bottom: auto;
    position: absolute;
}

.b-steps-progressbar--icon .progress-step:before {
    border-width: 1px;
    border-color: #ebebeb;
    background: #fff;
    height: 15px;
    left: 50%;
    margin-left: -7.5px;
    width: 15px;
    z-index: 1;
    top: 24px;
}

@media screen and (max-width:639px) {
    .b-steps-progressbar--icon .progress-step:before {
        top: 18px;
    }
}

.b-steps-progressbar--icon .progress-step:after {
    background: #b5b5b5;
    border-radius: 50%;
    border-width: 0 0 2px;
    border-color: #8b8b8b;
    height: 9px;
    left: 50%;
    margin-left: -4.5px;
    top: 27px;
    width: 9px;
    z-index: 2;
}

.b-steps-progressbar--icon .progress-step span {
    display: block;
    position: relative;
    bottom: -5px;
}

@media screen and (max-width:639px) {
    .b-steps-progressbar--icon .progress-step:after {
        top: 21px;
    }

    .b-steps-progressbar--icon .progress-step span {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 40px;
        width: 100%;
    }
}

.b-steps-progressbar--icon .progress-step .progress-step__icon {
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #c3c4c5;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 6px;
    top: -20px;
    position: relative;
}

    .b-steps-progressbar--icon .progress-step .progress-step__icon:after {
        border-width: 12px;
        border-style: solid;
        border-color: #c3c4c5 transparent transparent;
        bottom: -20px;
        content: "";
        left: 50%;
        margin-left: -12px;
        position: absolute;
        z-index: 1;
    }

    .b-steps-progressbar--icon .progress-step .progress-step__icon:before {
        border-width: 13px;
        border-style: solid;
        border-color: #fff transparent transparent;
        bottom: -20px;
        content: "";
        left: 50%;
        margin-left: -13px;
        position: absolute;
        z-index: 2;
    }

.b-steps-progressbar--icon .progress-step.active .progress-step__icon {
    background: #d3571f;
    background: -webkit-linear-gradient(top,#d3571f,#f8804a);
    background: -moz-linear-gradient(top,#d3571f,#f8804a);
    background: -o-linear-gradient(top,#d3571f,#f8804a);
    background: -ms-linear-gradient(top,#d3571f,#f8804a);
    background: linear-gradient(to bottom,#d3571f,#f8804a);
    border-color: transparent;
}

    .b-steps-progressbar--icon .progress-step.active .progress-step__icon:after, .b-steps-progressbar--icon .progress-step.active .progress-step__icon:before {
        border-color: #f8804a transparent transparent;
    }

.b-steps-progressbar--icon .progress-step.active:before {
    border-color: #e26228;
}

.b-progress-tab .progress-step__dot:hover:after, .b-steps-progressbar--icon .progress-step.active:after {
    background: #e26228;
    border-color: #bf5526;
}

.f-steps-progressbar--icon .progress-step .fa {
    font-size: 14px;
    line-height: 24px;
}

@media screen and (max-width:639px) {
    .b-steps-progressbar--icon .progress-step .progress-step__icon {
        top: -26px;
    }

    .f-steps-progressbar--icon .progress-step span {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 40px;
        width: 100%;
    }
}

.b-progress-tab .progress-step__dot {
    cursor: pointer;
}

.b-progress-tab-arr {
    position: relative;
    z-index: 11;
    margin-bottom: -1px;
    width: 10px;
}

    .b-progress-tab-arr:after, .b-progress-tab-arr:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px;
        margin-left: -10px;
    }

    .b-progress-tab-arr:before {
        border-color: transparent transparent #929292;
        top: -21px;
    }

    .b-progress-tab-arr:after {
        border-color: transparent transparent #fff;
        top: -20px;
    }

.b-tab-progress:not(:first-child) {
    display: none;
}

.fancybox-wrap-popup {
    background: #fff;
    border-radius: 3px;
}

    .fancybox-wrap-popup .fancybox-title {
        font-size: 1.23077em;
        line-height: 1.2;
        color: #959595;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }

.fancybox-wrap-popup-close:before, .fancybox-wrap-popup-next:before, .fancybox-wrap-popup-prev:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

.fancybox-wrap-popup .fancybox-title-inside-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 14px;
    padding: 0 70px;
    position: absolute;
    width: 100%;
}

.fancybox-wrap-popup-next, .fancybox-wrap-popup-prev {
    background: #919191;
    border-radius: 50%;
    display: inline-block;
    bottom: -40px;
    height: 28px;
    padding-top: 7px;
    position: absolute;
    width: 28px;
    z-index: 8070;
}

    .fancybox-wrap-popup-next:hover, .fancybox-wrap-popup-prev:hover {
        background: #e26228;
    }

.fancybox-wrap-popup-next {
    padding-left: 10px;
    left: 32px;
}

    .fancybox-wrap-popup-next:before {
        content: "\f054";
    }

.fancybox-wrap-popup-prev {
    padding-left: 8px;
    left: 0;
}

    .fancybox-wrap-popup-prev:before {
        content: "\f053";
    }

.fancybox-wrap-popup-close {
    background: #919191;
    border-radius: 50%;
    bottom: 14px;
    height: 28px;
    right: 8px;
    width: 28px;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

    .fancybox-wrap-popup-close:hover {
        background: #e26228;
    }

    .fancybox-wrap-popup-close:before {
        content: '\f00d';
    }

.clocks {
    padding: 50px 0 42px;
    text-align: center;
}

    .clocks .wrap {
        display: inline-block;
        margin: 0 7px;
    }

    .clocks .time {
        font-size: 2em;
        line-height: 2.15385;
        color: #fff;
        font-weight: 700;
        text-align: center;
        background: rgba(0,0,0,.12);
        box-shadow: inset 0 0 5px rgba(0,0,0,.11);
        border-radius: 50%;
        display: block;
        margin-bottom: 12px;
        min-height: 56px;
        min-width: 56px;
    }

    .clocks .text {
        font-size: 1.23077em;
        line-height: 1.25;
        color: #fff;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        display: block;
    }

.clocks--lg {
    padding-bottom: 82px;
}

    .clocks--lg .wrap {
        margin: 0 15px;
        text-align: center;
    }

    .clocks--lg .time {
        font-size: 3.69231em;
        line-height: 1.875;
        font-weight: 300;
        background: #e26228;
        border-radius: 3px;
        overflow: hidden;
        padding: 0 18px;
        position: relative;
        min-width: 40px;
    }

@media screen and (max-width:767px) {
    .clocks--lg .wrap {
        margin: 0 4px;
    }

    .clocks--lg .time {
        font-size: 1.53846em;
        line-height: 2.8;
        padding: 0 5px;
        margin-bottom: 7px;
        width: 45px;
    }
}

.b-blog-preview__img img, .b-product-preview__img img {
    width: 100%;
}

.b-blog-short-post, .b-blog-short-post--w-img {
    margin: 0;
}

.clocks--lg .time:before {
    background: #d3571f;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.clocks--lg .time .number {
    position: relative;
    z-index: 2;
}

.clocks--lg .text {
    font-size: 1.38462em;
    line-height: 1.11111;
    color: #e26228;
    font-weight: 300;
    text-transform: none;
}

@media screen and (max-width:767px) {
    .clocks--lg .text {
        font-size: .92308em;
        line-height: 1.66667;
    }
}

.b-blog-short-post > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.b-blog-short-post__item {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 8px;
}

    .b-blog-short-post__item:first-child {
        border-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

@media screen and (max-width:979px) and (min-width:640px) {
    .b-blog-short-post__item {
        border: 0;
        padding-top: 0;
    }
}

@media screen and (max-width:639px) {
    .b-blog-short-post__item {
        border: 0;
    }
}

.f-blog-short-post__item_text {
    font-size: .92308em;
    line-height: 2;
    color: #989898;
}

    .f-blog-short-post__item_text a.is-hover {
        color: #e26228;
    }

.f-blog-short-post__item_date {
    font-size: .84615em;
    line-height: 1.63636;
    color: #5f5f5f;
}

.f-blog-short-post__item_price {
    font-size: 1.23077em;
    line-height: 1.5;
    color: #e26228;
}

.b-blog-short-post--w-img .b-blog-short-post__item {
    padding: 10px 0;
}

    .b-blog-short-post--w-img .b-blog-short-post__item:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-blog-short-post--w-img .b-blog-short-post__item:first-child {
        padding-top: 0;
    }

.f-blog-short-post--w-img a {
    color: #666;
}

    .f-blog-short-post--w-img a:hover {
        color: #e26228;
    }

.b-blog-short-post__item_img {
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

.b-blog-short-post__item_text a {
    display: inline-block;
}

.f-blog-short-post--popular a {
    color: #515151;
    font-size: 1.23077em;
    line-height: 1.2;
}

.b-blog-short-post--popular {
    border-bottom: 1px solid #ececec;
    margin-top: 7px;
    padding-bottom: 12px;
}

.b-blog-short-post--img-hover-bordered img {
    border: 2px solid transparent;
}

    .b-blog-short-post--img-hover-bordered a.is-hover img, .b-blog-short-post--img-hover-bordered img:hover {
        border-color: #e26228;
    }

.b-blog-preview {
    border: 1px solid #dedede;
    border-radius: 2px;
}

    .b-blog-preview .b-video-player {
        margin-bottom: 0;
    }

.b-blog-preview__img {
    border-bottom: 2px solid #e26228;
}

.b-blog-preview__content-text {
    max-height: 94px;
    overflow: hidden;
}

.b-blog-preview__content-padding_box {
    padding: 18px;
}

.f-blog-preview__content-title {
    font-size: 1.07692em;
    line-height: 1.42857;
    color: #747474;
}

.f-blog-preview__content-date {
    font-size: .84615em;
    line-height: 1;
    color: #b5b5b5;
}

.f-blog-preview__content-text {
    font-size: .84615em;
    line-height: 2.18182;
    color: #666;
}

.b-blog-listing__infoblock {
    padding: 0 28px 26px 20px;
}

    .b-blog-listing__infoblock .b-infoblock-with-icon__icon {
        width: 49px;
        padding: 10px 5px;
    }

    .b-blog-listing__infoblock .f-infoblock-with-icon__icon .fa {
        font-size: 1.84615em;
        line-height: 1;
    }

    .b-blog-listing__infoblock .b-infoblock-with-icon__info_title {
        display: block;
        padding-top: 0;
    }

.b-blog-listing__additional-text {
    margin-left: 10px;
}

    .b-blog-listing__additional-text i {
        margin-right: 3px;
    }

.b-blog-listing__block {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.b-blog-listing__block-top {
    margin-bottom: 24px;
}

    .b-blog-listing__block-top img {
        width: 100%;
    }

.b-blog-one-column__row {
    border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

    .b-blog-one-column__row .b-blog-one-column__info_edit {
        width: 23px;
        height: 23px;
        margin-right: 10px;
        padding: 2px;
    }

        .b-blog-one-column__row .b-blog-one-column__info_edit .fa {
            font-size: .92308em;
            line-height: 1.2;
        }

    .b-blog-one-column__row img {
        width: 100%;
    }

.b-blog-one-column__info_container {
    padding: 4px 10px 0 0;
    display: block;
}

.b-blog-one-column__info {
    display: inline;
}

    .b-blog-one-column__info i {
        margin-right: 3px;
    }

.b-blog-one-column__info_delimiter {
    padding: 4px 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #dedede;
}

.b-blog-one-column__text {
    font-size: .92308em;
    line-height: 2.125;
}

.b-blog-one-column__top_container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.b-blog-one-column__top_container > div {
    margin-bottom: 30px;
}

.b-blog-one-column__top_container .b-item-hover-action-parent {
    width: 100%;
    height: 178px;
    overflow: hidden;
}

.b-blog-one-column__top_slider {
    margin-bottom: 40px;
}

.b-blog-one-column__top-slider-popover-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .b-blog-one-column__top-slider-popover-text .b-bg-slider-lg-info-l__item-title {
        padding-right: 100px;
        white-space: normal;
        font-size: 13px;
        padding-bottom: 15px;
    }

.f-blog-one-column__top-slider-popover-text-title {
    font-size: 1.53846em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .f-blog-one-column__top-slider-popover-text-title {
        font-size: 1.23077em;
        line-height: 1.2;
    }
}

@media screen and (max-width:479px) {
    .f-blog-one-column__top-slider-popover-text-title {
        font-size: 1.07692em;
        line-height: 1.2;
    }
}

.b-blog-one-column__top-slider-popover-next-container {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    margin: -31px 25px 0;
}

.b-blog-one-column__top-slider-popover-next {
    width: 62px;
    height: 62px;
    background-color: #e9682e;
    box-shadow: 0 0 0 2px rgba(255,255,255,.3);
    border-radius: 50%;
    padding-left: 16px;
    padding-top: 11px;
    display: block;
}

    .b-blog-one-column__top-slider-popover-next:hover {
        background-color: #fff;
    }

.f-blog-one-column__top-slider-popover-next {
    font-size: 2.76923em;
    line-height: 1;
    color: #fff;
}

.b-blog__title {
    position: relative;
    top: -5px;
    margin-bottom: 1px;
}

.f-blog__title {
    color: #666;
}

    .f-blog__title:hover {
        color: #e26228;
    }

.b-infoblock__info_text_title {
    margin-bottom: 10px;
}

.b-blog-listing__pretitle {
    margin-bottom: 14px;
}

.b-blog-listing__text {
    margin-bottom: 7px;
}

.f-info--big {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #515151;
}

.b-article__social-info {
    margin: 21px 0 0;
}

    .b-article__social-info ul {
        padding: 0;
        list-style-type: none;
    }

        .b-article__social-info ul li {
            margin: 0;
            padding: 6px 0 7px;
            border-bottom: 1px solid #ececec;
        }

            .b-article__social-info ul li:first-child {
                border-top: 1px solid #ececec;
                padding: 9px 0 8px;
            }

.b-article__description {
    margin: 14px 0 0;
}

    .b-article__description .f-blockquote--primary {
        font-size: 1em;
        line-height: 1.84615;
        color: #777;
    }

.b-article__social-info-name {
    margin: 0 12px 0 0;
}

.f-article__social-info-name {
    color: #e26228;
}

    .f-article__social-info-name .fa {
        font-size: 1.23077em;
        line-height: 1.125;
    }

.f-article_title {
    font-size: 1.84615em;
    line-height: 1.08333;
    color: #515151;
}

    .f-article_title.b-title-b-hr {
        margin: 0 0 4px;
        padding-top: 20px;
    }

.b-article__tag .b-tag {
    margin: 0 6px 0 0;
    padding: 5px 8px;
}

.b-article__social .f-btn-group-hor__item .fa {
    font-size: 1.07692em;
    line-height: 1;
}

.b-article__social .b-btn-group-hor__item {
    height: 26px;
    padding: 6px 0;
    margin: 0 2px;
    width: 26px;
}

.b-author-blog-box {
    margin: 25px 0 30px;
}

.b-author-box {
    background: #fafafa;
    border: 1px solid #ebebeb;
    padding: 14px 12px 20px;
}

    .b-author-box:after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
    }

.b-author__img {
    float: left;
    margin: 0 14px 0 0;
}

    .b-author__img img {
        border-radius: 50%;
        border: 2px solid #f4f4f4;
    }

.b-author__descr {
    overflow: hidden;
}

.b-author__descr__data {
    border-bottom: 1px solid #e4e4e4;
}

    .b-author__descr__data:after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        position: relative;
    }

@media screen and (max-width:767px) {
    .b-author__img {
        float: none;
    }

    .b-author__descr__data {
        padding: 0 0 10px;
    }
}

.b-author__descr__data__name {
    float: left;
}

.f-author__descr__data__name {
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #e26228;
    text-transform: uppercase;
}

    .f-author__descr__data__name span {
        font-size: .76923em;
        line-height: 1.6;
        text-transform: none;
        color: #515151;
    }

.b-bg-block .b-bg-block__person .name, .f-comment__title, .f-demo-thumbnails_item_name, .f-employee-item__position, .f-info-container__title span, .f-lg-container-title, .f-some-examples-quaternary .f-btn, .f-some-examples-quaternary .f-some-examples__item_name, .f-some-examples-secondary .f-some-examples__item_name, .f-some-examples-tertiary .f-btn, .f-some-examples-tertiary .f-some-examples__item_name, .f-top-logo-block_title {
    text-transform: uppercase;
}

.b-author__descr__data__social {
    float: right;
}

@media screen and (max-width:639px) {
    .b-author__descr__data__social {
        float: none;
        width: 100%;
    }

        .b-author__descr__data__social:before {
            content: '';
            display: block;
            clear: both;
            visibility: hidden;
            position: relative;
        }
}

.b-author__descr__data__social .f-btn-group-hor__item {
    height: 26px;
    margin: 0 2px;
    width: 26px;
}

    .b-author__descr__data__social .f-btn-group-hor__item .fa {
        font-size: 1.07692em;
        line-height: 1;
    }

.f-author__link {
    color: #e26228;
}

    .f-author__link:hover {
        color: #898989;
    }

.b-comments-box {
    border: 1px solid #dedede;
}

.b-comment__img, .b-comment__img img {
    border-radius: 50%;
}

.b-comment__title {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    background: #fbfbfb;
    padding: 15px 8px 10px;
}

    .b-comment__title .b-comment__title__name {
        display: inline-block;
        width: 50%;
    }

    .b-comment__title .b-comment__now {
        display: inline-block;
        width: 50%;
        margin: 0 0 0 -4px;
    }

    .b-comment__title .f-comment__now {
        text-align: right;
    }

@media screen and (max-width:639px) {
    .b-comment__title .b-comment__now {
        display: block;
        width: 100%;
        margin: 2px 0 0;
    }

    .b-comment__title .f-comment__now {
        text-align: left;
    }
}

.f-infoblock-with-icon--r .f-infoblock-with-icon__info, .f-infoblock-with-icon--sides-l .f-infoblock-with-icon__info {
    text-align: right;
}

.f-comment__title {
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #e26228;
}

    .f-comment__title .f-comment__now {
        font-size: .92308em;
        line-height: 1.33333;
        text-transform: none;
        color: #e26228;
    }

        .f-comment__title .f-comment__now:hover {
            color: #898989;
        }

.b-comment__list ul {
    padding: 29px 20px 0 14px;
    list-style-type: none;
}

    .b-comment__list ul li {
        margin: 0 0 25px;
    }

        .b-comment__list ul li ul {
            padding: 0 0 0 65px;
        }

            .b-comment__list ul li ul li {
                margin: 0;
            }

                .b-comment__list ul li ul li .b-comment-item {
                    margin: 0 0 19px;
                }

@media screen and (max-width:767px) {
    .b-comment__list ul li ul {
        padding: 0 0 0 45px;
    }
}

.b-comment__list ul > li:last-child .b-comment-item {
    border-bottom: 0;
    margin: 0;
}

.b-comment-item {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 19px;
    padding: 0 0 6px;
}

    .b-comment-item:after {
        content: '';
        display: block;
        position: relative;
        visibility: hidden;
        clear: both;
    }

.b-comment__img {
    float: left;
    margin: 0 10px 0 0;
}

.b-comment__descr {
    overflow: hidden;
}

    .b-comment__descr .b-comment__descr__data {
        padding: 5px 0;
    }

        .b-comment__descr .b-comment__descr__data .b-comment__descr__name {
            display: inline-block;
            width: 50%;
            vertical-align: middle;
        }

        .b-comment__descr .b-comment__descr__data .f-comment__descr__name {
            font-size: 1.15385em;
            line-height: 1.06667;
            color: #e26228;
        }

        .b-comment__descr .b-comment__descr__data .b-comment__descr__info {
            display: inline-block;
            width: 50%;
            vertical-align: middle;
            margin: 0 0 0 -4px;
        }

            .b-comment__descr .b-comment__descr__data .b-comment__descr__info .f-comment-link-color {
                color: #e26228;
            }

                .b-comment__descr .b-comment__descr__data .b-comment__descr__info .f-comment-link-color:hover {
                    color: #898989;
                }

        .b-comment__descr .b-comment__descr__data .f-comment__descr__info {
            font-size: .92308em;
            line-height: 1.16667;
            color: #989898;
            text-align: right;
        }

    .b-comment__descr .f-comment__descr__txt, .f-h4-special--gray.b-h4-special {
        color: #666;
    }

@media screen and (max-width:767px) {
    .b-comment__img {
        float: none;
    }

    .b-comment__descr .b-comment__descr__data .b-comment__descr__info {
        display: block;
        width: 100%;
        margin: 2px 0 0;
    }

    .b-comment__descr .b-comment__descr__data .f-comment__descr__info {
        text-align: left;
    }
}

.b-blog-form-box {
    margin: 30px 0 0;
}

.b-article-box--video .b-title-b-hr {
    padding-top: 0;
}

.f-h4-special--gray.b-h4-special:hover {
    color: #e26228;
}

.b-contacts-short-item-group {
    margin: 0;
}

    .b-contacts-short-item-group > [class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

.b-contacts-short-item {
    border-top: 1px solid #ddd;
    padding-bottom: 8px;
    padding-top: 15px;
}

@media screen and (max-width:979px) and (min-width:640px) {
    .b-contacts-short-item {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.b-contacts-short-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.b-contacts-short-item__icon {
    width: 30px;
}

.f-contacts-short-item__icon {
    color: #e9682e;
}

.f-contacts-short-item__icon_lg {
    font-size: 1.92308em;
    line-height: 1;
}

.f-contacts-short-item__icon_md {
    font-size: 1.69231em;
    line-height: 1;
}

.f-contacts-short-item__icon_xs {
    font-size: 1.07692em;
    line-height: 1;
}

.f-contacts-short-item__text {
    font-size: .92308em;
    line-height: 2;
    color: #515151;
}

    .f-contacts-short-item__text a {
        text-decoration: none;
        color: #616161;
    }

        .f-contacts-short-item__text a:hover {
            color: #e26228;
        }

.f-contacts-short-item__text_email, .f-contacts-short-item__text_phone {
    color: #515151;
}

.f-contacts-short-item__text_email {
    line-height: 1.3;
}

.b-desc-section-container {
    padding: 35px 0 5px;
}

.b-desc-section {
    margin: 15px 0;
}

@media screen and (max-width:979px) {
    .b-desc-section-container {
        padding-top: 20px;
    }

    .b-desc-section {
        margin-top: 0;
    }
}

.f-desc-section {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #848484;
}

@media screen and (max-width:767px) {
    .f-desc-section {
        font-size: 1.15385em;
        line-height: 2;
    }
}

.f-desc-section.f-small {
    font-size: 1.07692em;
    line-height: 1.2;
}

.f-desc-section--light {
    color: #fff;
}

.b-infoblock-with-icon-group [class*=col-] {
    margin: 35px 0;
}

@media screen and (max-width:979px) and (min-width:640px) {
    .b-infoblock-with-icon-group [class*=col-] {
        margin: 11px 0;
    }
}

@media screen and (max-width:639px) {
    .b-contacts-short-item {
        border: 0;
    }

    .b-infoblock-with-icon-group [class*=col-] {
        margin: 12px 0;
    }
}

.b-infoblock-with-icon-group [class*=col-].b-null-bottom-indent {
    margin-bottom: 0;
    padding-bottom: 0;
}

.f-infoblock-with-icon__icon {
    text-align: center;
}

    .f-infoblock-with-icon__icon .fa {
        font-size: 2.15385em;
        line-height: 1;
        color: #fff;
    }

    .f-infoblock-with-icon__icon:hover .fa {
        color: #e9682e;
    }

.b-infoblock-with-icon__icon {
    -webkit-transition: background .7s ease;
    -moz-transition: background .7s ease;
    -ms-transition: background .7s ease;
    -o-transition: background .7s ease;
    transition: background .7s ease;
    background: #e9682e;
    border: 2px solid transparent;
    border-radius: 3px;
    display: block;
    padding: 18px 5px;
    position: relative;
    float: left;
    width: 68px;
}

.b-infoblock-with-icon--r .b-infoblock-with-icon__icon, .b-infoblock-with-icon--sides-l .b-infoblock-with-icon__icon {
    float: right;
}

.b-infoblock-with-icon__icon:hover {
    background: #fff;
    border-color: #e9682e;
}

.b-infoblock-with-icon--circle-icon .b-infoblock-with-icon__icon {
    border-radius: 50%;
    height: 68px;
}

.b-infoblock-with-icon__info {
    overflow: hidden;
    padding-left: 16px;
}

.b-infoblock-with-icon__info_title {
    display: inline-block;
    margin-bottom: 5px;
}

.f-infoblock-with-icon__info_title {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #666;
    text-decoration: none;
}

.f-info-container__text a:hover, .f-twitter-feeds__item_twit a:hover {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .f-infoblock-with-icon__info_title {
        font-size: 1.07692em;
        line-height: 1.2;
    }
}

.f-infoblock-with-icon__info_text {
    font-size: .92308em;
    line-height: 2;
    color: #666;
}

.b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon, .b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon {
    border-radius: 0;
}

.b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon {
    margin-left: 14px;
}

    .b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon:after {
        border-color: #e9682e #e9682e transparent transparent;
        border-style: solid;
        border-width: 7px;
        content: '';
        position: absolute;
        left: -16px;
        top: -2px;
        z-index: 1;
    }

    .b-infoblock-with-icon--dialog-l .b-infoblock-with-icon__icon:hover:before {
        border-color: #fff #fff transparent transparent;
        border-style: solid;
        border-width: 6px;
        content: '';
        position: absolute;
        left: -11px;
        top: 0;
        z-index: 2;
    }

.b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon {
    margin-right: 14px;
}

    .b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon:after {
        border-color: #e9682e transparent transparent #e9682e;
        border-style: solid;
        border-width: 7px;
        content: '';
        position: absolute;
        right: -16px;
        top: -2px;
        z-index: 1;
    }

    .b-infoblock-with-icon--dialog-r .b-infoblock-with-icon__icon:hover:before {
        border-color: #fff transparent transparent #fff;
        border-style: solid;
        border-width: 6px;
        content: '';
        position: absolute;
        right: -11px;
        top: 0;
        z-index: 2;
    }

.b-infoblock-with-icon--sides-l [class*=col-], .b-infoblock-with-icon--sides-r [class*=col-] {
    margin: 15px 0 10px;
}

.b-infoblock-with-icon--sides-r {
    padding-right: 0;
    padding-left: 35px;
}

@media screen and (max-width:767px) {
    .b-infoblock-with-icon--sides-r {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.b-infoblock-with-icon--sides-l {
    padding-right: 35px;
    padding-left: 0;
}

@media screen and (max-width:979px) and (min-width:768px) {
    .b-infoblock-with-icon--sides-l {
        border-right: 1px solid #ddd;
    }
}

@media screen and (max-width:767px) {
    .b-infoblock-with-icon--sides-l {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.b-infoblock-with-icon--r .b-infoblock-with-icon__info, .b-infoblock-with-icon--sides-l .b-infoblock-with-icon__info {
    padding-left: 0;
    padding-right: 16px;
}

.b-bg-block .b-bg-block__person, .f-infoblock-with-icon--center, .f-infoblock-with-icon--center .f-infoblock-with-icon__info, .f-infoblock-with-icon--textbox .f-infoblock-with-icon__info {
    text-align: center;
}

.b-infoblock-with-icon--center .b-infoblock-with-icon {
    margin: 0 12%;
}

.b-infoblock-with-icon--center .b-infoblock-with-icon__icon {
    float: none;
    margin: 0 auto 20px;
}

.b-infoblock-with-icon--center .b-infoblock-with-icon__info {
    padding: 0;
}

.b-infoblock-with-icon--center.b-infoblock-with-icon--small-indent .b-infoblock-with-icon {
    margin: 0 4px;
}

.b-infoblock-with-icon--center.b-infoblock-with-icon--small-indent p {
    margin-bottom: 0;
}

.b-infoblock-with-icon--sm .b-infoblock-with-icon {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .b-infoblock-with-icon--sm .b-infoblock-with-icon:hover {
        background: #fff;
        border-color: #f1f1f1;
    }

.b-infoblock-with-icon--sm .b-infoblock-with-icon__icon {
    background: 0 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 38px;
}

.f-infoblock-with-icon--sm .f-infoblock-with-icon__icon .fa {
    color: #e9682e;
}

.b-infoblock-with-icon--textbox .b-infoblock-with-icon {
    position: relative;
}

.b-infoblock-with-icon--textbox .b-infoblock-with-icon__info {
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 45px 20px 15px;
    position: relative;
    margin-top: -45px;
    z-index: 1;
}

.b-infoblock-with-icon--textbox .b-infoblock-with-icon__icon {
    float: none;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.b-infoblock-with-icon--textbox .b-infoblock-with-icon__info_text {
    margin-bottom: 10px;
}

.b-infoblock-with-icon--colored-bg .b-infoblock-with-icon:hover {
    background: 0 0;
    border-color: transparent;
}

.b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__icon .fa, .b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info, .b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info_text, .b-infoblock-with-icon--colored-bg .f-infoblock-with-icon__info_title {
    color: #fff;
}

.b-infoblock-with-icon--circle-icon .f-infoblock-with-icon__icon--text {
    color: #fff;
    font-size: 1.07692em;
    line-height: 2.14286;
}

    .b-infoblock-with-icon--circle-icon .f-infoblock-with-icon__icon--text:hover {
        color: #e26228;
    }

.b-infoblock-with-icon--circle-icon .b-infoblock-with-icon__icon--small {
    height: 45px;
    width: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.b-infoblock-with-icon__progressbar {
    margin-bottom: 20px;
}

.b-infoblock-with-icon--biggest-icons .fa {
    font-size: 46px;
}

.b-bg-block {
    background-size: cover;
    padding: 92px 0 135px;
}

@media screen and (max-width:979px) {
    .b-bg-block {
        padding: 60px 0 54px;
    }
}

@media screen and (max-width:767px) {
    .b-bg-block {
        padding: 20px 0 5px;
    }
}

.b-bg-block .b-btn {
    margin: 0 5px 10px;
    box-shadow: 0 0 2px 0 #795e3a;
}

.b-bg-block .b-ico {
    margin-right: 5px;
}

.b-bg-block h1 {
    margin-bottom: 6px;
}

.b-bg-block.person {
    padding: 60px 0 0;
}

.b-bg-block .b-bg-block__person .avatar {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

    .b-bg-block .b-bg-block__person .avatar img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 50%;
        height: 107px;
        width: 107px;
    }

.b-bg-block .b-bg-block__person .name {
    margin: 15px 0;
    font-size: 1.23077em;
    line-height: 1.25;
    font-weight: 700;
}

.b-bg-block .b-bg-block__person .quote {
    margin-top: 20px;
    font-size: 1.84615em;
    line-height: 1.25;
    font-weight: 300;
}

.f-bg-block {
    color: #fff;
}

    .f-bg-block .f-btn {
        text-shadow: none;
    }

@media screen and (max-width:979px) {
    .f-bg-block h1 {
        font-size: 2.53846em;
        line-height: 1;
    }
}

.b-bg-block__desc {
    margin-bottom: 22px;
}

@media screen and (max-width:767px) {
    .f-bg-block h1 {
        font-size: 1.84615em;
        line-height: 1.375;
    }

    .b-bg-block__desc {
        margin-bottom: 15px;
    }
}

.f-bg-block__desc {
    font-size: 1.23077em;
    line-height: 2.5;
}

@media screen and (max-width:979px) {
    .f-bg-block__desc {
        font-size: 1em;
        line-height: 2.53846;
    }
}

@media screen and (max-width:767px) {
    .f-bg-block__desc {
        font-size: 1em;
        line-height: 1.84615;
    }
}

.b-section-info:after, .b-section-info__img:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    font-size: 0;
    height: 0;
}

.b-section-info {
    border-bottom: 1px solid #e8e8e8;
    padding: 60px 0 50px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .b-section-info {
        padding: 30px 0 15px;
    }

        .b-section-info .l-container {
            padding: 0 10px;
        }
}

.b-section-info__img {
    padding-top: 50px;
}

    .b-section-info__img img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        float: right;
    }

.b-section-info__text {
    padding-left: 4%;
}

.f-section-info__text h2 {
    font-size: 2em;
    line-height: 1.15385;
}

@media screen and (max-width:979px) {
    .f-section-info__text h2 {
        font-size: 1.61538em;
        line-height: 1.57143;
    }
}

@media screen and (max-width:767px) {
    .b-section-info__img {
        padding-top: 0;
        padding-bottom: 30px;
    }

        .b-section-info__img img {
            float: none;
        }

    .f-section-info__text h2 {
        font-size: 1.61538em;
        line-height: 1.14286;
    }
}

.f-section-info__text_short {
    font-size: .92308em;
    line-height: 1.2;
    color: #949494;
}

@media screen and (max-width:979px) {
    .f-section-info__text_short {
        font-size: .76923em;
        line-height: 1.2;
    }
}

@media screen and (max-width:767px) {
    .f-section-info__text_short {
        font-size: .76923em;
        line-height: 2.4;
    }
}

.b-section-info__img-r .b-section-info__img {
    float: right;
    padding-top: 0;
}

    .b-section-info__img-r .b-section-info__img:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-section-info__img-r .b-section-info__img img {
        float: left;
    }

.f-section-info__img-r h2 {
    font-size: 2.30769em;
    line-height: 1;
}

@media screen and (max-width:979px) {
    .f-section-info__img-r h2 {
        font-size: 1.84615em;
        line-height: 1;
    }
}

@media screen and (max-width:767px) {
    .b-section-info__img-r .b-section-info__img img {
        float: none;
    }

    .f-section-info__img-r h2 {
        font-size: 1.69231em;
        line-height: 1.04545;
    }
}

.f-section-info__img-r .f-section-info__text_short {
    font-size: 1em;
    line-height: 2.15385;
}

@media screen and (max-width:979px) {
    .f-section-info__img-r .f-section-info__text_short {
        font-size: .76923em;
        line-height: 2.4;
    }
}

.b-section-visual_1 {
    position: absolute;
    right: 15px;
    bottom: -133px;
}

@media screen and (max-width:1023px) {
    .b-section-visual_1 {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .b-section-info__text_group {
        padding-left: 30px;
    }

    .b-section-visual_1 {
        bottom: -85px;
    }
}

.b-info-container--demos {
    background: #e26228;
    padding: 87px 0 110px;
}

@media screen and (max-width:767px) {
    .b-info-container--demos {
        padding: 50px 0 60px;
    }
}

.b-info-container--demos p {
    margin-bottom: 24px;
    padding-right: 22%;
}

.f-info-container--demos h2 {
    font-size: 2.30769em;
    line-height: 1;
}

.f-info-container--demos .f-section-info__text_short {
    font-size: 1em;
    line-height: 2.15385;
    color: #fff;
}

.fade-in-animate {
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -ms-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    visibility: hidden;
    opacity: 0;
}

    .fade-in-animate.visible {
        visibility: visible;
        opacity: 1;
    }

.wrap-img-appearance {
    position: relative;
}

    .wrap-img-appearance img {
        position: absolute;
        visibility: hidden;
    }

        .wrap-img-appearance img.animated {
            visibility: visible;
        }

.j-data-element {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    visibility: hidden;
    opacity: 0;
}

    .j-data-element.animated {
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        visibility: visible;
        opacity: 1;
    }

.b-list-markers-2col:after, .b-some-examples__item_action:after, .b-some-examples__item_double_info:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

[data-fixed_top] {
    position: relative;
    z-index: 2;
}

    [data-fixed_top].is-fixed-element {
        position: fixed;
        z-index: 1;
        top: 0;
        width: 100%;
    }

.b-about-container__with-img-l .container, .b-infoblock, .b-infoblock--small, .b-some-examples__item_img {
    position: relative;
}

@media screen and (max-width:979px) {
    .b-some-examples {
        padding: 0 25px;
    }
}

.b-some-examples [class*=col-] {
    margin: 15px 0;
}

.f-some-examples {
    text-align: left;
}

.b-demo-thumbnails_item, .f-categories-icons__item, .f-employee-item, .f-finish-info, .f-info-container {
    text-align: center;
}

.b-some-examples__item {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    overflow: hidden;
}

.b-some-examples__item_img {
    border-bottom: 2px solid #e26228;
}

    .b-some-examples__item_img.b-radius-null img {
        border-radius: 0;
    }

    .b-some-examples__item_img img {
        border-radius: 2px 2px 0 0;
        display: block;
        width: 100%;
    }

.b-some-examples__item_info {
    padding: 7px 16px 0 19px;
}

.b-some-examples__item_info_level {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
}

    .b-some-examples__item_info_level:first-child {
        border: 0;
    }

.f-some-examples__item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

    .f-some-examples__item_name a {
        font-size: 1.38462em;
        line-height: 1;
        color: #666;
    }

        .f-some-examples__item_name a:hover {
            color: #e26228;
        }

    .f-some-examples__item_name.f-title-small a {
        font-size: 1.07692em;
        line-height: 1.28571;
    }

.b-some-examples__item_double_info:after {
    font-size: 0;
}

.b-some-examples__item_double_info .b-info-group ul {
    margin: 0;
}

.f-some-examples__item_double_info {
    font-size: .92308em;
    line-height: 1.2;
    color: #666;
}

.f-some-examples__item_description {
    font-size: .84615em;
    line-height: 2.18182;
}

.b-some-examples__item_action {
    background: #fafafa;
    border-top: 1px solid #d9d9d9;
    padding: 10px 14px 10px 19px;
    box-shadow: inset 0 -2px 4px #f6f6f6;
}

    .b-some-examples__item_action:after {
        font-size: 0;
    }

.b-some-examples__item_total {
    padding-top: 5px;
}

.f-some-examples__item_total {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #e26228;
}

.b-some-examples-secondary .b-some-examples__item {
    border: none;
    padding-bottom: 10px;
}

@media screen and (max-width:767px) {
    .b-some-examples-secondary .b-some-examples__item {
        border-bottom: 1px solid #dedede;
    }
}

.b-some-examples-secondary .b-some-examples__item_img {
    border-bottom: 0;
}

.b-some-examples-secondary .b-some-examples__item_info {
    padding-left: 0;
    padding-right: 0;
}

.b-some-examples-secondary .b-some-examples__item_info_level {
    border: 0;
}

.b-some-examples-tertiary .b-some-examples__item_info_level {
    border-color: transparent;
    padding: 5px 0;
}

    .b-some-examples-tertiary .b-some-examples__item_info_level:first-child {
        padding-top: 13px;
    }

    .b-some-examples-tertiary .b-some-examples__item_info_level:last-child {
        padding-bottom: 13px;
    }

.b-list-markers {
    padding-left: 0;
}

    .b-list-markers li {
        list-style: none;
        margin-bottom: 12px;
    }

.f-list-markers li {
    font-size: 1.1em;
    line-height: 1.2;

}

    .f-list-markers li a {
        color: inherit;
    }

        .f-list-markers li a:hover, .f-list-markers__ico {
            color: #e26228;
        }

.f-list-markers .fa {
    font-size: 1.15385em;
    line-height: 1.2;
}

.b-list-markers-2col {
    margin: 0;
    padding: 15px 0 10px;
}

    .b-list-markers-2col:after {
        font-size: 0;
    }

    .b-list-markers-2col li {
        display: inline-block;
        padding-right: 5px;
        vertical-align: top;
        width: 50%;
    }

.f-list-markers-2col {
    font-size: 0;
}

    .f-list-markers-2col li {
        font-size: 12px;
    }

.b-list-markers__ico {
    margin-right: 5px;
}

.b-list-markers__alpha, .b-list-markers__number {
    padding: 2px 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.b-list-markers__alpha {
    background: #e26228;
}

.b-list-markers__number {
    background: #666;
}

.f-list-markers__alpha, .f-list-markers__number {
    font-size: .92308em;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
}

.f-list-markers-default-color, .f-list-markers-default-color .f-list-markers__ico {
    color: #666;
}

.b-list-markers--without-leftindent {
    padding-left: 0;
}

.f-list-markers--medium li {
    font-size: 13px;
}

    .f-list-markers--medium li .f-list-markers__ico {
        vertical-align: middle;
        font-size: 1.23077em;
        line-height: 1.2;
    }

.b-list-markers--short li {
    display: inline-block;
}

.b-employee {
    padding: 38px 0 50px;
}

    .b-employee .b-hr-stars {
        margin-bottom: 15px;
    }

@media screen and (max-width:767px) {
    .b-list-markers-2col li {
        float: none;
        width: 100%;
    }

    .b-employee-container {
        padding: 0 35px;
    }

        .b-employee-container [class*=col-] {
            margin-top: 30px;
        }

            .b-employee-container [class*=col-]:first-child {
                margin-top: 0;
            }
}

.b-employee-item__img {
    display: block;
    margin-bottom: 20px;
}

.b-employee-item__social_btn {
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -ms-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    color: #fff;
    background: #adadad;
    display: inline-block;
    border-radius: 50%;
    padding: 6px 8px;
    margin-left: 10px;
}

@media screen and (max-width:979px) {
    .f-employee__desc {
        font-size: .92308em;
        line-height: 2.16667;
    }

    .b-employee-item__img {
        margin-bottom: 5px;
    }

    .b-employee-item__social_btn {
        font-size: .69231em;
        line-height: 1;
        padding: 5px;
    }
}

.b-employee-item__social_btn:hover {
    color: #fff;
    background: #e26228;
}

.b-employee-item__social_btn:first-child {
    margin-left: 0;
}

.b-employee-item {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 12px;
}

    .b-employee-item.b-employee-item--color .view-eighth .mask, .b-employee-item.b-employee-item--color .view-sixth .mask {
        background-color: rgba(226,98,40,.5);
    }

    .b-employee-item img {
        border: 1px solid #d5d5d5;
        width: 100%;
    }

    .b-employee-item p {
        padding: 0 3px;
    }

.f-employee-item h4 {
    margin-bottom: 5px;
}

.f-employee-item p {
    color: #666;
}

.f-employee-item__position {
    color: #e9682e;
}

@media screen and (max-width:979px) {
    .b-employee-item p {
        margin-top: 3px;
    }

    .f-employee-item h4 {
        font-size: 1.07692em;
        line-height: 1.2;
    }

    .f-employee-item p {
        font-size: .69231em;
        line-height: 2;
    }

    .f-employee-item__position {
        font-size: .76923em;
        line-height: 1.2;
    }
}

.b-infoblock, .b-infoblock--small, .b-infoblock--without-padding {
    border-bottom: 1px solid #e6e6e6;
}

.b-infoblock, .b-infoblock--without-border {
    padding-top: 45px;
    padding-bottom: 40px;
}

@media screen and (max-width:767px) {
    .b-infoblock, .b-infoblock--without-border {
        padding-top: 30px;
        padding-bottom: 25px;
    }
}

.b-infoblock--small {
    padding-top: 30px;
    padding-bottom: 35px;
}

@media screen and (max-width:767px) {
    .b-infoblock--small {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.b-infoblock--small.b-infoblock--without-border {
    border: 0;
}

.b-infoblock-description {
    margin-bottom: 25px;
}

.b-info-container {
    background: #e26228;
    padding: 44px 0 40px;
}

.f-info-container {
    color: #fff;
}

.f-info-container__title .fa {
    font-size: 3.53846em;
    line-height: 1;
    margin-bottom: 6px;
}

.f-info-container__title span {
    font-size: 1.38462em;
    line-height: 1.66667;
}

.b-info-container__text {
    margin-top: 6px;
}

.f-info-container__text {
    font-size: 1.07692em;
    line-height: 2.14286;
}

    .f-info-container__text a {
        color: #616161;
    }

.f-info-container__text--default a {
    color: #e9682e;
}

.b-top-logo-block {
    background: #fafafa;
    border-bottom: 3px solid #e26228;
    padding: 74px 0 52px;
}

    .b-top-logo-block img {
        margin-bottom: 10px;
    }

.b-top-logo-block-inner {
    display: inline-block;
}

.f-lg-container--dark-bg .f-lg-container-description, .f-lg-container--dark-bg .f-lg-container-title, .f-lg-container--dark-bg .f-top-logo-block_title {
    color: #fff;
}

.f-top-logo-block_title {
    font-size: 1.92308em;
    line-height: 1.2;
    color: #666;
    white-space: nowrap;
}

.b-lg-container {
    padding: 80px 0 155px;
}

.f-lg-container-title {
    font-size: 4.61538em;
    line-height: 1.2;
    color: #666;
}

@media screen and (max-width:767px) {
    .b-lg-container {
        padding: 60px 0 100px;
    }

    .f-lg-container-title {
        font-size: 3.38462em;
        line-height: 1.2;
    }
}

.f-lg-container-description {
    font-size: 1.23077em;
    line-height: 1.875;
    color: #666;
}

.b-demo-thumbnails_item {
    padding-bottom: 34px;
}

    .b-demo-thumbnails_item img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

.b-demo-thumbnails_item_name {
    display: inline-block;
    margin-top: 30px;
}

.f-demo-thumbnails_item_name {
    font-size: 1.38462em;
    line-height: 1.11111;
    color: #898989;
}

.slider-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.b-about-container:after, .b-news-item:after {
    visibility: hidden;
    content: " ";
    clear: both;
    height: 0;
}

.b-finish-info {
    padding: 85px 0 245px;
}

@media screen and (max-width:767px) {
    .b-finish-info {
        padding: 85px 0;
    }
}

.b-finish-info_btn {
    margin: 14px 0 28px;
}

.f-finish-info h3 {
    font-size: 2.30769em;
    line-height: 1.2;
    text-transform: none;
}

.b-finish-info_logo-text {
    margin-bottom: 25px;
}

.f-finish-info_logo-text {
    font-size: 1.07692em;
    line-height: 1.42857;
    text-transform: uppercase;
}

.b-about-container {
    background-size: cover;
    overflow: hidden;
}

    .b-about-container:after {
        display: block;
        font-size: 0;
    }

    .b-about-container .container {
        padding-top: 40px;
        padding-bottom: 63px;
    }

.b-about-container__with-img-l .b-about-container__inner {
    position: relative;
    float: right;
    width: 70%;
    z-index: 2;
}

.b-about-container__img {
    bottom: 0;
    left: -127px;
    position: absolute;
    z-index: 1;
}

    .b-about-container__img img {
        display: block;
    }

.f-about-container, .f-about-container a {
    color: #fff;
}

    .f-about-container a:hover {
        color: #e9682e;
    }

.b-about-container__title {
    margin-bottom: 15px;
}

.f-about-container__title {
    font-size: 2.76923em;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width:1023px) {
    .b-about-container .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .b-about-container__with-img-l .b-about-container__inner {
        float: none;
        width: 100%;
    }

    .b-about-container__img {
        display: none;
    }

    .f-about-container__title {
        font-size: 2.30769em;
        line-height: 1;
    }
}

.b-about-container__title_second {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
    margin-bottom: 18px;
}

.f-about-container__title_second {
    font-size: 1.76923em;
    line-height: 1.04348;
}

@media screen and (max-width:1023px) {
    .f-about-container__title_second {
        font-size: 1.53846em;
        line-height: 1;
    }
}

.b-about-container__text {
    margin-bottom: 10px;
}

.f-about-container__text {
    font-size: .92308em;
    line-height: 2;
}

.b-about-container__with-img-l.b-about-container--high .container {
    padding-top: 95px;
    padding-bottom: 60px;
}

@media screen and (max-width:1023px) {
    .b-about-container__with-img-l.b-about-container--high .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.b-news-item {
    background: #fff;
    border: 1px solid #f3f3f3;
    position: relative;
}

    .b-news-item:after {
        display: block;
        font-size: 0;
    }

.b-news-item__img {
    border-right: 1px solid #f3f3f3;
    position: relative;
    float: left;
    width: 46%;
    max-width: 286px;
}

@media screen and (max-width:767px) {
    .b-news-item__img {
        width: 100%;
    }
}

.b-news-item__img img {
    display: block;
    width: 100%;
}

.b-news-item__info {
    float: left;
    padding: 15px 30px 13px;
    position: relative;
    width: 54%;
}

    .b-news-item__info:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 12px;
        border-color: transparent #fff transparent transparent;
        left: -24px;
        top: 23px;
    }

@media screen and (max-width:767px) {
    .b-news-item__info {
        width: 100%;
    }

        .b-news-item__info:before {
            border: 0;
        }
}

.f-news-item__info_title {
    font-size: 1.07692em;
    line-height: 1.71429;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    text-transform: uppercase;
}

.b-news-item__info_title-big {
    margin-bottom: 8px;
}

.f-news-item__info_title-big {
    font-size: 1.38462em;
    line-height: 1.33333;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #e26228;
    text-transform: uppercase;
}

.b-news-item__article:after, .b-news-item__info_additional:after {
    visibility: hidden;
    clear: both;
    display: block;
    font-size: 0;
    content: " ";
    height: 0;
}

.b-news-item__info_additional {
    margin-bottom: 10px;
}

.b-news-item__info_additional_item {
    margin-right: 10px;
}

.b-news-item__article {
    padding: 14px 0 0;
    border-top: 1px solid #e0e0e0;
}

.f-news___color-picker {
    font-size: .92308em;
    line-height: 1.2;
    color: #7f7e7e;
    padding: 6px 0 3px;
}

.f-news___color-picker_title {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.f-news-item__info_additional_item {
    font-size: .92308em;
    line-height: 2;
    color: #b9b8b8;
}

    .f-news-item__info_additional_item a {
        color: #b9b8b8;
    }

        .f-news-item__info_additional_item a:hover {
            color: #e26228;
        }

.b-news-item__info_text {
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden;
}

.f-news-item__info_text {
    font-size: .92308em;
    line-height: 2;
    color: #666;
}

.f-news-item__info_more {
    color: #e26228;
}

.f-news-item__info_category {
    color: #666;
    font-size: 1.07692em;
    line-height: 1.71429;
}

.f-news-item__price {
    color: #e26228;
    font-size: 1.84615em;
    line-height: 1.33333;
}

@media screen and (min-width:768px) {
    .b-categories-icons:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-categories-icons > .b-column {
        float: left;
        margin-left: 1%;
        width: 19.2%;
    }

        .b-categories-icons > .b-column:first-child, .b-categories-icons > .b-column:nth-child(5n+1) {
            margin-left: 0;
        }
}

.b-categories-icons__item_link {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    padding: 40px 0 30px;
}

.is-active-categories-icons__item {
    position: relative;
    bottom: 40px;
    z-index: 100;
}

@media screen and (max-width:767px) {
    .b-categories-icons__item_link {
        padding: 15px 0;
    }

        .b-categories-icons__item_link:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

    .b-categories-icons__item {
        border-color: #e8e8e8;
        border-style: solid;
        border-width: 1px 0 0;
    }

    .f-categories-icons__item {
        text-align: left;
    }

    .is-active-categories-icons__item {
        bottom: auto;
    }
}

.is-active-categories-icons__item.b-categories-icons__item {
    padding: 3px;
}

@media screen and (max-width:767px) {
    .is-active-categories-icons__item.b-categories-icons__item {
        padding: 0;
        border-color: #e8e8e8;
        border-style: solid;
        border-width: 1px 0 0;
    }
}

.is-active-categories-icons__item .b-categories-icons__item_link {
    position: absolute;
    background: #e26228;
    padding: 26px 0 30px;
}

@media screen and (max-width:767px) {
    .is-active-categories-icons__item .b-categories-icons__item_link {
        padding: 15px 0 15px 10px;
        position: relative;
    }
}

.is-active-categories-icons__item .b-categories-icons__item_link:before {
    box-sizing: content-box;
    content: '';
    position: absolute;
    border: 3px solid rgba(255,255,255,.6);
    height: 100%;
    width: 100%;
    left: -3px;
    top: -3px;
}

@media screen and (max-width:767px) {
    .is-active-categories-icons__item .b-categories-icons__item_link:before {
        display: none;
    }
}

.is-active-categories-icons__item .b-categories-icons__item_info {
    display: block;
}

.is-active-categories-icons__item .b-categories-icons__item_icon {
    background: #fff;
}

.is-active-categories-icons__item .f-categories-icons__item_icon {
    color: #e26228;
}

.is-active-categories-icons__item .f-categories-icons__item_info, .is-active-categories-icons__item .f-categories-icons__item_name {
    color: #fff;
}

.b-categories-icons__item_icon {
    background: #e26228;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 18px;
    padding: 20px;
}

.f-categories-icons__item_icon {
    font-size: 2.30769em;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width:767px) {
    .b-categories-icons__item_icon {
        float: left;
        max-width: 80px;
        margin-bottom: 0;
        padding: 10px;
    }

    .f-categories-icons__item_icon {
        font-size: 1.53846em;
        line-height: 1;
    }
}

.b-categories-icons__item_name {
    margin-bottom: 5px;
}

.f-categories-icons__item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.07692em;
    line-height: 1;
    color: #666;
    text-transform: uppercase;
}

.f-categories-icons__item_info {
    font-size: .92308em;
    line-height: 2;
    color: #666;
}

.b-categories-icons__item_info {
    display: none;
}

@media screen and (max-width:767px) {
    .b-categories-icons__item_info {
        display: block;
    }

    .b-categories-icons__item_text {
        padding-left: 20px;
    }
}

.b-app-with-img [class*=col-] {
    margin: 20px 0;
}

.b-app-with-img__item {
    border-radius: 3px;
    box-shadow: 0 -2px 2px -2px #e6e6e6;
    xoverflow: hidden;
}

.b-app-with-img__item_img {
    display: block;
    border-bottom: 2px solid #e26228;
    position: relative;
    overflow: hidden;
}

    .b-app-with-img__item_img img {
        border-radius: 3px 3px 0 0;
        max-width: 100%;
        width: 100%;
    }

.b-app-with-img__item_text {
    background: #f6f6f6;
    padding: 18px 5px 20px;
}

    .b-app-with-img__item_text.b-app-with-img__border {
        border-bottom: 2px solid #ebebeb;
    }

.f-app-with-img__item_name {
    font-size: 1.07692em;
    line-height: 2.85714;
    text-transform: uppercase;
}

.f-app-with-img__item_info {
    font-size: .92308em;
    line-height: 1.2;
    color: #e26228;
}

.b-twitter-feeds [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .b-twitter-feeds [class*=col-]:first-child {
        padding-top: 0;
    }

.b-twitter-feeds__item_name {
    margin-bottom: 10px;
}

.f-twitter-feeds__item_name {
    font-size: 1em;
    line-height: 1.53846;
    color: #e26228;
    text-transform: uppercase;
}

    .f-twitter-feeds__item_name i {
        margin-right: 2px;
    }

.b-twitter-feeds__item_twit {
    margin-bottom: 5px;
}

.f-twitter-feeds__item_twit {
    font-size: .92308em;
    line-height: 1.66667;
}

    .f-twitter-feeds__item_twit a {
        color: #e9682e;
    }

.f-mention-item__comment_text a, .f-mention-item__user_name {
    color: #e26228;
}

.f-category-filter a, .h_account a, .home_acc p a {
    text-decoration: none;
}

.f-twitter-feeds__item_date {
    font-size: .84615em;
    line-height: 1.81818;
}

.b-mention-item {
    margin-bottom: 10px;
}

    .b-mention-item:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.b-mention-item__comment:after, .b-mention-item__comment:before {
    content: '';
    border-style: solid;
    position: absolute;
}

.b-mention-item__user {
    float: left;
    width: 110px;
}

@media screen and (max-width:767px) {
    .b-mention-item__user {
        float: none;
        margin-bottom: 15px;
        width: auto;
    }
}

.b-mention-item__user_img {
    display: inline-block;
    margin-bottom: 5px;
}

    .b-mention-item__user_img img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        width: 87px;
    }

.b-mention-item__user_info {
    padding-left: .5em;
}

.f-mention-item__user_info {
    font-size: .92308em;
    line-height: 1.5;
}

.b-mention-item__comment {
    margin-left: 28px;
}

    .b-mention-item__comment:after {
        border-width: 10px;
        border-color: transparent #fff transparent transparent;
        left: -20px;
        top: 26px;
    }

    .b-mention-item__comment:before {
        border-width: 11px;
        border-color: transparent #e3e3e3 transparent transparent;
        left: -23px;
        top: 25px;
    }

@media screen and (max-width:767px) {
    .b-mention-item__comment {
        margin-left: 0;
    }

        .b-mention-item__comment:after, .b-mention-item__comment:before {
            display: none;
        }
}

.f-mention-item__comment_text {
    font-size: .92308em;
    line-height: 2.33333;
}

.b-mention-short-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.b-mention-item__comment, .b-mention-short-item__comment {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px 18px 8px;
    position: relative;
}

    .b-mention-short-item__comment:after, .b-mention-short-item__comment:before {
        content: '';
        border-style: solid;
        position: absolute;
        left: auto;
        right: 30px;
    }

.b-mention-short-item__comment {
    margin-bottom: 12px;
}

    .b-mention-short-item__comment:after {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-width: 10px;
        border-color: transparent #fff transparent transparent;
        bottom: -10px;
    }

    .b-mention-short-item__comment:before {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-width: 11px;
        border-color: transparent #e3e3e3 transparent transparent;
        bottom: -12px;
    }

.f-mention-short-item__comment_name {
    font-size: .92308em;
    line-height: 2;
    color: #e26228;
}

.b-mention-short-item__comment_text {
    margin-bottom: 15px;
}

.f-mention-short-item__comment_text {
    font-size: .92308em;
    line-height: 2;
    color: #979797;
}

.b-mention-short-item__user {
    padding-right: 45px;
}

.b-mention-item__user_img, .b-mention-short-item__user_img {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    padding: 2px;
}

    .b-mention-item__user_img img, .b-mention-short-item__user_img img {
        border-radius: 50%;
    }

.b-mention-short-item__user_info {
    padding-right: 10px;
    overflow: hidden;
    margin-top: 8px;
}

.f-mention-short-item__user_name {
    font-size: 1.07692em;
    line-height: 1.28571;
    color: #e26228;
}

.f-mention-short-item__user_position {
    font-size: .92308em;
    line-height: 1.5;
}

.b-mention-item--vertically .b-mention-item__user_img {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.b-mention-item--vertically .b-mention-item__comment {
    box-shadow: 0 0 3px 0 rgba(241,241,241,.7);
    margin: -40px 0 0;
    padding: 55px 18px 15px;
    position: relative;
    z-index: 1;
}

.b-logo-item a:hover, .b-logo-partner-box .b-logo-item a {
    background: #fff;
    box-shadow: 0 0 2px #ddd;
}

.b-mention-item--vertically .b-mention-item__comment:after, .b-mention-item--vertically .b-mention-item__comment:before {
    display: none;
}

.b-logo-item, .b-logo-item a, .b-logo-item a:hover .is-hover {
    display: inline-block;
}

.b-mention-item--vertically .b-mention-item__user_info {
    margin-top: 1em;
}

.b-logo-group {
    margin: 15px 2px;
}

.b-logo-item {
    vertical-align: middle;
}

    .b-logo-item a {
        padding: 14px 17px;
        min-height: 75px;
        vertical-align: middle;
        line-height: 47px;
        width: 202px;
        text-align: center;
        margin-bottom: 25px;
    }

        .b-logo-item a:hover .is-normal {
            display: none;
        }

    .b-logo-item img {
        display: inline-block;
        max-width: 100%;
    }

        .b-logo-item img.is-hover {
            display: none;
        }

.b-logo-partner-box .b-logo-item a {
    margin: 0 5px 20px;
}

.b-img-group-wrap {
    position: relative;
    min-height: 470px;
}

.b-img-group, .b-img-group.wrap-img-appearance, .b-img-group_v2, .b-img-group_v2.wrap-img-appearance {
    position: absolute;
}

.b-img-group {
    bottom: 0;
    left: 12%;
}

@media screen and (max-width:979px) {
    .b-img-group-wrap {
        min-height: 0;
    }

    .b-img-group {
        display: none;
    }
}

.b-img-group-wrap--v2 {
    padding-bottom: 10px;
    min-height: 500px;
}

.b-img-group_v2 {
    bottom: 0;
    left: 41.66666667%;
    width: 18%;
}

    .b-img-group_v2.wrap-img-appearance img {
        position: static;
    }

@media screen and (max-width:979px) {
    .b-img-group-wrap--v2 {
        padding-bottom: 30px;
    }

    .b-img-group_v2 {
        display: none;
    }
}

.b-img-group_v2 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.b-img-group-item_1 {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.b-img-group-item_2 {
    bottom: 0;
    position: absolute;
    left: 110px;
    z-index: 1;
}

.img-appearance-1 {
    margin-top: 50px;
    max-width: 536px;
    height: 286px;
}

@media screen and (max-width:479px) {
    .img-appearance-1 {
        height: 180px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.img-appearance-1 .img-appearance-item-1 {
    top: 0;
    width: 86%;
}

.img-appearance-1 .img-appearance-item-2 {
    top: 47%;
    left: 0;
    width: 50%;
}

.img-appearance-1 .img-appearance-item-3 {
    top: 39%;
    left: 63%;
    width: 22%;
}

.img-appearance-1 .img-appearance-item-4 {
    top: 50%;
    left: 84%;
    width: 16%;
}

.img-appearance-1 .img-appearance-item-5 {
    top: 61%;
    left: 79%;
    width: 11%;
}

.b-pagination {
    overflow: hidden;
    width: 100%;
}

    .b-pagination:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-pagination ul {
        padding: 0;
        margin: 15px 0 0;
    }

    .b-pagination li {
        list-style-type: none;
        margin-right: 6px;
        display: inline-block;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        box-shadow: 0 0 5px #dbdbdb;
        height: 32px;
        min-width: 32px;
    }

        .b-pagination li:first-child a, .b-pagination li:last-child a {
            padding-left: 14px;
            padding-right: 14px;
        }

@media screen and (max-width:479px) {
    .b-pagination li {
        margin-right: 2px;
        height: 29px;
        min-width: 23px;
    }

        .b-pagination li:first-child a, .b-pagination li:last-child a {
            padding-left: 8px;
            padding-right: 8px;
        }
}

.b-pagination li:hover {
    border-color: #e26228;
}

.b-pagination li.is-active-pagination {
    background-color: #e26228;
    border-color: #e26228;
}

.b-pagination a {
    padding: 8px 11px;
    display: block;
    position: relative;
    float: left;
}

@media screen and (max-width:479px) {
    .b-pagination a {
        padding: 6px;
    }
}

.b-pagination a.next i {
    margin-left: -1px;
}

.b-pagination a.prev i {
    margin-left: -2px;
}

.b-pagination i {
    position: absolute;
    vertical-align: middle;
}

.f-pagination li {
    font-weight: 700;
}

    .f-pagination li:hover a {
        color: #e26228;
    }

    .f-pagination li.is-active-pagination a {
        color: #fff;
    }

.f-pagination a {
    color: #8b8b8b;
    font-size: 1.07692em;
    line-height: 1.2;
}

.f-pagination i {
    font-size: 2.30769em;
    line-height: .46667;
}

.b-category-filter {
    padding: 20px 0;
}

    .b-category-filter ul {
        margin-bottom: 0;
        padding-left: 0;
    }

        .b-category-filter ul li {
            display: inline-block;
        }

            .b-category-filter ul li a {
                border-radius: 20px;
                padding: 6px 10px;
            }

        .b-category-filter ul:not(.list-unstyled) li a:before {
            width: 5px;
            height: 5px;
            content: '.';
            position: relative;
            left: -4px;
            top: -2px;
        }

        .b-category-filter ul.selected-rectangle li a {
            border-radius: 2px;
        }

.f-category-filter li {
    font-size: .92308em;
    line-height: 2;
}

.f-category-filter a {
    outline: 0;
    color: #515151;
}

    .f-category-filter a:before {
        font-size: 2.46154em;
        line-height: .3125;
    }

    .f-category-filter a:hover {
        color: #e26228;
    }

.f-category-filter .is-category-filter-active a {
    color: #fff;
    background: #e26228;
}

.b-item-hover-action-link {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.b-item-hover-action-parent:hover .b-item-hover-action {
    background: rgba(50,50,50,.68);
}

.b-item-hover-action-parent:hover .b-item-hover-action--alt {
    background-color: rgba(218,119,82,.66);
}

.b-item-hover-action, .b-item-hover-action--alt {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    border-radius: inherit;
}

    .b-item-hover-action--alt:before, .b-item-hover-action:before {
        content: '';
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
    }

.b-item-hover-action__inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.b-item-hover-action__inner-btn_group {
    display: block;
    margin-bottom: 17px;
}

    .b-item-hover-action__inner-btn_group .b-btn {
        margin-left: 5px;
        padding: 14px 14px 12px;
        text-shadow: none;
        border-radius: 2px;
        position: relative;
        z-index: 5;
    }

        .b-item-hover-action__inner-btn_group .b-btn:first-child {
            margin-left: 0;
        }

    .b-item-hover-action__inner-btn_group .fa {
        font-size: 1.23077em;
        line-height: 1;
    }

@media screen and (max-width:480px) {
    .b-item-hover-action__inner-btn_group .b-btn {
        padding: 6px 8px;
    }

    .b-item-hover-action__inner-btn_group .fa {
        font-size: .76923em;
        line-height: 1;
    }
}

.b-item-hover-action__inner-btn_group--medium .b-btn {
    padding: 0;
    height: 45px;
    width: 45px;
    margin-left: 10px;
}

.b-item-hover-action__inner-btn_group--medium .fa {
    font-size: 1.53846em;
    line-height: 2.25;
}

@media screen and (max-width:480px) {
    .b-item-hover-action__inner-btn_group--medium .b-btn {
        margin-left: 3px;
        height: 30px;
        width: 30px;
    }

    .b-item-hover-action__inner-btn_group--medium .fa {
        font-size: 1.15385em;
        line-height: 2;
    }
}

.b-item-hover-action__inner-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    color: #fff;
    background-color: #e9682e;
}

    .b-item-hover-action__inner-bottom:before {
        bottom: 100%;
        left: 50%;
        border: 10px solid transparent;
        border-bottom-color: #e9682e;
        margin-left: -10px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.b-item-hover-action__inner-bottom-title {
    padding: 10px 0 5px;
}

.b-item-hover-action--alt:hover {
    background-color: rgba(218,119,82,.66);
}

.b-item-hover-action--alt .b-btn-light:hover {
    background-color: #e26228;
}

.b-item-hover-action--alt .f-btn-light:hover {
    color: #fff;
}

.b-item-hover-action--text-bottom:before {
    vertical-align: bottom;
}

.b-search-map-tabs.ui-tabs .b-search-map_header {
    margin-bottom: 15px;
}

    .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (max-width:767px) {
    .f-center--xs {
        text-align: center;
    }

    .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor {
        display: block;
    }
}

.b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor li {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    position: relative;
    outline: 0;
}

@media screen and (max-width:767px) {
    .b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor li {
        margin: 0;
        width: 25%;
    }
}

.b-search-map-tabs.ui-tabs .b-search-map_header .b-search-map__tabs-anchor li.ui-state-active:after {
    border-width: 12px;
    border-color: transparent transparent #e26228;
    border-style: solid;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
}

.f-search-map__tabs-anchor li.ui-state-active a {
    color: #e26228;
}

.b-search-map__title {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:767px) {
    .f-search-map__tabs-anchor {
        font-size: 0;
        text-align: justify;
    }

        .f-search-map__tabs-anchor li {
            font-size: 13px;
            text-align: center;
        }

    .b-search-map__title {
        border-bottom: 1px solid #e8e8e8;
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
        padding-bottom: 5px;
    }
}

.f-search-map__title {
    color: #e26228;
    text-transform: uppercase;
}

.b-search-map__wrap {
    background: #e26228;
    border-radius: 2px;
    padding: 15px 25px;
}

.b-search-map__name {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding-right: 12px;
    vertical-align: middle;
}

    .b-search-map__name:after {
        border-left: 1px solid #ea673d;
        border-right: 1px solid #c9471d;
        content: '';
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

.f-search-map__name {
    color: #fff;
    font-size: 1.38462em;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
}

@media screen and (max-width:1169px) {
    .b-search-map__name {
        display: block;
        padding-bottom: 5px;
    }

        .b-search-map__name br {
            display: none;
        }

        .b-search-map__name:after {
            border-width: 1px 0;
            border-style: solid;
            border-color: #ea673d transparent #c9471d;
            bottom: 0;
            height: 2px;
            left: 0;
            right: auto;
            top: auto;
            width: 100%;
        }

    .f-search-map__name {
        text-align: left;
    }
}

.b-search-map__name_hight {
    display: inline-block;
    margin-bottom: 6px;
}

.f-search-map__name_hight {
    font-size: 1.66667em;
    line-height: 1;
}

.b-search-map__fields {
    display: inline-block;
    vertical-align: middle;
}

    .b-search-map__fields .b-form-group {
        margin: 10px 12px;
    }

    .b-search-map__fields input {
        display: block;
        min-width: 204px;
    }

.f-search-map__fields label {
    font-size: 1.07692em;
    line-height: 1.71429;
    color: #fff;
    text-transform: uppercase;
}

.b-search-map__submit {
    border: 2px solid transparent;
}

    .b-search-map__submit:hover {
        border-color: #fff;
    }

.b-full-search {
    margin-top: -86px;
}

@media screen and (max-width:1024px) {
    .b-full-search {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.b-full-search-form {
    background: #e26228;
    border-radius: 3px;
    margin-bottom: 32px;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.28);
    position: relative;
    z-index: 2;
}

.b-full-search-form_check, .b-full-search-form_label, .b-full-search-form_title, .b-search-title {
    margin-bottom: 10px;
}

.b-full-search-form .b-search-map__submit {
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.28);
    padding: 7px 10px 6px;
    width: 100%;
}

@media screen and (max-width:979px) {
    .b-full-search-form .b-search-map__submit {
        margin-top: 38px;
    }
}

.b-full-search-form .form-control--secondary {
    background: #fff;
}

.b-full-search-form input[type=text] {
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.28);
}

.f-full-search-form_title {
    font-size: 1.38462em;
    line-height: 2.22222;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .b-search-map__fields .b-form-group {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .b-search-map__fields input {
        width: 100%;
    }

    .b-full-search-form .b-search-map__submit {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .f-full-search-form_title {
        font-size: 1.23077em;
        line-height: 1.375;
    }
}

.f-full-search-form_label {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #fff;
}

.b-full-search-form_col {
    padding-top: 12px;
    padding-bottom: 10px;
    min-height: 153px;
    border-color: transparent rgba(149,66,29,.19) transparent rgba(241,158,121,.19);
    border-style: solid;
    border-width: 0 1px;
}

    .b-full-search-form_col:first-child {
        border-left-width: 0;
    }

    .b-full-search-form_col:last-child {
        border-right-width: 0;
    }

@media screen and (max-width:1219px) {
    .b-full-search-form_col {
        min-height: 0;
        border-width: 1px 0;
        border-color: rgba(241,158,121,.19) transparent rgba(149,66,29,.19);
    }

        .b-full-search-form_col:first-child {
            border-top-width: 0;
        }

        .b-full-search-form_col:last-child {
            border-bottom-width: 0;
        }
}

.f-search-title {
    font-size: 1.38462em;
    line-height: 1.66667;
    color: #666;
}

.b-tab-top-search {
    background: #fafafa;
    border: 1px solid #f2f2f2;
    padding: 27px 10px 20px;
}

.b-tabs-reset.ui-tabs, .b-tabs-reset.ui-tabs .ui-tabs-nav, .b-tabs-reset.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.b-tab-top-search_item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .b-tab-top-search_item {
        display: block;
    }
}

.b-tab-top-search_item label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
}

@media screen and (max-width:767px) {
    .b-tab-top-search_item label {
        display: block;
        margin-bottom: 6px;
    }
}

.b-tab-top-search_item-control {
    display: inline-block;
    width: 114px;
}

.b-tabs-reset.ui-tabs .ui-tabs-nav li {
    float: none;
    margin: 0;
}

.b-tabs-reset.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 0;
    outline: 0;
}

.b-tabs__content-list-item:not(:first-child) {
    border-top: 1px solid #f2f2f2;
    margin-top: 1em;
    padding-top: 1em;
}

.b-tabs-vertical.ui-tabs .ui-tabs-panel {
    background: url(../img/tab-vertical-bg-shadow.png) left center no-repeat;
    background-size: 11px 100%;
}

@media screen and (max-width:767px) {
    .b-tab-top-search_item-control {
        width: 100%;
    }

    .b-tabs-vertical.ui-tabs .ui-tabs-panel {
        background: 0 0;
        margin-top: 10px;
    }
}

.b-tabs-vertical.ui-tabs .b-tabs-vertical__content-text {
    margin: 10px 10px 10px 42px;
}

@media screen and (max-width:767px) {
    .b-tabs-vertical.ui-tabs .b-tabs-vertical__content-text {
        margin: 15px 10px 10px;
    }
}

.b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    border: 1px solid transparent;
    display: block;
    padding: 10px 10px 10px 27px;
}

    .b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-anchor .fa {
        margin-right: 12px;
    }

.b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
    background: #fff;
    border-color: #a9a9a9 #fff #a9a9a9 #a9a9a9;
}

.f-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 1.23077em;
    line-height: 1.2;
}

.f-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
    font-weight: 600;
    color: #565656;
}

@media screen and (max-width:767px) {
    .b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
        border-color: #ededed;
    }

    .ui-tabs.b-tabs-vertical--default {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.b-tabs-vertical__nav {
    position: relative;
    z-index: 5;
}

.f-tabs-vertical__title {
    color: #e26228;
    text-transform: none;
}

    .f-tabs-vertical__title a {
        color: #e26228;
    }

        .f-tabs-vertical__title a:hover {
            color: #898989;
        }

h3.f-tabs-vertical__title {
    margin: 5px 0 4px;
}

.b-tabs-vertical--secondary.ui-tabs .ui-tabs-panel {
    border: 1px solid #a9a9a9;
    background: 0 0;
    min-height: 322px;
}

.b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background: #eee;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #a9a9a9;
}

.b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav li:last-child .ui-tabs-anchor {
    border-bottom-width: 1px;
}

@media screen and (min-width:768px) {
    .b-tabs-vertical__nav {
        left: 11px;
        padding-right: 0;
    }

    .b-tabs-vertical__content {
        padding-left: 0;
    }

    .b-tabs-vertical--secondary .b-tabs-vertical__nav {
        left: 1px;
    }
}

.b-tabs.ui-tabs .ui-tabs-nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.b-tabs.ui-tabs .ui-tabs-nav li {
    background: #fff;
    background: -webkit-linear-gradient(top,#fff,#f3f3f3);
    background: -moz-linear-gradient(top,#fff,#f3f3f3);
    background: -o-linear-gradient(top,#fff,#f3f3f3);
    background: -ms-linear-gradient(top,#fff,#f3f3f3);
    background: linear-gradient(to bottom,#fff,#f3f3f3);
    float: left;
    margin-right: 3px;
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #f2f2f2;
}

    .b-tabs.ui-tabs .ui-tabs-nav li:last-child {
        margin-right: 0;
    }

    .b-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        display: block;
        padding: 12px 22px;
    }

@media screen and (max-width:767px) {
    .b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        border-right-width: 1px;
    }

    .b-tabs.ui-tabs .ui-tabs-nav li {
        margin-right: 1%;
    }

        .b-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
            padding: 12px 20px;
        }
}

.b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .b-tabs-vertical__nav .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
}

.f-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #e26228;
    text-align: center;
}

.f-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #e26228;
}

.b-tabs__content {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding: 22px 1.5em;
}

.b-tabs--secondary.ui-tabs .tabs-wrap.btns-indent {
    padding: 0 20px;
}

.b-tabs--secondary.ui-tabs .tabs-wrap .j-tabs-btns {
    position: absolute;
    top: 10px;
    font-size: 18px;
    color: #c6c6c6;
    cursor: pointer;
}

.b-tabs--secondary.ui-tabs .tabs-wrap .j-tabs-btn-prev {
    left: 0;
}

.b-tabs--secondary.ui-tabs .tabs-wrap .j-tabs-btn-next {
    right: 0;
}

.b-tabs--secondary.ui-tabs .ui-tabs-nav li {
    background: url(../img/diagonal-line-bg-light.png) left top;
    border-radius: 0;
    display: inline-block;
    min-width: 110px;
    margin-right: 3px !important;
}

    .b-tabs--secondary.ui-tabs .ui-tabs-nav li:hover {
        border-color: #e26228;
    }

@media screen and (max-width:1024px) {
    .b-tabs--secondary.ui-tabs .ui-tabs-nav li:hover {
        border-color: #f2f2f2;
    }
}

.b-tabs--secondary.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-top: 3px solid #e26228;
}

.b-tabs--secondary.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    border-top: 3px solid transparent;
}

.b-tabs--secondary.ui-tabs .ui-tabs-nav li a {
    font-size: 13px;
    line-height: 16.9px;
}

.b-tab-top-search-container.b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fafafa;
}

.b-tab-top-search-container .b-tabs__content {
    padding-top: 0;
}

.b-accordion.ui-accordion .ui-accordion-header {
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-top: 18px;
    padding: 13px 20px 11px;
    position: relative;
}

    .b-accordion.ui-accordion .ui-accordion-header:after {
        color: #e26228;
    }

    .b-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active:after, .f-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
        color: #fff;
    }

    .b-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
        background: #e26228;
        border-bottom: 0;
        outline: 0;
        margin-bottom: 0;
    }

    .b-accordion.ui-accordion .ui-accordion-header:first-child {
        margin-top: 2px;
    }

.b-accordion.ui-accordion .ui-accordion-content {
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 0 1px 1px;
    background-color: #fff;
}

.b-accordion--with-standard-icon .ui-accordion-header:after {
    content: '\f067';
    font-family: FontAwesome;
    right: 16px;
    position: absolute;
    top: 13px;
}

.b-accordion--with-standard-icon .ui-accordion-header.ui-accordion-header-active:after {
    content: '\f068';
}

.f-accordion.ui-accordion .ui-accordion-header {
    font-size: 1.15385em;
    line-height: 1.2;
    text-transform: none;
}

    .f-accordion--info.ui-accordion .ui-accordion-header.ui-accordion-header-active, .f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover, .f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover:after {
        color: #e26228;
    }

        .f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover .ui-accordion-header-icon {
            background-color: #e26228;
        }

.f-accordion.ui-accordion .ui-accordion-content h4 {
    font-size: 1.07692em;
    line-height: 1.2;
    text-transform: none;
}

.b-accordion__content--w-img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.b-accordion__content--w-img .b-accordion__content-img-l {
    margin-right: 22px;
    float: left;
}

.b-accordion__img {
    margin-bottom: .7em;
}

    .b-accordion__img img {
        max-width: 100%;
    }

.b-accordion--smallindent .b-accordion__content {
    padding: 1em 1.1em;
}

.b-accordion--info.ui-accordion .ui-accordion-header {
    border-width: 0 0 1px;
    padding: 22px 20px 21px 50px;
    margin-bottom: 0;
    margin-top: 0;
}

    .b-accordion--info.ui-accordion .ui-accordion-header:after {
        display: none;
    }

    .b-accordion--info.ui-accordion .ui-accordion-header.ui-accordion-header-active {
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }

        .b-accordion--info.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
            background: #e26228;
        }

    .b-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        background: #cdcdcd;
        width: 32px;
        margin-right: 17px;
        margin-top: 0;
        padding: 6px 7px;
        left: 0;
        top: 13px;
        vertical-align: middle;
    }

        .b-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            content: '\f00c';
        }

.b-accordion--info.ui-accordion .ui-accordion-content {
    border-width: 0 0 1px;
    margin-bottom: 0;
    padding-left: 50px;
    padding-bottom: 5px;
}

.f-accordion--info.ui-accordion .ui-accordion-header {
    font-size: 1.07692em;
    line-height: 1.2;
}

    .f-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        text-indent: 0;
    }

        .f-accordion--info.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            font-size: 1.23077em;
            line-height: 1;
            color: #fff;
            font-family: FontAwesome;
        }

.b-accordion--secondary.ui-accordion .ui-accordion-header {
    border-width: 1px 0 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

    .b-accordion--secondary.ui-accordion .ui-accordion-header:last-of-type {
        border-width: 1px 0;
    }

    .b-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active {
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }

        .b-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
            background: #e26228;
        }

    .b-accordion--secondary.ui-accordion .ui-accordion-header .fa {
        margin-right: 5px;
    }

.b-accordion--secondary.ui-accordion .ui-accordion-content {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 23px;
}

.f-accordion--secondary.ui-accordion .ui-accordion-header {
    font-size: 1.07692em;
    line-height: 1.2;
}

    .f-accordion--secondary.ui-accordion .ui-accordion-header:after {
        color: #666;
    }

    .f-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active, .f-accordion--secondary.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
        color: #e26228;
    }

    .f-accordion--secondary.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        text-indent: 0;
    }

        .f-accordion--secondary.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            font-size: 1.23077em;
            line-height: 1;
            color: #fff;
            font-family: FontAwesome;
        }

.ui-datepicker {
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    width: 270px;
}

    .ui-datepicker .ui-datepicker-header {
        color: #fff;
        background: #e26228;
        padding: 10px;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1;
        font-size: 13px;
    }

    .ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year {
        font-size: 1.07692em;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ui-datepicker .ui-datepicker-calendar {
        background: #f8f8f8;
        margin-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-calendar th {
            color: #e26228;
            padding: 20px 0 10px;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            width: 14.3%;
        }

            .ui-datepicker .ui-datepicker-calendar td a {
                font-size: .92308em;
                line-height: 1;
                color: #666;
                text-align: center;
                padding: 12px 0 8px;
                height: 35px;
                width: 35px;
            }

                .ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td a:hover {
                    background: #e26228;
                    color: #fff;
                    border-radius: 50%;
                }

        .ui-datepicker .ui-datepicker-calendar tr:last-child td {
            padding-bottom: 10px;
        }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        top: 8px;
        height: auto;
        width: auto;
    }

        .ui-datepicker .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-prev:after {
            font-size: .61538em;
            line-height: 1;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 50%;
            background: #e26228;
            font-family: FontAwesome;
            font-weight: 400;
            padding: 3px;
            width: 16px;
            display: inline-block;
            text-align: center;
        }

        .ui-datepicker .ui-datepicker-next span.ui-icon, .ui-datepicker .ui-datepicker-prev span.ui-icon {
            display: none;
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 10px;
    }

        .ui-datepicker .ui-datepicker-prev:after {
            content: "\f053";
        }

    .ui-datepicker .ui-datepicker-next {
        right: 10px;
    }

        .ui-datepicker .ui-datepicker-next:after {
            content: "\f054";
        }

.b-datapicker-reset .ui-datepicker {
    width: auto;
    box-shadow: 0 0 0 transparent;
}

    .b-datapicker-reset .ui-datepicker .ui-datepicker-calendar td {
        text-align: center;
    }

        .b-datapicker-reset .ui-datepicker .ui-datepicker-calendar td a {
            width: 35px;
            height: 35px;
            line-height: 1.6;
            display: inline-block;
        }

    .b-datapicker-reset .ui-datepicker .ui-datepicker-calendar tr:last-child td {
        padding-bottom: .6em;
    }

.b-benefits-container {
    padding: 50px 0 30px;
}

    .b-benefits-container [class*=col-] {
        margin: 20px 0;
    }

.f-benefits-container, .f-benefits_title {
    color: #fff;
}

.b-benefits_title {
    margin-bottom: 50px;
}

@media screen and (max-width:979px) {
    .b-benefits_title {
        margin-bottom: 30px;
    }
}

.f-benefits_title {
    font-size: 3.69231em;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .f-benefits_title {
        font-size: 3.07692em;
        line-height: 1.2;
    }
}

@media screen and (max-width:767px) {
    .b-benefits_title {
        margin-bottom: 20px;
    }

    .f-benefits_title {
        font-size: 2.30769em;
        line-height: 1.2;
    }
}

.b-benefits_description {
    margin-bottom: 30px;
}

.f-benefits_description {
    font-size: 1.53846em;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .f-benefits_description {
        font-size: 1.38462em;
        line-height: 1.2;
    }
}

@media screen and (max-width:767px) {
    .f-benefits_description {
        font-size: 1.23077em;
        line-height: 1.2;
    }
}

.b-benefits__item_icon {
    margin-bottom: 20px;
}

.b-benefits__item_icon_image {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 156px;
    height: 156px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .b-benefits__item_icon_image img {
        width: 150px;
        height: 150px;
    }

.b-benefits__item_icon_image_hover ul {
    display: inline-block;
    margin: 0;
    line-height: 25px;
    font-size: 16px;
}

.b-benefits__item_icon_image_hover li {
    border-radius: 999px;
    overflow: hidden;
    background-color: #fff;
    width: 25px;
    height: 25px;
}

    .b-benefits__item_icon_image_hover li:hover {
        background-color: #e26228;
    }

.f-benefits__item_icon_image_hover {
    vertical-align: middle;
}

    .f-benefits__item_icon_image_hover li a {
        color: #e26228;
    }

    .f-benefits__item_icon_image_hover li:hover a {
        color: #fff;
    }

.f-benefits__item_icon {
    font-size: 3.46154em;
    line-height: 1;
    color: #e26228;
}

.b-benefits__item_title {
    margin-bottom: 10px;
}

.f-benefits__item_title {
    font-size: 1.23077em;
    line-height: 1.25;
    text-transform: uppercase;
}

.f-benefits__item_description {
    font-size: .92308em;
    line-height: 1.66667;
}

.f-footer-mini-text, .f-footer-mini__link {
    font-size: .92308em;
    line-height: 1.2;
}

.b-video-mac__btn {
    margin-bottom: 20px;
}

.b-video-mac-wrap {
    margin: 0 auto -12px;
    max-width: 674px;
}

.b-video-mac {
    background: url(../img/homepage/mac-video.png) center top no-repeat;
    background-size: 100% auto;
    box-sizing: content-box;
    display: block;
    height: 0;
    margin: 0 10px -25px;
    padding-bottom: 57.6%;
    position: relative;
    z-index: 2;
}

.b-video-mac__player {
    bottom: 40px;
    left: 11.77%;
    position: absolute;
    right: 11.32%;
    top: 18px;
}

@media screen and (max-width:767px) {
    .b-video-mac__player {
        top: 10px;
    }
}

@media screen and (max-width:479px) {
    .b-video-mac__player {
        bottom: 30px;
        top: 10px;
    }
}

.b-video-mac__player iframe {
    height: 100%;
    width: 100%;
}

.b-footer-mini {
    padding: 11px;
    border-top: 1px solid #dedede;
}

.f-footer-mini-text {
    color: #e26228;
}

.f-action-info--default, .f-action-info_text {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}

.f-footer-mini-right {
    float: right;
}

[class*=b-color-picker_color] {
    display: inline-block;
    height: 28px;
    width: 29px;
    border-radius: 3px;
    margin: 2px 4px;
    cursor: pointer;
}

    [class*=b-color-picker_color].is-active, [class*=b-color-picker_color]:hover {
        box-shadow: 2px 2px 0 #ededed,-2px 2px 0 #ededed,0 2px 0 #ededed,2px -2px 0 #ededed,-2px -2px 0 #ededed;
    }

.b-color-picker__box {
    margin: 0 -5px;
}

.b-color-picker_color_1 {
    background-color: #f27491;
}

.b-color-picker_color_2 {
    background-color: #f2d674;
}

.b-color-picker_color_3 {
    background-color: #dfdfdf;
}

.b-color-picker_color_4 {
    background-color: #cc1212;
}

.b-color-picker_color_5 {
    background-color: #62b30c;
}

.b-color-picker_color_6 {
    background-color: #1685d3;
}

.b-color-picker_color_7 {
    background-color: #a28c0f;
}

.b-color-picker_color_8 {
    background-color: #e3921f;
}

.b-color-picker_color_9 {
    background-color: #656565;
}

.b-color-picker_color_10 {
    background-color: #efd108;
}

.b-color-picker_color_11 {
    background-color: #049ab0;
}

.b-color-picker_color_12 {
    background-color: #c4908d;
}

.b-color-picker_color_13 {
    background-color: #f40d85;
}

.b-color-picker_color_14 {
    background-color: #e00ed9;
}

.b-color-picker_color_15 {
    background-color: #875a50;
}

.b-color-picker_color_16 {
    background-color: #96b6cb;
}

.b-color-picker--alt [class*=b-color-picker_color] {
    position: relative;
}

    .b-color-picker--alt [class*=b-color-picker_color]:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #424242;
        opacity: .06;
    }

.b-pricing-info__container:after, .b-sort-panel:after {
    visibility: hidden;
    clear: both;
    content: " ";
}

.b-color-picker--alt [class*=b-color-picker_color].is-active, .b-color-picker--alt [class*=b-color-picker_color]:hover {
    box-shadow: 2px 2px 0 #cdcdcd,-2px 2px 0 #cdcdcd,0 2px 0 #cdcdcd,2px -2px 0 #cdcdcd,-2px -2px 0 #cdcdcd;
}

.b-action-info {
    background: url(../img/shop/action-info.png) center center no-repeat;
    width: 75px;
    height: 69px;
    position: absolute;
    right: -2px;
    top: -2px;
}

@media screen and (max-width:767px) {
    .b-action-info {
        left: -2px;
        background-image: url(../img/shop/action-info-2.png);
    }
}

.b-action-info_text {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: 20px;
    left: 6px;
    padding: 0 5px;
}

@media screen and (max-width:767px) {
    .b-action-info_text {
        transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        top: 20px;
        left: -6px;
    }
}

.f-action-info_text {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.b-action-info--default, .b-action-info--default--secondary {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #529c11;
    padding: 2px 5px 1px;
    border-radius: 1px;
    border: 1px solid #dedede;
}

.b-action-info--default--secondary {
    background-color: #0ea8bf;
}

.b-product-preview {
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dedede;
    box-shadow: 0 0 2px #f8f8f8;
    width: 100%;
}

.b-product-preview__img {
    position: relative;
}

.b-product-preview__content {
    border-top: 3px solid #e26228;
    width: 100%;
    padding: 20px 15px;
    background-color: #f8f8f8;
}

.b-product-preview__content_col {
    vertical-align: middle;
}

    .b-product-preview__content_col:first-child {
        float: right;
        margin-left: 15px;
    }

.b-product-preview__content_price {
    border-radius: 50px;
    background-color: #e26228;
    padding: 6px 6px 4px;
    display: inline-block;
    min-height: 42px;
    min-width: 43px;
}

.f-product-preview__content_title {
    font-size: 1.23077em;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.f-product-preview__content_category {
    font-size: .92308em;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #e26228;
}

    .f-product-preview__content_category a {
        color: #e26228;
    }

.f-product-preview__content_price {
    font-size: 1.38462em;
    line-height: 1.77778;
    color: #fff;
    min-height: 42px;
    min-width: 42px;
    text-align: center;
}

.b-product-preview-row {
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 -1px 2px #f5f5f5;
}

    .b-product-preview-row:hover {
        border: 1px solid #f4c2ac;
    }

.b-product-preview-row__content {
    position: relative;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}

    .b-product-preview-row__content .b-portfolio_info_rating {
        padding-left: .9em;
    }

.b-product-preview-row_description {
    padding: .7em 2em 0 .7em;
    margin-bottom: 1.3em;
    max-height: 102px;
    overflow: hidden;
}

@media screen and (max-width:639px) {
    .b-product-preview-row__content {
        margin-left: 2em;
    }

    .b-product-preview-row_description {
        max-height: 200px;
    }
}

.b-product-preview-row_title {
    padding-left: .5em;
    padding-right: 5em;
}

.b-product-preview-row_btn {
    margin-left: 1em;
}

.b-product-preview-row__img {
    float: left;
    max-width: 270px;
    position: relative;
    margin-right: 15px;
}

@media screen and (max-width:639px) {
    .b-product-preview-row__img {
        float: none;
        max-width: 320px;
    }
}

.b-product-preview-row__img img {
    width: 100%;
}

.b-product-preview-row_btn-panel {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

    .b-product-preview-row_btn-panel .b-btn {
        padding: 14px 14px 12px;
        text-shadow: none;
        border-radius: 2px;
        position: relative;
        margin-left: 5px;
        z-index: 5;
    }

        .b-product-preview-row_btn-panel .b-btn.is-active {
            background-color: #e26228;
            color: #fff;
        }

@media screen and (max-width:767px) {
    .b-product-preview-row_price {
        float: right;
    }
}

.f-view-switcher {
    font-size: .76923em;
    line-height: 1.2;
    color: #919191;
}

[class*=b-view-switcher_] {
    cursor: pointer;
    border: 2px solid #919191;
    border-radius: 2px;
    padding: 2px;
    margin-left: 3px;
}

    [class*=b-view-switcher_]:before {
        position: relative;
        top: .5px;
    }

    [class*=b-view-switcher_].is-view-switcher__item-active {
        color: #e88153;
        border-color: #e88153;
    }

.b-sort-panel {
    margin-top: -3px;
    margin-bottom: 15px;
    float: none;
}

    .b-sort-panel:after {
        display: block;
        font-size: 0;
        height: 0;
    }

.b-sort-panel__inner {
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.b-sort-panel__inner__view.b-sort-panel__inner {
    border-bottom: 0;
    padding-bottom: 0;
}

.b-sort-panel__inner_icon-sort {
    width: 16px;
    height: 19px;
    float: left;
    margin-top: 6px;
}

.f-sort-panel__inner_icon-sort {
    font-size: 1.38462em;
    line-height: 1.22222;
    color: #d2d2d2;
}

    .f-sort-panel__inner_icon-sort:hover {
        color: #e26228;
    }

.b-categories-filter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.b-categories-filter li {
    border-bottom: 1px solid #ececec;
    color: #515151;
    padding: 8px 0 7px;
}

.b-categories-filter i {
    margin-right: 10px;
    font-size: .92308em;
    line-height: 1.2;
}

.b-categories-filter a:hover ~ .f-categories-filter_count {
    color: #fff;
}

.b-categories-filter a:hover ~ .b-categories-filter_count {
    background-color: #e26228;
}

.b-categories-filter_count {
    float: right;
    background-color: #dfdfdf;
    padding: 2px 4px;
    border-radius: 2px;
    min-width: 27px;
    margin-top: -2px;
}

.f-categories-filter_count {
    font-size: .84615em;
    line-height: 1.2;
    text-align: center;
}

.f-categories-filter_name {
    font-size: 1em;
    line-height: 1.2;
}

.b-tag {
    background-color: #f5f5f5;
    padding: 7px 10px;
    margin: 5px 6px 5px 0;
    border-radius: 3px;
    display: inline-block;
}

    .b-tag:hover {
        background-color: #e26228;
    }

.f-tag {
    color: #898989;
    font-size: .92308em;
    line-height: 1.2;
}

    .f-tag:hover {
        color: #fff;
    }

.b-tag-container {
    margin-top: -5px;
    margin-bottom: -5px;
    display: inline-block;
}

[class*=b-alert] {
    display: block;
    padding: 12px 12px 10px 18px;
}

    [class*=b-alert] .fa {
        font-size: 1.15385em;
        line-height: 1.2;
    }

    [class*=b-alert] > div:last-child .fa {
        margin-right: .4em;
    }

    [class*=b-alert] > div:first-child .fa {
        font-size: 1.38462em;
        line-height: 1.2;
        margin-left: .4em;
    }

        [class*=b-alert] > div:first-child .fa:before {
            cursor: pointer;
        }

[class*=f-alert] {
    font-size: 1em;
    line-height: 1.2;
}

.b-alert-normal {
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
}

.f-alert-normal {
    color: #959595;
}

.b-alert-warning {
    background: #ffd6d1;
    border: 1px solid #f9bdb6;
}

.f-alert-warning {
    color: #ff391f;
}

.b-alert-faq {
    background: #fff4bb;
    border: 1px solid #fc6;
}

.f-alert-faq {
    color: rgba(241,158,121,.19);
}

.b-alert-success {
    background: #c1faa8;
    border: 1px solid #9cff70;
}

.f-alert-success {
    color: #6db74c;
}

.b-alert-info {
    background: #bceeff;
    border: 1px solid #8ae1ff;
}

.f-alert-info {
    color: #21c2f8;
}

.b-alert-question {
    background: #decfdf;
    border: 1px solid #e2b5e5;
}

.f-alert-question {
    color: #af75b3;
}

.b-pricing-info__container {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .b-pricing-info__container:after {
        display: block;
        font-size: 0;
        height: 0;
    }

.f-pricing-info__item {
    font-size: 1em;
    line-height: 2.30769;
    color: #989898;
}

.b-pricing-info__item {
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding: 15px 0;
    position: relative;
}

    .b-pricing-info__item .b-btn-sm {
        padding: 10px 23px 7px;
        box-shadow: inset 0 -2px 0 rgba(108,108,108,.7);
    }

    .b-pricing-info__item .b-btn-md {
        padding: 14px 14px 12px;
        box-shadow: inset 0 -2px 0 rgba(108,108,108,.7);
    }

        .b-pricing-info__item .b-btn-md.f-btn {
            font-size: 1.07692em;
            line-height: 1;
        }

@media screen and (min-width:768px) and (max-width:980px) {
    .b-pricing-info__item:first-child {
        border-right: none;
    }

    .b-pricing-info__item:last-child {
        border-left: none;
    }
}

.b-pricing-info__item.is-active, .b-pricing-info__item:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

    .b-pricing-info__item.is-active .b-btn-md, .b-pricing-info__item.is-active .b-btn-sm, .b-pricing-info__item:hover .b-btn-md, .b-pricing-info__item:hover .b-btn-sm {
        box-shadow: inset 0 -2px 0 #cc1212;
    }

    .b-pricing-info__item.is-active .b-pricing-info__item-price, .b-pricing-info__item:hover .b-pricing-info__item-price {
        background-color: #ec5927;
    }

        .b-pricing-info__item.is-active .b-pricing-info__item-price h2, .b-pricing-info__item.is-active .b-pricing-info__item-price small, .b-pricing-info__item:hover .b-pricing-info__item-price h2, .b-pricing-info__item:hover .b-pricing-info__item-price small {
            color: #fff;
        }

    .b-pricing-info__item.is-active .b-pricing-info__item-btn-row .b-btn, .b-pricing-info__item:hover .b-pricing-info__item-btn-row .b-btn {
        background-color: #ef4c21;
    }

    .b-pricing-info__item.is-active .b-pricing-info__item-btn-row .f-btn, .b-pricing-info__item:hover .b-pricing-info__item-btn-row .f-btn {
        text-shadow: 0 -1px 1px #ef4c21;
    }

@media screen and (min-width:980px) {
    .b-pricing-info__item {
        border-left: none;
    }

        .b-pricing-info__item:first-child {
            border-left: 1px solid #d8d8d8;
        }

        .b-pricing-info__item.is-active, .b-pricing-info__item:hover {
            border: 1px solid #d8d8d8;
            margin-top: -30px;
            margin-bottom: -35px;
        }

            .b-pricing-info__item.is-active .b-pricing-info__item-title, .b-pricing-info__item:hover .b-pricing-info__item-title {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .b-pricing-info__item.is-active .b-pricing-info__item-btn-row, .b-pricing-info__item:hover .b-pricing-info__item-btn-row {
                padding-top: 25px;
                padding-bottom: 15px;
            }
}

.b-pricing-info__item.is-active .b-pricing-info__item-title-icon, .b-pricing-info__item:hover .b-pricing-info__item-title-icon {
    background: #e26228;
}

.b-pricing-info__item p {
    padding-top: 10px;
}

.b-pricing-info__item-price {
    background-color: #fafafa;
}

    .b-pricing-info__item-price h2, .b-pricing-info__item-price small {
        color: #e26228;
        margin: 0;
        padding: 10px 0;
        text-transform: none;
    }

.f-chart_title, .f-google-map__info-office, .f-google-map__title, .f-pricing-info__item-label, .f-timeline__date {
    text-transform: uppercase;
}

.b-pricing-info__item-row {
    border-bottom: 1px solid #d8d8d8;
}

    .b-pricing-info__item-row:last-child {
        border-bottom: none;
    }

    .b-pricing-info__item-row.b-pricing-info__item-btn-row {
        padding-top: 10px;
    }

        .b-pricing-info__item-row.b-pricing-info__item-btn-row .b-btn {
            background-color: #919191;
        }

        .b-pricing-info__item-row.b-pricing-info__item-btn-row .f-btn {
            text-shadow: 0 -1px 1px #919191;
        }

.b-pricing-info__item-title-icon {
    display: inline-block;
    background: #919191;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    position: relative;
    margin-bottom: 5px;
}

    .b-pricing-info__item-title-icon:after, .b-pricing-info__item-title-icon:before {
        border-top: 1px solid #ebebeb;
        content: '';
        height: 1px;
        position: absolute;
        top: 50%;
        width: 320%;
    }

    .b-pricing-info__item-title-icon:before {
        left: -340%;
    }

    .b-pricing-info__item-title-icon:after {
        right: -340%;
    }

.f-pricing-info__item-title-icon .fa {
    color: #fff;
}

.b-pricing-info__item-label {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #ffd565;
    border-bottom: 3px solid #ab2809;
    display: inline-block;
    left: 0;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    position: absolute;
    top: 22px;
    z-index: 10;
}

    .b-pricing-info__item-label:after, .b-pricing-info__item-label:before {
        background: #ffd565;
        border-bottom: 3px solid #ab2809;
        content: '';
        position: absolute;
        height: 30px;
        width: 50%;
        z-index: -1;
    }

    .b-pricing-info__item-label:before {
        transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
        -webkit-transform: skewX(-45deg);
        left: -17px;
    }

    .b-pricing-info__item-label:after {
        transform: skewX(45deg);
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(45deg);
        right: -17px;
    }

.f-pricing-info__item-label {
    color: #795801;
}

.f-pricing-info--color .f-pricing-info__item-price h2, .f-pricing-info--color .f-pricing-info__item-price small, .f-pricing-info--secondary .f-pricing-info__item-price h2, .f-pricing-info--secondary .f-pricing-info__item-price small {
    color: #fff;
}

.b-pricing-info--secondary .b-pricing-info__item {
    padding-top: 0;
}

    .b-pricing-info--secondary .b-pricing-info__item:first-child {
        border: 1px solid #d8d8d8;
    }

    .b-pricing-info--secondary .b-pricing-info__item.is-active .b-pricing-info__item-btn-row, .b-pricing-info--secondary .b-pricing-info__item.is-active .b-pricing-info__item-title, .b-pricing-info--secondary .b-pricing-info__item:hover .b-pricing-info__item-btn-row, .b-pricing-info--secondary .b-pricing-info__item:hover .b-pricing-info__item-title {
        padding-top: 10px;
        padding-bottom: 0;
    }

.b-pricing-info--secondary .b-pricing-info__item-title {
    background: #f8f8f8;
    overflow: hidden;
    padding-top: 10px;
}

.b-pricing-info--secondary .b-pricing-info__item-price {
    background: #919191;
}

.b-pricing-info--icon-lg .b-pricing-info__item-title-icon {
    height: 60px;
    width: 60px;
}

    .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:after, .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:before {
        width: 100%;
    }

    .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:before {
        left: -110%;
    }

    .b-pricing-info--icon-lg .b-pricing-info__item-title-icon:after {
        right: -110%;
    }

.f-pricing-info--icon-lg .f-pricing-info__item-title-icon .fa {
    font-size: 24px;
    line-height: 60px;
}

.b-pricing-info--color .b-pricing-info__item {
    padding-top: 0;
}

@media screen and (min-width:980px) {
    .b-pricing-info--secondary .b-pricing-info__item.is-active, .b-pricing-info--secondary .b-pricing-info__item:hover {
        margin: 0;
    }

    .b-pricing-info--color .b-pricing-info__item.is-active .b-pricing-info__item-title, .b-pricing-info--color .b-pricing-info__item:hover .b-pricing-info__item-title {
        padding-top: 25px;
    }
}

.b-pricing-info--color .b-pricing-info__item.is-active .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item:hover .b-pricing-info__item-price {
    background: #2bc2d5;
}

.b-pricing-info--color .b-pricing-info__item.is-active.b-pricing-info__item--color-primary .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item:hover.b-pricing-info__item--color-primary .b-pricing-info__item-price {
    background: #00b89a;
}

.b-pricing-info--color .b-pricing-info__item.is-active.b-pricing-info__item--color-secondary .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item:hover.b-pricing-info__item--color-secondary .b-pricing-info__item-price {
    background: #e9682e;
}

.b-pricing-info--color .b-pricing-info__item.is-active.b-pricing-info__item--color-tertiary .b-pricing-info__item-price, .b-pricing-info--color .b-pricing-info__item:hover.b-pricing-info__item--color-tertiary .b-pricing-info__item-price {
    background: #353d46;
}

.b-pricing-info--color .b-pricing-info__item-title {
    background: #229baa;
    border-bottom: 1px solid #2ba4b3;
    overflow: hidden;
    padding-top: 10px;
}

.b-pricing-info--color .b-pricing-info__item-price {
    background: #2bc2d5;
    border-top: 1px solid #2bcce0;
    padding: 20px 0;
}

.b-pricing-info--color .b-pricing-info__item--color-primary .b-pricing-info__item-title {
    background: #08947d;
}

.b-pricing-info--color .b-pricing-info__item--color-primary .b-pricing-info__item-price {
    background: #00b89a;
    border-top: 1px solid #42d8bf;
}

.b-pricing-info--color .b-pricing-info__item--color-secondary .b-pricing-info__item-title {
    background: #d0531b;
    border-bottom: 1px solid #d0531b;
}

.b-pricing-info--color .b-pricing-info__item--color-secondary .b-pricing-info__item-price {
    background: #e9682e;
    border-top: 1px solid #f4a480;
}

.b-pricing-info--color .b-pricing-info__item--color-tertiary .b-pricing-info__item-title {
    background: #282f36;
    border-bottom: 1px solid #282f36;
}

.b-pricing-info--color .b-pricing-info__item--color-tertiary .b-pricing-info__item-price {
    background: #353d46;
    border-top: 1px solid #3f4851;
}

.f-pricing-info--color .f-pricing-info__item-title h4 {
    font-size: 1.53846em;
    line-height: 1.2;
    color: #fff;
}

.f-pricing-info--color .f-pricing-info__item-price h2 {
    font-size: 3.69231em;
    line-height: 1;
}

.f-pricing-info--color .f-pricing-info__item-price small {
    font-size: 40%;
}

.b-our-works .b-category-filter {
    border-bottom: 0;
}

.b-our-works__item {
    min-height: 154px;
    margin-bottom: 30px;
}

@media (max-width:480px) {
    .b-our-works__item {
        min-height: 133px;
        margin-bottom: 15px;
    }
}

.b-our-works__item .b-item-hover-action {
    padding-bottom: 27px;
}

.b-our-works__item_image {
    border-radius: 2px;
    overflow: hidden;
}

    .b-our-works__item_image img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

.b-google-map {
    position: relative;
}

@media screen and (min-width:1024px) {
    .b-google-map--fix-height .b-google-map__map-view {
        min-height: 650px;
    }
}

.b-google-map__map-view {
    min-height: 500px;
}

@media screen and (max-width:1024px) {
    .b-google-map__map-view {
        min-height: 600px;
    }
}

@media screen and (max-width:767px) {
    .b-google-map__map-view {
        min-height: 300px;
    }
}

.b-google-map__info-window {
    padding: 10px 0;
}

@media (max-width:1024px) {
    .b-google-map__info-window {
        max-width: 310px;
    }
}

.b-google-map__info-window-address, .b-google-map__info-window-image {
    padding: 0;
}

    .b-google-map__info-window-address ul li {
        margin-bottom: 20px;
    }

        .b-google-map__info-window-address ul li:last-child {
            margin-bottom: 0;
        }

.b-google-map__info-window-address-title {
    margin-top: 3px;
    margin-bottom: 5px;
}

.f-google-map__info-window-address-title {
    color: #e9682e;
    font-weight: 700;
    text-transform: uppercase;
}

    .f-google-map__info-window-address-title:hover {
        cursor: pointer;
    }

.b-google-map__info-window-address-icon {
    height: 44px;
    width: 44px;
    background-color: #e9682e;
    border-radius: 999px;
    overflow: hidden;
    margin-right: 10px;
}

    .b-google-map__info-window-address-icon .fa {
        color: #fff;
        vertical-align: middle;
        line-height: 44px;
        font-size: 21px;
    }

    .b-google-map__info-window-address-icon:hover {
        cursor: pointer;
    }

.b-goggle-map_info-window-estate {
    padding-left: 17px;
}

.b-goggle-map_info-window-estate-image {
    margin-bottom: 20px;
}

    .b-goggle-map_info-window-estate-image img {
        width: 275px;
    }

@media (max-width:640px) {
    .b-goggle-map_info-window-estate {
        padding-left: 0;
        max-width: 270px;
    }

    .b-goggle-map_info-window-estate-image img {
        width: 270px;
    }
}

.b-google-map__title:after, .f-google-map__marker-label:after {
    pointer-events: none;
    content: " ";
    height: 0;
    width: 0;
}

.f-google-map__info-window-estate-title {
    font-size: 1.53846em;
    line-height: 1;
    color: #e9682e;
}

.f-google-map__info-window-estate-description {
    font-size: .92308em;
    line-height: 1.2;
}

.b-google-map__info-window-estate-details {
    padding: 10px 0;
    margin: 5px 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

    .b-google-map__info-window-estate-details .b-info-group ul {
        margin: 0;
    }

    .b-google-map__info-window-estate-details .fa {
        color: #989898;
    }

.b-google-map__title {
    position: relative;
    padding: 20px 0;
}

@media screen and (min-width:480px) {
    .b-google-map__title {
        padding: 40px 0;
    }
}

.b-google-map__title:after {
    top: 100%;
    left: 50%;
    border: 18px solid transparent;
    position: absolute;
    z-index: 1;
    border-top-color: #e9682e;
    margin-left: -18px;
}

.f-google-map__title {
    font-size: 2.76923em;
    line-height: 1.2;
    color: #fff;
    background-color: #e9682e;
    vertical-align: middle;
}

.f-google-map__marker-label {
    color: #fff;
    font-size: 1.07692em;
    line-height: 1.2;
    background-color: #666;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    margin-left: 20px;
    border-radius: 2px;
    position: relative;
    top: -75px;
    left: -50%;
}

    .f-google-map__marker-label:after {
        top: 100%;
        left: 50%;
        border: 5px solid transparent;
        position: absolute;
        border-top-color: #666;
        margin-left: -2px;
    }

.b-link:after, .b-select span.ui-selectmenu-button:before, .b-slider-range .ui-slider-handle span:before, .b-slider-range .ui-slider-handle:before, .b-slider-range:before {
    content: '';
}

.b-google-map__info-office {
    min-height: 70px;
    padding-left: 15px;
    width: 140px;
}

    .b-google-map__info-office h4 {
        margin-bottom: 5px;
    }

.f-google-map__info-office small {
    color: #515151;
}

.b-audio-player {
    min-height: 97px;
}

.b-audio-player__song-name {
    background-color: #e26228;
    padding: 17px 10px 15px;
}

.b-audio-player__content_nav {
    background: url(../img/audio-player_bg_nav.png);
    width: 96px;
    height: 46px;
    float: left;
    border-right: 1px solid #313131;
    box-shadow: 1px 0 0 #464646;
    padding: 17px 0;
    cursor: default;
}

.b-audio-player__content_inner {
    background: url(../img/audio-player_bg.png);
    height: 46px;
    overflow: hidden;
}

.b-audio-player__content {
    background-color: #666;
}

[class*=b-audio-player__content_nav_] {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}

.b-audio-player__full-time, .b-audio-player__time {
    height: 10px;
    padding: 18px 10px 0 0;
    width: 35px;
}

.b-audio-player__time {
    padding-left: 10px;
    padding-right: 0;
    float: left;
}

.b-audio-player__full-time {
    float: right;
}

.b-audio-player__progress-bar_box {
    overflow: hidden;
}

.b-audio-player__progress-bar_container {
    margin: 18px 5px;
}

.b-audio-player__progress-bar {
    height: 10px;
    background-color: #222;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 1px 0 #474747;
    cursor: pointer;
}

.b-audio-player__progress-bar_load {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #444;
    border-radius: 5px;
    border: 1px solid #222;
    box-shadow: 0 1px 0 #555 inset;
}

.b-audio-player__progress-bar_progress {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #e9682e;
    border-radius: 5px;
    border: 1px solid #222;
    box-shadow: 0 1px 0 #fcce00 inset;
    min-width: 5px;
    overflow: visible !important;
}

.b-chart, .b-chart_head, .b-video-default.vjs-default-skin, .b-wiget-fb {
    overflow: hidden;
}

.b-audio-player__progress-bar_progress_btn {
    background-color: #f7f7f7;
    border-radius: 10px;
    height: 12px;
    width: 12px;
    right: -7px;
    position: absolute;
    top: -2px;
    cursor: pointer;
    box-shadow: 0 0 2px #464646;
}

    .b-audio-player__progress-bar_progress_btn:before {
        width: 6px;
        height: 6px;
        content: '';
        border-radius: 10px;
        background-color: #c3c4c5;
        position: absolute;
        top: 3px;
        left: 3px;
        box-shadow: 0 1px 0 #aeafb1 inset;
    }

.f-audio-player__content_nav, .f-audio-player__content_nav a {
    color: #1c1c1c;
    text-shadow: 0 1px 0 #616161;
    text-align: center;
}

.b-audio-player__content_nav li {
    width: 23px;
}

.f-audio-player__song-name {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #fefefe;
}

.f-audio-player__content_inner {
    font-size: .76923em;
    line-height: 1.2;
    color: #aaa;
}

.b-link i:before, .f-audio-player__time {
    color: #fff;
}

.jp-playlist {
    display: none;
}

.b-link, .b-select {
    display: inline-block;
}

.b-link {
    background-color: #fff;
    position: relative;
    padding: 8px 4px 6px 8px;
}

    .b-link:after {
        width: 16px;
        right: -5px;
        -ms-transform: skew(160deg);
        -webkit-transform: skew(160deg);
        background-color: inherit;
        z-index: -1;
    }

    .b-link span, .b-link:after {
        position: absolute;
        top: 0;
        transform: skew(160deg);
        height: 100%;
    }

    .b-link span {
        left: 100%;
        -ms-transform: skew(160deg);
        -webkit-transform: skew(160deg);
        background-color: #e26228;
        margin-left: 9px;
        padding: 7px 4px 7px 5px;
    }

    .b-link i {
        transform: skew(-160deg);
        -ms-transform: skew(-160deg);
        -webkit-transform: skew(-160deg);
    }

.f-link {
    font-size: 1.07692em;
    line-height: 1;
    color: #e26228;
}

    .f-link:hover {
        color: #666;
    }

.b-slider-range {
    background-color: #dadada;
    height: 4px;
    border-radius: 3px;
    margin-top: 57px;
    margin-bottom: 25px;
    box-shadow: 0 -2px 0 #b3b3b3 inset;
}

    .b-slider-range:before {
        position: absolute;
        left: 0;
        top: -10px;
    }

    .b-slider-range .ui-slider-handle {
        background-color: #dfdfdf;
        border-radius: 10px;
        outline: 0;
        width: 9px;
        height: 9px;
        top: -2px;
        cursor: pointer;
        box-shadow: 0 0 1px #b3b3b3;
    }

        .b-slider-range .ui-slider-handle:before {
            width: 5px;
            height: 5px;
            background-color: #e88153;
            float: left;
            border-radius: 10px;
            margin: 2px;
            box-shadow: 0 -1px 1px #bf5526 inset;
        }

        .b-slider-range .ui-slider-handle span {
            color: #fff;
            background-color: #e88153;
            padding: 4px 7px 3px;
            border-radius: 5px;
            position: absolute;
            bottom: 100%;
            margin-bottom: 7px;
            left: -18px;
            min-width: 42px;
            text-align: center;
        }

            .b-slider-range .ui-slider-handle span:before {
                position: absolute;
                border-style: solid;
                border-width: 4px;
                border-color: #e88153 transparent transparent;
                left: 50%;
                top: 100%;
                margin-left: -4px;
            }

    .b-slider-range .ui-slider-range {
        background-color: #e9682e;
        box-shadow: 0 -2px 0 #bf5526 inset;
    }

.b-slider-range_max, .b-slider-range_min {
    position: absolute;
    top: -24px;
}

.b-slider-range_min {
    left: 0;
}

.b-slider-range_max {
    right: 0;
}

.f-slider-range {
    color: #717171;
    font-size: .84615em;
    line-height: 1.2;
}

.b-float-search {
    padding-bottom: 40px;
    position: relative;
}

.b-float-search__container {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 42px;
    width: 260px;
    border-radius: 2px;
    background-color: #e9682e;
}

@media screen and (min-width:480px) {
    .b-float-search__container {
        bottom: 15px;
        width: 480px;
    }
}

.b-float-search__container-without-background {
    background-color: transparent;
}

.b-float-search__container-inner {
    margin: 10px;
}

.b-float-search__container-inner-row {
    margin-bottom: 10px;
}

    .b-float-search__container-inner-row:last-child {
        margin-bottom: 0;
    }

.f-float-search__container-options {
    color: #fff;
}

.b-right-inner-addon {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding-right: 45px;
}

@media screen and (min-width:480px) {
    .b-right-inner-addon {
        width: 460px;
    }
}

.b-left-inner-addon-marker {
    position: absolute;
    left: 0;
    padding: 10px 0;
    margin-left: 15px;
    pointer-events: none;
}

.f-left-inner-addon-marker {
    color: #b1b1b1;
    font-size: 1.23077em;
    line-height: 1.2;
}

.b-right-inner-addon-search {
    position: absolute;
    right: 0;
    padding: 14px 0;
    margin-right: 10px;
    pointer-events: none;
}

.f-right-inner-addon {
    font-size: 1.53846em;
    line-height: 1.2;
    color: #e9682e;
}

.f-float-search__form_elements {
    color: #fff;
}

.b-float-search__input {
    padding-right: 30px;
}

.b-float-search__container-inner-thick-round-border .b-right-inner-addon-search {
    margin-right: -10px;
}

.b-float-search__container-inner-thick-round-border .b-float-search__input {
    border-radius: 26px;
    border: 3px solid #e9682e;
    padding-left: 30px;
}

    .b-float-search__container-inner-thick-round-border .b-float-search__input:focus {
        border: 3px solid #e9682e;
    }

.b-select {
    margin-right: 7px;
    margin-bottom: 4px;
}

    .b-select span.ui-icon {
        right: 12px;
        margin-top: -2px;
        position: absolute;
        border-style: solid;
        border-width: 5px;
        border-color: #717171 transparent transparent;
    }

    .b-select span.ui-selectmenu-button {
        font-size: .92308em;
        line-height: 1.83333;
        outline: 0;
        border: 1px solid #ebebeb;
        border-radius: 2px;
        color: #717171;
    }

.b-select--alt span.ui-icon, .b-select--secondary span.ui-icon {
    border-color: #989898 transparent transparent;
}

.b-select span.ui-selectmenu-button:before {
    height: 100%;
    width: 1px;
    border-left: 1px solid #d2d2d2;
    position: absolute;
    right: 35px;
    top: 0;
}

.b-select .ui-selectmenu-text {
    line-height: 22px !important;
    padding: .4em 2.3em .4em 1em !important;
}

.b-select select {
    width: 150px;
}

.b-select--secondary .ui-selectmenu-text {
    background-color: #f8f8f8;
    color: #333;
}

.b-select--alt .ui-selectmenu-text {
    background-color: #fff;
    color: #989898;
}

.b-contact-form {
    left: 0;
    position: absolute;
    top: 0;
}

@media screen and (max-width:1024px) {
    .b-contact-form {
        position: relative;
    }
}

.b-contact-form__window {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    left: 20%;
    top: 90px;
    border: 1px solid #b9b8b8;
    background-color: #fff;
    color: #000;
    width: 570px;
}

@media screen and (max-width:1024px) {
    .b-contact-form__window {
        border: 0;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
}

.b-contact-form__window-title {
    margin-top: 20px;
}

    .b-contact-form__window-title hr {
        border-top-width: 2px;
    }

.f-contact-form__window-title {
    font-size: 1.53846em;
    line-height: 1.2;
}

.b-contact-form__window-form-row {
    margin-bottom: 15px;
}

.b-contact-form__window-form-row-label {
    margin-bottom: 9px;
}

.b-contact-form__window-form-row-button, .b-video-default {
    width: 100%;
}

    .b-video-default.b-video-default--shadow {
        -webkit-box-shadow: 0 -8px 30px 0 rgba(0,0,0,.5);
        -moz-box-shadow: 0 -8px 30px 0 rgba(0,0,0,.5);
        box-shadow: 0 -8px 30px 0 rgba(0,0,0,.5);
    }

    .b-video-default.vjs-default-skin .vjs-play-progress, .b-video-default.vjs-default-skin .vjs-volume-level {
        background-color: #e9682e;
    }

    .b-video-default.vjs-default-skin .vjs-control-bar {
        font-size: 1.1em;
        background: #1c1c1c;
    }

    .b-video-default.vjs-default-skin .vjs-volume-control {
        margin-right: 20em;
    }

    .b-video-default.vjs-default-skin .vjs-seek-handle, .b-video-default.vjs-default-skin .vjs-volume-handle {
        display: none;
    }

    .b-video-default.vjs-default-skin .vjs-duration-display {
        color: #4f4f4f;
    }

    .b-video-default.vjs-default-skin .vjs-slider {
        background: rgba(0,0,0,.5);
    }

    .b-video-default.vjs-default-skin .vjs-big-play-button, .b-video-default.vjs-default-skin:hover .vjs-big-play-button {
        border-color: transparent;
        background: 0 0;
        color: #fff;
        box-shadow: 0 0 0 transparent;
    }

    .b-video-default.vjs-default-skin .vjs-big-play-button {
        font-size: 1em;
        left: 50%;
        top: 50%;
        height: 50px;
        width: 50px;
        margin-top: -25px;
        margin-left: -25px;
        padding: 0;
    }

        .b-video-default.vjs-default-skin .vjs-big-play-button:before {
            font-family: FontAwesome;
            font-size: 5em;
            line-height: 1.2;
            content: "\f01d";
        }

.b-tagline-box:after, .b-timeline:before {
    content: '';
}

.b-video-player {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.b-video-payer-size-alt {
    padding-bottom: 54%;
}

.b-video-payer-size-secondary {
    padding-bottom: 40%;
}

.b-video-player .b-video-default, .b-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.c-default {
    color: #e26228;
}

.c-secondary {
    color: #e9682e;
}

.c-octonary {
    color: #bf5526;
}

.c-primary {
    color: #666;
}

.c-tertiary {
    color: #989898;
}

.c-quaternary {
    color: #5f5f5f;
}

.c-quinary {
    color: #616161;
}

.c-senary {
    color: #515151;
}

.c-septenary {
    color: #a5a5a5;
}

.c-nonary {
    color: #b1b1b1;
}

.c-denary {
    color: #ddd;
}

.c-white {
    color: #fff;
}

.c-default-link {
    color: #898989;
}

.c-desc {
    color: #848484;
}

.c-11 {
    color: #747474;
}

.c-12 {
    color: #d8d8d8;
}

.c-13 {
    color: #333;
}

.c-14 {
    color: #4f4f4f;
}

.c-15 {
    color: #949494;
}

.c-16 {
    color: #adadad;
}

.c-17 {
    color: #f3f3f3;
}

.c-18 {
    color: #b9b8b8;
}

.c-19 {
    color: #919191;
}

.c-20 {
    color: #777;
}

.c-21 {
    color: #dedede;
}

.c-22 {
    color: #d9d9d9;
}

.c-23 {
    color: #fafafa;
}

.c-24 {
    color: #e8e8e8;
}

.c-25 {
    color: #e6e6e6;
}

.c-26 {
    color: #f6f6f6;
}

.c-27 {
    color: #929292;
}

.c-28 {
    color: #f1f1f1;
}

.c-29 {
    color: #979797;
}

.c-30 {
    color: #f4f4f4;
}

.c-31 {
    color: #00c6cd;
}

.c-32 {
    color: #83b705;
}

.c-33 {
    color: #828282;
}

.c-34 {
    color: #e88153;
}

.c-s-35 {
    color: #dcdcdc;
}

.c-s-36 {
    color: #dbdbdb;
}

.c-s-37 {
    color: #8b8b8b;
}

.c-s-38 {
    color: #b5b5b5;
}

.c-s-39 {
    color: #ebebeb;
}

.c-s-40 {
    color: #e0e0e0;
}

.c-s-41 {
    color: #7f7e7e;
}

.c-s-42 {
    color: #ededed;
}

.c-s-43 {
    color: #cdcdcd;
}

.c-s-45 {
    color: #e3e3e3;
}

.c-s-46 {
    color: #dfdfdf;
}

.c-s-47 {
    color: #ececec;
}

.c-s-48 {
    color: #f5f5f5;
}

.c-s-49 {
    color: #fefefe;
}

.c-s-50 {
    color: #313131;
}

.c-s-51 {
    color: #464646;
}

.c-s-52 {
    color: #1c1c1c;
}

.c-s-53 {
    color: #aaa;
}

.c-s-54 {
    color: #222;
}

.c-s-55 {
    color: #444;
}

.c-s-56 {
    color: #555;
}

.c-s-57 {
    color: #fcce00;
}

.c-s-58 {
    color: #474747;
}

.c-s-59 {
    color: #f7f7f7;
}

.c-s-60 {
    color: #c3c4c5;
}

.c-s-61 {
    color: #aeafb1;
}

.c-s-62 {
    color: #717171;
}

.c-s-63 {
    color: #dadada;
}

.c-s-64 {
    color: #b3b3b3;
}

.c-s-65 {
    color: #d2d2d2;
}

.c-s-66 {
    color: #da4453;
}

.c-s-67 {
    color: #529c11;
}

.c-s-68 {
    color: #f4c2ac;
}

.c-s-69 {
    color: #0ea8bf;
}

.c-s-70 {
    color: #f9f9f9;
}

.c-cp-0 {
    color: #424242;
}

.c-cp-1 {
    color: #f27491;
}

.c-cp-2 {
    color: #f2d674;
}

.c-cp-3 {
    color: #dfdfdf;
}

.c-cp-4 {
    color: #cc1212;
}

.c-cp-5 {
    color: #62b30c;
}

.c-cp-6 {
    color: #1685d3;
}

.c-cp-7 {
    color: #a28c0f;
}

.c-cp-8 {
    color: #e3921f;
}

.c-cp-9 {
    color: #656565;
}

.c-cp-10 {
    color: #efd108;
}

.c-cp-11 {
    color: #049ab0;
}

.c-cp-12 {
    color: #c4908d;
}

.c-cp-13 {
    color: #f40d85;
}

.c-cp-14 {
    color: #e00ed9;
}

.c-cp-15 {
    color: #875a50;
}

.c-cp-16 {
    color: #96b6cb;
}

.c-opacity-1 {
    color: rgba(108,108,108,.7);
}

.c-opacity-2 {
    color: rgba(218,119,82,.66);
}

.c-opacity-3 {
    color: rgba(0,0,0,.5);
}

.c-35 {
    color: #ea673d;
}

.c-36 {
    color: #c9471d;
}

.c-37 {
    color: #f8f8f8;
}

.c-38 {
    color: #fbfbfb;
}

.c-39 {
    color: #e4e4e4;
}

.c-40 {
    color: #959595;
}

.c-41 {
    color: #ff391f;
}

.c-42 {
    color: #ffd6d1;
}

.c-43 {
    color: #f9bdb6;
}

.c-44 {
    color: #e99b00;
}

.c-45 {
    color: #fff4bb;
}

.c-46 {
    color: #fc6;
}

.c-47 {
    color: #c1faa8;
}

.c-48 {
    color: #9cff70;
}

.c-49 {
    color: #6db74c;
}

.c-50 {
    color: #bceeff;
}

.c-51 {
    color: #8ae1ff;
}

.c-52 {
    color: #21c2f8;
}

.c-53 {
    color: #decfdf;
}

.c-54 {
    color: #e2b5e5;
}

.c-55 {
    color: #af75b3;
}

.c-56 {
    color: #f2f2f2;
}

.c-57 {
    color: #323232;
}

.c-58 {
    color: #acacac;
}

.c-59 {
    color: #d05a25;
}

.c-60 {
    color: #2bc2d5;
}

.c-61 {
    color: #229baa;
}

.c-62 {
    color: #2bcce0;
}

.c-63 {
    color: #2ba4b3;
}

.c-64 {
    color: #08947d;
}

.c-65 {
    color: #00b89a;
}

.c-66 {
    color: #42d8bf;
}

.c-67 {
    color: #d0531b;
}

.c-68 {
    color: #f4a480;
}

.c-69 {
    color: #282f36;
}

.c-70 {
    color: #353d46;
}

.c-71 {
    color: #3f4851;
}

.c-72 {
    color: #bf130f;
}

.c-73 {
    color: #ffd565;
}

.c-74 {
    color: #b0310e;
}

.c-76 {
    color: #565656;
}

.c-a-40 {
    color: #ef4c21;
}

.c-a-41 {
    color: #ec5927;
}

.b-tagline-box {
    border-top: 3px solid #e26228;
    box-shadow: inset 0 0 1px rgba(108,108,108,.7);
    position: relative;
    padding: 22px 20px 32px 27px;
    margin: 0 0 20px;
}

    .b-tagline-box:after {
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 18px;
        left: 0;
        background: url(../img/tablet-shadow-min.png) 50% 0 no-repeat;
    }

.b-tagline-box--big.b-tagline-box:after {
    background-image: url(../img/tablet-shadow-max.png);
}

@media screen and (max-width:479px) {
    .b-tagline-box--big.b-tagline-box:after, .b-tagline-box:after {
        background-size: 100% auto;
    }
}

.b-tagline-box--btn .b-tagline_description {
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width:639px) {
    .b-tagline-box--big.b-tagline-box:after {
        background-image: url(../img/tablet-shadow-min.png);
    }

    .b-tagline-box--btn .b-tagline_description {
        display: block;
    }
}

.b-tagline-box--btn .b-tagline_btn {
    display: table-cell;
    margin: 0 0 0 15px;
}

    .b-tagline-box--btn .b-tagline_btn .button-lg {
        margin: 0;
    }

@media screen and (max-width:639px) {
    .b-tagline-box--btn .b-tagline_btn {
        display: block;
        margin: 15px 0 0;
    }
}

.b-tagline-box--no-shadow.b-tagline-box:after {
    display: none;
}

.b-tagline-box--color.b-tagline-box {
    background: #e26228;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.b-tagline_title {
    margin: 0 0 9px;
}

.b-tagline_btn--position.b-tagline_btn {
    margin: 24px 0 0;
}

    .b-tagline_btn--position.b-tagline_btn .button-lg {
        margin: 0;
    }

.f-tagline-center {
    text-align: center;
}

.f-tagline_description {
    font-size: .92308em;
    line-height: 2;
    color: #666;
}

.f-tagline_title {
    font-size: 1.38462em;
    line-height: 1;
    color: #e26228;
}

.f-tagline_description--big.f-tagline_description {
    font-size: 1.23077em;
    line-height: 1.875;
    color: #5f5f5f;
}

.f-tagline--white.f-tagline_description, .f-tagline--white.f-tagline_title {
    color: #fff;
}

.b-wiget-fb .b-wiget-fb-content {
    margin-bottom: -30px;
}

.fb_iframe_widget span {
    margin-left: -10px;
}

.b-about-us-connection img {
    width: 100%;
}

.b-history__info {
    border: 1px solid #c3c4c5;
    background-color: #fff;
    border-radius: 3px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
}

    .b-history__info p {
        margin-bottom: 0;
    }

    .b-history__info .row {
        margin-bottom: -10px;
    }

.b-history__timeline {
    position: relative;
    z-index: 10;
}

.b-product-launch {
    margin-bottom: -138px;
}

@media screen and (max-width:768px) {
    .b-product-launch {
        margin-bottom: -90px;
    }
}

.b-product-launch__text p, .b-timeline__content .b-video-player {
    margin-bottom: 0;
}

.b-product-launch__text {
    padding-right: 15px;
    border-right: 1px solid #fff;
    overflow: hidden;
}

    .b-product-launch__text h2 {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: -4px;
    }

.b-chart {
    width: 100%;
    height: 265px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 0 #da4453;
}

    .b-chart svg > rect {
        fill: #f0743e;
    }

    .b-chart g > g > rect {
        fill: #f5a580;
    }

.b-chart_head {
    background-color: #e36228;
    padding: 1.5em 1.5em 1.3em;
    border-radius: 5px 5px 0 0;
}

.b-chart_title {
    float: left;
}

.f-chart_title {
    font-size: 1.23077em;
    line-height: 1.2;
}

.b-chart_info {
    float: right;
}

.f-chart_info {
    font-size: .92308em;
    line-height: 1.2;
}

.b-href-with-img img {
    float: left;
    margin-right: 1em;
}

.b-timeline {
    position: relative;
    min-height: 1000px;
}

    .b-timeline:before {
        position: absolute;
        top: 0;
        left: 28px;
        height: 100%;
        width: 4px;
        background: #e0e0e0;
    }

    .b-timeline img {
        width: 100%;
    }

.b-timeline__block {
    position: absolute;
    width: 100%;
    display: none;
}

    .b-timeline__block:first-child {
        display: block;
    }

    .b-timeline__block:after, .b-timeline__block:before {
        content: " ";
        display: table;
    }

    .b-timeline__block:after {
        clear: both;
    }

.b-timeline:not(.b-timeline-full-width) .b-timeline__block {
    width: 50%;
}

@media only screen and (max-width:1023px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block, .b-timeline__block {
        width: 100%;
    }
}

.b-timeline__marker {
    position: absolute;
    top: 0;
    height: 150px;
}

@media only screen and (min-width:1024px) {
    .b-timeline:not(.b-timeline-full-width):before {
        left: 50%;
        margin-left: -2px;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) {
        right: 0;
    }

        .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__marker {
            left: 0;
        }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__marker {
        right: 0;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__marker-img {
        position: absolute;
        top: 0;
        right: -25px;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__date {
        left: 50%;
        margin-left: 4px;
        top: 65px;
    }
}

.b-timeline__marker-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9682e;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    margin-left: 4px;
}

@media only screen and (min-width:1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__marker-img {
        margin-left: -25px;
    }
}

.b-timeline__marker-img .fa {
    font-size: 1.69231em;
    line-height: 1.2;
    color: #fff;
    padding-top: 11px;
    text-align: center;
    width: 100%;
}

    .b-timeline__marker-img .fa.fa-music {
        margin-left: -2px;
    }

    .b-timeline__marker-img .fa.fa-angle-double-right {
        margin-left: 1px;
    }

.b-timeline__content {
    position: relative;
    margin-left: 75px;
    background: #fff;
}

    .b-timeline__content:after, .b-timeline__content:before {
        border: solid transparent;
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        pointer-events: none;
    }

    .b-timeline__content:before {
        top: 16px;
        border-width: 7px;
        left: auto;
        right: 100%;
        border-color: transparent #e0e0e0 transparent transparent;
    }

    .b-timeline__content:after {
        top: 17px;
        border-width: 6px;
        left: auto;
        right: 100%;
        border-color: transparent #fff transparent transparent;
    }

@media only screen and (min-width:1024px) {
    .b-timeline__content {
        width: 92%;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__content {
        margin-left: 0;
    }

    .col-xs-9 .b-timeline:not(.b-timeline-full-width) .b-timeline__content {
        width: 45%;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__content:before {
        left: 100%;
        right: auto;
        border-color: transparent transparent transparent #e0e0e0;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__content:after {
        left: 100%;
        right: auto;
        border-color: transparent transparent transparent #fff;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content {
        float: right;
        margin-right: 0;
    }

        .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content:before {
            left: auto;
            right: 100%;
            border-color: transparent #e0e0e0 transparent transparent;
        }

        .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content:after {
            left: auto;
            right: 100%;
            border-color: transparent #fff transparent transparent;
        }
}

.b-timeline__block-finish:before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    height: 350px;
    width: 4px;
    background: #fff;
}

.b-timeline__content-finish {
    border: none;
}

    .b-timeline__content-finish:before {
        border-right-color: #e9682e;
    }

    .b-timeline__content-finish:after {
        border-width: 0;
    }

.b-timeline__marker-finish {
    height: 52px;
}

.b-timeline__infoblock-finish {
    background-color: #e9682e;
    margin-top: 8px;
    height: 31px;
    border-radius: 2px;
    padding: 8px 15px 0;
    display: inline-block;
}

@media only screen and (min-width:1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block-finish:before {
        left: 0;
        margin-left: -2px;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__content-finish:before {
        border-color: transparent transparent transparent #e9682e;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content-finish:before {
        border-color: transparent #e9682e transparent transparent;
    }

    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__infoblock-finish {
        float: right;
    }
}

.f-timeline__infoblock-finish {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #fff;
}

.b-blog-timeline__infoblock {
    padding: 15px 28px 10px 20px;
}

.b-blog-timeline__infoblock-title {
    border-bottom: 2px solid #e9682e;
}

.b-timeline__date {
    position: relative;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    padding: 5px 8px;
    top: 15px;
    white-space: nowrap;
    width: 64px;
    text-align: center;
    margin-left: 0;
    box-shadow: inset 0 -4px 4px 0 rgba(0,0,0,.1);
}

@media only screen and (min-width:1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__date {
        left: -50%;
        margin-left: 3px;
    }
}

.b-timeline__date:after, .b-timeline__date:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}

.b-timeline__date:after {
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -8px;
}

.b-timeline__date:before {
    border-bottom-color: #c3c3c3;
    border-width: 7px;
    margin-left: -9px;
}

.f-timeline__date {
    font-size: 1em;
    line-height: 1.2;
    color: #e9682e;
}

.b-search-item .f-blog-one-column__info, .b-search-item .f-btn, .b-search-item .f-infoblock-with-icon__icon .fa {
    font-size: .92308em;
    line-height: 1;
}

.b-search-result-box {
    margin: 30px 0 0;
}

.b-search-item {
    border: 1px solid #dedede;
    padding: 3px 25px 7px 21px;
    margin: 0 0 26px;
}

    .b-search-item:hover {
        border-color: #e26228;
    }

    .b-search-item .is-global-title {
        color: #e26228;
        margin-bottom: 5px;
    }

    .b-search-item .b-infoblock-with-icon__icon {
        width: 22px;
        padding: 2px 1px;
    }

    .b-search-item .b-blog-one-column__info_container {
        padding: 4px 10px 0 29px;
    }

    .b-search-item .f-btn {
        text-transform: none;
    }

.f-daily_day, .f-info span, .f-review_user_name {
    text-transform: uppercase;
}

.b-form--mini.b-form-row {
    margin-bottom: 5px;
}

.b-page-error {
    background: url(../img/bg_error.jpg) 50% 100% no-repeat;
    background-size: cover;
    padding: 106px 0 84px;
}

.b-title-error span, .b-title-error strong {
    display: block;
    text-align: center;
}

.f-title-error strong {
    font-size: 2.92308em;
    line-height: .94737;
    color: #6d7a83;
    font-weight: 400;
}

.f-title-error span {
    font-size: 13.07692em;
    line-height: .76471;
    color: #b5b5b5;
}

@media screen and (max-width:767px) {
    .f-title-error span {
        font-size: 11.53846em;
        line-height: .73333;
    }

    .f-title-error strong {
        font-size: 2.76923em;
        line-height: .94444;
    }
}

.b-error-description {
    margin: 46px 0 0;
}

    .b-error-description span, .b-error-description strong {
        display: block;
        text-align: center;
    }

    .b-error-description span {
        margin: 11px 0 0;
    }

.f-error-description span, .f-error-description strong {
    color: #e26228;
}

.f-error-description strong {
    font-size: 1.84615em;
    line-height: 1.2;
}

.f-error-description span {
    font-size: 1.07692em;
    line-height: 1.2;
}

.b-error-search {
    max-width: 374px;
    margin: 48px auto 0;
}

    .b-error-search .form-control {
        height: 42px;
    }

    .b-error-search .b-btn-search {
        width: 43px;
        height: 41px;
    }

    .b-error-search .b-input-search {
        padding-right: 53px;
    }

    .b-error-search .f-btn-search {
        font-size: 1.38462em;
        line-height: 2.33333;
    }

.container-load:before, .l-wrapper:before {
    content: '';
    font-size: 0;
}

@keyframes loader {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.loader-lock {
    position: relative;
    overflow: visible;
}

    .loader-lock body {
        overflow: hidden;
        visibility: hidden;
    }

    .loader-lock .l-wrapper {
        visibility: visible;
        overflow-y: scroll;
    }

.container-load, .l-wrapper {
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: auto;
    opacity: 1;
}

.l-wrapper {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    z-index: 200;
}

    .b-loading-wrap, .l-wrapper:before {
        display: inline-block;
        vertical-align: middle;
    }

    .l-wrapper:before {
        height: 100%;
    }

    .l-wrapper.is-hide {
        visibility: hidden;
        z-index: 0;
    }

.b-loading-wrap {
    position: relative;
}

.b-loading-img {
    height: 295px;
    transform-origin: center center;
    animation: loader 1s infinite linear;
    -webkit-animation: loader 1s infinite linear;
    width: 295px;
}

.b-loading-logo {
    width: 100%;
    margin-top: -53px;
    position: absolute;
    top: 60%;
    text-align: center;
}

.container-load {
    display: block;
    position: fixed;
    top: 0;
    z-index: 200;
}

.b-option--resize .fa.fa-current, .b-option--resize .fa:hover, .b-option-item:hover, .b-panel--logo:hover {
    opacity: .7;
}

.b-load-page, .container-load:before {
    display: inline-block;
    vertical-align: middle;
}

.container-load:before {
    height: 100%;
}

.b-daily-wrap:after, .b-review_info:after, .b-review_title:after {
    clear: both;
    visibility: hidden;
    height: 0;
    content: " ";
}

.b-load-page {
    position: relative;
    width: 442px;
}

@media screen and (max-width:480px) {
    .b-load-page {
        width: 260px;
    }
}

.b-logo-big {
    margin-bottom: 50px;
}

.b-load-name {
    margin-top: 30px;
}

.f-load-name {
    font-size: .92308em;
    line-height: 1.16667;
    color: #515151;
}

.b-daily-row > [class*=col-] {
    margin-top: 0;
    margin-bottom: 22px;
}

.b-daily-wrap:after {
    display: block;
    font-size: 0;
}

.f-daily_day {
    font-size: 1.07692em;
    line-height: 1.71429;
    color: #e26228;
}

.b-daily_day {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.f-daily_description {
    font-size: .92308em;
    line-height: 2;
}

.b-daily_description {
    overflow: hidden;
}

.b-review-wrap {
    border: 1px solid #dedede;
    margin: 22px 0 23px;
}

.b-review_title {
    background: #fafafa;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 10px 10px 123px;
}

    .b-review_title:after {
        display: block;
        font-size: 0;
    }

@media screen and (max-width:767px) {
    .b-review_title {
        padding-left: 20px;
    }
}

.b-review_title-text {
    overflow: hidden;
}

.f-review_title-text {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #e26228;
}

.b-review_info {
    padding: 12px 5px 16px 20px;
}

    .b-review_info:after {
        display: block;
        font-size: 0;
    }

.b-review_user {
    float: left;
    margin-right: 20px;
    margin-top: -30px;
}

.b-review_msg {
    overflow: hidden;
}

.b-review_user_img {
    border: 1px solid #fff;
    margin-bottom: 7px;
}

    .b-review_user_img img {
        display: block;
        width: 84px;
    }

.f-review_user_name {
    font-size: 1.15385em;
    line-height: 1.13333;
    color: #e26228;
}

.f-review_msg-info {
    font-size: .92308em;
    line-height: 1.2;
    color: #919191;
}

.b-review_msg-info {
    padding: 0;
    margin: 0;
}

    .b-review_msg-info li {
        display: inline-block;
    }

        .b-review_msg-info li:after {
            content: "/";
            margin-left: 8px;
            margin-right: 8px;
        }

        .b-review_msg-info li:last-child:after {
            content: "";
            margin: 0;
        }

.b-tab-search-result {
    display: table;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0 1px 1px;
    border-collapse: collapse;
    width: 100%;
}

.b-tab-search-result_row {
    display: table-row;
}

.b-tab-search-result_col {
    display: table-cell;
    border-color: #ececec;
    border-width: 0 1px 1px;
    border-style: solid;
    padding: 17px 15px;
    vertical-align: top;
}

    .b-tab-search-result_col:first-child {
        border-left-width: 0;
    }

    .b-tab-search-result_col:last-child {
        max-width: 190px;
        width: 190px;
    }

@media screen and (max-width:767px) {
    .b-tab-search-result_col {
        display: block;
    }

        .b-tab-search-result_col:first-child {
            border-width: 0;
        }

        .b-tab-search-result_col:last-child {
            border-width: 0 0 1px;
            max-width: 100%;
            padding-top: 0;
            width: 100%;
        }
}

.b-tab-search-result_img {
    float: left;
    width: 45%;
}

    .b-tab-search-result_img img {
        border-bottom-width: 0;
        max-width: 100%;
        width: 100%;
        border-radius: 2px;
        display: block;
    }

.b-tab-search-result_info {
    overflow: hidden;
    padding-left: 18px;
}

@media screen and (max-width:639px) {
    .b-tab-search-result_img {
        float: none;
        margin: 0 auto 10px;
        width: 100%;
    }

    .b-tab-search-result_info {
        padding-left: 0;
    }
}

.b-tab-search-result_info .h4 {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.b-tab-search-result_info a.h4:hover {
    color: #898989;
}

.b-contact-form-box--bord .f-title-description, .f-tab-search-result_list {
    color: #666;
}

.b-tab-search-result_list {
    padding-top: 35px;
}

    .b-tab-search-result_list:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .b-tab-search-result_list .users .fa {
        margin-right: 3px;
    }

@media screen and (max-width:767px) {
    .b-tab-search-result_list {
        padding-top: 0;
    }

        .b-tab-search-result_list .b-btn {
            float: right;
        }
}

@media screen and (max-width:479px) {
    .b-tab-search-result_list .b-btn {
        float: none;
        margin: 18px auto 0;
        width: 100%;
    }
}

.b-tab-search-result_list-row {
    margin-bottom: 17px;
}

@media screen and (max-width:767px) {
    .b-tab-search-result_list-wrap {
        background: #fff;
        background: -webkit-linear-gradient(top,#fff,#fafafa);
        background: -moz-linear-gradient(top,#fff,#fafafa);
        background: -o-linear-gradient(top,#fff,#fafafa);
        background: -ms-linear-gradient(top,#fff,#fafafa);
        background: linear-gradient(to bottom,#fff,#fafafa);
    }

    .b-tab-search-result_list-row {
        display: inline-block;
        margin: 10px 10px 0 0;
        border-left: 1px solid #ececec;
        padding-left: 10px;
    }

        .b-tab-search-result_list-row:first-child {
            padding-left: 0;
            border-left: 0;
        }

        .b-tab-search-result_list-row [class*=col-] {
            display: inline-block;
            padding: 0;
        }
}

.f-home-detail-option {
    font-size: .92308em;
    line-height: 1.16667;
    color: #666;
}

.b-home-detail-option_row {
    margin-top: 15px;
}

    .b-home-detail-option_row:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
        position: relative;
    }

    .b-home-detail-option_row:first-child {
        margin: 0;
    }

.b-home-detail-option_item_title {
    float: left;
    min-width: 156px;
}

.b-home-detail-option_item_value {
    overflow: hidden;
}

.f-detail-home-content_title {
    font-size: 2.30769em;
    line-height: 1.26667;
}

.b-detail-home-content {
    padding: 30px 0 0;
}

    .b-detail-home-content .b-icon {
        vertical-align: sub;
    }

    .b-detail-home-content .b-btn-title-real-estate {
        vertical-align: middle;
    }

.b-info {
    margin: 0 0 0 5px;
}

    .b-info span {
        margin: 0 13px 0 0;
    }

.b-form-properties, .b-item-apartment-block {
    margin-bottom: 30px;
}

.f-info {
    font-size: 1.07692em;
    line-height: 1.14286;
}

.b-blog-one-column__info_container .b-btn-title-real-estate.button-xs {
    font-size: 14px;
    vertical-align: top;
    padding: 6px 8px 3px;
}

.b-employee-item--left h4, .b-employee-item--left p {
    padding: 0 15px;
}

.b-contact-form-box--bord {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 15px;
}

    .b-contact-form-box--bord .b-form--contact-size textarea.form-control {
        height: 150px;
    }

.b-icons {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    background: url(../img/icon-2.png) no-repeat;
}

    .b-icons.b-icon--shower {
        background-position: 0 0;
    }

    .b-icons.b-icon--bed2 {
        background-position: 0 -30px;
    }

.b-info-container--home .b-blog-one-column__info_container {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 5px 0;
}

.b-info-container--home.b-some-examples__item_info_level {
    border-color: transparent;
    padding: 0 0 10px;
}

.b-box-important {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 8px 15px 8px 8px;
}

.f-title-big--name, .f-title-big--name.f-title-big a {
    color: #e26228;
}

    .f-title-big--name.f-title-big a:hover {
        color: #666;
    }

.b-form-properties {
    padding: 26px 28px 0 31px;
}

    .b-form-properties .b-full-search-form_check {
        margin-bottom: 31px;
    }

    .b-form-properties .b-form-row {
        margin-bottom: 33px;
    }

    .b-form-properties input[type=text], .b-form-properties span[class=ui-selectmenu-text] {
        text-transform: uppercase;
        color: #555;
    }

.b-option-panel {
    height: 66px;
    background: #e26228;
    padding: 0 15px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.b-list-project--items li a, .b-list-project--title {
    cursor: pointer;
    text-transform: uppercase;
    background: #f47d47;
}

.b-panel--logo {
    display: inline-block;
    vertical-align: middle;
    height: 66px;
    line-height: 65px;
}

.b-panel--list-project {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 12px;
}

.f-panel--list-project {
    font-size: 1.07692em;
    line-height: 1;
    color: #fff;
}

    .f-panel--list-project a {
        color: #fff;
    }

@media screen and (max-width:479px) {
    .b-option-panel {
        padding: 0 9px;
    }

    .b-panel--logo img {
        width: 40px;
    }

    .f-panel--list-project {
        margin-left: 12px;
    }
}

.f-panel--list-project:hover .b-list-project--items {
    display: block;
}

.f-panel--list-project:hover .b-list-project--title {
    color: #fce4dc;
}

.b-list-project--title {
    width: 194px;
    position: relative;
    padding: 16px 15px 14px 17px;
}

    .b-list-project--title .fa {
        position: absolute;
        top: 15px;
        right: 17px;
    }

@media screen and (max-width:479px) {
    .b-list-project--title {
        width: 136px;
    }
}

.b-list-project--items {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    padding: 0;
}

    .b-list-project--items li a, .b-list-project--items li a:hover .b-list-progect--example, .b-list-project--items li:hover .b-list-progect--example {
        display: block;
    }

    .b-list-project--items li {
        list-style-type: none;
        position: relative;
        width: 194px;
    }

        .b-list-project--items li a {
            padding: 13px 15px 12px 17px;
        }

            .b-list-project--items li a:hover {
                background: #fe996b;
            }

            .b-list-project--items li a .fa-html {
                font-size: .76923em;
                line-height: 1;
                display: block;
                float: right;
                font-style: normal;
                color: #e26228;
                background: #fff;
                padding: 2px 6px 3px 4px;
            }

.f-option-item, .f-option-item.b-option-cart:hover, .f-option-item.b-option-close:hover {
    color: #fff;
}

@media screen and (max-width:767px) {
    .b-list-project--items li:hover .b-list-progect--example {
        display: none;
    }
}

.b-list-project--items li .b-list-progect--example {
    display: none;
    position: absolute;
    top: 0;
    left: 204px;
    border: 3px solid #e26228;
    box-shadow: 1px 2px 5px rgba(108,108,108,.7);
}

@media screen and (max-width:979px) {
    .b-list-project--items li .b-list-progect--example {
        width: 300px;
    }

        .b-list-project--items li .b-list-progect--example img {
            width: 100%;
        }
}

.b-option--resize {
    display: inline-block;
    vertical-align: middle;
    margin-left: 47px;
}

    .b-option--resize .fa {
        font-size: 1.69231em;
        line-height: 1;
        color: #fff;
        cursor: pointer;
        margin-right: 9px;
    }

        .b-option--resize .fa.fa-horizontal {
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
        }

@media screen and (max-width:1023px) {
    .b-option--resize {
        display: none;
    }
}

.b-option-item {
    float: right;
    border-left: 1px solid #e88153;
    height: 66px;
    padding: 0 23px 0 26px;
    cursor: pointer;
}

    .b-option-item:first-child {
        padding-right: 0;
    }

.f-option-item {
    line-height: 65px;
}

    .f-option-item.b-option-close {
        vertical-align: middle;
        font-size: 28px;
    }

@media screen and (max-width:479px) {
    .b-list-project--items li {
        width: 166px;
    }

    .b-option-item {
        padding: 0 11px;
    }

    .f-option-item.b-option-close {
        font-size: 18px;
    }
}

.f-option-item.b-option-cart {
    vertical-align: middle;
    font-size: 18px;
}

    .f-option-item.b-option-cart .fa {
        font-size: 28px;
        vertical-align: middle;
    }

@media screen and (max-width:479px) {
    .f-option-item.b-option-cart .fa {
        font-size: 18px;
    }
}

.f-option-item.b-option-cart span {
    margin: 0 0 0 10px;
}

.b-product-cart {
    width: 100%;
}

    .b-product-cart table {
        width: 100%;
        border-collapse: collapse;
    }

    .b-product-cart th {
        border: 1px solid #dfdfdf;
        background: #fafafa;
        padding: 1em;
    }

@media screen and (max-width:639px) {
    .f-option-item.b-option-cart span {
        display: none;
    }

    .b-product-cart th {
        padding: .5em;
    }
}

.b-product-cart th span {
    color: #515151;
}

.b-product-cart td {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 1em;
    vertical-align: top;
}

@media screen and (max-width:639px) {
    .b-product-cart td {
        padding: .5em;
    }
}

@media screen and (max-width:767px) {
    .b-product-cart td:nth-child(4), .b-product-cart th:nth-child(4) {
        display: none;
    }
}

.b-product-cart span {
    display: block;
    line-height: 20px;
}

    .b-product-cart span span {
        display: inline;
    }

.b-product-card .b-stars-group, .b-product-card .form-control {
    display: inline-block;
}

.b-product-cart p {
    font-size: 1em;
}

.b-product-cart .b-product-card__info_count {
    margin-right: 0;
}

.b-product-cart .b-align-middle {
    vertical-align: middle;
}

.b-product-cart-small {
    border: 1px solid #dedede;
}

    .b-product-cart-small + .b-product-cart-small {
        border-top: 0 none;
    }

.b-product-cart-small__header {
    padding: .9em .9em .7em;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 -1px 1px #e8e8e8 inset;
}

.b-product-cart-small__content {
    padding: 1em;
}

.b-product-cart-small__content_row-half {
    float: left;
    width: 50%;
}

    .b-product-cart-small__content_row-half:first-child {
        padding-right: .4em;
    }

    .b-product-cart-small__content_row-half:last-child {
        padding-left: .4em;
    }

.b-product-cart-small__content_info_row {
    border-bottom: 1px solid #dedede;
    padding: 8px 0 5px;
    overflow: hidden;
}

    .b-product-cart-small__content_info_row:first-child {
        padding-top: 0;
    }

.b-product-cart-small__content_info_value {
    float: right;
}

.b-product-cart-small__content_info_title {
    float: left;
    line-height: 16px;
}

.b-product-cart-small__content_info {
    margin-bottom: 1em;
}

.f-product-cart-small__content_info, .f-product-cart-small__content_row {
    font-size: .92308em;
    line-height: 2;
}

.b-product-card .b-btn {
    padding: 7px 9px 6px;
    line-height: 16px;
    min-height: 30px;
}

.b-product-card .b-tag {
    margin-top: 0;
    margin-bottom: 0;
}

.b-product-card__visual {
    float: left;
    margin-right: 30px;
    width: 380px;
}

.b-product-card__info {
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .b-product-card__visual {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .b-product-card__info {
        margin-top: 30px;
    }
}

.b-product-card__info_row {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

    .b-product-card__info_row:last-child {
        border-bottom: 0 none;
    }

.f-product-card__info_price {
    font-size: 1.38462em;
    line-height: 1.2;
}

.b-product-card__info_title {
    display: inline-block;
    width: 70px;
    margin-right: 1.5em;
}

.b-product-card__info_add, .b-product-card__info_code, .b-product-card__info_count {
    display: inline-block;
    margin-right: .3em;
}

.b-product-card__info_title:after {
    content: ":";
    float: right;
    position: relative;
    left: .7em;
}

.b-product-card__info_like {
    background-color: #049ab0;
    display: inline-block;
    line-height: 17px;
}

    .b-product-card__info_like:hover {
        background-color: #2bc2d5;
    }

.b-product-card__info_count {
    width: 60px;
}

.b-product-card__info_add {
    font-size: .92308em;
    line-height: 1.2;
}

    .b-product-card__info_add i {
        font-size: 1.07692em;
        line-height: 1.2;
    }

.f-product-card__info_description {
    font-size: .92308em;
    line-height: 2;
}

textarea.b-product-card-textarea {
    height: 222px;
}

.b-container-login-page {
    margin-top: 43px;
    margin-bottom: 47px;
}

.b-log-in-form {
    border-right: 1px solid #ebebeb;
    padding-right: 10px;
}

    .b-log-in-form .b-hr {
        margin: 14px 0 25px;
        max-width: 470px;
    }

@media screen and (max-width:979px) {
    .b-log-in-form {
        border-right: 0;
        margin-bottom: 20px;
    }
}

.b-social-links-box {
    margin: 19px 0 0;
}

.b-social__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    border-bottom: 3px solid;
    height: 33px;
    width: 105px;
    margin: 0 7px 0 0;
}

    .b-social__item .fa {
        position: relative;
        padding: 2px 8px 0;
        margin: 0 2px 0 0;
    }

        .b-social__item .fa:after {
            content: '';
            display: block;
            height: 30px;
            position: absolute;
            top: 0;
            left: 100%;
            border-right: 1px solid rgba(255,255,255,.2);
        }

.b-portfolio_image, .b-portfolio_image_box--arrow.b-portfolio_image_box {
    position: relative;
}

.b-social__item:last-child {
    margin: 0;
}

.b-social__item.b-social__item--fb {
    background: #3b5998;
    border-bottom-color: #31497d;
}

    .b-social__item.b-social__item--fb:hover {
        background: #31497d;
    }

.b-social__item.b-social__item--g, .b-social__item.b-social__item--tw {
    background: #56adee;
    border-bottom-color: #468ec3;
}

    .b-social__item.b-social__item--g:hover, .b-social__item.b-social__item--tw:hover {
        background: #468ec3;
    }

.b-social__item.b-social__item--ld {
    background: #0182b3;
    border-bottom-color: #0182b3;
}

    .b-social__item.b-social__item--ld:hover {
        background: #016287;
        border-bottom-color: #016287;
    }

.f-social__item {
    font-size: 1.07692em;
    line-height: 1.85714;
    color: #fff;
}

    .f-social__item:hover {
        color: #fff;
    }

    .f-social__item .fa {
        font-size: 1.23077em;
        line-height: 1.625;
    }

.b-education-box .b-some-examples__item {
    margin: 10px 0 20px;
}

.b-education-detail-box .b-information-box__name {
    width: 112px;
}

.b-sort-panel__inner__portfolio.b-sort-panel__inner {
    margin: 40px 0 0;
}

.b-portfolio-item {
    padding: 27px 0 29px;
    border-top: 1px solid #e3e3e3;
}

    .b-portfolio-item:first-child {
        border: 0;
    }

.b-portfolio_image img {
    border-radius: 2px;
    width: 100%;
}

.b-portfolio_image .b-item-hover-action {
    border-radius: 2px;
}

@media screen and (max-width:979px) {
    .b-portfolio_image {
        margin-bottom: 15px;
    }
}

.f-portfolio_info_title {
    font-size: 1.84615em;
    line-height: 1;
    color: #e26228;
    text-transform: uppercase;
}

    .f-portfolio_info_title a {
        color: #e26228;
    }

        .f-portfolio_info_title a:hover {
            color: #666;
        }

.b-portfolio_info_rating {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 7px 0 6px 5px;
    margin: 9px 0 0;
}

    .b-portfolio_info_rating .b-portfolio_rating_category, .b-portfolio_info_rating .b-stars-group {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (max-width:767px) {
    .b-portfolio_info_rating .b-portfolio_rating_category {
        display: block;
    }
}

.b-rating_bord {
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    border-left: 1px solid #e3e3e3;
    margin: 0 8px 0 6px;
}

.b-portfolio_info_description {
    margin: 12px 0 10px;
}

.f-portfolio_category_title {
    font-size: .92308em;
    line-height: 1.16667;
    color: #515151;
}

.f-portfolio_category_name {
    font-size: .92308em;
    line-height: 1.16667;
    color: #e26228;
}

    .f-portfolio_category_name:hover {
        color: #898989;
    }

.f-portfolio_info_description {
    font-size: .92308em;
    line-height: 2.16667;
    color: #515151;
}

.b-portfolio-item__style-bord.b-portfolio-item {
    border: 1px solid #e3e3e3;
    margin: 43px 0 0;
    padding: 0;
    border-radius: 2px;
}

    .b-portfolio-item__style-bord.b-portfolio-item:first-child {
        border: 1px solid #e3e3e3;
        margin: 0;
    }

.b-portfolio-item__style-bord .b-portfolio_image img {
    border-radius: 2px 0 0 2px;
}

.b-portfolio-item__style-bord .b-portfolio_info_button {
    margin: 0 0 10px;
}

.b-portfolio-item__style-bord .b-portfolio_info {
    margin: 18px 28px 0 0;
}

.f-portfolio_info_button .button-sm {
    text-transform: uppercase;
    padding: 13px 16px 6px;
}

    .f-portfolio_info_button .button-sm:hover {
        color: #fff;
    }

.b-portfolio_image_box--arrow.b-portfolio_image_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left: 0;
}

@media screen and (max-width:979px) {
    .b-portfolio-item__style-bord .b-portfolio_info {
        margin: 18px 20px;
    }

    .b-portfolio_image_box--arrow.b-portfolio_image_box:after {
        top: auto;
        bottom: 0;
        left: 36px;
        border-bottom-color: #fff;
        border-top: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
}

.b-category-filter--portfolio.b-category-filter {
    border: 0;
    padding: 2px 0 25px;
}

    .b-category-filter--portfolio.b-category-filter ul {
        padding: 0;
    }

.b-portfolio-gallery {
    margin-top: 12px;
}

    .b-portfolio-gallery .b-app-with-img__item {
        margin: 0 0 28px;
    }

    .b-portfolio-gallery .b-item-hover-action__inner-bottom-title {
        padding: 15px 0 8px;
        text-transform: uppercase;
    }

    .b-portfolio-gallery .b-item-hover-action__inner-bottom {
        height: 67px;
    }

.hover-action__inner-bottom-big .b-item-hover-action__inner-bottom-title {
    font-size: 1.23077em;
    line-height: 1.5;
    padding: 19px 0 6px;
}

.hover-action__inner-bottom-big .b-item-hover-action__inner-bottom {
    height: 82px;
}

.b-h4-special--portfolio.b-h4-special {
    margin: 20px 0 5px;
}

.b-remaining--max-box .b-hr-with-btn:after, .b-remaining--max-box .b-hr-with-btn:before {
    width: 526px;
}

.b-portfolio-overview {
    padding: 0 0 30px;
    margin: 50px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.b-title-b-hr--position.b-title-b-hr {
    margin-bottom: 16px;
}

.b-portfolio-overview__project {
    margin: 25px 0 0;
}

.f-project {
    color: #e26228;
    text-transform: uppercase;
}

    .f-project:hover {
        color: #898989;
    }

.f-dotted, .f-information-box__name {
    color: #e26228;
}

.b-information-box ul {
    padding: 0;
    margin: 0;
}

    .b-information-box ul li {
        list-style-type: none;
        padding: 11px 0 9px;
        margin: 0;
        border-bottom: 1px solid #ebebeb;
        vertical-align: middle;
    }

.b-portfolio-slider-box .b-carousel-secondary .b-carousel-title, .b-portfolio__example-box .b-carousel-title.b-diagonal-line-bg-light {
    padding-top: 8px;
    border-top: 1px solid #e3e3e3;
}

.f-information-box {
    text-transform: uppercase;
}

.b-information-box__name {
    display: inline-block;
    width: 74px;
}

.b-dotted {
    margin: 0 14px 0 0;
}

.f-information_data {
    color: #515151;
}

.b-overview__comment {
    margin: 25px 0 0;
}

.b-portfolio__example-box .b-app-with-img__item_text {
    background-image: url(../img/diagonal-line-bg-light.png);
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: 0 0;
}

.b-portfolio__example-box .b-carousel-title {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 25px;
}

    .b-portfolio__example-box .b-carousel-title.b-diagonal-line-bg-light:after {
        content: '';
        display: block;
        position: relative;
        clear: both;
        width: 100%;
    }

.b-portfolio__example-box .b-app-with-img__item:hover .b-app-with-img__item_text {
    background-color: #e26228;
}

.b-portfolio__example-box .b-app-with-img__item:hover .f-app-with-img__item_info, .b-portfolio__example-box .b-app-with-img__item:hover .f-app-with-img__item_name a {
    color: #fff;
}

.b-portfolio__example-box .b-app-with-img__item:hover .b-app-with-img__item_img {
    border-color: #fff;
}

.b-portfolio__example-box.b-carousel-secondary .bx-controls {
    top: -71px;
}

.f-carousel-title__color.f-carousel-title {
    color: #e26228;
}

.b-portfolio-slider-box {
    margin-top: 54px;
}

.b-portfolio-slider-box__items {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 10px 10px 7px;
    border-radius: 3px;
}

    .b-portfolio-slider-box__items img {
        border-radius: 2px;
    }

.b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a {
    background: #fff;
    height: 33px;
    width: 33px;
    padding: 9px 0 3px;
}

    .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:after {
        color: #aeafb1;
    }

    .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:hover {
        background: #e26228;
    }

        .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:hover:after {
            color: #fff;
        }

.b-arrow-title-box {
    float: right;
    padding: 4px 0 0;
}

    .b-arrow-title-box a {
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        background: #828282;
        border-radius: 3px;
    }

        .b-arrow-title-box a:hover {
            background: #e26228;
        }

@media screen and (max-width:639px) {
    .f-carousel-title__color.f-carousel-title {
        font-size: .92308em;
        line-height: 2;
    }

    .b-arrow-title-box a {
        width: 18px;
    }

    .b-arrow-title-box {
        padding: 2px 0 0;
    }
}

.f-arrow-title-box {
    line-height: 24px;
}

    .f-arrow-title-box a {
        text-align: center;
    }

        .f-arrow-title-box a .fa {
            line-height: 26px;
            font-size: 30px;
            vertical-align: middle;
            color: #fff;
        }

@media screen and (max-width:639px) {
    .f-arrow-title-box a .fa {
        font-size: 20px;
        line-height: 16px;
    }

    .f-arrow-title-box {
        line-height: 16px;
    }
}

.b-welcome-box {
    margin-bottom: 25px;
}

    .b-welcome-box .is-global-title {
        color: #e26228;
    }

.b-title-description {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 10px;
    margin: 0 0 22px;
}

    .b-title-description .b-title-description__comment {
        margin: 6px 0 0;
    }

.f-title-description {
    font-size: 1.38462em;
    line-height: 1.11111;
    color: #e26228;
}

    .f-title-description .f-title-description__comment {
        font-size: .69231em;
        line-height: 1.55556;
        color: #515151;
        text-transform: none;
    }

.b-form--contact-size textarea.form-control {
    height: 179px;
}

.b-bord-box {
    border-top: 1px solid #cdcdcd;
    padding: 35px 0 54px;
}

    .b-bord-box.b-google-map {
        border-bottom: 1px solid #cdcdcd;
        padding: 0;
    }

.b-contact-form-box {
    margin-bottom: 38px;
}

.f-infoblock-with-icon--color .f-infoblock-with-icon__info_title {
    color: #e26228;
}

.b-inner-page-header {
    display: table;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #dcdcdc;
}

    .b-inner-page-header .b-inner-page-header__content {
        vertical-align: middle;
        display: table-cell;
    }

    .b-inner-page-header.b-inner-page-header--white {
        background: url(../img/inner-head-bg-white.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .b-inner-page-header h1 {
        margin: 0;
    }

.f-inner-page-header h1 {
    font-size: 2.76923em;
    line-height: 1;
    text-transform: none;
}

.f-inner-page-header .f-title-small {
    font-size: .4em;
    color: #515151;
}

.f-inner-page-header span {
    margin-bottom: 0;
}

.f-inner-page-header_title-add {
    font-size: 1.07692em;
    line-height: 2.14286;
}

.f-inner-page-header--white.f-inner-page-header .f-inner-page-header_title-add, .f-inner-page-header--white.f-inner-page-header h1 {
    color: #fff;
}

.b-breadcrumbs {
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff,#f9f9f9);
    background: -moz-linear-gradient(top,#fff,#f9f9f9);
    background: -o-linear-gradient(top,#fff,#f9f9f9);
    background: -ms-linear-gradient(top,#fff,#f9f9f9);
    background: linear-gradient(to bottom,#fff,#f9f9f9);
}

    .b-breadcrumbs ul {
        margin: 10px 0 9px;
        padding: 0;
    }

.b-shortcode-example, .test_details div[class^=col] {
    padding-bottom: 15px;
    padding-top: 15px;
}

.b-breadcrumbs li {
    display: inline-block;
    margin-right: 4px;
}

    .b-breadcrumbs li:not(:first-child) i {
        margin-right: 7px;
    }

    .b-breadcrumbs li:first-child i:before {
        top: 1px;
    }

.b-breadcrumbs i {
    margin-right: 10px;
}

    .b-breadcrumbs i:before {
        position: relative;
        top: 2px;
    }

.f-breadcrumbs {
    color: #515151;
}

    .f-breadcrumbs li:first-child i:before {
        font-size: 1.23077em;
        line-height: 1.2;
        color: #e26228;
    }

    .f-breadcrumbs i:before {
        font-size: 1.38462em;
        line-height: 1.2;
        color: #b1b1b1;
    }

    .f-breadcrumbs a, .f-breadcrumbs span {
        font-size: 1.0em;
        line-height: 2;
    }

    .f-breadcrumbs a {
        color: #e26228;
    }

        .f-breadcrumbs a:hover, .f-breadcrumbs a:hover i:before {
            color: #666;
        }

.b-shortcode-example [class*=button-] {
    margin: 10px 16px 10px 10px;
}

.b-shortcode-example.b-shortcode-example--big-indent {
    margin-top: 22px;
}

.b-shortcode-example--btn.b-shortcode-example {
    margin: 0 -15px 0 -10px;
}

.is-hidden {
    display: none;
}

.is-visible {
    display: block;
    visibility: visible;
}

.b-table-primary f-table-primary f-center tr.add {
    background: #ffd6d1;
    border: 1px solid #f9bdb6;
}

#UpdatePanel1 {
    display: inline-block;
}

.test_ans, .test_qus div[class^=col] {
    padding-bottom: 15px;
}

    .RadioListGrid input[type=radio], .test_ans input[type=radio] {
        margin-right: 5px;
    }

.RadioListGrid {
    padding: 5px 0;
    display: block;
}

    .RadioListGrid label {
        padding-right: 10px;
    }

.newGrid, .newGrid td {
    border: 1px solid #fba422;
}

.newGrid {
    width: 770px;
    background-color: #fff;
    margin-left: 10px;
}

    .newGrid td {
        padding: 5px;
        text-align: center;
        color: #000;
        font: 400 12px Arial,Helvetica,sans-serif;
        line-height: 18px;
        margin-top: 5px;
    }

    .newGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #fba422;
        border-left: solid 1px #fba422;
        font-size: .9em;
    }

.dropcontent {
    width: auto;
}

.view-report-row {
    background-color: #FFF;
    border: 5px solid #DFEAF1;
    overflow: hidden;
    padding: 20px 0;
    width: auto;
}

.view-report-coloumn {
    float: left;
    margin: 0 0 0 5px;
    width: 49%;
}

.view-report-coloumn1 {
    margin: 0 25px;
}

.scorecard {
    background-image: url(../images/doc-border.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 10px;
    width: auto;
}

.scorecard-left {
    color: #717171;
    float: left;
}

.scorecard-left1 {
    color: #717171;
    float: none;
}

.tab_table h2 {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: dashed 1px #CCC;
    font-size: 16px;
    font-family: BreeSerifRegular;
    font-weight: 700;
    color: #257591;
}

.home_acc {
    padding: 8px 0 0;
}

    .home_acc h2 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        background-color: #D29904;
        padding: 5px;
    }

    .home_acc p, .home_acc p a {
        padding: 0 0 5px;
    }

.h_account {
    width: 96%;
    padding: 5px 2% 3px 5px;
}

    .h_account a {
        color: #257591;
        font-size: 12px;
        font-weight: 400;
        padding: 2px;
        display: inline-block;
        text-align: center;
    }

.Androidapp {
    float: left;
    color: #464646;
    padding: 5px;
    margin: 9px 0 0 150px;
    background: #FFE882;
    border: 1px solid #EFC000;
}

#ctl00_leftbar_TreeView1 a {
    color: #fff;
    font-weight: 600;
}

.tp-caption.tp-hidden-caption, .tp-hide-revslider {
    visibility: hidden !important;
    display: none !important;
}

.tp-caption {
    z-index: 1;
    transform: none !important;
}

.tp-caption-demo .tp-caption {
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px !important;
}

.tp-caption.medium_grey, .tp-caption.medium_text, .tp-caption.small_text {
    font-family: Arial;
    margin: 0;
    white-space: nowrap;
    font-weight: 700;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    line-height: 20px;
    border-width: 0;
    border-style: none;
}

.tp-caption.medium_grey {
    color: #fff;
    font-size: 20px;
    padding: 2px 4px;
    background-color: #888;
}

.tp-caption.small_text {
    color: #fff;
    font-size: 14px;
}

.tp-caption.medium_text {
    color: #fff;
    font-size: 20px;
}

.tp-caption.large_bold_white_25, .tp-caption.medium_text_shadow {
    text-align: center;
    text-decoration: none;
    border-width: 0;
    border-style: none;
    font-family: "Open Sans";
    color: #fff;
    background-color: transparent;
    text-shadow: #000 0 5px 10px;
    border-color: #fff;
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

.tp-caption.large_text, .tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    font-weight: 700;
}

.tp-caption.large_text {
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.very_big_black, .tp-caption.very_big_white, .tp-caption.very_large_text {
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.very_large_text {
    letter-spacing: -2px;
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    padding: 1px 4px 0;
    background-color: #000;
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    padding: 1px 4px 0;
    background-color: #fff;
}

.tp-caption.modern_medium_fat, .tp-caption.modern_medium_fat_white {
    white-space: nowrap;
    text-shadow: none;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans",sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    position: absolute;
    font-weight: 800;
}

.tp-caption.modern_medium_fat {
    color: #000;
}

.tp-caption.modern_medium_fat_white {
    color: #fff;
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans",sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_big_bluebg, .tp-caption.modern_big_redbg {
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-style: none;
    position: absolute;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0;
}

.tp-caption.modern_big_bluebg {
    font-weight: 800;
    padding: 3px 10px;
    background-color: #4e5b6c;
}

.tp-caption.modern_big_redbg {
    font-weight: 300;
    padding: 1px 10px 3px;
    background-color: #de543e;
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.thinheadline_dark, .tp-caption.thintext_dark {
    background-color: transparent;
    position: absolute;
    font-family: "Open Sans";
    color: rgba(0,0,0,.85);
    text-shadow: none;
    font-weight: 300;
}

.tp-caption a {
    text-shadow: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
}

.tp-caption.thinheadline_dark {
    font-size: 30px;
    line-height: 30px;
}

.tp-caption.thintext_dark {
    font-size: 16px;
    line-height: 26px;
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none;
}

    .tp-caption.medium_bg_red a:hover {
        color: #fff;
        text-decoration: underline;
    }

.tp-caption.largeblackbg, .tp-caption.smoothcircle {
    text-decoration: none;
    background-color: #000;
    border-width: 0;
    border-style: none;
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    background-color: rgba(0,0,0,.498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px;
    border-color: #000;
}

.tp-caption.largeblackbg, .tp-caption.largepinkbg {
    text-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
}

.tp-caption.largeblackbg {
    padding: 0 20px 5px;
    border-color: #fff;
}

.tp-caption.largepinkbg {
    position: absolute;
    background-color: #db4360;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tp-caption.largewhitebg {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    border-radius: 0;
}

.tp-caption.largegreenbg, .tp-caption.largewhitebg {
    position: absolute;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.tp-caption.largegreenbg {
    color: #fff;
    text-shadow: none;
    background-color: #67ae73;
    border-radius: 0;
}

.tp-caption.excerpt, .tp-caption.large_bold_grey {
    text-decoration: none;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-style: none;
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    background-color: rgba(0,0,0,1);
    letter-spacing: -1.5px;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-color: #fff;
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    background-color: transparent;
    border-color: #ffd658;
}

.tp-caption.medium_thin_grey, .tp-caption.small_thin_grey {
    text-shadow: none;
    border-style: none;
    font-weight: 300;
    font-family: "Open Sans";
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    color: #666;
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    color: #757575;
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235,235,235,1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none;
}

.tp-caption.large_bold_darkblue, .tp-caption.medium_bg_darkblue {
    font-weight: 800;
    font-family: "Open Sans";
    text-decoration: none;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    color: #34495e;
    background-color: transparent;
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #34495e;
    padding: 10px;
}

.tp-caption.medium_bold_red, .tp-caption.medium_light_red {
    padding: 0;
    color: #e33a0c;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    text-decoration: none;
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    text-decoration: none;
}

.tp-caption.medium_bg_orange, .tp-caption.medium_bg_red {
    border-width: 0;
    border-style: none;
    font-family: "Open Sans";
    text-decoration: none;
    padding: 10px;
    border-color: #ffd658;
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    color: #fff;
    background-color: #e33a0c;
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    color: #fff;
    background-color: #f39c12;
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160,179,151,1);
    width: 4000px;
    height: 150px;
    border-width: 0;
    border-color: #222;
    border-style: none;
}

.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.tp-caption.large_bold_white, .tp-caption.medium_light_white {
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding: 0;
}

.tp-caption.mediumlarge_light_white, .tp-caption.mediumlarge_light_white_center {
    color: #fff;
    text-decoration: none;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    background-color: transparent;
    padding: 0;
}

.tp-caption.mediumlarge_light_white_center {
    text-align: center;
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
}

.tp-caption.large_bold_black, .tp-caption.medium_light_black {
    text-decoration: none;
    border-width: 0;
    border-style: none;
    font-family: "Open Sans";
    color: #000;
    background-color: transparent;
    border-color: #ffd658;
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding: 0;
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
}

.tp-caption.mediumlarge_light_darkblue, .tp-caption.small_light_white {
    font-weight: 300;
    background-color: transparent;
    padding: 0;
    border-color: #ffd658;
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    border-width: 0;
    border-style: none;
}

.tp-caption.large_bg_black, .tp-caption.small_light_white {
    text-decoration: none;
    font-family: "Open Sans";
    border-width: 0;
    border-style: none;
    color: #fff;
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: #222;
    border-style: none;
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    background-color: #000;
    padding: 10px 20px 15px;
    border-color: #ffd658;
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none;
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans',sans;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    left: -40px;
}

.tp-caption .backcorner {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    right: 0;
}

.tp-caption .frontcornertop {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    left: -40px;
}

.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    right: 0;
}

.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.png) top repeat-x;
    font-family: arial,sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

    .tp-simpleresponsive .button.big {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.6);
        font-weight: 700;
        padding: 9px 20px;
        font-size: 19px;
        line-height: 57px !important;
        background: url(../images/gradient/g40.png) top repeat-x;
    }

        .tp-simpleresponsive .button.big:hover, .tp-simpleresponsive .button:hover, .tp-simpleresponsive .purchase:hover {
            background-position: bottom,15px 11px;
        }

@media only screen and (min-width:480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: 400;
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px;
        line-height: 20px !important;
        font-size: 10px !important;
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
}

.tp-bullets, .tparrows {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px);
}

.fullscreen-container, .fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green, .tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b;
}

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue, .tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68;
}

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red, .tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212;
}

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange, .tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00;
}

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey, .tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey, .tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222;
}

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey, .tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555;
}

.fullwidthbanner-container {
    overflow: hidden;
}

    .fullwidthbanner-container .fullwidthbanner {
        width: 100%;
        position: relative;
    }

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
}

.noFilterClass {
    filter: none !important;
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

    .tp-bannershadow.tp-shadow1 {
        background: url(../assets/shadow1.png) no-repeat;
        background-size: 100% 100%;
        width: 890px;
        height: 60px;
        bottom: -60px;
    }

    .tp-bannershadow.tp-shadow2 {
        background: url(../assets/shadow2.png) no-repeat;
        background-size: 100% 100%;
        width: 890px;
        height: 60px;
        bottom: -60px;
    }

    .tp-bannershadow.tp-shadow3 {
        background: url(../assets/shadow3.png) no-repeat;
        background-size: 100% 100%;
        width: 890px;
        height: 60px;
        bottom: -60px;
    }

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .caption.fullscreenvideo iframe, .caption.fullscreenvideo video {
        width: 100% !important;
        height: 100% !important;
        display: none;
    }

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
        width: 100% !important;
        height: 100% !important;
        display: none;
    }

.fullscreenvideo .vjs-loading-spinner {
    visibility: none;
    display: none !important;
    width: 0;
    height: 0;
}

.fullscreenvideo .vjs-control-bar.vjs-fade-in, .fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing, .fullscreenvideo .vjs-control-bar.vjs-fade-out, .fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden;
}

.fullcoveredvideo video, .fullcoveredvideo.video-js {
    background: 0 0 !important;
}

.fullcoveredvideo .vjs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .tp-dottedoverlay.twoxtwo {
        background-color: rgba(0,0,0,.3);
    }

    .tp-dottedoverlay.twoxtwowhite {
        background: url(../assets/gridtile_white.png);
    }

    .tp-dottedoverlay.threexthree {
        background: url(../assets/gridtile_3x3.png);
    }

    .tp-dottedoverlay.threexthreewhite {
        background: url(../assets/gridtile_3x3_white.png);
    }

.tpclear {
    clear: both;
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    white-space: nowrap;
}

    .tp-bullets.hidebullets {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .tp-bullets.simplebullets.navbar {
        border: 1px solid #666;
        border-bottom: 1px solid #444;
        background: url(../assets/boxed_bgtile.png);
        height: 40px;
        padding: 0 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .tp-bullets.simplebullets.navbar-old {
        background: url(../assets/navigdots_bgtile.png);
        height: 35px;
        padding: 0 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .tp-bullets.simplebullets.round .bullet {
        cursor: pointer;
        position: relative;
        margin-right: 0;
        float: left;
        margin-top: 0;
        margin-left: 3px;
    }

        .tp-bullets.simplebullets.round .bullet.last {
            margin-right: 3px;
        }

    .tp-bullets.simplebullets.round-old .bullet {
        cursor: pointer;
        position: relative;
        background: url(../assets/bullets.png) bottom left;
        width: 23px;
        height: 23px;
        margin-right: 0;
        float: left;
        margin-top: 0;
    }

    .tp-bullets.simplebullets.square .bullet, .tp-bullets.simplebullets.square-old .bullet {
        float: left;
        cursor: pointer;
        position: relative;
        height: 19px;
        margin-top: 0;
        margin-right: 0;
        background: url(../assets/bullets2.png) bottom left;
        width: 19px;
    }

    .tp-bullets.simplebullets.round-old .bullet.last {
        margin-right: 0;
    }

    .tp-bullets.simplebullets.square .bullet.last {
        margin-right: 0;
    }

    .tp-bullets.simplebullets.square-old .bullet.last {
        margin-right: 0;
    }

    .tp-bullets.simplebullets.navbar .bullet {
        cursor: pointer;
        position: relative;
        background: url(../assets/bullet_boxed.png) top left;
        width: 18px;
        height: 19px;
        margin-right: 5px;
        float: left;
        margin-top: 0;
    }

        .tp-bullets.simplebullets.navbar .bullet.first {
            margin-left: 0 !important;
        }

        .tp-bullets.simplebullets.navbar .bullet.last {
            margin-right: 0 !important;
        }

    .tp-bullets.simplebullets.navbar-old .bullet {
        cursor: pointer;
        position: relative;
        background: url(../assets/navigdots.png) bottom left;
        width: 15px;
        height: 15px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        float: left;
        margin-top: 10px;
    }

.tp-leftarrow, .tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important;
}

.tp-bullets.simplebullets .bullet.selected, .tp-bullets.simplebullets .bullet:hover {
    background-position: top left;
}

.tp-bullets.simplebullets.navbar .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background-position: bottom left;
}

.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

    .tparrows.hidearrows {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.tp-leftarrow {
    background: url(../assets/large_left.png) top left;
}

.tp-rightarrow {
    background: url(../assets/large_right.png) top left;
}

    .tp-leftarrow.round, .tp-rightarrow.round {
        width: 19px;
        height: 14px;
        margin-right: 0;
        float: left;
        margin-top: 0;
    }

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.png) top left;
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.png) top left;
}

.tp-leftarrow.round-old, .tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0;
}

.tp-leftarrow.round-old {
    background: url(../assets/arrow_left.png) top left;
}

.tp-rightarrow.round-old {
    background: url(../assets/arrow_right.png) top left;
}

.tp-leftarrow.navbar, .tp-rightarrow.navbar {
    width: 20px;
    height: 15px;
    float: left;
    margin-top: 12px;
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.png) top left;
    margin-right: 6px;
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.png) top left;
    margin-left: 6px;
}

.tp-leftarrow.navbar-old, .tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 9px;
    height: 16px;
    float: left;
    margin-top: 10px;
}

.tp-leftarrow.navbar-old {
    background: url(../assets/arrowleft.png) top left;
    margin-right: 6px;
}

.tp-rightarrow.navbar-old {
    background: url(../assets/arrowright.png) top left;
    margin-left: 6px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px;
}

.tp-leftarrow.square, .tp-leftarrow.square-old {
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 100;
    width: 12px;
    height: 17px;
    margin-top: 0;
    margin-right: 0;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0;
}

.tp-leftarrow.square {
    background: url(../assets/arrow_left2.png) top left;
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0;
}

.tp-leftarrow.square-old {
    background: url(../assets/arrow_left2.png) top left;
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0;
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
}

.tp-rightarrow.default {
    z-index: 1000;
    cursor: pointer;
    position: relative;
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: bottom left;
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

    .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
        width: 5000px;
        position: absolute;
    }

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

    .tp-bullets.tp-thumbs .bullet.selected, .tp-bullets.tp-thumbs .bullet:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../assets/timer.png);
    position: absolute;
    z-index: 200;
    top: 0;
}

    .tp-bannertimer.tp-bottom {
        bottom: 0;
        height: 5px;
        top: auto;
    }

@media only screen and (min-width:0px) and (max-width:479px) {
    .responsive .tp-bullets, .responsive .tparrows {
        display: none;
    }
}

.vjs-tech {
    margin-top: 1px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 30px;
    vertical-align: top;
    padding: 0;
}

    .tp-caption .vjs-default-skin .vjs-big-play-button:before {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 40px;
        text-shadow: none !important;
        color: #fff;
        font-size: 18px;
    }

.tp-caption .vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div, .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png);
}

.tp-loader {
    background: url(../assets/loader.gif) 10px 10px no-repeat #fff;
    margin: -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-transparentimg {
    content: "url(../assets/transparent.png)";
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}

@font-face {
    font-family: revicons;
    src: url(../font/revicons.eot?5510888);
    src: url(../font/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../font/revicons.woff?5510888) format('woff'),url(../font/revicons.ttf?5510888) format('truetype'),url(../font/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" revicon-"]:before, [class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.revicon-search-1:before {
    content: '\e802';
}

.revicon-pencil-1:before {
    content: '\e831';
}

.revicon-picture-1:before {
    content: '\e803';
}

.revicon-cancel:before {
    content: '\e80a';
}

.revicon-info-circled:before {
    content: '\e80f';
}

.revicon-trash:before {
    content: '\e801';
}

.revicon-left-dir:before {
    content: '\e817';
}

.revicon-right-dir:before {
    content: '\e818';
}

.revicon-down-open:before {
    content: '\e83b';
}

.revicon-left-open:before {
    content: '\e819';
}

.revicon-right-open:before {
    content: '\e81a';
}

.revicon-angle-left:before {
    content: '\e820';
}

.revicon-angle-right:before {
    content: '\e81d';
}

.revicon-left-big:before {
    content: '\e81f';
}

.revicon-right-big:before {
    content: '\e81e';
}

.revicon-magic:before {
    content: '\e807';
}

.revicon-picture:before {
    content: '\e800';
}

.revicon-export:before {
    content: '\e80b';
}

.revicon-cog:before {
    content: '\e832';
}

.revicon-login:before {
    content: '\e833';
}

.revicon-logout:before {
    content: '\e834';
}

.revicon-video:before {
    content: '\e805';
}

.revicon-arrow-combo:before {
    content: '\e827';
}

.revicon-left-open-1:before {
    content: '\e82a';
}

.revicon-right-open-1:before {
    content: '\e82b';
}

.revicon-left-open-mini:before {
    content: '\e822';
}

.revicon-right-open-mini:before {
    content: '\e823';
}

.revicon-left-open-big:before {
    content: '\e824';
}

.revicon-right-open-big:before {
    content: '\e825';
}

.revicon-left:before {
    content: '\e836';
}

.revicon-right:before {
    content: '\e826';
}

.revicon-ccw:before {
    content: '\e808';
}

.revicon-arrows-ccw:before {
    content: '\e806';
}

.revicon-palette:before {
    content: '\e829';
}

.revicon-list-add:before {
    content: '\e80c';
}

.revicon-doc:before {
    content: '\e809';
}

.revicon-left-open-outline:before {
    content: '\e82e';
}

.revicon-left-open-2:before {
    content: '\e82c';
}

.revicon-right-open-outline:before {
    content: '\e82f';
}

.revicon-right-open-2:before {
    content: '\e82d';
}

.revicon-equalizer:before {
    content: '\e83a';
}

.revicon-layers-alt:before {
    content: '\e804';
}

.revicon-popup:before {
    content: '\e828';
}

.tp-leftarrow.default, .tp-rightarrow.default {
    background: url(../assets/slider-lg-controls.png);
    height: 57px;
    width: 33px;
}

.tp-leftarrow.default {
    background-position: left top;
}

    .tp-leftarrow.default:hover {
        background-position: left bottom;
    }

.tp-rightarrow.default {
    background-position: right top;
}

    .tp-rightarrow.default:hover {
        background-position: right bottom;
    }

.caption-left {
    left: 0 !important;
}

.tp-bullets.simplebullets.round .bullet {
    width: 13px;
    height: 13px;
    border-radius: 10px;
    border: 3px solid #fff;
    background: 0 none;
}

    .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
        background-color: #fff;
    }

.b-slider--thumb .tp-bullets.simplebullets.round .bullet {
    height: 55px;
    width: 78px;
    border-radius: 0;
    margin: 0 4px;
    border-width: 2px;
    position: relative;
    z-index: 20;
}

    .b-slider--thumb .tp-bullets.simplebullets.round .bullet.selected, .b-slider--thumb .tp-bullets.simplebullets.round .bullet:hover {
        border-color: #e9682e;
    }

.b-slider--thumb.b-slider--navi-alt .tp-bullets.simplebullets.round .bullet {
    height: 60px;
    margin: 0 9px;
    display: inline-block;
    float: none;
}

    .b-slider--thumb.b-slider--navi-alt .tp-bullets.simplebullets.round .bullet:first-child {
        margin-left: 0;
    }

    .b-slider--thumb.b-slider--navi-alt .tp-bullets.simplebullets.round .bullet.last {
        margin-right: 0;
    }

.b-slider--thumb.b-slider--navi-alt .tp-bullets {
    white-space: nowrap;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    bottom: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    display: flex;
    width: 100%;
    height: 65px;
}

@media screen and (max-width:980px) {
    .b-slider--thumb.b-slider--navi-alt .tp-bullets.simplebullets.round .bullet {
        margin: 0 5px;
    }
}

@media screen and (max-width:640px) {
    .b-slider--thumb .tp-bullets.simplebullets.round .bullet {
        height: 20px;
        width: 40px;
        border-radius: 0;
        margin: 0 4px;
        border-width: 2px;
    }

    .b-slider--thumb .tp-bullets .tparrows.tp-leftarrow.round:before, .b-slider--thumb .tp-bullets .tparrows.tp-rightarrow.round:before {
        top: 85%;
    }

    .b-slider--thumb.b-slider--navi-alt .tp-bullets.simplebullets.round .bullet {
        width: 100px;
        margin: 0 2px;
        height: 30px;
    }

    .b-slider--thumb.b-slider--navi-alt .tp-bullets {
        display: none;
    }

    .b-slider--navi-alt {
        margin-bottom: 0;
    }
}

.b-slider--thumb .tp-bullets .tp-leftarrow.round, .b-slider--thumb .tp-bullets .tp-rightarrow.round {
    background: 0 none;
    height: auto;
}

    .b-slider--thumb .tp-bullets .tp-leftarrow.round:before, .b-slider--thumb .tp-bullets .tp-rightarrow.round:before {
        font-family: FontAwesome;
        width: 10px;
        height: 10px;
        color: #fff;
        position: relative;
        top: 18px;
        font-size: 16px;
    }

    .b-slider--thumb .tp-bullets .tp-leftarrow.round:before {
        content: "\f053";
        left: 3px;
    }

    .b-slider--thumb .tp-bullets .tp-rightarrow.round:before {
        content: "\f054";
        right: -4px;
    }

.b-small-arr .tp-leftarrow.default, .b-small-arr .tp-rightarrow.default {
    background: #fff;
    border-radius: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
}

.f-small-arr .tp-leftarrow.default, .f-small-arr .tp-rightarrow.default {
    color: #e3e3e3;
    font-family: FontAwesome;
    font-size: 20px;
}

    .f-small-arr .tp-leftarrow.default:hover, .f-small-arr .tp-rightarrow.default:hover {
        color: #e9682e;
    }

    .f-small-arr .tp-rightarrow.default:before {
        content: "\f054";
        vertical-align: middle;
        position: relative;
        right: -1px;
        top: 4px;
    }

    .f-small-arr .tp-leftarrow.default:before {
        content: "\f053";
        vertical-align: middle;
        position: relative;
        left: -2px;
        top: 4px;
    }

.tp-dottedoverlay.white {
    background-color: rgba(255,255,255,.3);
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.2.1
Create your own skin at http://designer.videojs.com
*/

.vjs-default-skin {
    color: #ccc;
}

@font-face {
    font-family: VideoJS;
    src: url(font/vjs.eot);
    src: url(font/vjs.eot?#iefix) format('embedded-opentype'),url(font/vjs.woff) format('woff'),url(font/vjs.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333;
    background-color: rgba(51,51,51,.9);
}

    .vjs-default-skin .vjs-slider:focus {
        -webkit-box-shadow: 0 0 2em #fff;
        -moz-box-shadow: 0 0 2em #fff;
        box-shadow: 0 0 2em #fff;
    }

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}

    .vjs-default-skin .vjs-slider-handle:before {
        content: "\e009";
        font-family: VideoJS;
        font-size: 1em;
        line-height: 1;
        text-align: center;
        text-shadow: 0 0 1em #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
}

.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #66a8cc;
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s,opacity .1s;
    -moz-transition: visibility .1s,opacity .1s;
    -o-transition: visibility .1s,opacity .1s;
    transition: visibility .1s,opacity .1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    -moz-transition: visibility 1s,opacity 1s;
    -o-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar, .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}

@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

.vjs-default-skin .vjs-control {
    outline: 0;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3em;
    width: 4em;
}

    .vjs-default-skin .vjs-control:before {
        font-family: VideoJS;
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    }

    .vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
        text-shadow: 0 0 1em #fff;
    }

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}

    .vjs-default-skin .vjs-play-control:before {
        content: "\e001";
    }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002";
}

.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
        content: "\e006";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
        content: "\e003";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
        content: "\e004";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
        content: "\e005";
    }

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: .6em;
    margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
    height: 2.9em;
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .5em;
    height: .5em;
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: .9em;
    top: -.2em;
    left: -.2em;
    width: 1em;
    height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    width: 6em;
    left: -4em;
}

.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: .3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.vjs-default-skin .vjs-progress-holder {
    height: 100%;
}

    .vjs-default-skin .vjs-progress-holder .vjs-load-progress, .vjs-default-skin .vjs-progress-holder .vjs-play-progress {
        position: absolute;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
    }

.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255,255,255,.4);
}

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}

    .vjs-default-skin .vjs-seek-handle:before {
        padding-top: .1em;
    }

.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-current-time, .vjs-default-skin .vjs-duration {
    float: left;
}

.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-fullscreen-control:before {
        content: "\e000";
    }

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
    border: .1em solid #3b4249;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
    -webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
    -moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
    box-shadow: 0 0 1em rgba(255,255,255,.25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button, .vjs-default-skin.vjs-has-started .vjs-big-play-button, .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-default-skin .vjs-big-play-button:focus, .vjs-default-skin:hover .vjs-big-play-button {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50,50,50,.75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e00a";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7,40,50,.5);
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7,20,30,.7);
    -webkit-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
    -moz-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
    box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
    display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

    .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
        background-color: #000;
    }

        .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover, .vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover {
            outline: 0;
            color: #111;
            background-color: #fff;
            background-color: rgba(255,255,255,.75);
            -webkit-box-shadow: 0 0 1em #fff;
            -moz-box-shadow: 0 0 1em #fff;
            box-shadow: 0 0 1em #fff;
        }

    .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em;
        font-weight: 700;
        cursor: default;
    }

.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
    content: "\e008";
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,sans-serif;
    -ms-user-select: none;
    user-select: none;
}

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-js:-moz-full-screen {
        position: absolute;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
}

.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
}

.video-js .vjs-subtitles {
    color: #fff;
}

.video-js .vjs-captions {
    color: #fc6;
}

.view h2, .view p {
    color: #fff;
    text-align: center;
}

.vjs-tt-cue {
    display: block;
}

.vjs-default-skin .vjs-hidden {
    display: none;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .view .content, .view .mask {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .view h2, .view img, .view p {
        position: relative;
    }

    .view img {
        display: block;
    }

    .view h2 {
        text-transform: uppercase;
        font-size: 17px;
        padding: 10px;
        background: rgba(0,0,0,.8);
        margin: 20px 0 0;
    }

    .view p {
        font-family: Georgia,serif;
        font-style: italic;
        font-size: 12px;
        padding: 10px 20px 20px;
    }

.view-sixth img {
    -webkit-transition: all .4s ease-in-out .5s;
    -moz-transition: all .4s ease-in-out .5s;
    -o-transition: all .4s ease-in-out .5s;
    -ms-transition: all .4s ease-in-out .5s;
    transition: all .4s ease-in-out .5s;
}

.view-sixth .mask {
    background-color: rgba(50,50,50,.68);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in .4s;
    -moz-transition: all .3s ease-in .4s;
    -o-transition: all .3s ease-in .4s;
    -ms-transition: all .3s ease-in .4s;
    transition: all .3s ease-in .4s;
}

.view-sixth .mask, .view-sixth h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.view-sixth h2 {
    filter: alpha(opacity=0);
    border-bottom: 1px solid rgba(0,0,0,.3);
    background: 0 0;
    margin: 20px 40px 0;
    transform: scale(10);
    -webkit-transition: all .3s ease-in-out .1s;
    -moz-transition: all .3s ease-in-out .1s;
    -o-transition: all .3s ease-in-out .1s;
    -ms-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
}

.view-sixth h2, .view-sixth p {
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
}

.view-sixth p {
    filter: alpha(opacity=0);
    transform: scale(10);
    -webkit-transition: all .3s ease-in-out .2s;
    -moz-transition: all .3s ease-in-out .2s;
    -o-transition: all .3s ease-in-out .2s;
    -ms-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;
}

.view-sixth a.info, .view-sixth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.view-sixth a.info {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .3s ease-in-out .1s;
    -moz-transition: -moz-transform .3s ease-in-out .1s;
    -o-transition: -o-transform .3s ease-in-out .1s;
    -ms-transition: -ms-transform .3s ease-in-out .1s;
    transition: transform .3s ease-in-out .1s;
}

.view-sixth:hover .mask {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.view-sixth:hover .mask, .view-sixth:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
}

.view-sixth:hover .mask, .view-sixth:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.view-sixth:hover img {
    transition-delay: 0s;
}

.view-sixth:hover h2 {
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}

.view-sixth:hover h2, .view-sixth:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.view-sixth:hover p {
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
}

.view-sixth:hover a.info, .view-sixth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.view-sixth:hover a.info {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.view-eighth .mask {
    background-color: rgba(50,50,50,.56);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-out .5s;
    -moz-transition: all .3s ease-out .5s;
    -o-transition: all .3s ease-out .5s;
    -ms-transition: all .3s ease-out .5s;
    transition: all .3s ease-out .5s;
}

.view-eighth h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all .2s ease-in-out .1s;
    -moz-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
}

.view-eighth p {
    color: #333;
    transform: translateY(-200px);
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.view-eighth a.info, .view-eighth p {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
}

.view-eighth a.info {
    transform: translateY(-200px);
    -webkit-transition: -webkit-transform .2s ease-in-out .3s;
    -moz-transition: -moz-transform .2s ease-in-out .3s;
    -o-transition: -o-transform .2s ease-in-out .3s;
    -ms-transition: -ms-transform .2s ease-in-out .3s;
    transition: transform .2s ease-in-out .3s;
}

.view-eighth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY .9s linear;
    -moz-animation: bounceY .9s linear;
    -ms-animation: bounceY .9s linear;
    animation: bounceY .9s linear;
}

.view-eighth:hover h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s;
}

.view-eighth:hover p {
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
}

.view-eighth:hover a.info, .view-eighth:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.view-eighth:hover a.info {
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px);
    }

    40% {
        transform: translateY(-100px);
    }

    65% {
        transform: translateY(-52px);
    }

    82% {
        transform: translateY(-25px);
    }

    92% {
        transform: translateY(-12px);
    }

    100%,55%,75%,87%,97% {
        transform: translateY(0);
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px);
    }

    40% {
        -moz-transform: translateY(-100px);
    }

    65% {
        -moz-transform: translateY(-52px);
    }

    82% {
        -moz-transform: translateY(-25px);
    }

    92% {
        -moz-transform: translateY(-12px);
    }

    100%,55%,75%,87%,97% {
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px);
    }

    40% {
        -webkit-transform: translateY(-100px);
    }

    65% {
        -webkit-transform: translateY(-52px);
    }

    82% {
        -webkit-transform: translateY(-25px);
    }

    92% {
        -webkit-transform: translateY(-12px);
    }

    100%,55%,75%,87%,97% {
        -webkit-transform: translateY(0);
    }
}

.datahide {
    display: none;
}

.masked {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.zindex2 {
    z-index: 2;
}

.capitalize {
    text-transform: capitalize;
}

.tm {
    font-size: 1px;
}

.currentcolor {
    color: currentColor;
}

.floralwhite {
    color: floralwhite;
}

.papaya {
    background-color: papayawhip;
}

.centeralign {
    text-align: center;
}

.testimonialstyle {
      float: right;
    margin-right: -27px;
    margin-top: 5px;
}

.mybig {
    font-size: 3.23077em;
}





.CSSTableGenerator {
margin:0px;padding:0px;
width:100%;
border:1px solid #000000;

-moz-border-radius-bottomleft:14px;
-webkit-border-bottom-left-radius:14px;
border-bottom-left-radius:14px;

-moz-border-radius-bottomright:14px;
-webkit-border-bottom-right-radius:14px;
border-bottom-right-radius:14px;

-moz-border-radius-topright:14px;
-webkit-border-top-right-radius:14px;
border-top-right-radius:14px;

-moz-border-radius-topleft:14px;
-webkit-border-top-left-radius:14px;
border-top-left-radius:14px;
}.CSSTableGenerator table{
width:100%;
height:100%;
margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
-moz-border-radius-bottomright:14px;
-webkit-border-bottom-right-radius:14px;
border-bottom-right-radius:14px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:14px;
-webkit-border-top-left-radius:14px;
border-top-left-radius:14px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:14px;
-webkit-border-top-right-radius:14px;
border-top-right-radius:14px;
}.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:14px;
-webkit-border-bottom-left-radius:14px;
border-bottom-left-radius:14px;
}.CSSTableGenerator tr:hover td{

}.CSSTableGenerator tr:nth-child(odd){ background-color:#ffd4aa; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }
.CSSTableGenerator td{
vertical-align:middle;


border:1px solid #000000;
border-width:0px 1px 1px 0px;
text-align:left;
padding:20px;
font-size:14px;
font-family:Arial;
/*font-weight:bold;*/
color:#000000;
text-align: justify;
}.CSSTableGenerator tr:last-child td{
border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);
background-color:#ff7f00;
border:0px solid #000000;
text-align:left;
border-width:0px 0px 1px 1px;
font-size:15px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
    text-align: justify;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);
background-color:#ff7f00;
}
.CSSTableGenerator tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}

