@font-face {
    font-family: 'Greta';
    src: url('ge-ss-two-medium.woff') format('truetype');
    font-weight: normal;
    font-style: normal
}
html{
    background: url(../images/bg.jpg);
}
.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(../../js/bxslider/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(../../js/bxslider/images/controls.png) 0 -32px no-repeat
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../../js/bxslider/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(../../js/bxslider/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(../../js/bxslider/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: 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
}
.label {
    text-anchor: middle
}
.radial-svg {
    display: block;
    margin: 0 auto
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.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(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.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% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    0% {
        -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(0.75, 1.25, 1);
        transform: scale3d(0.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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    0% {
        -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(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.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;
    -webkit-animation-duration: .75s;
    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
    }
}
@-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 {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-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 {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    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;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-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 {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.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(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.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(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fe4052d1b7fd68be75eb)
 * Config saved to config.json and https://gist.github.com/fe4052d1b7fd68be75eb
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
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
}
a:active,
a:hover {
    outline: 0
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
@media print {
    * {
        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;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    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
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: Greta, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #428bca;
    text-decoration: none
}
a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    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;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #FFE7E7
}
.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%
}
.h1,
h1 {
    font-size: 36px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 14px
}
p {
    margin: 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.small,
small {
    font-size: 85%
}
cite {
    font-style: normal
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}
.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
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
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
    }
}
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%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
.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 .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;
    line-height: 1.42857143
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    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;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .container {
        width: 100%
    }
}
@media (min-width: 980px) {
    .container {
        width: 100%
    }
}
@media (min-width: 1220px) {
    .container {
        width: 1200px
    }
}
.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: right
}
.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-right: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-right: 16.66666667%
}
.col-xs-offset-1 {
    margin-right: 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: right
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .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: 8.33333333%
    }
    .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: 0 8.33333333% 0 0
    }
    .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: right
    }
    .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-right: 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
    }
}
table {
    background-color: transparent
}
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 {
    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
}
.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-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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
	direction:rtl;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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
}
.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=search] {
    -webkit-appearance: none
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    line-height: 34px;
    line-height: 1.42857143 \0
}
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
    line-height: 30px
}
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].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
}
.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
}
.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 .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}
.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-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.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-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.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-error .form-control-feedback {
    color: #a94442
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
	direction:rtl;
	clear:right
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .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 .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .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
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}
@media (min-width: 768px) {
    .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;
    background-image: none;
    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;
    background-image: none;
    -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.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.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.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.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.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.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.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.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.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.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
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    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 {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    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
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.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;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.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-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.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 {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-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 .caret {
    margin-left: 0
}
.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%
}
.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
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.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
}
.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+.btn {
    margin-left: -1px
}
.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
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    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>li>a>img {
    max-width: none
}
.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
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    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>a {
        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-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 {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.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-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
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.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-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
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}
@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
}
@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-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.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)
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 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) {
    .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;
    background-image: none;
    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
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.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-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
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}
.navbar-form {
    margin: 8px -15px;
    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)
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .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 .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .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
    }
}
@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 {
    display: inline-block
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.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
}
.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 {
    display: inline
}
.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
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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: 5px 10px;
    font-size: 13px;
	font-weight:normal;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 5px;
	margin:0 3px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.badge-primary{background-color:#4979ad}
.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
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.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 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    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;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.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
}
.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
}
@-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)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    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 2s linear infinite
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}
.progress-bar[aria-valuenow="0"] {
    color: #777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    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)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    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)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .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);
    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: -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)
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1
}
.media,
.media .media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-object {
    display: block
}
.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;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.list-group-item>.badge {
    float: right
}
.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
}
.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-body {
    padding: 15px
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>a {
    color: inherit
}
.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 {
    margin-bottom: 0
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 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,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-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-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>.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 {
    border-bottom: 0
}
.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;
    overflow: hidden
}
.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 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.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-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 {
    -webkit-transform: translate3d(0, 0, 0);
    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);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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
}
.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;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.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;
    border-top-color: #000
}
.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 {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    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
}
.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.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 {
    content: " ";
    left: 1px;
    bottom: -10px;
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    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;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.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: 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;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    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
}
.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 {
    clear: both
}
.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
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
@-ms-viewport {
    width: device-width
}
.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-print,
.visible-print-block,
.visible-print-inline,
.visible-print-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
}
@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
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .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
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .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
    }
}
@media (min-width: 980px) and (max-width: 1219px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 980px) and (max-width: 1219px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 980px) and (max-width: 1219px) {
    .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
    }
}
@media (min-width: 1220px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1220px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1220px) {
    .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
    }
}
@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
    }
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .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)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    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-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    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)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    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)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .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);
    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: -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)
}
.progress {
    position: relative
}
.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px
}
.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}
.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}
.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: -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)
}
.progress-bar[aria-valuenow="0"].progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info {
    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)
}
.progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-color: #f0ad4e
}
.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);
    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: -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)
}
/*! 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 */

.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-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:after {
    clear: both
}
.ui-helper-clearfix {
    min-height: 0
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.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-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;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}
.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 {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px
}
.ui-datepicker .ui-datepicker-next {
    right: 2px
}
.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;
    line-height: 1.8em;
    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 {
    float: left
}
.ui-datepicker.ui-datepicker-multi {
    width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left
}
.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 {
    float: left
}
.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;
    position: absolute;
    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;
    padding-bottom: 1px
}
.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;
    vertical-align: middle
}
.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em;
    vertical-align: middle
}
.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
}
/*!
 * 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-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:after {
    clear: both
}
.ui-helper-clearfix {
    min-height: 0
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.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-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;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}
.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 {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px
}
.ui-datepicker .ui-datepicker-next {
    right: 2px
}
.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;
    line-height: 1.8em;
    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 {
    float: left
}
.ui-datepicker.ui-datepicker-multi {
    width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left
}
.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 {
    float: left
}
.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;
    position: absolute;
    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;
    padding-bottom: 1px
}
.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;
    vertical-align: middle
}
.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em;
    vertical-align: middle
}
.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-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -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,
.fancybox-outer {
    position: relative
}
.fancybox-inner {
    overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
.fancybox-error {
    color: #444;
    font: 14px/20px Greta, 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(/js/fancybox/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-loading div {
    width: 44px;
    height: 44px;
    background: url(/js/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(/js/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    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(../../js/fancybox/fancybox_overlay.png)
}
.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 Greta, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    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
}
.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)
}
@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')
    }
}
.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
    visibility: hidden!important;
    display: none!important
}
.tp-caption {
    z-index: 1
}
.tp-caption-demo .tp-caption {
    position: relative!important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px!important
}
.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}
.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}
.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}
.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}
.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}
.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}
.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}
.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #000
}
.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #fff
}
.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: Greta, sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}
.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: Greta, sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}
.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: Greta, sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}
.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: Greta, sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}
.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: Greta, sans-serif;
    padding: 1px 10px 3px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}
.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 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 {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: Greta;
    background-color: transparent
}
.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: Greta;
    background-color: transparent
}
.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.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, .498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px;
    border-width: 0;
    border-color: #000;
    border-style: none
}
.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: #fff;
    border-style: none
}
.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: Greta;
    background-color: #db4360;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: Greta;
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: Greta;
    background-color: #67ae73;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0;
    width: 150px;
    white-space: normal!important;
    height: auto;
    border-width: 0;
    border-color: #fff;
    border-style: none
}
.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: Greta;
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: Greta;
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: Greta;
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.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 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: Greta;
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    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: Greta;
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: Greta;
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: Greta;
    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;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.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.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: Greta;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: Greta;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: Greta;
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.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;
    font-family: Greta;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}
.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: Greta;
    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: Greta;
    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 {
    transform: none!important
}
.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0
}
.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0;
    top: 0
}
.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0
}
.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0;
    top: 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(/js/rs-plugin/images/gradient/g30.png) repeat-x top;
    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(/js/rs-plugin/images/gradient/g40.png) repeat-x top
}
.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: 0) 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-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
}
.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}
.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    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
}
.tp-simpleresponsive img {
    max-width: none
}
.noFilterClass {
    filter: none!important
}
.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}
.tp-bannershadow.tp-shadow1 {
    background: url(/js/rs-plugin/assets/shadow1.png) 0 0/100% 100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}
.tp-bannershadow.tp-shadow2 {
    background: url(/js/rs-plugin/assets/shadow2.png) 0 0/100% 100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}
.tp-bannershadow.tp-shadow3 {
    background: url(/js/rs-plugin/assets/shadow3.png) 0 0/100% 100% no-repeat;
    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(/js/rs-plugin/assets/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
    background: url(/js/rs-plugin/assets/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
    background: url(/js/rs-plugin/assets/gridtile_3x3_white.png)
}
.tpclear {
    clear: both
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -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)
}
.tp-bullets.hidebullets {
    -ms-filter: "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(/js/rs-plugin/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(/js/rs-plugin/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;
    background: url(/js/rs-plugin/assets/bullet.png) top left;
    width: 20px;
    height: 20px;
    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(/js/rs-plugin/assets/bullets.png) bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}
.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/bullets2.png) bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}
.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/bullets2.png) bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}
.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/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(/js/rs-plugin/assets/navigdots.png) bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    float: left;
    margin-top: 10px
}
.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: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -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)
}
.tparrows.hidearrows {
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}
.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/large_left.png) top left;
    width: 40px;
    height: 40px
}
.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/large_right.png) top left;
    width: 40px;
    height: 40px
}
.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/small_left.png) top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/small_right.png) top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrow_left.png) top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrow_right.png) top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}
.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/small_left_boxed.png) top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}
.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/small_right_boxed.png) top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}
.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrowleft.png) top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}
.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrowright.png) top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}
.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}
.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}
.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrow_left2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}
.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrow_right2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}
.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/arrow_left2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}
.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/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;
    background: url(/js/rs-plugin/assets/large_left.png);
    width: 40px;
    height: 40px
}
.tp-rightarrow.default {
    z-index: 1000;
    cursor: pointer;
    position: relative;
    background: url(/js/rs-plugin/assets/large_right.png);
    width: 40px;
    height: 40px
}
.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: "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: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}
.tp-thumbs img {
    width: 100%
}
.tp-bannertimer {
    width: 100%;
    height: 5px;
    background: #505358;
    position: absolute;
    z-index: 200;
    bottom: 0
}
.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}
@media only screen and (min-width: 0) 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 img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: 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(/js/rs-plugin/assets/coloredbg.png)
}
.tp-loader {
    background: url(../js/rs-plugin/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(/js/rs-plugin/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(/js/rs-plugin/font/revicons.eot?5510888);
    src: url(/js/rs-plugin/font/revicons.eot?5510888#iefix) format('embedded-opentype'), url(/js/rs-plugin/font/revicons.woff?5510888) format('woff'), url(/js/rs-plugin/font/revicons.ttf?5510888) format('truetype'), url(/js/rs-plugin/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(../js/rs-plugin/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;
    left: 850px !important;
}
.tp-bullets.simplebullets.round .bullet {
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: 0;
    background: 0 none
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-color: none
}
.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
}
.tp-bullets {
    white-space: nowrap
}
.b-slider--thumb .tp-bullets.simplebullets.round .bullet.selected,
.b-slider--thumb .tp-bullets.simplebullets.round .bullet:hover {
    border-color: #2f4c82
}
.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
    }
}
@media screen and (max-width: 640px) {
    .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: #2f4c82
}
.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(../js/rs-plugin/videojs/font/vjs.eot);
    src: url(../js/rs-plugin/videojs/font/vjsd41d.eot?#iefix) format('embedded-opentype'), url(../js/rs-plugin/videojs/font/vjs.woff) format('woff'), url(../js/rs-plugin/videojs/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-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;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #66a8cc
}
.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-play-progress {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #66a8cc
}
.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(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -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
}
.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 img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    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;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.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;
    -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 .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 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    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(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}
.view-eighth:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}
.view-eighth:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -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(0px)
    }
}
@-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(0px)
    }
}
@-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(0px)
    }
}
.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);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    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 h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    background: 0 0;
    margin: 20px 40px 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    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 p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    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 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    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 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}
.view-sixth:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}
.view-sixth:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    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 p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    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 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}
@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
     background: -webkit-gradient(linear, left top, left bottom, from(#f0f3f9), to(#b5b5b5)) fixed;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family: Greta, sans-serif
}
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
}
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: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
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
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    resize: none
}
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
}
td,
th {
    padding: 0
}
button {
    border: 0
}
.b-left {
    float: left
}
.b-right {
    float: right;
	direction:rtl
}
.f-center {
    text-align: center
}
.f-left {
    text-align: left
}
.f-right {
    text-align: right;
	font-size: 13.5px;
    line-height: 2.2;
    text-align: justify;
    direction: rtl
}
.f-justify {
    text-align: justify
}
a {
    color: #352D2D;
    text-decoration: none
}
a:hover {
    color: #2f4c82;
    text-decoration: none
}
.b-remaining {
    overflow: hidden
}
.h1,
h1 {
    font-size: 3.23077em;
    line-height: 1;
    margin: 5px 0 20px;
    text-transform: uppercase
}
.h2,
h2 {
    font-size: 25px;
    line-height: 1.33333;
    color: #2f4c82;
    text-transform: uppercase;
    margin: 5px 15px
}
.h3,
h3 {
    font-size: 1.33846em;
    line-height: 1.2;
    color: #2f4c82;
    margin: 5px 0 10px;
    text-transform: uppercase;
	direction:rtl
}
.h4,
h4 {
    font-size: 15px;
    line-height: 1.5;
    color: #2f4c82;
    margin: 5px 0 10px;
    text-transform: uppercase;
    text-align: right
}
.b-h4-special {
    font-size: 1.07692em;
    line-height: 1.71429;
    color: #2f4c82;
    text-transform: uppercase
}
.f-h4-special {
    margin: 0
}
.f-more {
    color: #2f4c82;
    text-decoration: none
}
.f-more:hover {
    color: #666
}
.f-selection {
    color: #2f4c82
}
.f-small,
p {
    font-size: 15px;
    line-height: 3;
    text-align: justify;
    direction: rtl
}
.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
}
.j-item-hover-action {
    position: relative
}
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
}
body .b-radius-null {
    border-radius: 0
}
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
    }
}
.b-relative {
    position: relative
}
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
}
.l-body-boxed {
    box-shadow: 0 0 5px 2px #9fa4a7
}
.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: 1200px;
    background: #fff;
   /* background: -moz-linear-gradient(top, #a5b9de 0%, #DCFFFF 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a5b9de), color-stop(100%,#DCFFFF));
    background: -webkit-linear-gradient(top, #a5b9de) 0%, #DCFFFF 100%);
    background: -o-linear-gradient(top, #a5b9de 0%, #DCFFFF 100%);
    background: -ms-linear-gradient(top, #a5b9de 0%, #DCFFFF 100%);
    background: linear-gradient(to bottom, #a5b9de 0%, #DCFFFF 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9dddd', endColorstr='#d9e0e0', GradientType=0);
}
.l-body-boxed .j-fixed-slider,
.l-body-boxed .l-main-container,
.l-body-boxed [data-fixed_top] {
    overflow: hidden
}
.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
}
.b-page-over {
    background: #fff;
    position: relative;
    z-index: 3
}
.iframe-container {
    background: url(../img/bg/pattern-lg/pattern_2.png) left top
}
.iframe-container>body {
    overflow: hidden;
    background: 0 0
}
#iframe {
    display: block;
    margin: 0 auto;
    padding-top: 66px
}
.f-primary {
    font-family: Greta, sans-serif;
    font-weight: 400
}
.f-primary-it {
    font-style: italic;
    font-weight: 400
}
.f-primary-b-it {
    font-weight: 700;
    font-style: italic
}
.f-primary-sb-it {
    font-weight: 600;
    font-style: italic
}
.f-primary-l-it {
    font-weight: 300;
    font-style: italic
}
.f-primary-sb {
    font-weight: 600
}
.f-primary-l {
    font-size: 16px;
    direction: rtl
}
.f-primary-eb {
    font-weight: 800
}
.f-secondary {
    font-weight: 400;
    margin-top: 15px
}
.f-secondary-it {
    font-family: Greta, serif;
    font-style: italic;
    font-weight: 400
}
.f-secondary-l-it {
    font-family: Greta, serif;
    font-style: italic;
    font-weight: 300
}
.f-secondary-b-it {
    font-family: Greta, serif;
    font-style: italic;
    font-weight: 700
}
.f-secondary-b {
    font-family: Greta, serif;
    font-weight: 700
}
.f-secondary-l {
    font-family: Greta, 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: #2f4c82;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 6px
}
.b-btn:hover {
    background: #646b6b
}
.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;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #2f4c82
}
.f-btn:hover {
    color: #fff
}
.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 {
    border-radius: 2px;
    padding: 7px 10px 5px;
    border-width: 0 0 1px;
    min-width: 78px
}
.f-btn-sm {
    text-transform: none
}
.b-btn-md {
    border-radius: 2px;
    padding: 12px 15px 8px
}
@media screen and (max-width: 979px) {
    .b-btn-md {
        padding: 10px 15px 6px
    }
}
.f-btn-md {
    font-size: 1.23077em;
    line-height: 1;
    text-transform: uppercase
}
@media screen and (max-width: 979px) {
    .f-btn-md {
        font-size: 1em;
        line-height: 1
    }
}
.b-btn-default {
    border-radius: 15px;
	padding:8px;
	border:1px solid transparent;
	user-select:none;
	background-image:none
}
.b-btn-primary {
    background: #333;
    border-bottom: 1px solid #4f4f4f
}
.b-btn-primary:hover {
    background: #646b6b;
    border-bottom: 1px solid #646b6b
}
.b-btn-light {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff
}
.b-btn-light:hover {
    background: #2f4c82
}
.f-btn-light {
    color: #2f4c82;
    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 #646b6b
}
.f-btn-biggest {
    color: #fff;
    font-size: 1em;
    line-height: 1.2
}
.b-btn-transparent {
    cursor: pointer
}
.f-btn-transparent {
    text-transform: uppercase
}
.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: #2f4c82;
    border-color: #646b6b
}
.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: #2f4c82;
    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: #2f4c82;
    border-bottom: 2px solid #d05a25;
    border-radius: 2px;
    padding: 15px 24px 9px
}
[class*=button-lg] {
    font-size: 1.23077em;
    line-height: 1;
    background: #2f4c82;
    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
}
.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;
    text-align: center;
    display: inline-block
}
.btn-close-o:hover {
    background-color: #2f4c82;
    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: #2f4c82;
    border-color: #d05a25
}
.b-btn-transparent {
    -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 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 16px 33px;
    background-color: #2f4c82;
    border: 2px solid #2f4c82;
    color: #fff;
    display: inline-block;
    font-size: 1.23077em;
    line-height: 1.2;
    margin-right: 4px
}
.btn-demo:hover {
    color: #fff;
    background: #000
}
@media screen and (max-width: 479px) {
    .btn-demo {
        margin-left: 4px;
        margin-bottom: 5px
    }
}
.btn-demo-stroke {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    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-demo-stroke:hover {
    color: #fff;
    background: #000
}
@media screen and (max-width: 479px) {
    .btn-demo-stroke {
        margin-right: 4px;
        margin-top: 5px
    }
}
.btn-video-sl {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 16px 33px;
    background-color: #2f4c82;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 1.23077em;
    line-height: 1.2;
    margin-right: 4px
}
.btn-video-sl:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000
}
@media screen and (max-width: 479px) {
    .btn-video-sl {
        margin-left: 4px;
        margin-bottom: 5px
    }
}
.btn-video-sl-stroke {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    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: #2f4c82;
    border: 2px solid #2f4c82
}
@media screen and (max-width: 479px) {
    .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;
    border-top: 1px solid #d8d8d8;
    width: 100%
}
.b-hr-stars {
    color: #2f4c82;
    margin: 5px auto;
    position: relative;
    width: 98%
}
@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:before {
    content: '';
    width: 100%;
    top: 6px;
    left: 0;
    border-top: 1px solid #d8d8d8;
    position: absolute;
}
.b-hr-stars.b-hr-stars__double-bord:before {
    border-top-style: double;
    border-width: 4px;
}
.b-hr-stars.b-hr-stars__no-bord:before {
    border-top: 0;
}
.f-hr-stars {
    text-align: center
}
.b-hr-stars__group {
    background: #2f4c82;
    position: absolute;
    top: 4px;
    right: 11px;
    display: inline-block;
    padding: 2px 90px;
    width: auto
}
.b-hr-light {
    background: #ececec;
    border: 0;
    height: 1px
}
.b-hr-with-btn {
    display: inline-block;
    margin: auto auto 10px;
    position: relative
}
.b-hr-with-btn:after,
.b-hr-with-btn:before {
    content: '';
    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(../img/diagonal-line-bg.png);
    background-repeat: repeat;
    background-position: 0 0
}
.b-bg-block-education {
    background-image: url(../img/slider/section-bg-education.jpg)
}
.b-bg-block-meadow {
    background-image: url(../img/slider/section-bg-meadow.jpg)
}
.b-bg-block-girl {
    background-image: url(../img/slider/slider-girl.jpg)
}
.b-bg-block-mobile {
    background: url(../img/slider/section-bg-mobile.jpg) center bottom/cover no-repeat
}
.b-bg-full-primary {
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8
}
.b-bg-gradient {
    background: url(../img/slider/section-bg-gradient.jpg) center center no-repeat
}
.b-bg-street {
    background: url(../img/slider/section-bg-street.jpg) center center no-repeat
}
.b-bg-header-inner-page {
    background: #bad4eb url(../images/breadcrumbs-bg.png)
}
.b-bg-header-inner-page_2 {
    background: url(../img/inner-head-bg_2.jpg) no-repeat center/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(../img/slider/section-bg-girl.jpg) center center/cover no-repeat
}
.b-bg-girl-2 {
    background: linear-gradient(to right, rgba(108, 108, 108, .7), rgba(108, 108, 108, .7)) 0 0/cover, url(../img/slider/slider-bg-image-1.png) center center/cover no-repeat
}
.b-bg-video_v2 {
    background: url(../img/slider/section-bg-video.jpg) center center/cover no-repeat
}
.b-bg-default {
    background: url(../img/bg_default.png) center center/cover no-repeat
}
.b-bg-light-lg {
    background: url(../img/bg_light-lg.jpg) center bottom/cover no-repeat
}
.b-bg-dark-lg {
    background: url(../img/bg_dark-lg.jpg) center top/cover no-repeat
}
.b-bg-video {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    border-bottom: 1px solid #e8e8e8
}
.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 * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    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) 0 0/cover no-repeat
}
.b-bg-video_cont {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 75px
}
@media screen and (max-width: 979px) {
    .b-bg-video_cont {
        padding-top: 48px
    }
}
@media screen and (max-width: 979px) {
    .b-bg-video_cont {
        padding-top: 42px;
        padding-bottom: 45px
    }
}
.b-bg-video_cont.video-color-overlay {
    background-color: rgba(226, 98, 40, .5)
}
.f-bg-video {
    color: #fff;
    text-align: center
}
.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) {
    .f-bg-video__play_title {
        font-size: 3.07692em;
        line-height: 1
    }
}
@media screen and (max-width: 767px) {
    .f-bg-video__play_title {
        font-size: 2.76923em;
        line-height: 1.33333
    }
}
.b-bg-video__play_text-wrap {
    overflow: hidden
}
.b-bg-video__play_text {
    margin-bottom: 105px
}
@media screen and (max-width: 767px) {
    .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;
    content: '';
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    width: 14%
}
.f-bg-video__play_text {
    white-space: nowrap;
    text-align: center
}
.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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    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 {
    text-align: center
}
.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: 3.84615em;
        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: 1.53846em;
        line-height: 1.7
    }
}
.b-bg-slider-lg-info-l__item-title {
    background: #2b2222;
	color:#000
}
.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
}
.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: #2f4c82
}
.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: #2f4c82
}
.f-social-icon {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #666;
    text-align: center
}
.f-social-icon:hover {
    color: #fff
}
.b-big-square-icon {
    background: #2f4c82;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    box-shadow: 0 -3px 0 #646b6b inset
}
.f-big-square-icon {
    font-size: 3.07692em;
    line-height: 1.75;
    text-align: center
}
.b-icon {
    display: inline-block;
    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-container {
    display: inline-block
}
@media screen and (max-width: 767px) {
    .b-ol-list-text-container {
        display: block
    }
}
.b-ol-list-text__item {
    border-bottom: 1px solid #f7f1f1;
    padding: 15px 0;
    padding-right: 6%
}
.b-ol-list-text__item:last-child {
    border-bottom: none
}
@media screen and (max-width: 767px) {
    .b-ol-list-text__item {
        padding-right: 0
    }
}
.b-ol-list-text__item:last-child {
    margin-bottom: 10px
}
.b-ol-list-text__item_number {
    float: right;
    padding: 2px 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: #2f4c82;
    white-space: nowrap
}
.b-ol-list-text__item_info {
    overflow: hidden;
    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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    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: #2f4c82
}
.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 {
    position: relative
}
.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: #2f4c82
}
.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 #2f4c82;
    background-color: #2f4c82;
    box-shadow: 0 0 0 1px #2f4c82
}
.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: #2f4c82;
    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: #2f4c82;
    border: 1px solid #2f4c82;
    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: #2f4c82;
    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: #2f4c82;
    border: 1px solid #2f4c82
}
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: #2f4c82
}
input[type=checkbox].b-form-checkbox-invert:disabled+span:after {
    color: #b1b1b1
}
.b-form-checkbox-switch-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -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 0s;
    -moz-transition: margin .3s ease-in 0s;
    -ms-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s;
    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: #2f4c82;
    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 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    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: #2f4c82;
    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: #2f4c82;
    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__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 #646b6b
}
.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
}
.b-file-upload>button {
    font-size: 1.23077em;
    line-height: 1.2;
    height: 100%;
    background: #2f4c82;
    border-radius: 3px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 0
}
.b-file-upload:hover>button,
.b-file-upload>button:hover {
    background: #646b6b
}
.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;
    line-height: 1.2;
    height: 30px;
    padding: 5px 9px;
    color: #666;
    background-color: #f8f8f8;
    border-color: #dedede;
    border-radius: 2px
}
.form-control--secondary::-webkit-input-placeholder {
    color: #acacac
}
.form-control--secondary::-moz-placeholder {
    color: #acacac
}
.form-control--alt {
    font-size: .92308em;
    line-height: 1.2;
    height: 30px;
    padding: 5px 1em;
    color: #555;
    background-color: #fff;
    border-color: #dedede;
    border-radius: 2px;
    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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -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
}
@media screen and (max-width: 979px) {
    .input-number-less,
    .input-number-more {
        border-width: 8px
    }
}
.input-number-more {
    top: 4px;
    border-color: transparent transparent #989898
}
.input-number-more:hover {
    border-color: transparent transparent #2f4c82
}
@media screen and (max-width: 979px) {
    .input-number-more {
        top: 7px;
        right: 6px
    }
}
.input-number-less {
    bottom: 4px;
    border-color: #989898 transparent transparent
}
.input-number-less:hover {
    border-color: #2f4c82 transparent transparent
}
@media screen and (max-width: 979px) {
    .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: #2f4c82;
    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: #2f4c82
}
.f-link--color:hover {
    color: #352D2D
}
.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, #646b6b);
    background: -moz-linear-gradient(top, #fe8400, #646b6b);
    background: -o-linear-gradient(top, #fe8400, #646b6b);
    background: -ms-linear-gradient(top, #fe8400, #646b6b);
    background: linear-gradient(to bottom, #fe8400, #646b6b)
}
.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: #2f4c82;
    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: #2f4c82
}
.is-select-text-dark {
    background: #515151
}
.f-first-letter:first-letter {
    color: #2f4c82;
    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: #2f4c82;
    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: #2f4c82;
    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: #2f4c82
}
.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: #2f4c82
}
[class*=b-table-]:not(.b-table-reset) {
    border-collapse: collapse;
    width: 100%
}
[class*=b-table-]:not(.b-table-reset) th {
    padding: 6px 0
}
@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 td {
    background: #f2f6f9
}
[class*=b-table-]:not(.b-table-reset) tr:nth-child(even) td {
    background: #d0deea
}
[class*=b-table-]:not(.b-table-reset) tr:last-child td {
    border-bottom: 1px solid #dfdfdf
}
[class*=b-table-]:not(.b-table-reset) td {
    padding: 14px 3px;
    border-left :1px solid #c5c2c2
}
@media screen and (max-width: 767px) {
    [class*=b-table-]:not(.b-table-reset) td {
        padding-top: 8px;
        padding-bottom: 8px
    }
}
[class*=b-table-]:not(.b-table-reset) td:last-child {
    border-right: none
}
[class*=f-table-] th {
    font-size: 1.23077em;
    line-height: 1.2;
    text-align: center
}
@media screen and (max-width: 767px) {
    [class*=f-table-] th {
        font-size: 1em;
        line-height: 1.2
    }
}
.b-table-primary th {
    background: #757c8a;
    border: 1px solid #51565f
}
.f-table-primary th {
    color: #fff
}
.b-table-secondary th {
    background: #323232;
    border: 1px solid #323232
}
.f-table-secondary th {
    color: #fff
}
[class*=b-blockquote-] {
    border-left: 5px solid #2f4c82;
    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 #2f4c82;
    padding: 18px 10px 18px 22px
}
.f-blockquote__icon {
    font-size: 2.30769em;
    line-height: 1;
    color: #2f4c82
}
.b-blockquote__icon {
    float: left;
    padding-right: 15px
}
.b-blockquote--secondary {
    border-width: 0 0 0 5px;
    border-style: solid;
    border-color: #2f4c82;
    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
    }
}
@media screen and (max-width: 767px) {
    .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-top: 3px solid #2f4c82;
}
.b-header__box {
    padding: 0 0 10px;
}
.b-logo {
    display: inline-block;
	margin-left:10px
}
.b-header-r {
    padding-top: 15px
}
@media screen and (min-width: 1025px) {
    .b-header-r.b-header-r--icon {
        padding-right: 0;
    }
}
.b-header-r--icon .b-header-ico-group {
    position: absolute;
    right: 50px;
    top: 38px;
    bottom: 0;
    padding-top: 0
}
.b-header-r--icon .b-header-ico>.fa {
    padding: 0 6px;
    margin: 0
}
.b-header-ico-group {
    padding-top: 5px;
    clear: left
}
.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: block-inline
    }
}
.b-header-ico-group .f-btn .fa {
    margin-right: 0
}
.f-header-ico-group .fa {
    color: #2f4c82
}
.f-header-ico-group .f-btn .fa {
    color: #2f4c82
}
.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: none
    }
}
.b-option-contacts {
    float: left;
    padding: 4px 0 4px 35px;
    vertical-align: middle;
    color: #000
}
.b-option-contacts a {
    vertical-align: middle;
    margin: 0 4px;
    display: inline-block
}
.b-option-contacts a .fa {
    vertical-align: middle;
    margin: 0 2px 0 0
}
.f-option-contacts a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #000
}
.f-option-contacts a:hover {
    color: #352D2D
}
.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: #2f4c82
}
.f-option-total-cart__numbers:hover {
    color: #352D2D
}
.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 #2f4c82;
    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: #2f4c82;
    border-top: 0
}
.b-option-cart__items__title {
    padding: 13px 0 8px;
    border-bottom: 1px solid #dadada
}
.f-option-cart__items__title {
    color: #2f4c82;
    text-transform: uppercase
}
.b-option-cart__items__img {
    float: right;
    margin: 0 0 0 3px;
    height: 40px
}
.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 4px
}
.b-option-cart__items__descr .b-option-cart__descr__cost {
    display: block
}
.b-option-cart__items__descr .f-option-cart__descr__title {
    color: #2f4c82;
    font-weight: 400;
    text-align: right
}
.b-option-cart__items__descr .f-option-cart__descr__title a {
    color: #2f4c82;
    font-size: 12px
}
.b-option-cart__items__descr .f-option-cart__descr__title a:hover {
    color: #352D2D
}
.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: #2f4c82;
    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 #2f4c82;
    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: #2f4c82;
    background: linear-gradient(to bottom, #3c4d71 0%, #7a92d2 100%);
    padding: 0 5px;
    margin: 0;
    height: 42px; }
@media screen and (max-width: 1024px) {
    .b-header--bottom-menu .b-header-r {
        display: none
    }
}
@media screen and (max-width: 1024px) {
    .b-header--bottom-menu .b-header-ico-group {
        display: block
    }
}
.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-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;
    left: 10px;
    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;
    height: 32px;
    padding: 0 11px 0 30px;
    width: 253px
}
.b-header__social-box {
    vertical-align: middle;
    display: inline-block;
    margin: 0 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: 18px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    color: #b5b5b5
}
.b-header__social-box a:hover .fa {
    color: #2f4c82
}
.b-header__social-box.b-header__social-box--no-fon a {
    background: 0 0
}
.b-header--big-top-menu .b-header-r,
.b-header--big-top-menu .b-logo {
    padding-top: 18px;
    padding-bottom: 20px
}
@media screen and (min-width: 1024px) {
    .b-header--big-top-menu .b-header-r {
        padding: 0
    }
}
[data-nav_slide] {
    cursor: pointer
}
.b-fa-shopping-cart {
    display: inline-block;
    z-index: 10;
    position: relative
}
footer {
    background: #f8f8f8;
    border-top: 3px solid #2f4c82;
    position: relative;
    z-index: 2;
    -moz-box-shadow: inset 0 -10px 27px -10px #1D6567;
    -webkit-box-shadow: inset 0 -10px 27px -10px #1D6567;
    box-shadow: inset 0 -10px 27px -10px #1D6567;
}
.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
    }
}
@media screen and (max-width: 979px) {
    .b-footer-secondary>[class*=col-]:first-child {
        border-top: 0
    }
}
@media screen and (max-width: 979px) {
    .b-footer-secondary>[class*=col-]:last-child {
        padding-bottom: 0
    }
}
.f-copyright {
    font-size: 1em;
    line-height: 1.3;
    color: #000
}
.b-footer-logo-containter:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.b-footer-logo {
    margin-bottom: 17px
}
@media screen and (max-width: 979px) {
    .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: 22%
    }
}
@media screen and (max-width: 979px) {
    .b-footer-logo-text {
        overflow: hidden;
        margin-top: 10px
    }
}
@media screen and (max-width: 979px) {
    .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 {
    text-align: center
}
.f-btn-group-hor__item .fa {
    font-size: 16px;
    line-height: 1.2;
    color: #fff
}
.f-btn-group-hor__item:hover {
    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: #ebebeb;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    padding: 7px 0;
    margin: 0 3px;
    width: 32px
}
footer a.b-btn-group-hor__item {
    background: #778788
}
.b-btn-group-hor__item:hover {
    background: #2f4c82
}
.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 23px 11px 0;
    padding: 0
}
.b-top-nav__1level_wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.b-top-nav__1level {
    float: right;
    list-style: none;
    position: relative;
    margin-right: 0
}
.b-top-nav__1level>a {
    padding: 6px 19px;
    white-space: nowrap;
    float: left
}
@media screen and (max-width: 1024px) {
    .b-top-nav__1level>a {
        float: none
    }
}


	
@media screen and (max-width: 1024px) {
    .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;
        left: 10px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav__1level .b-ico-dropdown {
        top: 35px;
        display: none;
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-width: 11px;
        border-style: solid;
        border-color: transparent transparent #2f4c82;
        margin-left: -11px
    }
    .b-top-nav__1level .b-ico-dropdown i {
        display: none
    }
}
.f-top-nav a {
    font-size: 13px;
    line-height: 1;
    text-decoration: none
}
.f-top-nav .is-active-top-nav__1level>a,
.f-top-nav .is-active-top-nav__1level>span {
    color: #000;
	direction:rtl
}
.b-top-nav-show-slide {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #2f4c82;
    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;
    color: #fff;
    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 {
    direction:rtl;
	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;
	direction:rtl
}
.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{color:#000}
.f-top-nav-dropdown .is-active-top-nav__1level>a:hover {
    color: #3c5694
}
.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: 5px;
        background: #fff;
        box-shadow: 0 1px 1px #ced3de;
        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
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav__2level_wrap {
        display: inline-block;
        padding: 0;
        vertical-align: top;
        text-align: right
    }
    .b-top-nav__2level_wrap .fa {
        display: inline
    }
    .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 20px 0 0
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav-big .b-top-nav__2level_wrap {
        padding: 0 5px
    }
    .b-top-nav-big .b-top-nav__2level_wrap li {
        height: 50px;
        padding: 7px 0;
        border-top: 1px solid #e8e8e8
    }
    .b-top-nav-big .b-top-nav__2level_wrap li:first-child {
        border: 0
    }
}
.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: #2f4c82
}
@media screen and (min-width: 1025px) {
    .f-top-nav__2level_title {
        font-size: 1.07692em;
        line-height: 1;
        color: #2f4c82;
        text-transform: uppercase
    }
}
.b-top-nav__2level_title {
    list-style: none;
    margin-bottom: 6px
}
@media screen and (max-width: 1024px) {
    .b-top-nav__2level_title {
        margin-bottom: 20px
    }
}
@media screen and (min-width: 1025px) {
    .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 (min-width: 1025px) {
    .b-top-nav__2level a {
        display: block;
        padding: 9px 5px;
        min-width: 197px;
        border-top: 1px solid #e8e8e8
    }
}
@media screen and (max-width: 1024px) {
    .b-top-nav__2level i {
        margin-right: 8px
    }
}
.f-top-nav__2level a {
    font-size: .92308em;
    line-height: 1.2;
    color: #666
}
.f-top-nav__2level a:hover,
.is-active-top-nav__2level>a {
    color: #2f4c82
}
@media screen and (min-width: 1025px) {
    .f-top-nav__2level:hover>a {
        color: #2f4c82
    }
}
.b-menu-1level-ico {
    margin-left: 8px
}
@media screen and (min-width: 1025px) {
    .b-top-nav--icon .b-top-nav__1level>a {
        padding: 6px 10px 6px 8px
    }
}
@media screen and (min-width: 1025px) {
    .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: #2f4c82;
    border-top: 0
}
.b-top-nav--arrow.f-top-nav .is-active-top-nav__1level>a {
    color: #2f4c82
}
.b-top-nav--bottom {
    float: right
}
.b-top-nav--bottom .b-top-nav__1level_wrap {
    margin: 0;
    text-align: right
}
@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;
	margin-left:3px;
    border:0;
	direction:rtl
    } }
@media screen and (min-width: 1025px) {
  .b-top-nav--bottom .b-top-nav__1level > a {
    display: block;
    height: 35px;
    padding: 0 26px;
	margin:3px 0;
    vertical-align: middle; } }
@media screen and (min-width: 1025px) {
  .b-top-nav--bottom .b-top-nav__1level > a:hover {
    background: #fff;
    background:linear-gradient(to bottom, #fdfeff 0%, #a6b0c3 100%);
	 color: #000;
	border-radius:165px} }
@media screen and (min-width: 1025px) {
    .b-top-nav--bottom .f-top-nav__1level>a {
        line-height: 33px;
        color: #fff;
        font-size: 12.5px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--bottom .b-top-nav__1level.is-active-top-nav__1level > a{
        background: #fff;
        background: linear-gradient(to bottom, #fdfeff 0%, #a6b0c3 100%);
		color: #000;
		border-radius:16px;
		direction:rtl
    }
	.b-top-nav--bottom .b-top-nav__1level.is-active-top-nav__1level > a:hover{
        background: #fff;
        background: linear-gradient(to bottom, #fdfeff 0%, #c9cacc 100%);
		color: #000;
		border-radius:16px;
		direction:rtl
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--bottom .b-top-nav__dropdomn {
        top: 44px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--bottom .b-top-nav__dropdomn:before {
        height: 3px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--bottom .b-top-nav__dropdomn:after {
        display: none
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--bottom--icon.b-top-nav--bottom .b-top-nav__1level>a {
        padding: 0 12px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav ul {
        margin: 0
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .b-top-nav__1level {
        margin: 0 0 0 6px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .b-top-nav__1level>a {
        padding: 25px 19px 18px
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .b-top-nav__1level>a .b-menu-1level-ico {
        display: block
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .b-top-nav__1level>a .b-ico-dropdown {
        display: none
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .b-top-nav__1level.is-active-top-nav__1level {
        border-radius: 0
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .b-menu-1level-ico {
        margin-right: 0
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav--big-nav .f-top-nav__1level>a {
        line-height: 34px;
        text-align: center
    }
}
@media screen and (min-width: 1025px) {
    .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: #2f4c82
    }
}
.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: #352D2D
}
.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: #2f4c82
}
@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
}
@media screen and (min-width: 1025px) {
    .b-top-nav-big .b-top-nav__dropdomn {
        background-color: ##F5F7F7;
        -moz-box-shadow: 0px 3px 8px rgb(100, 100, 100);
        -webkit-box-shadow: 0px 3px 8px rgb(100, 100, 100);
        border-radius: 0 0 8px 8px;
        box-shadow: 0px 3px 8px rgb(100, 100, 100);
        position: absolute;
        left: 15px;
        right: 15px;
        top: 100%;
        margin-top: 3px;
        margin-left: 0!important
    }
}
@media screen and (min-width: 1025px) {
    .b-top-nav-big .b-top-nav__2level_wrap {
        width: 20%;
        float: right
    }
}
.b-top-nav__multi-lvl {
    list-style-type: none
}
@media screen and (min-width: 1025px) {
    .b-top-nav__multi-lvl:first-child a {
        border-top: 0 none
    }
}
.b-top-nav__multi-lvl-box {
    display: none
}
@media screen and (min-width: 1025px) {
    .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-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
    }
}
@media screen and (min-width: 1025px) {
    .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
}
@media screen and (max-width: 767px) {
    .b-bottom-nav li {
        display: table-cell;
        float: none;
        margin-right: 0;
        padding-right: 10px
    }
    .b-bottom-nav li:last-child {
        padding-right: 0
    }
}
.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: #2f4c82
}
@media screen and (max-width: 767px) {
    .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 {
    position: relative
}
.b-gallery-main-item img {
    display: block;
    width: 100%
}
@media screen and (max-width: 767px) {
    .b-gallery-main-item img {
        border-left: 0
    }
}
.b-gallery-main-item .b-gallery-main-item__info {
    left: 1px
}
@media screen and (max-width: 767px) {
    .b-gallery-main-item .b-gallery-main-item__info {
        left: 0
    }
}
.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) {
    .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
    }
}
@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 {
    display: block;
    margin-bottom: 6px
}
@media screen and (max-width: 767px) {
    .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: #2f4c82
}
.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
}
@media screen and (max-width: 979px) {
    .b-slider-lg .bx-wrapper .bx-controls-direction a {
        display: none
    }
}
.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/cover no-repeat;
    height: 546px;
    position: relative
}
@media screen and (max-width: 979px) {
    .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
    }
}
@media screen and (max-width: 479px) {
    .b-slider-lg-item__text {
        top: 25px
    }
}
@media screen and (max-width: 479px) {
    .b-slider-lg-item__text h1 {
        margin-bottom: 14px
    }
}
.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) {
    .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
}
@media screen and (max-width: 979px) {
    .b-slider-lg-item__img img {
        max-width: 87%
    }
}
.b-slider-primary {
   
}
.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: 33px;
    margin: 0;
    z-index: 5
}
@media screen and (max-width: 979px) {
    .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 {
    background: 0 0;
    border: 1px solid #fff;
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0
}
@media screen and (max-width: 979px) {
    .b-slider-primary .bx-wrapper .bx-controls-auto a,
    .b-slider-primary .bx-wrapper .bx-pager a {
        height: 10px;
        width: 10px
    }
}
.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: 50px 0
}
@media screen and (max-width: 979px) {
    .b-slider-primary-item {
        padding: 42px 0 45px
    }
}
.b-slider-primary-item.b-slider-one-color {
    background: #2f4c82
}
.b-slider-primary-item--bg.b-slider-primary-item {
    background: rgba(167,182,217,1);
	background: -moz-linear-gradient(45deg, rgba(167,182,217,1) 0%, rgba(165,185,222,1) 23%, rgba(130,152,194,1) 49%, rgba(123,150,199,1) 80%, rgba(167,182,217,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(167,182,217,1)), color-stop(23%, rgba(165,185,222,1)), color-stop(49%, rgba(130,152,194,1)), color-stop(80%, rgba(123,150,199,1)), color-stop(100%, rgba(167,182,217,1)));
	background: -webkit-linear-gradient(45deg, rgba(167,182,217,1) 0%, rgba(165,185,222,1) 23%, rgba(130,152,194,1) 49%, rgba(123,150,199,1) 80%, rgba(167,182,217,1) 100%);
	background: -o-linear-gradient(45deg, rgba(167,182,217,1) 0%, rgba(165,185,222,1) 23%, rgba(130,152,194,1) 49%, rgba(123,150,199,1) 80%, rgba(167,182,217,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(167,182,217,1) 0%, rgba(165,185,222,1) 23%, rgba(130,152,194,1) 49%, rgba(123,150,199,1) 80%, rgba(167,182,217,1) 100%);
	background: linear-gradient(45deg, rgba(167,182,217,1) 0%, rgba(165,185,222,1) 23%, rgba(130,152,194,1) 49%, rgba(123,150,199,1) 80%, rgba(167,182,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7b6d9', endColorstr='#a7b6d9', GradientType=1 );
}
.b-slider-primary-item--bg1.b-slider-primary-item {
    background: rgba(167,182,217,1);
	background: -moz-linear-gradient(-45deg, rgba(167,182,217,1) 0%, rgba(103,131,184,1) 23%, rgba(130,152,194,1) 49%, rgba(103,131,184,1) 80%, rgba(167,182,217,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(167,182,217,1)), color-stop(23%, rgba(103,131,184,1)), color-stop(49%, rgba(130,152,194,1)), color-stop(80%, rgba(103,131,184,1)), color-stop(100%, rgba(167,182,217,1)));
	background: -webkit-linear-gradient(-45deg, rgba(167,182,217,1) 0%, rgba(103,131,184,1) 23%, rgba(130,152,194,1) 49%, rgba(103,131,184,1) 80%, rgba(167,182,217,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(167,182,217,1) 0%, rgba(103,131,184,1) 23%, rgba(130,152,194,1) 49%, rgba(103,131,184,1) 80%, rgba(167,182,217,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(167,182,217,1) 0%, rgba(103,131,184,1) 23%, rgba(130,152,194,1) 49%, rgba(103,131,184,1) 80%, rgba(167,182,217,1) 100%);
	background: linear-gradient(135deg, rgba(167,182,217,1) 0%, rgba(103,131,184,1) 23%, rgba(130,152,194,1) 49%, rgba(103,131,184,1) 80%, rgba(167,182,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7b6d9', endColorstr='#a7b6d9', GradientType=1 );
}
.b-slider-primary-item--bg2.b-slider-primary-item {
    /*background-image: url(../img/homepage/slider-bg3.jpg);
    background-size: cover;*/
	background: rgba(65,94,148,1);
	background: -moz-linear-gradient(top, rgba(65,94,148,1) 0%, rgba(142,162,204,1) 36%, rgba(142,162,204,1) 60%, rgba(65,94,148,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(65,94,148,1)), color-stop(36%, rgba(142,162,204,1)), color-stop(60%, rgba(142,162,204,1)), color-stop(100%, rgba(65,94,148,1)));
	background: -webkit-linear-gradient(top, rgba(65,94,148,1) 0%, rgba(142,162,204,1) 36%, rgba(142,162,204,1) 60%, rgba(65,94,148,1) 100%);
	background: -o-linear-gradient(top, rgba(65,94,148,1) 0%, rgba(142,162,204,1) 36%, rgba(142,162,204,1) 60%, rgba(65,94,148,1) 100%);
	background: -ms-linear-gradient(top, rgba(65,94,148,1) 0%, rgba(142,162,204,1) 36%, rgba(142,162,204,1) 60%, rgba(65,94,148,1) 100%);
	background: linear-gradient(to bottom, rgba(65,94,148,1) 0%, rgba(142,162,204,1) 36%, rgba(142,162,204,1) 60%, rgba(65,94,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4c82', endColorstr='#2f4c82', GradientType=0 );
}
.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) {
    .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.2;
    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: 22px;
    line-height: 1.2
}
@media screen and (max-width: 979px) {
    .f-slider-primary-item__text {
        font-size: 1.30769em;
        line-height: 1.47059
    }
}
.f-slider-primary-item__text a {
    color: #fff
}
.b-slider-primary-item__text {
    margin: 20px;
	height:60px
}
@media screen and (max-width: 979px) {
    .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
}
@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 {
    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 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;
    right: 10px;
    padding-right: 10px;
    margin-bottom: 28px;
	border:1px solid #ccc;
	border-radius:8px;
}
@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: 10px 35px
}
.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: 2
}
.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
}
@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 {
    margin: 0 0 5px
}
@media screen and (max-width: 979px) {
    .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: #2f4c82;
    display: inline-block;
    padding: 10px 17px;
    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.64615em;
    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
    }
}
@media screen and (max-width: 767px) {
    .f-slider-lg-info-l__item-anchor {
        white-space: normal
    }
}
.b-slider-lg-info-l__item-link-after {
    transform: skewX(180deg);
    -ms-transform: skewX(180deg);
    -webkit-transform: skewX(180deg);
    background: #2f4c82;
    color: #fff;
    content: '';
    position: absolute;
    right: -50px;
    text-align: center;
    top: 0;
    width: 38px
}
@media screen and (max-width: 767px) {
    .b-slider-lg-info-l__item-link-after {
        display: none
    }
}
.b-slider-lg-info-l__item-link-after>.fa {
    font-size: 1.64615em;
    line-height: 1;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    padding: 18px 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,
.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: 0;
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0
}
@media screen and (max-width: 979px) {
    .b-slider-about .bx-wrapper .bx-controls-auto a,
    .b-slider-about .bx-wrapper .bx-pager a {
        height: 10px;
        width: 10px
    }
}
.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: #2f4c82
}
.b-slidercontainer {
    width: 100%;
    position: relative;
    padding: 0
}
.b-slidercontainer ul {
    list-style-type: none
}
.b-slidercontainer li {
    visibility: hidden
}
.b-slider {
    width: 100%;
    position: relative;
    max-height: 400px;
    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-carousel-small-arr .bx-controls-direction a:hover {
    color: #2f4c82
}
.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 #2f4c82, 0 1px 0 #2f4c82, -1px 0 0 #2f4c82, 0 -1px 0 #2f4c82
}
body .b-slider--thumb-visible .tp-bullets {
    opacity: 1
}
.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: #2f4c82
}
.f-small-arr .tp-leftarrow.tparrows.default:hover,
.f-small-arr .tp-rightarrow.tparrows.default:hover {
    color: #2f4c82
}
.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)
}
@media screen and (max-width: 639px) {
    .b-slider-list .fa,
    .b-slider-list span {
        background: 0 0
    }
}
.b-slider-list .fa {
    font-size: 1.38462em;
    line-height: 1.2;
    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 {
        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
}
.f-slider-list span {
    font-size: 1.38462em;
    line-height: 1.2
}
.slider-carousel-roundabout {
    background: url(../img/demo-bg.jpg) repeat-y center;
    width: 100%;
    position: relative;
    padding-bottom: 400px;
    overflow: hidden;
    min-height: 740px
}
@media screen and (max-width: 768px) {
    .slider-carousel-roundabout {
        padding-bottom: 370px;
        min-height: 590px
    }
}
@media screen and (max-width: 480px) {
    .slider-carousel-roundabout {
        padding-bottom: 160px;
        min-height: 480px
    }
}
.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 .b-carousel-roundabout {
        height: 320px;
        width: 360px;
        bottom: -179px;
        margin-left: -180px
    }
}
@media screen and (max-width: 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 #2f4c82
}
.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
    }
}
@media screen and (max-width: 480px) {
    .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
}
.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
}
@media screen and (max-width: 979px) {
    .b-video-slider+.mouse-video {
        display: none
    }
}
.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 {
    margin: 0
}
.b-carousel-primary .bx-wrapper .bx-controls-auto,
.b-carousel-primary .bx-wrapper .bx-pager {
    margin: 0;
    position: relative;
    bottom: auto;
    padding-top: 25px
}
.b-carousel-primary .bx-wrapper .bx-controls-auto a,
.b-carousel-primary .bx-wrapper .bx-pager a {
    background: #919191;
    border-radius: 0;
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0;
    transform: rotate(46deg) scale(1) skew(1deg) translate(0px)
}
@media screen and (max-width: 979px) {
    .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: #2f4c82;
    border-color: #646b6b
}
.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;
    left: 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: #103D3E
}
.b-carousel-secondary .bx-controls-direction .bx-next:after {
    content: "\f054"
}
.b-carousel-secondary .bx-controls-direction .bx-prev {
    margin-right: 6px
}
.b-carousel-secondary .bx-controls-direction .bx-prev:after {
    content: "\f053"
}
.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-prev:after {
    content: "\f053"
}
.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: #103D3E
}
.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: #2f4c82;
    background-color: #2f4c82;
    color: #fff;
    box-shadow: 0 0 0 transparent
}
.b-slider-arr-big-top-indent .bx-controls {
    top: -91px
}
.f-tooltip {
    color: #2f4c82;
    white-space: nowrap
}
.fade.in {
    opacity: 1
}
.tooltip-inner {
    background: #2f4c82;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    padding: 5px 15px;
    display: inline-block
}
.tooltip.top .tooltip-arrow {
    border-top-color: #2f4c82
}
.b-radial-progress {
    display: inline-block;
    position: relative
}
.b-radial-progress .component {
    fill: #fff
}
.b-radial-progress .arc {
    fill: #2f4c82;
    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: #2f4c82
}
.b-radial-progress-number-bg .component {
    fill: #2f4c82
}
.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 {
    margin-bottom: 0
}
.b-progressbar.progress {
    background: #e8e8e8;
    box-shadow: none;
    height: 23px;
    overflow: visible;
    z-index: 1
}
.b-progressbar.progress:last-child {
    margin-bottom: 0
}
.b-progressbar .progress-bar {
    background-color: #2f4c82;
    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: #2f4c82;
    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 #646b6b;
    border-top: 2px solid #2f4c82;
    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 {
    border-width: 5px;
    border-style: solid;
    border-color: #c3c4c5 transparent transparent;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    z-index: 1
}
@media screen and (max-width: 1023px) {
    .progress-step:after {
        bottom: -9px
    }
}
.progress-step:before {
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent;
    bottom: -7px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    z-index: 2
}
@media screen and (max-width: 1023px) {
    .progress-step:before {
        bottom: -7px
    }
}
.progress-step .progress-step__text {
    position: relative;
    z-index: 3
}
@media screen and (max-width: 1023px) {
    .progress-step .progress-step__text {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 35px
    }
}
@media screen and (max-width: 1023px) {
    .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: #2f4c82
}
.progress-step.active .progress-step__dot:after {
    background: #2f4c82;
    border-color: #646b6b
}
.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
}
@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 {
    background: #acacac
}
@media screen and (max-width: 639px) {
    .b-steps-progressbar--number .progress-step:before {
        top: 6px
    }
}
.b-steps-progressbar--number .progress-step:after {
    background: #7f7e7e;
    top: 6px
}
@media screen and (max-width: 639px) {
    .b-steps-progressbar--number .progress-step:after {
        top: 5px
    }
}
.b-steps-progressbar--number .progress-step.active:before {
    background: #2f4c82
}
.b-steps-progressbar--number .progress-step.active:after {
    background: #646b6b
}
.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) {
    .f-steps-progressbar--number .progress-step {
        line-height: 20px
    }
}
.f-steps-progressbar--number .progress-step__text {
    color: #fff
}
.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
}
@media screen and (max-width: 639px) {
    .b-steps-progressbar--icon .progress-step:after {
        top: 21px
    }
}
.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 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
}
@media screen and (max-width: 639px) {
    .b-steps-progressbar--icon .progress-step .progress-step__icon {
        top: -26px
    }
}
.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: #304c82;
    background: -webkit-linear-gradient(top, #304c82, #b9d0e6);
    background: -moz-linear-gradient(top, #304c82, #b9d0e6);
    background: -o-linear-gradient(top, #304c82, #b9d0e6);
    background: -ms-linear-gradient(top, #304c82, #b9d0e6);
    background: linear-gradient(to bottom, #304c82, #b9d0e6);
    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: #9cb5d0 transparent transparent
}
.b-steps-progressbar--icon .progress-step.active:before {
    border-color: #2f4c82
}
.b-steps-progressbar--icon .progress-step.active:after {
    background: #2f4c82;
    border-color: #646b6b
}
.f-steps-progressbar--icon .progress-step .fa {
    font-size: 14px;
    line-height: 24px
}
.f-steps-progressbar--icon .progress-step span {
    white-space: nowrap
}
@media screen and (max-width: 639px) {
    .f-steps-progressbar--icon .progress-step span {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 40px;
        width: 100%
    }
}
.f-steps-progressbar--icon .progress-step.active .fa {
    color: #fff
}
.b-progress-tab .progress-step__dot {
    cursor: pointer
}
.b-progress-tab .progress-step__dot:hover:after {
    background: #2f4c82;
    border-color: #646b6b
}
.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 .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: #2f4c82
}
.fancybox-wrap-popup-next:before,
.fancybox-wrap-popup-prev:before {
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 1
}
.fancybox-wrap-popup-next {
    padding-left: 10px;
    right: 32px
}
.fancybox-wrap-popup-next:before {
    content: "\f053"
}
.fancybox-wrap-popup-prev {
    padding-left: 8px;
    right: 0
}
.fancybox-wrap-popup-prev:before {
    content: "\f054"
}
.fancybox-wrap-popup-close {
    background: #919191;
    border-radius: 50%;
    bottom: 14px;
    height: 28px;
    left: 8px;
    width: 28px;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    z-index: 9999
}
.fancybox-wrap-popup-close:hover {
    background: #2f4c82
}
.fancybox-wrap-popup-close:before {
    content: '\f00d';
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 1
}
.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;
    white-space: nowrap
}
.clocks--lg .wrap {
    margin: 0 15px;
    text-align: center
}
@media screen and (max-width: 767px) {
    .clocks--lg .wrap {
        margin: 0 4px
    }
}
.clocks--lg .time {
    font-size: 3.69231em;
    line-height: 1.875;
    font-weight: 300;
    background: #2f4c82;
    border-radius: 3px;
    overflow: hidden;
    padding: 0 18px;
    position: relative;
    min-width: 40px
}
@media screen and (max-width: 767px) {
    .clocks--lg .time {
        font-size: 1.53846em;
        line-height: 2.8;
        padding: 0 5px;
        margin-bottom: 7px;
        width: 45px
    }
}
.clocks--lg .time:before {
    background: #304c82;
    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: #2f4c82;
    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 {
    margin: 0
}
.b-blog-short-post>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}
.b-blog-short-post__item {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    direction: rtl
}
.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: #2f4c82
}
.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: #2f4c82
}
.b-blog-short-post--w-img {
    margin: 0
}
.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: #2f4c82
}
.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: #2f4c82
}
.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 #2f4c82
}
.b-blog-preview__img img {
    width: 100%
}
.b-blog-preview__content-text {
    max-height: 94px;
    overflow: hidden
}
.b-blog-preview__content-padding_box {
    padding: 18px
}
.b-product-preview__img img {
    width: 100%
}
.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: #2f4c82;
    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: #2f4c82
}
.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: #2f4c82
}
.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;
    float: right
}
.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
}
@media screen and (max-width: 767px) {
    .b-author__img {
        float: none
    }
}
.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__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: #2f4c82;
    text-transform: uppercase
}
.f-author__descr__data__name span {
    font-size: .76923em;
    line-height: 1.6;
    text-transform: none;
    color: #515151
}
.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: #2f4c82
}
.f-author__link:hover {
    color: #352D2D
}
.b-comments-box {
    border: 1px solid #dedede
}
.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
}
@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: right
}
@media screen and (max-width: 639px) {
    .b-comment__title .f-comment__now {
        text-align: left
    }
}
.f-comment__title {
    font-size: 1.07692em;
    line-height: 1.14286;
    color: #2f4c82;
    text-transform: uppercase
}
.f-comment__title .f-comment__now {
    font-size: .92308em;
    line-height: 1.33333;
    text-transform: none;
    color: #2f4c82
}
.f-comment__title .f-comment__now:hover {
    color: #352D2D
}
.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 {
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0
}
.b-comment__img img {
    border-radius: 50%
}
@media screen and (max-width: 767px) {
    .b-comment__img {
        float: none
    }
}
.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: #2f4c82
}
.b-comment__descr .b-comment__descr__data .b-comment__descr__info {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin: 0 0 0 -4px
}
@media screen and (max-width: 767px) {
    .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 .b-comment__descr__info .f-comment-link-color {
    color: #2f4c82
}
.b-comment__descr .b-comment__descr__data .b-comment__descr__info .f-comment-link-color:hover {
    color: #352D2D
}
.b-comment__descr .b-comment__descr__data .f-comment__descr__info {
    font-size: .92308em;
    line-height: 1.16667;
    color: #989898;
    text-align: right
}
@media screen and (max-width: 767px) {
    .b-comment__descr .b-comment__descr__data .f-comment__descr__info {
        text-align: left
    }
}
.b-comment__descr .f-comment__descr__txt {
    color: #666
}
.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 {
    color: #666
}
.f-h4-special--gray.b-h4-special:hover {
    color: #2f4c82
}
.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
    }
}
@media screen and (max-width: 639px) {
    .b-contacts-short-item {
        border: 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: #2f4c82
}
.f-contacts-short-item__icon_lg {
    font-size: 1.92308em;
    line-height: 1;
    margin-left: 15px
}
.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: #2f4c82
}
.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
}
@media screen and (max-width: 979px) {
    .b-desc-section-container {
        padding-top: 20px
    }
}
.b-desc-section {
    margin: 15px 0
}
@media screen and (max-width: 979px) {
    .b-desc-section {
        margin-top: 0
    }
}
.f-desc-section {
    font-size: 1.23077em;
    line-height: 1.2
}
@media screen and (max-width: 767px) {
    .f-desc-section {
        font-size: 1.15385em;
        line-height: 2
    }
}
.f-desc-section.f-small {
    font-size: 14px;
    line-height: 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-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: #2f4c82
}
.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: #2f4c82;
    border: 2px solid transparent;
    border-radius: 3px;
    display: block;
    padding: 32px 5px;
    position: relative;
    float: right;
    width: 260px
}
.b-infoblock-with-icon__icon:hover {
    background: #fff;
    border-color: #2f4c82
}
.b-infoblock-with-icon--circle-icon .b-infoblock-with-icon__icon {
    border-radius: 50%;
    height: 68px
}
.b-infoblock-with-icon__info {
    overflow: hidden;
	text-align : right;
    padding-right: 16px;
	padding-top : 5%
}
.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
}
@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: #2f4c82 #2f4c82 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: #2f4c82 transparent transparent #2f4c82;
    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--sides-l .b-infoblock-with-icon__icon {
    float: right
}
.b-infoblock-with-icon--sides-l .b-infoblock-with-icon__info {
    padding-left: 0;
    padding-right: 16px
}
.f-infoblock-with-icon--sides-l .f-infoblock-with-icon__info {
    text-align: right
}
.b-infoblock-with-icon--r .b-infoblock-with-icon__icon {
    float: right
}
.b-infoblock-with-icon--r .b-infoblock-with-icon__info {
    padding-left: 0;
    padding-right: 16px
}
.f-infoblock-with-icon--r .f-infoblock-with-icon__info {
    text-align: right
}
.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
}
.f-infoblock-with-icon--center,
.f-infoblock-with-icon--center .f-infoblock-with-icon__info {
    text-align: center
}
.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: #2f4c82
}
.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
}
.f-infoblock-with-icon--textbox .f-infoblock-with-icon__info {
    text-align: center
}
.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: #2f4c82
}
.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 {
    text-align: center
}
.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;
    text-transform: uppercase
}
.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
    }
}
@media screen and (max-width: 767px) {
    .f-bg-block h1 {
        font-size: 1.84615em;
        line-height: 1.375
    }
}
.b-bg-block__desc {
    margin-bottom: 22px
}
@media screen and (max-width: 767px) {
    .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 {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0 50px;
    overflow: hidden
}
.b-section-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
@media screen and (max-width: 767px) {
    .b-section-info {
        padding: 30px 0 15px
    }
}
@media screen and (max-width: 767px) {
    .b-section-info .l-container {
        padding: 0 10px
    }
}
.b-section-info__img {
    padding-top: 50px
}
.b-section-info__img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
@media screen and (max-width: 767px) {
    .b-section-info__img {
        padding-top: 0;
        padding-bottom: 30px
    }
}
.b-section-info__img img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    float: right
}
@media screen and (max-width: 767px) {
    .b-section-info__img img {
        float: none
    }
}
.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) {
    .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
}
@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: 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) {
    .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
    }
}
@media screen and (max-width: 767px) {
    .b-section-info__text_group {
        padding-left: 30px
    }
}
.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-visual_1 {
        bottom: -85px
    }
}
.b-info-container--demos {
    background: #2f4c82;
    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
}
[data-fixed_top] {
    position: relative;
    z-index: 2
}
[data-fixed_top].is-fixed-element {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%
}
@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-some-examples__item {
    background: #fff;
    margin-top: 8px;
    overflow: hidden
}
.b-some-examples__item_img {
    border: 1px solid #2f4c82;
    border-radius: 1%;
    position: relative
}
.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;
	direction:rtl
}
.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: #2f4c82
}
.f-some-examples__item_name.f-title-small a {
    font-size: 1.07692em;
    line-height: 1.28571
}
.b-some-examples__item_double_info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 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: 15px;
    line-height: 2
}
.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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.b-some-examples__item_total {
    padding-top: 5px
}
.f-some-examples__item_total {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #2f4c82
}
.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
}
.f-some-examples-secondary .f-some-examples__item_name {
    text-transform: uppercase
}
.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
}
.f-some-examples-quaternary .f-btn,
.f-some-examples-quaternary .f-some-examples__item_name,
.f-some-examples-tertiary .f-btn,
.f-some-examples-tertiary .f-some-examples__item_name {
    text-transform: uppercase
}
.b-list-markers {
    padding-left: 0
}
.b-list-markers li {
    list-style: none;
    margin-bottom: 12px
}
.f-list-markers li {
    font-size: 14px;
    line-height: 1.2
}
.f-list-markers li a {
    color: inherit
}
.f-list-markers li a:hover {
    color: #2f4c82
}
.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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.b-list-markers-2col li {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
    width: 50%
}
@media screen and (max-width: 767px) {
    .b-list-markers-2col li {
        float: none;
        width: 100%
    }
}
.f-list-markers-2col {
    font-size: 0
}
.f-list-markers-2col li {
    font-size: 12px
}
.b-list-markers__ico {
    margin-left: 5px
}
.f-list-markers__ico {
    color: #2f4c82
}
.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: #2f4c82
}
.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: 5px 0
}
.b-employee .b-hr-stars {
    margin-bottom: 15px
}
@media screen and (max-width: 979px) {
    .f-employee__desc {
        font-size: .92308em;
        line-height: 2.16667
    }
}
@media screen and (max-width: 767px) {
    .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
}
@media screen and (max-width: 979px) {
    .b-employee-item__img {
        margin-bottom: 5px
    }
}
.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) {
    .b-employee-item__social_btn {
        font-size: .69231em;
        line-height: 1;
        padding: 5px
    }
}
.b-employee-item__social_btn:hover {
    color: #fff;
    background: #2f4c82
}
.b-employee-item__social_btn:first-child {
    margin-left: 0
}
.b-employee-item {
    background: #fafafa;
    border: 1px solid #bad7d8;
    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
}
@media screen and (max-width: 979px) {
    .b-employee-item p {
        margin-top: 3px
    }
}
.f-employee-item {
    text-align: center
}
.f-employee-item h4 {
    margin-bottom: 5px
}
@media screen and (max-width: 979px) {
    .f-employee-item h4 {
        font-size: 1.07692em;
        line-height: 1.2
    }
}
.f-employee-item p {
    color: #666
}
@media screen and (max-width: 979px) {
    .f-employee-item p {
        font-size: .69231em;
        line-height: 2
    }
}
.f-employee-item__position {
    color: #2f4c82;
    text-transform: uppercase
}
@media screen and (max-width: 979px) {
    .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--small {
    position: relative
}
.b-infoblock,
.b-infoblock--without-border {
    padding: 10px 0
}
@media screen and (max-width: 767px) {
    .b-infoblock,
    .b-infoblock--without-border {
        padding: 13px 0
    }
}
.b-infoblock--small {
    padding: 0 15px
}
@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: 1px
}
.b-info-container {
    background: #2f4c82;
    padding: 44px 0 40px
}
.f-info-container {
    color: #fff;
    text-align: center
}
.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;
    text-transform: uppercase
}
.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 a:hover {
    text-decoration: underline
}
.f-info-container__text--default a {
    color: #2f4c82
}
.b-top-logo-block {
    background: #fafafa;
    border-bottom: 3px solid #2f4c82;
    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;
    text-transform: uppercase;
    white-space: nowrap
}
.b-lg-container {
    padding: 80px 0 155px
}
@media screen and (max-width: 767px) {
    .b-lg-container {
        padding: 60px 0 100px
    }
}
.f-lg-container-title {
    font-size: 4.61538em;
    line-height: 1.2;
    color: #666;
    text-transform: uppercase
}
@media screen and (max-width: 767px) {
    .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 {
    text-align: center;
    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: #352D2D;
    text-transform: uppercase
}
.slider-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto
}
.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 {
    text-align: center
}
.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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.b-about-container .container {
    padding-top: 40px;
    padding-bottom: 63px
}
@media screen and (max-width: 1023px) {
    .b-about-container .container {
        padding-top: 25px;
        padding-bottom: 25px
    }
}
.b-about-container__with-img-l .container {
    position: relative
}
.b-about-container__with-img-l .b-about-container__inner {
    position: relative;
    float: right;
    width: 70%;
    z-index: 2
}
@media screen and (max-width: 1023px) {
    .b-about-container__with-img-l .b-about-container__inner {
        float: none;
        width: 100%
    }
}
.b-about-container__img {
    bottom: 0;
    left: -127px;
    position: absolute;
    z-index: 1
}
.b-about-container__img img {
    display: block
}
@media screen and (max-width: 1023px) {
    .b-about-container__img {
        display: none
    }
}
.f-about-container,
.f-about-container a {
    color: #fff
}
.f-about-container a:hover {
    color: #2f4c82
}
.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) {
    .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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 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%
}
@media screen and (max-width: 767px) {
    .b-news-item__info {
        width: 100%
    }
}
.b-news-item__info:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0;
    border-color: transparent #fff transparent transparent;
    left: -24px;
    top: 23px
}
@media screen and (max-width: 767px) {
    .b-news-item__info:before {
        border: 0
    }
}
.f-news-item__info_title {
    font-size: 18px;
    line-height: 1.71429;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #2f4c82;
    text-transform: uppercase
}
.b-news-item__info_title-big {
    margin-bottom: 8px
}
.f-news-item__info_title-big {
    font-size: 18px;
    line-height: 1.33333;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #2f4c82;
    text-transform: uppercase
}
.b-news-item__info_additional {
    margin-bottom: 10px
}
.b-news-item__info_additional:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.b-news-item__info_additional_item {
    margin-left: 60px
}
.b-news-item__article {
    padding: 14px 0 0;
    border-top: 1px solid #e0e0e0
}
.b-news-item__article:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.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: #000
}
.f-news-item__info_additional_item a {
    color: #b9b8b8
}
.f-news-item__info_additional_item a:hover {
    color: #2f4c82
}
.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: #2f4c82
}
.f-news-item__info_category {
    color: #666;
    font-size: 1.07692em;
    line-height: 1.71429
}
.f-news-item__price {
    color: #2f4c82;
    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
}
@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
    }
}
@media screen and (max-width: 767px) {
    .b-categories-icons__item {
        border-color: #e8e8e8;
        border-style: solid;
        border-width: 1px 0 0
    }
}
.f-categories-icons__item {
    text-align: center
}
@media screen and (max-width: 767px) {
    .f-categories-icons__item {
        text-align: left
    }
}
.is-active-categories-icons__item {
    position: relative;
    bottom: 40px;
    z-index: 100
}
@media screen and (max-width: 767px) {
    .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: #2f4c82;
    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: #2f4c82
}
.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: #2f4c82;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 18px;
    padding: 20px
}
@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: 2.30769em;
    line-height: 1;
    color: #fff
}
@media screen and (max-width: 767px) {
    .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
}
.b-categories-icons__item_info {
    display: none
}
@media screen and (max-width: 767px) {
    .b-categories-icons__item_info {
        display: block
    }
}
.f-categories-icons__item_info {
    color: #666
}
@media screen and (max-width: 767px) {
    .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 #2f4c82;
    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: #2f4c82
}
.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: #2f4c82;
    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: #2f4c82
}
.f-twitter-feeds__item_twit a:hover {
    text-decoration: underline
}
.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__user {
    float: right;
    width: 216px
}
@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: 16px;
    line-height: 1.5
}
.f-mention-item__user_name {
    color: #2f4c82
}
.b-mention-item__comment {
    margin-right: 28px
}
@media screen and (max-width: 767px) {
    .b-mention-item__comment {
        margin-left: 0
    }
}
.b-mention-item__comment:after {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -20px;
    top: 26px
}
@media screen and (max-width: 767px) {
    .b-mention-item__comment:after {
        display: none
    }
}
.b-mention-item__comment:before {
    content: '';
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent transparent #e3e3e3;
    position: absolute;
    right: -23px;
    top: 25px
}
@media screen and (max-width: 767px) {
    .b-mention-item__comment:before {
        display: none
    }
}
.f-mention-item__comment_text {
    font-size: 15px;
    line-height: 2;
	text-align:right
}
.f-mention-item__comment_text a {
    color: #2f4c82
}
.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 {
    margin-bottom: 12px
}
.b-mention-short-item__comment:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    bottom: -10px;
    left: auto;
    right: 30px
}
.b-mention-short-item__comment:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border-width: 11px;
    border-style: solid;
    border-color: transparent #e3e3e3 transparent transparent;
    position: absolute;
    bottom: -12px;
    left: auto;
    right: 30px
}
.f-mention-short-item__comment_name {
    font-size: .92308em;
    line-height: 2;
    color: #2f4c82
}
.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 {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: none;
    display: inline-block; }
.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: #2f4c82
}
.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-mention-item--vertically .b-mention-item__comment:after,
.b-mention-item--vertically .b-mention-item__comment:before {
    display: none
}
.b-mention-item--vertically .b-mention-item__user_info {
    margin-top: 24px
}
@media screen and (max-width: 767px) {
    .f-center--xs {
        text-align: center
    }
}
.b-logo-group {
    margin: 15px 2px
}
.b-logo-item {
    display: inline-block;
    vertical-align: middle
}
.b-logo-item a {
    padding: 14px 17px;
    min-height: 75px;
    display: inline-block;
    vertical-align: middle;
    line-height: 47px;
    width: 202px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #2f4c82;
    border-radius: 5px
}
.b-logo-item a:hover {
    background: #fff;
    box-shadow: 0 0 2px #ddd
}
.b-logo-item a:hover .is-hover {
    display: inline-block
}
.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 {
    background: #fff;
    box-shadow: 0 0 2px #ddd;
    margin: 0 5px 20px
}
.b-img-group-wrap {
    position: relative;
    min-height: 470px
}
@media screen and (max-width: 979px) {
    .b-img-group-wrap {
        min-height: 0
    }
}
.b-img-group {
    bottom: 0;
    left: 12%;
    position: absolute
}
.b-img-group.wrap-img-appearance {
    position: absolute
}
@media screen and (max-width: 979px) {
    .b-img-group {
        display: none
    }
}
.b-img-group-wrap--v2 {
    padding-bottom: 10px;
    min-height: 500px
}
@media screen and (max-width: 979px) {
    .b-img-group-wrap--v2 {
        padding-bottom: 30px
    }
}
.b-img-group_v2 {
    bottom: 0;
    left: 41.66666667%;
    position: absolute;
    width: 18%
}
.b-img-group_v2.wrap-img-appearance {
    position: absolute
}
.b-img-group_v2.wrap-img-appearance img {
    position: static
}
@media screen and (max-width: 979px) {
    .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;
    left: 23%;
    width: 55.4%
}
.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;
    direction: rtl
}
.b-pagination li {
    list-style-type: none;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    box-shadow: 0 0 5px #dbdbdb;
    height: 32px;
    min-width: 32px
}
@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: 14px;
    padding-right: 14px
}
@media screen and (max-width: 479px) {
    .b-pagination li:first-child a,
    .b-pagination li:last-child a {
        padding-left: 8px;
        padding-right: 8px
    }
}
.b-pagination li:hover {
    border-color: #2f4c82
}
.b-pagination li.is-active-pagination {
    background-color: #2f4c82;
    border-color: #2f4c82
}
.b-pagination span.current {
    background-color: #2f4c82;
    border-color: #2f4c82;
    color: #fff;
    border-radius: 2px
}
.b-pagination a,
.b-pagination span {
    padding: 8px 11px;
    display: block;
    position: relative;
    float: left
}
@media screen and (max-width: 479px) {
    .b-pagination a,
    .b-pagination span {
        padding: 6px
    }
}
.b-pagination a.next i,
.b-pagination span.next i {
    margin-left: -1px
}
.b-pagination a.prev i,
.b-pagination span.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: #2f4c82
}
.f-pagination li.is-active-pagination a {
    color: #fff
}
.f-pagination a {
    color: #8b8b8b;
    font-size: 1em;
    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;
    text-decoration: none;
    color: #515151
}
.f-category-filter a:before {
    font-size: 2.46154em;
    line-height: .3125
}
.f-category-filter a:hover {
    color: #2f4c82
}
.f-category-filter .is-category-filter-active a {
    color: #fff;
    background: #2f4c82
}
.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
}
@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 .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 .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
}
@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.53846em;
    line-height: 2.25
}
@media screen and (max-width: 480px) {
    .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: #2f4c82
}
.b-item-hover-action__inner-bottom:before {
    bottom: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #2f4c82;
    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: #2f4c82
}
.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) {
    .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 #2f4c82;
    border-style: solid;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px
}
@media screen and (max-width: 767px) {
    .f-search-map__tabs-anchor {
        font-size: 0;
        text-align: justify
    }
}
@media screen and (max-width: 767px) {
    .f-search-map__tabs-anchor li {
        font-size: 13px;
        text-align: center
    }
}
.f-search-map__tabs-anchor li.ui-state-active a {
    color: #2f4c82
}
.b-search-map__title {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle
}
@media screen and (max-width: 767px) {
    .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: #2f4c82;
    text-transform: uppercase
}
.b-search-map__wrap {
    background: #2f4c82;
    border-radius: 2px;
    padding: 15px 25px
}
.b-search-map__name {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding-right: 12px;
    vertical-align: middle
}
@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-left: 1px solid #ea673d;
    border-right: 1px solid #c9471d;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}
@media screen and (max-width: 1169px) {
    .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 {
    color: #fff;
    font-size: 1.38462em;
    line-height: 1;
    text-align: right;
    text-transform: uppercase
}
@media screen and (max-width: 1169px) {
    .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
}
@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 {
    display: block;
    min-width: 204px
}
@media screen and (max-width: 767px) {
    .b-search-map__fields input {
        width: 100%
    }
}
.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: #2f4c82;
    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 .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
    }
}
@media screen and (max-width: 767px) {
    .b-full-search-form .b-search-map__submit {
        margin-top: 20px;
        margin-bottom: 10px
    }
}
.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) {
    .f-full-search-form_title {
        font-size: 1.23077em;
        line-height: 1.375
    }
}
.b-full-search-form_label {
    margin-bottom: 10px
}
.f-full-search-form_label {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #fff
}
.b-full-search-form_check {
    margin-bottom: 10px
}
.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
}
@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-left-width: 0
}
@media screen and (max-width: 1219px) {
    .b-full-search-form_col:first-child {
        border-top-width: 0
    }
}
.b-full-search-form_col:last-child {
    border-right-width: 0
}
@media screen and (max-width: 1219px) {
    .b-full-search-form_col:last-child {
        border-bottom-width: 0
    }
}
.b-full-search-form_title,
.b-search-title {
    margin-bottom: 10px
}
.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-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
}
@media screen and (max-width: 767px) {
    .b-tab-top-search_item-control {
        width: 100%
    }
}
.b-tabs-reset.ui-tabs,
.b-tabs-reset.ui-tabs .ui-tabs-nav {
    padding: 0
}
.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-reset.ui-tabs .ui-tabs-panel {
    padding: 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/11px 100% no-repeat
}
@media screen and (max-width: 767px) {
    .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: #ededed #fff #ededed #ededed
}
@media screen and (max-width: 767px) {
    .b-tabs-vertical.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
        border-color: #ededed
    }
}
.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) {
    .ui-tabs.b-tabs-vertical--default {
        padding-left: 15px;
        padding-right: 15px
    }
}
.b-tabs-vertical__nav {
    position: relative;
    z-index: 5
}
@media screen and (min-width: 768px) {
    .b-tabs-vertical__nav {
        left: 11px;
        padding-right: 0
    }
}
@media screen and (min-width: 768px) {
    .b-tabs-vertical__content {
        padding-left: 0
    }
}
.f-tabs-vertical__title {
    color: #2f4c82;
    text-transform: none
}
.f-tabs-vertical__title a {
    color: #2f4c82
}
.f-tabs-vertical__title a:hover {
    color: #352D2D
}
h3.f-tabs-vertical__title {
    margin: 5px 0 4px
}
.b-tabs-vertical--secondary.ui-tabs .ui-tabs-panel {
    border: 1px solid #f2f2f2;
    background: 0 0;
    min-height: 282px
}
.b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background: #fbfbfb;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #f2f2f2
}
@media screen and (max-width: 767px) {
    .b-tabs-vertical--secondary.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        border-right-width: 1px
    }
}
.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--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
}
@media screen and (max-width: 767px) {
    .b-tabs.ui-tabs .ui-tabs-nav li {
        margin-right: 1%
    }
}
.b-tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    display: block;
    padding: 12px 22px
}
@media screen and (max-width: 767px) {
    .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: #2f4c82;
    text-align: center
}
.f-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #2f4c82
}
.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: #2f4c82
}
@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 #2f4c82
}
.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 #7184a9;
    margin-top: 12px;
    padding: 10px 20px;
    position: relative;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.b-accordion.ui-accordion .ui-accordion-header:after {
    color: #2f4c82
}
.b-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #2f4c82;
    border-bottom: 0;
    outline: 0;
    margin-bottom: 0
}
.b-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
    color: #fff
}
.b-accordion.ui-accordion .ui-accordion-header:first-child {
    margin-top: 2px;
}
.b-accordion.ui-accordion .ui-accordion-content {
    border-color: #7184a9;
    border-style: solid;
    border-width: 0 1px 1px;
    background-color: #fff
}
.b-accordion--with-standard-icon .ui-accordion-header:after {
    content: '\f060';
    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;
    text-transform: none
}
.f-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    color: #fff;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.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: #2f4c82
}
.f-accordion.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):hover .ui-accordion-header-icon {
    background-color: #2f4c82
}
.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: #2f4c82
}
.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-active {
    color: #2f4c82
}
.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: #2f4c82
}
.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: #2f4c82
}
.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: #2f4c82;
    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: #2f4c82;
    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: #2f4c82;
    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: #2f4c82;
    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"
}
.ui-datepicker .ui-datepicker-next span.ui-icon {
    display: none
}
.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
    }
}
@media screen and (max-width: 767px) {
    .b-benefits_title {
        margin-bottom: 20px
    }
}
.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) {
    .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: #2f4c82
}
.f-benefits__item_icon_image_hover {
    vertical-align: middle
}
.f-benefits__item_icon_image_hover li a {
    color: #2f4c82
}
.f-benefits__item_icon_image_hover li:hover a {
    color: #fff
}
.f-benefits__item_icon {
    font-size: 3.46154em;
    line-height: 1;
    color: #2f4c82
}
.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
}
.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/100% auto no-repeat;
    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__link {
    font-size: .92308em;
    line-height: 1.2
}
.f-footer-mini-text {
    font-size: .92308em;
    line-height: 1.2;
    color: #2f4c82
}
.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-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;
    color: #fff;
    font-size: 1.07692em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}
.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
}
.f-action-info--default {
    font-size: 1.07692em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase
}
.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 #2f4c82;
    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: #2f4c82;
    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: #2f4c82
}
.f-product-preview__content_category a {
    color: #2f4c82
}
.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
}
@media screen and (max-width: 639px) {
    .b-product-preview-row__content {
        margin-left: 2em
    }
}
.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_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: #2f4c82;
    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: #103D3E;
    border-color: #103D3E
}
.b-sort-panel {
    margin-top: -3px;
    margin-bottom: 15px;
    float: none
}
.b-sort-panel:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    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: #2f4c82
}
.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-left: 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: #2f4c82
}
.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: #2f4c82
}
.f-tag {
    color: #352D2D;
    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-info {
    background: #fff4bb;
    border: 1px solid #fc6
}
.f-alert-info {
    color: #e99b00
}
.b-alert-success {
    background: #c1faa8;
    border: 1px solid #9cff70
}
.f-alert-success {
    color: #6db74c
}
.b-alert-useful {
    background: #bceeff;
    border: 1px solid #8ae1ff
}
.f-alert-useful {
    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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    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
    }
}
@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 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}
@media screen and (min-width: 980px) {
    .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-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.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: #2f4c82
}
.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: #2f4c82;
    margin: 0;
    padding: 10px 0;
    text-transform: none
}
.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;
    text-transform: uppercase
}
.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
}
@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--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
}
.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--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--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: #2f4c82
}
.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: #2f4c82;
    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,
.f-pricing-info--color .f-pricing-info__item-price small {
    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: #2f4c82;
    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: #2f4c82;
    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
}
@media (max-width: 640px) {
    .b-goggle-map_info-window-estate {
        padding-left: 0;
        max-width: 270px
    }
}
.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-image img {
        width: 270px
    }
}
.f-google-map__info-window-estate-title {
    font-size: 1.53846em;
    line-height: 1;
    color: #2f4c82
}
.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;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-top-color: #2f4c82;
    margin-left: -18px
}
.f-google-map__title {
    font-size: 2.76923em;
    line-height: 1.2;
    color: #fff;
    background-color: #2f4c82;
    text-transform: uppercase;
    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;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #666;
    margin-left: -2px
}
.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 {
    text-transform: uppercase
}
.f-google-map__info-office small {
    color: #515151
}
.b-audio-player {
    min-height: 97px
}
.b-audio-player__song-name {
    background-color: #2f4c82;
    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: #2f4c82;
    border-radius: 5px;
    border: 1px solid #222;
    box-shadow: 0 1px 0 #fcce00 inset;
    min-width: 5px;
    overflow: visible!important
}
.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
}
.f-audio-player__time {
    color: #fff
}
.jp-playlist {
    display: none
}
.b-link {
    background-color: #fff;
    position: relative;
    padding: 8px 4px 6px 8px;
    display: inline-block
}
.b-link:after {
    content: '';
    height: 100%;
    width: 16px;
    position: absolute;
    top: 0;
    left: -5px;
    transform: skew(160deg);
    -ms-transform: skew(160deg);
    -webkit-transform: skew(160deg);
    background-color: inherit;
    z-index: -1
}
.b-link span {
    position: absolute;
    right: 100%;
    top: 0;
    transform: skew(160deg);
    -ms-transform: skew(160deg);
    -webkit-transform: skew(160deg);
    background-color: #2f4c82;
    margin-right: 9px;
    height: 100%;
    padding: 7px 5px 7px 4px
}
.b-link i {
    transform: skew(-160deg);
    -ms-transform: skew(-160deg);
    -webkit-transform: skew(-160deg)
}
.b-link i:before {
    color: #fff
}
.f-link {
    font-size: 1.07692em;
    line-height: 1;
    color: #2f4c82
}
.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 {
    content: '';
    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 {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #103D3E;
    float: left;
    border-radius: 10px;
    margin: 2px;
    box-shadow: 0 -1px 1px #646b6b inset
}
.b-slider-range .ui-slider-handle span {
    color: #fff;
    background-color: #103D3E;
    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 {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px;
    border-color: #103D3E transparent transparent;
    left: 50%;
    top: 100%;
    margin-left: -4px
}
.b-slider-range .ui-slider-range {
    background-color: #2f4c82;
    box-shadow: 0 -2px 0 #646b6b 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: #2f4c82
}
@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: #2f4c82
}
.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 #2f4c82;
    padding-left: 30px
}
.b-float-search__container-inner-thick-round-border .b-float-search__input:focus {
    border: 3px solid #2f4c82
}
.b-select {
    display: inline-block;
    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 span.ui-selectmenu-button:before {
    content: '';
    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--secondary span.ui-icon {
    border-color: #989898 transparent transparent
}
.b-select--alt .ui-selectmenu-text {
    background-color: #fff;
    color: #989898
}
.b-select--alt span.ui-icon {
    border-color: #989898 transparent transparent
}
.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-textarea {
    resize: none
}
.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 {
    overflow: hidden
}
.b-video-default.vjs-default-skin .vjs-play-progress,
.b-video-default.vjs-default-skin .vjs-volume-level {
    background-color: #2f4c82
}
.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 {
    border-color: transparent;
    background: 0 0;
    color: #fff;
    font-size: 1em;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    box-shadow: 0 0 0 transparent;
    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-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-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: #2f4c82;
    text-align: right;
    direction: rtl
}
.c-secondary {
    color: #2f4c82
}
.c-octonary {
    color: #646b6b
}
.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: #352D2D
}
.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: #103D3E
}
.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-bottom: 2px solid #2f4c82;
    position: relative;
    padding: 9px 20px 20px 27px;
    margin: 0 0 20px
}
.b-tagline-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    left: 0;
    background: url(../img/tablet-shadow-min.png) 50% 0 no-repeat
}
@media screen and (max-width: 479px) {
    .b-tagline-box:after {
        background-size: 100% auto
    }
}
.b-tagline-box--big.b-tagline-box:after {
    background-image: url(../img/tablet-shadow-max.png)
}
@media screen and (max-width: 639px) {
    .b-tagline-box--big.b-tagline-box:after {
        background-image: url(../img/tablet-shadow-min.png)
    }
}
@media screen and (max-width: 479px) {
    .b-tagline-box--big.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--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: #2f4c82;
    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: 13px;
    line-height: 2.8;
	text-align:right
}
.f-tagline_title {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #2f4c82
}
.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 {
    overflow: hidden
}
.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 {
    padding-right: 15px;
    border-right: 1px solid #fff;
    overflow: hidden
}
.b-product-launch__text p {
    margin-bottom: 0
}
.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;
    overflow: hidden;
    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;
    overflow: hidden
}
.b-chart_title {
    float: left
}
.f-chart_title {
    font-size: 1.23077em;
    line-height: 1.2;
    text-transform: uppercase
}
.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 {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    height: 100%;
    width: 4px;
    background: #e0e0e0
}
@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 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 {
        width: 100%
    }
}
@media only screen and (max-width: 1023px) {
    .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) .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
    }
}
@media only screen and (min-width: 1024px) {
    .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: #2f4c82;
    -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;
    border-right-color: #e0e0e0
}
.b-timeline__content:after {
    top: 17px;
    border-width: 6px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff
}
@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;
        border-left-color: #e0e0e0
    }
    .b-timeline:not(.b-timeline-full-width) .b-timeline__content:after {
        left: 100%;
        right: auto;
        border-color: transparent;
        border-left-color: #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;
        border-right-color: #e0e0e0
    }
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content:after {
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff
    }
}
.b-timeline__content .b-video-player {
    margin-bottom: 0
}
.b-timeline__block-finish:before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    height: 350px;
    width: 4px;
    background: #fff
}
@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__content-finish {
    border: none
}
.b-timeline__content-finish:before {
    border-right-color: #2f4c82
}
@media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__content-finish:before {
        border-color: transparent;
        border-left-color: #2f4c82
    }
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content-finish:before {
        border-color: transparent;
        border-right-color: #2f4c82
    }
}
.b-timeline__content-finish:after {
    border-width: 0
}
.b-timeline__marker-finish {
    height: 52px
}
.b-timeline__infoblock-finish {
    background-color: #2f4c82;
    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: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 #2f4c82
}
.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: #2f4c82;
    text-transform: uppercase
}
.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: #2f4c82
}
.b-search-item .is-global-title {
    color: #2f4c82;
    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-blog-one-column__info,
.b-search-item .f-infoblock-with-icon__icon .fa {
    font-size: .92308em;
    line-height: 1
}
.b-search-item .f-btn {
    font-size: .92308em;
    line-height: 1;
    text-transform: none
}
.b-form--mini.b-form-row {
    margin-bottom: 5px
}
.b-page-error {
    background: url(../img/bg_error.jpg) 50% 100%/cover no-repeat;
    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: #2f4c82
}
.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
}
.settings-wrap {
    -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
    display: block;
    position: fixed;
    top: 160px;
    right: -182px;
    width: 182px;
    z-index: 200
}
.settings-wrap h3 {
    font-size: 1.15385em;
    line-height: 1.2;
    color: #352D2D;
    margin-bottom: 0;
    text-transform: none
}
.settings-wrap.active {
    right: 0
}
.settings-inner {
    background: #f5f5f5;
    border-radius: 0 0 0 4px;
    padding: 14px 12px 10px;
    overflow: hidden
}
.settings-inner h3 {
    margin: 0 12px 11px 0
}
.settings-box {
    padding-bottom: 25px
}
.settings-box--pattern {
    padding-bottom: 20px
}
.settings-box--img {
    padding-bottom: 14px
}
.settings-box--color {
    padding-bottom: 12px
}
.settings-title {
    background: #fff;
    position: relative;
    padding: 8px 12px 16px
}
.settings-title .label {
    background: #fff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    height: 100%;
    padding-right: 5px;
    padding-left: 10px;
    position: absolute;
    right: 100%;
    top: 0
}
.settings-title .label:before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle
}
.settings-title .label .fa {
    color: #2f4c82;
    font-size: 30px;
    vertical-align: middle
}
.settings-btn-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.settings-btn-container .settings-btn {
    font-size: 1em;
    line-height: 1;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    background: #352D2D;
    color: #fff;
    cursor: pointer;
    float: left;
    padding: 8px 0 6px;
    text-align: center;
    width: 66px
}
.settings-btn-container .settings-btn:first-child {
    border-radius: 3px 0 0 3px
}
.settings-btn-container .settings-btn:last-child {
    border-radius: 0 3px 3px 0
}
.settings-btn-container .settings-btn.active {
    background: #fff;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
    color: #352D2D;
    cursor: auto
}
.settings-bg {
    margin: 0;
    padding: 0
}
.settings-bg:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.settings-bg:hover {
    color: #2f4c82
}
.settings-reset {
    font-size: .92308em;
    line-height: 1.2;
    color: #352D2D;
    cursor: pointer
}
.settings-reset:hover {
    color: #2f4c82
}
[data-bg] {
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #c3c4c5;
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    float: left;
    height: 23px;
    list-style: none;
    margin: 0 7px 10px 0;
    width: 23px
}
[data-bg] img {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%
}
[data-bg].active {
    border: 2px solid #2f4c82
}
.color-themes {
    list-style: none;
    padding: 0;
    margin: 0
}
.color-themes>li {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px
}
.color-themes>li.is-active {
    border: 2px solid #fff
}
.color-themes .default-color {
    background-color: #2f4c82
}
.color-themes .cyan-color {
    background-color: #5ca2c4
}
.color-themes .red-color {
    background-color: #f44a53
}
.color-themes .yellow-color {
    background-color: #dca13b
}
.color-themes .green-color {
    background-color: #72bf59
}
.color-themes .blue-color {
    background-color: #4496d2
}
.html-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}
@media screen and (max-width: 1360px) {
    .settings-box-hidden {
        display: none
    }
}
@media screen and (max-width: 1024px) {
    .settings-wrap {
        top: 60px
    }
}
@keyframes loader {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes loader {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    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
}
.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;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    z-index: 200;
    opacity: 1
}
.l-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0
}
.l-wrapper.is-hide {
    visibility: hidden;
    z-index: 0
}
.b-loading-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.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: 50%;
    text-align: center
}
.container-load {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    z-index: 200;
    opacity: 1
}
.container-load:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0
}
.b-load-page {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.f-daily_day {
    font-size: 1.07692em;
    line-height: 1.71429;
    color: #2f4c82;
    text-transform: uppercase
}
.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 {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 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: #2f4c82
}
.b-review_info {
    padding: 12px 5px 16px 20px
}
.b-review_info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 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: #2f4c82;
    text-transform: uppercase
}
.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
}
@media screen and (max-width: 767px) {
    .b-tab-search-result_col {
        display: block
    }
}
.b-tab-search-result_col:first-child {
    border-left-width: 0
}
@media screen and (max-width: 767px) {
    .b-tab-search-result_col:first-child {
        border-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:last-child {
        border-width: 0 0 1px;
        max-width: 100%;
        padding-top: 0;
        width: 100%
    }
}
.b-tab-search-result_img {
    float: left;
    width: 45%
}
@media screen and (max-width: 639px) {
    .b-tab-search-result_img {
        float: none;
        margin: 0 auto 10px;
        width: 100%
    }
}
.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_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: #352D2D
}
.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
}
@media screen and (max-width: 767px) {
    .b-tab-search-result_list {
        padding-top: 0
    }
}
.b-tab-search-result_list .users .fa {
    margin-right: 3px
}
@media screen and (max-width: 767px) {
    .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%
    }
}
@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 {
    margin-bottom: 17px
}
@media screen and (max-width: 767px) {
    .b-tab-search-result_list-row {
        display: inline-block;
        margin: 10px 10px 0 0;
        border-left: 1px solid #ececec;
        padding-left: 10px
    }
}
@media screen and (max-width: 767px) {
    .b-tab-search-result_list-row:first-child {
        padding-left: 0;
        border-left: 0
    }
}
@media screen and (max-width: 767px) {
    .b-tab-search-result_list-row [class*=col-] {
        display: inline-block;
        padding: 0
    }
}
.f-tab-search-result_list {
    color: #666
}
.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
}
.f-info {
    font-size: 1.07692em;
    line-height: 1.14286
}
.f-info span {
    text-transform: uppercase
}
.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-contact-form-box--bord .f-title-description {
    color: #666
}
.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-item-apartment-block {
    margin-bottom: 30px
}
.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: #2f4c82
}
.f-title-big--name.f-title-big a:hover {
    color: #666
}
.b-form-properties {
    padding: 26px 28px 0 31px;
    margin-bottom: 30px
}
.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: #2f4c82;
    padding: 0 15px;
    position: fixed;
    z-index: 9999;
    width: 100%
}
@media screen and (max-width: 479px) {
    .b-option-panel {
        padding: 0 9px
    }
}
.b-panel--logo {
    display: inline-block;
    vertical-align: middle;
    height: 66px;
    line-height: 65px
}
.b-panel--logo:hover {
    opacity: .7
}
@media screen and (max-width: 479px) {
    .b-panel--logo img {
        width: 40px
    }
}
.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) {
    .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;
    cursor: pointer;
    text-transform: uppercase;
    padding: 16px 15px 14px 17px;
    background: #f47d47
}
.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 {
    list-style-type: none;
    position: relative;
    width: 194px
}
.b-list-project--items li a {
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    background: #f47d47;
    padding: 13px 15px 12px 17px
}
.b-list-project--items li a:hover {
    background: #fe996b
}
.b-list-project--items li a:hover .b-list-progect--example {
    display: block
}
.b-list-project--items li a .fa-html {
    font-size: .76923em;
    line-height: 1;
    display: block;
    float: right;
    font-style: normal;
    color: #2f4c82;
    background: #fff;
    padding: 2px 6px 3px 4px
}
.b-list-project--items li:hover .b-list-progect--example {
    display: block
}
@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 #2f4c82;
    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%
    }
}
@media screen and (max-width: 479px) {
    .b-list-project--items li {
        width: 166px
    }
}
.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)
}
.b-option--resize .fa.fa-current,
.b-option--resize .fa:hover {
    opacity: .7
}
@media screen and (max-width: 1023px) {
    .b-option--resize {
        display: none
    }
}
.b-option-item {
    float: right;
    border-left: 1px solid #103D3E;
    height: 66px;
    padding: 0 23px 0 26px;
    cursor: pointer
}
.b-option-item:first-child {
    padding-right: 0
}
.b-option-item:hover {
    opacity: .7
}
@media screen and (max-width: 479px) {
    .b-option-item {
        padding: 0 11px
    }
}
.f-option-item {
    color: #fff;
    line-height: 65px
}
.f-option-item.b-option-close {
    vertical-align: middle;
    font-size: 28px
}
.f-option-item.b-option-close:hover {
    color: #fff
}
@media screen and (max-width: 479px) {
    .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:hover {
    color: #fff
}
.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
}
@media screen and (max-width: 639px) {
    .f-option-item.b-option-cart span {
        display: none
    }
}
.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) {
    .b-product-cart th {
        padding: .5em
    }
}
@media screen and (max-width: 767px) {
    .b-product-cart th:nth-child(4) {
        display: none
    }
}
.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) {
        display: none
    }
}
.b-product-cart span {
    display: block;
    line-height: 20px
}
.b-product-cart span span {
    display: inline
}
.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-stars-group {
    display: inline-block
}
.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 .form-control {
    display: inline-block
}
.b-product-card__visual {
    float: left;
    margin-right: 30px;
    width: 380px
}
@media screen and (max-width: 767px) {
    .b-product-card__visual {
        width: 100%;
        float: none;
        margin-right: 0
    }
}
.b-product-card__info {
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .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_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;
    display: inline-block;
    margin-right: .3em
}
.b-product-card__info_add {
    display: inline-block;
    margin-right: .3em;
    font-size: .92308em;
    line-height: 1.2
}
.b-product-card__info_add i {
    font-size: 1.07692em;
    line-height: 1.2
}
.b-product-card__info_code {
    display: inline-block;
    margin-right: .3em
}
.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-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 {
    position: relative
}
.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: #2f4c82;
    text-transform: uppercase
}
.f-portfolio_info_title a {
    color: #2f4c82
}
.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: #2f4c82
}
.f-portfolio_category_name:hover {
    color: #352D2D
}
.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
}
@media screen and (max-width: 979px) {
    .b-portfolio-item__style-bord .b-portfolio_info {
        margin: 18px 20px
    }
}
.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 {
    position: relative
}
.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_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: #2f4c82;
    text-transform: uppercase
}
.f-project:hover {
    color: #352D2D
}
.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
}
.f-information-box {
    text-transform: uppercase
}
.f-information-box__name {
    color: #2f4c82
}
.b-information-box__name {
    display: inline-block;
    width: 74px
}
.f-dotted {
    color: #2f4c82
}
.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 {
    border-top: 1px solid #e3e3e3;
    padding-top: 8px
}
.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: #2f4c82
}
.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: #2f4c82
}
@media screen and (max-width: 639px) {
    .f-carousel-title__color.f-carousel-title {
        font-size: .92308em;
        line-height: 2
    }
}
.b-portfolio-slider-box {
    margin-top: 54px
}
.b-portfolio-slider-box .b-carousel-secondary .b-carousel-title {
    padding-top: 8px;
    border-top: 1px solid #e3e3e3
}
.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: #2f4c82
}
.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: #2f4c82
}
@media screen and (max-width: 639px) {
    .b-arrow-title-box a {
        width: 18px
    }
}
@media screen and (max-width: 639px) {
    .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
    }
}
@media screen and (max-width: 639px) {
    .f-arrow-title-box {
        line-height: 16px
    }
}
.b-welcome-box {
    margin-bottom: 25px
}
.b-welcome-box .is-global-title {
    color: #2f4c82
}
.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: #2f4c82
}
.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: #2f4c82
}
.b-inner-page-header {
    display: table;
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #dcdcdc
}
.b-inner-page-header .b-inner-page-header__content {
    vertical-align: middle;
    display: table-cell;
    text-align: right
}
.b-inner-page-header.b-inner-page-header--white {
    background: url(../img/inner-head-bg-white.jpg) 50% 50%/cover no-repeat
}
.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;
    direction: rtl
}
.b-breadcrumbs li {
    display: inline-block;
    margin-left: 4px
}
.b-breadcrumbs li:not(:first-child) i {
    margin-left: 7px
}
.b-breadcrumbs li:first-child i:before {
    top: 1px
}
.b-breadcrumbs i {
    margin-left: 5px
}
.b-breadcrumbs i:before {
    position: relative;
    top: 2px
}
.f-breadcrumbs {
    color: #7d7373
}
.f-breadcrumbs li:first-child i:before {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #2f4c82
}
.f-breadcrumbs i:before {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #b1b1b1
}
.f-breadcrumbs a,
.f-breadcrumbs span {
    font-size: 1.09em;
    line-height: 2
}
.f-breadcrumbs a {
    color: #2f4c82
}
.f-breadcrumbs a:hover,
.f-breadcrumbs a:hover i:before {
    color: #666
}
.b-shortcode-example {
    padding-top: 0;
    padding-bottom: 0
}
.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-top-nav__1level > a {
    padding: 7px 15px;
    white-space: nowrap;
}
a.contact_us {
    width: 133px;
    height: 31px;
    border-radius: 0;
    font-size: 13px
}
tbody {
    color: #000
}
tbody>tr>td>a {
    color: #000
}
.last_news {
    border-right: 1px solid #ccc
}
@media only screen and (max-width: 1200px) {
    .last_news {
        border: 0;
        border-bottom: 1px solid #ccc
    }
}
@media only screen and (min-width: 1200px) {
    .b-top-nav__1level.is-active-top-nav__1level {
       /* background: #2f4c82;*/
	   margin-left:7px;
	   border:1px solid #e2dcdc;
	   border-radius:20px;
	   box-shadow:2px 1px 1px #ddd
    }
    .f-top-nav a {
        font-size: 15px;
        line-height: 1.3;
        text-decoration: none;
    }
	.f-top-nav a:hover {
        color:#3c5694;
    }
    .f-star {
        border-radius: 20px;
        display: inline;
        padding: 6px 20px;
        position: relative;
        top: -33px;
        background: #E01F1F;
        color: #F1EAEA
    }
    .b-employee-container>div {
        margin: 10px 0;
    }
    .title-left {
        text-align: left;
        margin-left: 10px
    }
    .b-bg-header-inner-page {
		background: #bad4eb url(../images/texture.png)
    }
    @media (max-width: 979px) {
        .b-option-contacts {
            margin-top: 4%
        }
    }
    .b-categories-filter li:last-child {
        border: 0
    }
}
/** BULLETS **/

.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;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}
.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(../js/rs-plugin/assets/boxed_bgtile.png);
    height: 40px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.tp-bullets.simplebullets.navbar-old {
    background: url(../js/rs-plugin/assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../js/rs-plugin/assets/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 3px
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}
.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../js/rs-plugin/assets/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}
.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0px
}
/**	SQUARE BULLETS **/

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../js/rs-plugin/assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}
.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0px
}
/**	SQUARE BULLETS **/

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../js/rs-plugin/assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}
.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0px
}
/** navbar NAVIGATION VERSION **/

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../js/rs-plugin/assets/bullet_boxed.png) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0px
}
.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0px !important
}
.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0px !important
}
/** navbar NAVIGATION VERSION **/

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../js/rs-plugin/assets/navigdots.png) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px !important
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px !important
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left
}
.col-xs-offset-1 {
    margin-right: 8.33333333%
}
.sign{
    padding:2px;
    margin: 0 5px;
    color: #2f4c82;
    font-size: 20px;
}
.news_block{margin:1px 0;padding: 5px 10px;border-bottom: 1px solid #c0cde2;}
.ios7-switch {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.ios7-switch input {
    opacity: 0;
    position: absolute;
}

.ios7-switch input + span {
    position: relative;
    display: inline-block;
    width: 1.65em;
    height: 1em;
    background: white;
    box-shadow: inset 0 0 0 0.0625em #88949e;
    border-radius: 0.5em;
    vertical-align: -0.15em;
    transition: all 0.40s cubic-bezier(.17,.67,.43,.98);
}

.ios7-switch:active input + span,
.ios7-switch input + span:active {
    box-shadow: inset 0 0 0 0.73em #88949e;
}

.ios7-switch input + span:after {
    position: absolute;
    display: block;
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 0.5375em;
    top: -0.0425em;
    left: 0.0625em;
    background: #88949e;
    box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),
                0 0 0.05em rgba(0,0,0,0.05),
                0 0.1em 0.2em rgba(0,0,0,0.2);
    transition: all 0.25s ease-out;
}
.ios7-switch:active input + span:after,
.ios7-switch input + span:active:after {
    width: 1.15em;
}
.ios7-switch input:checked + span {
    box-shadow: inset 0 0 0 0.73em #4cd964;
}
.ios7-switch input:checked + span:after {
    left: 0.7125em;
}
.ios7-switch:active input:checked + span:after,
.ios7-switch input:checked + span:active:after {
    left: 0.4375em;
}
/* accessibility styles */
.ios7-switch input:focus + span:after {
    box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.15),
                0 0 0.05em rgba(0,0,0,0.08),
                0 0.1em 0.2em rgba(0,0,0,0.3);
    background: #fff;
}
.ios7-switch input:focus + span {
    box-shadow: inset 0 0 0 0.0625em #dadada;
}
.ios7-switch input:focus:checked + span {
    box-shadow: inset 0 0 0 0.73em #33be4b;
}
/* reset accessibility style on hover */
.ios7-switch:hover input:focus + span:after {
    box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),
                0 0 0.05em rgba(0,0,0,0.05),
                0 0.1em 0.2em rgba(0,0,0,0.2);
    background: #fff;
}
.ios7-switch:hover input:focus + span {
    box-shadow: inset 0 0 0 0.0625em #e9e9e9;
}
.ios7-switch:hover input:focus:checked + span {
    box-shadow: inset 0 0 0 0.73em #4cd964;
}
figure>img {cursor: zoom-in;}
#nxtbtn{
    float: left;
    margin-left: 50px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: white;
    font-size: 21px;
}