@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&amp;subset=latin-ext);
@import url(https://cdn.vayes.net/font-awesome/4.4.0/css/font-awesome.min.css);
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: 0 0;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: 0 0;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: 0
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
    opacity: .3
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none
}

@media (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }
    .fancybox-button--thumbs span {
        font-size: 23px
    }
    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: 0;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .fancybox-thumbs>ul>li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.flag-icon,
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\00a0"
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(../img/flags/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(../img/flags/1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(../img/flags/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(../img/flags/1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(../img/flags/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(../img/flags/1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(../img/flags/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(../img/flags/1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(../img/flags/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(../img/flags/1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(../img/flags/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(../img/flags/1x1/al.svg)
}

.flag-icon-am {
    background-image: url(../img/flags/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(../img/flags/1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(../img/flags/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(../img/flags/1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(../img/flags/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(../img/flags/1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(../img/flags/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(../img/flags/1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(../img/flags/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(../img/flags/1x1/as.svg)
}

.flag-icon-at {
    background-image: url(../img/flags/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(../img/flags/1x1/at.svg)
}

.flag-icon-au {
    background-image: url(../img/flags/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(../img/flags/1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(../img/flags/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(../img/flags/1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(../img/flags/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(../img/flags/1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(../img/flags/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(../img/flags/1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(../img/flags/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(../img/flags/1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(../img/flags/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(../img/flags/1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(../img/flags/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(../img/flags/1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(../img/flags/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(../img/flags/1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(../img/flags/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(../img/flags/1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(../img/flags/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(../img/flags/1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(../img/flags/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(../img/flags/1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(../img/flags/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(../img/flags/1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(../img/flags/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(../img/flags/1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(../img/flags/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(../img/flags/1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(../img/flags/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(../img/flags/1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(../img/flags/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(../img/flags/1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(../img/flags/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(../img/flags/1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(../img/flags/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(../img/flags/1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(../img/flags/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(../img/flags/1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(../img/flags/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(../img/flags/1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(../img/flags/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(../img/flags/1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(../img/flags/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(../img/flags/1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(../img/flags/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(../img/flags/1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(../img/flags/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(../img/flags/1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(../img/flags/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(../img/flags/1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(../img/flags/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(../img/flags/1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(../img/flags/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(../img/flags/1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(../img/flags/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(../img/flags/1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(../img/flags/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(../img/flags/1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(../img/flags/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(../img/flags/1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(../img/flags/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(../img/flags/1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(../img/flags/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(../img/flags/1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(../img/flags/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(../img/flags/1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(../img/flags/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(../img/flags/1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(../img/flags/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(../img/flags/1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(../img/flags/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(../img/flags/1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(../img/flags/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(../img/flags/1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(../img/flags/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(../img/flags/1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(../img/flags/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(../img/flags/1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(../img/flags/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(../img/flags/1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(../img/flags/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(../img/flags/1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(../img/flags/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(../img/flags/1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(../img/flags/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(../img/flags/1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(../img/flags/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(../img/flags/1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(../img/flags/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(../img/flags/1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(../img/flags/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(../img/flags/1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(../img/flags/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(../img/flags/1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(../img/flags/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(../img/flags/1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(../img/flags/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(../img/flags/1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(../img/flags/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(../img/flags/1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(../img/flags/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(../img/flags/1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(../img/flags/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(../img/flags/1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(../img/flags/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(../img/flags/1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(../img/flags/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(../img/flags/1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(../img/flags/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(../img/flags/1x1/er.svg)
}

.flag-icon-es {
    background-image: url(../img/flags/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(../img/flags/1x1/es.svg)
}

.flag-icon-et {
    background-image: url(../img/flags/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(../img/flags/1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(../img/flags/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(../img/flags/1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(../img/flags/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(../img/flags/1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(../img/flags/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(../img/flags/1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(../img/flags/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(../img/flags/1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(../img/flags/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(../img/flags/1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(../img/flags/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(../img/flags/1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(../img/flags/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(../img/flags/1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(../img/flags/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(../img/flags/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(../img/flags/1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(../img/flags/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(../img/flags/1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(../img/flags/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(../img/flags/1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(../img/flags/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(../img/flags/1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(../img/flags/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(../img/flags/1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(../img/flags/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(../img/flags/1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(../img/flags/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(../img/flags/1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(../img/flags/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(../img/flags/1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(../img/flags/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(../img/flags/1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(../img/flags/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(../img/flags/1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(../img/flags/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(../img/flags/1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(../img/flags/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(../img/flags/1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(../img/flags/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(../img/flags/1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(../img/flags/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(../img/flags/1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(../img/flags/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(../img/flags/1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(../img/flags/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(../img/flags/1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(../img/flags/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(../img/flags/1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(../img/flags/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(../img/flags/1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(../img/flags/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(../img/flags/1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(../img/flags/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(../img/flags/1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(../img/flags/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(../img/flags/1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(../img/flags/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(../img/flags/1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(../img/flags/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(../img/flags/1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(../img/flags/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../img/flags/1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(../img/flags/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(../img/flags/1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(../img/flags/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(../img/flags/1x1/il.svg)
}

.flag-icon-im {
    background-image: url(../img/flags/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(../img/flags/1x1/im.svg)
}

.flag-icon-in {
    background-image: url(../img/flags/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(../img/flags/1x1/in.svg)
}

.flag-icon-io {
    background-image: url(../img/flags/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(../img/flags/1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(../img/flags/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(../img/flags/1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(../img/flags/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(../img/flags/1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(../img/flags/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(../img/flags/1x1/is.svg)
}

.flag-icon-it {
    background-image: url(../img/flags/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(../img/flags/1x1/it.svg)
}

.flag-icon-je {
    background-image: url(../img/flags/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(../img/flags/1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(../img/flags/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(../img/flags/1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(../img/flags/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(../img/flags/1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(../img/flags/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(../img/flags/1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(../img/flags/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(../img/flags/1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(../img/flags/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(../img/flags/1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(../img/flags/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(../img/flags/1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(../img/flags/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(../img/flags/1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(../img/flags/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(../img/flags/1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(../img/flags/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(../img/flags/1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(../img/flags/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(../img/flags/1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(../img/flags/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(../img/flags/1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(../img/flags/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(../img/flags/1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(../img/flags/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(../img/flags/1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(../img/flags/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(../img/flags/1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(../img/flags/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(../img/flags/1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(../img/flags/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(../img/flags/1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(../img/flags/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(../img/flags/1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(../img/flags/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(../img/flags/1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(../img/flags/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(../img/flags/1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(../img/flags/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(../img/flags/1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(../img/flags/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(../img/flags/1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(../img/flags/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(../img/flags/1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(../img/flags/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(../img/flags/1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(../img/flags/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(../img/flags/1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(../img/flags/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(../img/flags/1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(../img/flags/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(../img/flags/1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(../img/flags/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(../img/flags/1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(../img/flags/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(../img/flags/1x1/md.svg)
}

.flag-icon-me {
    background-image: url(../img/flags/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(../img/flags/1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(../img/flags/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(../img/flags/1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(../img/flags/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(../img/flags/1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(../img/flags/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(../img/flags/1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(../img/flags/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(../img/flags/1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(../img/flags/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(../img/flags/1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(../img/flags/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(../img/flags/1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(../img/flags/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(../img/flags/1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(../img/flags/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(../img/flags/1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(../img/flags/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(../img/flags/1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(../img/flags/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(../img/flags/1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(../img/flags/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(../img/flags/1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(../img/flags/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(../img/flags/1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(../img/flags/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(../img/flags/1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(../img/flags/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(../img/flags/1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(../img/flags/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(../img/flags/1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(../img/flags/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(../img/flags/1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(../img/flags/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(../img/flags/1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(../img/flags/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(../img/flags/1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(../img/flags/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(../img/flags/1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(../img/flags/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(../img/flags/1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(../img/flags/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(../img/flags/1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(../img/flags/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(../img/flags/1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(../img/flags/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(../img/flags/1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(../img/flags/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(../img/flags/1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(../img/flags/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(../img/flags/1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(../img/flags/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(../img/flags/1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(../img/flags/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(../img/flags/1x1/no.svg)
}

.flag-icon-np {
    background-image: url(../img/flags/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(../img/flags/1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(../img/flags/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(../img/flags/1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(../img/flags/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(../img/flags/1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(../img/flags/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(../img/flags/1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(../img/flags/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(../img/flags/1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(../img/flags/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(../img/flags/1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(../img/flags/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(../img/flags/1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(../img/flags/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(../img/flags/1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(../img/flags/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(../img/flags/1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(../img/flags/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(../img/flags/1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(../img/flags/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(../img/flags/1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(../img/flags/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(../img/flags/1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(../img/flags/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(../img/flags/1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(../img/flags/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(../img/flags/1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(../img/flags/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(../img/flags/1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(../img/flags/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(../img/flags/1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(../img/flags/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(../img/flags/1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(../img/flags/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(../img/flags/1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(../img/flags/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(../img/flags/1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(../img/flags/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(../img/flags/1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(../img/flags/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(../img/flags/1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(../img/flags/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(../img/flags/1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(../img/flags/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../img/flags/1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(../img/flags/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(../img/flags/1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(../img/flags/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(../img/flags/1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(../img/flags/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(../img/flags/1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(../img/flags/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(../img/flags/1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(../img/flags/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(../img/flags/1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(../img/flags/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(../img/flags/1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(../img/flags/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(../img/flags/1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(../img/flags/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(../img/flags/1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(../img/flags/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(../img/flags/1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(../img/flags/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(../img/flags/1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(../img/flags/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(../img/flags/1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(../img/flags/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(../img/flags/1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(../img/flags/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(../img/flags/1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(../img/flags/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(../img/flags/1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(../img/flags/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(../img/flags/1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(../img/flags/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(../img/flags/1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(../img/flags/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(../img/flags/1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(../img/flags/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(../img/flags/1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(../img/flags/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(../img/flags/1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(../img/flags/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(../img/flags/1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(../img/flags/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(../img/flags/1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(../img/flags/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(../img/flags/1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(../img/flags/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(../img/flags/1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(../img/flags/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(../img/flags/1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(../img/flags/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(../img/flags/1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(../img/flags/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(../img/flags/1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(../img/flags/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(../img/flags/1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(../img/flags/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(../img/flags/1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(../img/flags/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(../img/flags/1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(../img/flags/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(../img/flags/1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(../img/flags/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(../img/flags/1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(../img/flags/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(../img/flags/1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(../img/flags/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(../img/flags/1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(../img/flags/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(../img/flags/1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(../img/flags/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(../img/flags/1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(../img/flags/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(../img/flags/1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(../img/flags/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(../img/flags/1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(../img/flags/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(../img/flags/1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(../img/flags/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(../img/flags/1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(../img/flags/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(../img/flags/1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(../img/flags/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(../img/flags/1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(../img/flags/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(../img/flags/1x1/um.svg)
}

.flag-icon-us {
    background-image: url(../img/flags/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(../img/flags/1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(../img/flags/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(../img/flags/1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(../img/flags/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(../img/flags/1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(../img/flags/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(../img/flags/1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(../img/flags/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(../img/flags/1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(../img/flags/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(../img/flags/1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(../img/flags/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(../img/flags/1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(../img/flags/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(../img/flags/1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(../img/flags/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(../img/flags/1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(../img/flags/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(../img/flags/1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(../img/flags/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(../img/flags/1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(../img/flags/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(../img/flags/1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(../img/flags/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(../img/flags/1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(../img/flags/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(../img/flags/1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(../img/flags/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(../img/flags/1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(../img/flags/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(../img/flags/1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(../img/flags/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(../img/flags/1x1/zw.svg)
}

.flag-icon-eu {
    background-image: url(../img/flags/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(../img/flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(../img/flags/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(../img/flags/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(../img/flags/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(../img/flags/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(../img/flags/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(../img/flags/1x1/un.svg)
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url(../img/flags@2x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#rightArea .cnt h2,
#rightArea .cnt h3,
#rightArea .cnt h4,
#rightArea .cnt h5,
#rightArea .cnt h6,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6 {
    margin: 0;
    margin-top: 15px;
    line-height: 100%;
    font-weight: 500;
    font-family: Arial, sans-serif;
    color: #666
}

#rightArea .cnt h2,
body#tinymce h2 {
    font-size: 23px
}

#rightArea .cnt h3,
body#tinymce h3 {
    font-size: 22px
}

#rightArea .cnt h4,
body#tinymce h4 {
    font-size: 19px
}

#rightArea .cnt h5,
body#tinymce h5 {
    font-size: 17px
}

#rightArea .cnt h6,
body#tinymce h6 {
    font-size: 15px
}

#rightArea .cnt p,
body#tinymce p {
    font-size: 14px;
    line-height: 155%;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    color: #666
}

#rightArea .cnt a,
body#tinymce a {
    text-decoration: underline
}

#rightArea .cnt ol,
#rightArea .cnt ul,
body#tinymce ol,
body#tinymce ul {
    padding: 0;
    padding-left: 15px;
    margin: 10px 15px
}

#rightArea .cnt ol li,
#rightArea .cnt ul li,
body#tinymce ol li,
body#tinymce ul li {
    list-style-type: disc;
    list-style-position: initial;
    text-indent: -13px;
    padding-left: 10px;
    font-size: 14px;
    margin: 5px 0;
    font-family: Arial, sans-serif;
    color: #666
}

.Metin--Boyut-8px {
    font-size: 8px !important
}

.Metin--Boyut-10px {
    font-size: 10px !important
}

.Metin--Boyut-12px {
    font-size: 12px !important
}

.Metin--Boyut-14px {
    font-size: 14px !important
}

.Metin--Boyut-16px {
    font-size: 16px !important
}

.Metin--Hizala-SOL {
    text-align: left
}

.Metin--Hizala-ORTA {
    text-align: center
}

.Metin--Hizala-SAG {
    text-align: right
}

.Metin--Hizala-YASLA {
    text-align: justify
}

.Metin--Yazitipi-ince {
    font-weight: 300
}

.Metin--Yazitipi-ultra-ince {
    font-weight: 100
}

.Renk--Metin-KIRMIZI {
    color: #f44336
}

.Renk--Metin-PEMBE {
    color: #e91e63
}

.Renk--Metin-MOR {
    color: #9c27b0
}

.Renk--Metin-KOYU-MOR {
    color: #673ab7
}

.Renk--Metin-INDIGO {
    color: #3f51b5
}

.Renk--Metin-MAVI {
    color: #2196f3
}

.Renk--Metin-MAVI-ACIK {
    color: #03a9f4
}

.Renk--Metin-CAMGOBEGI {
    color: #00bcd4
}

.Renk--Metin-TURKUAZ {
    color: #009688
}

.Renk--Metin-YESIL {
    color: #4caf50
}

.Renk--Metin-YESIL-ACIK {
    color: #8bc34a
}

.Renk--Metin-LIMON {
    color: #cddc39
}

.Renk--Metin-SARI {
    color: #ffeb3b
}

.Renk--Metin-AMBER {
    color: #ffc107
}

.Renk--Metin-TURUNCU {
    color: #ff9800
}

.Renk--Metin-TURUNCU-KOYU {
    color: #ff5722
}

.Renk--Metin-KAHVERENGI {
    color: #795548
}

.Renk--Metin-GRI {
    color: #9e9e9e
}

.Renk--Metin-MAVI-GRI {
    color: #607d8b
}

.Renk--Metin-SIYAH {
    color: #000
}

.Renk--Metin-BEYAZ {
    color: #fff
}

.Renk--Arkaplan-KIRMIZI {
    background-color: #f44336;
    color: #fff
}

.Renk--Arkaplan-PEMBE {
    background-color: #e91e63;
    color: #fff
}

.Renk--Arkaplan-MOR {
    background-color: #9c27b0;
    color: #fff
}

.Renk--Arkaplan-KOYU-MOR {
    background-color: #673ab7;
    color: #fff
}

.Renk--Arkaplan-INDIGO {
    background-color: #3f51b5;
    color: #fff
}

.Renk--Arkaplan-MAVI {
    background-color: #2196f3;
    color: #fff
}

.Renk--Arkaplan-MAVI-ACIK {
    background-color: #03a9f4;
    color: #fff
}

.Renk--Arkaplan-CAMGOBEGI {
    background-color: #00bcd4;
    color: #fff
}

.Renk--Arkaplan-TURKUAZ {
    background-color: #009688;
    color: #fff
}

.Renk--Arkaplan-YESIL {
    background-color: #4caf50;
    color: #fff
}

.Renk--Arkaplan-YESIL-ACIK {
    background-color: #8bc34a;
    color: #fff
}

.Renk--Arkaplan-LIMON {
    background-color: #cddc39;
    color: #000
}

.Renk--Arkaplan-SARI {
    background-color: #ffeb3b;
    color: #000
}

.Renk--Arkaplan-AMBER {
    background-color: #ffc107;
    color: #fff
}

.Renk--Arkaplan-TURUNCU {
    background-color: #ff9800;
    color: #fff
}

.Renk--Arkaplan-TURUNCU-KOYU {
    background-color: #ff5722;
    color: #fff
}

.Renk--Arkaplan-KAHVERENGI {
    background-color: #795548;
    color: #fff
}

.Renk--Arkaplan-GRI {
    background-color: #9e9e9e;
    color: #fff
}

.Renk--Arkaplan-MAVI-GRI {
    background-color: #607d8b;
    color: #fff
}

.Renk--Arkaplan-SIYAH {
    background-color: #000;
    color: #fff
}

.Renk--Arkaplan-BEYAZ {
    background-color: #fff
}

[class^=Renk--Arkaplan-] {
    padding: 2px 4px
}

div.Vayes-Usertemplate--BLOCKQUOTE {
    padding: 15px;
    background: #f9f9f9;
    font-size: 14px
}

div.Vayes-Usertemplate--BLOCKQUOTE>div {
    dispay: block
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1) {
    text-align: justify;
    padding: 9px 24px
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1) p {
    margin: 0 !important
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1):after,
div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1):before {
    font-family: FontAwesome;
    position: absolute;
    color: #a7a7a7
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1):before {
    left: 0;
    top: 0;
    content: "\f10d";
    z-index: 1
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1):after {
    right: 0;
    bottom: 3px;
    content: "\f10e";
    z-index: 1
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(1),
div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(2) {
    position: relative
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(2) {
    margin-top: 10px;
    text-align: right
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(2):before {
    width: 83%;
    background: #cacaca;
    height: 1px;
    left: 25px;
    top: 10px;
    position: absolute;
    content: "";
    z-index: 1
}

div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(2) p {
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    margin: 0 !important;
    display: inline-block
}

@media only screen and (min-width:0) and (max-width:992px) {
    div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(2):before {
        display: none
    }
    div.Vayes-Usertemplate--BLOCKQUOTE>div:nth-child(2) {
        text-align: center
    }
}

@font-face {
    font-family: "Flaticon 2";
    src: url(../fonts/flaticon.eot);
    src: url(../fonts/flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/flaticon.woff2) format("woff2"), url(../fonts/flaticon.woff) format("woff"), url(../fonts/flaticon.ttf) format("truetype"), url(../fonts/flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" flaticon2-"]:after,
[class*=" flaticon2-"]:before,
[class^=flaticon2-]:after,
[class^=flaticon2-]:before {
    font-family: "Flaticon 2";
    font-style: normal
}

.flaticon2-innovation:before {
    content: "\f100"
}

.flaticon2-gear:before {
    content: "\f101"
}

.flaticon2-team:before {
    content: "\f102"
}

.flaticon2-solar-panel:before {
    content: "\f103"
}

.flaticon2-placeholder:before {
    content: "\f104"
}

.flaticon2-schedule:before {
    content: "\f105"
}

.flaticon2-hospital-phone:before {
    content: "\f106"
}

.flaticon2-time:before {
    content: "\f107"
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/flaticon/Flaticon.eot);
    src: url(../fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/flaticon/Flaticon.woff2) format("woff2"), url(../fonts/flaticon/Flaticon.woff) format("woff"), url(../fonts/flaticon/Flaticon.ttf) format("truetype"), url(../fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(../fonts/flaticon/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-right-chevron:before {
    content: "\f100"
}

.flaticon-left-chevron:before {
    content: "\f101"
}

.flaticon-magnifying-glass:before {
    content: "\f102"
}

.flaticon-smartphone:before {
    content: "\f103"
}

.flaticon-mail:before {
    content: "\f104"
}

.flaticon-whatsapp:before {
    content: "\f105"
}

.flaticon-facebook:before {
    content: "\f106"
}

.flaticon-instagram:before {
    content: "\f107"
}

.flaticon-youtube:before {
    content: "\f108"
}

.flaticon-linkedin:before {
    content: "\f109"
}

.flaticon-right-arrow:before {
    content: "\f10a"
}

.flaticon-left-arrow:before {
    content: "\f10b"
}

.flaticon-hospital:before {
    content: "\f10c"
}

.flaticon-first-aid-kit:before {
    content: "\f10d"
}

.flaticon-placeholder:before {
    content: "\f10e"
}

.flaticon-worldwide:before {
    content: "\f10f"
}

.flaticon-pin:before {
    content: "\f110"
}

.flaticon-location:before {
    content: "\f111"
}

.flaticon-menu:before {
    content: "\f112"
}

.flaticon-appointment:before {
    content: "\f113"
}

body {
    font-family: Poppins, sans-serif;
    position: relative;
    left: 0;
    background: #e8e8e8;
    -webkit-overflow-scrolling: touch
}

body.subpage header {
    position: relative;
    top: 0
}

body.subpage header .logo .white {
    display: none
}

body.subpage header .logo .black {
    display: block
}

body.subpage header .vLang path {
    fill: #000
}

body.subpage header .popup-search-wrap a {
    color: #000
}

body.subpage #headerTop {
    position: relative
}

body a:hover {
    text-decoration: none
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: #fff
}

#pageWrapper,
body,
html {
    height: 100%
}

#pageWrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    overflow-x: hidden
}

#pageWrapper .ghostFooter {
    height: 252px
}

.container {
    position: relative
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -200px
    }
    100% {
        margin-top: 0
    }
}

#headerTop {
    background-color: #fff;
    color: #7a8a9e;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.78;
    text-transform: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 26
}

#headerTop a {
    color: inherit;
    font-size: 14px;
    padding: 13px 12px;
    display: block;
    float: left
}

#headerTop a i {
    color: #48a546
}

#headerTop a:hover {
    color: #005994;
    text-decoration: none
}

#headerTop a.sabit_phone {
    padding: 6px 20px 6px 20px;
    margin-left: 15px;
    float: right;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #78bf42;
    border-left: 1px solid #f1f1f1;
    line-height: 38px
}

#headerTop a.sabit_phone i {
    margin-right: 10px;
    font-size: 16px;
    color: #78bf42
}

#headerTop .whatsapp {
    display: block;
    float: right;
    padding: 10px 10px;
    position: relative
}

#headerTop .whatsapp a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    float: none
}

#headerTop .whatsapp>div {
    display: block;
    padding-left: 35px;
    text-align: left;
    position: relative
}

#headerTop .whatsapp>div .icon {
    background-image: url(../img/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#headerTop .whatsapp>div span {
    font-size: 12px;
    display: block;
    line-height: 12px
}

#headerTop .whatsapp>div .phone {
    padding: 0;
    display: block;
    float: none;
    line-height: 18px;
    color: #005994;
    font-weight: 700
}

#headerTop .searchArea {
    width: 250px;
    height: 34px;
    z-index: 1;
    float: right;
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #005994;
    transition: .3s all ease-in
}

#headerTop .searchArea:hover {
    border-color: #005994
}

#headerTop .searchArea form {
    background-color: transparent;
    overflow: hidden
}

#headerTop .searchArea form button,
#headerTop .searchArea form input {
    background-color: transparent;
    border: none;
    outline: 0;
    color: #333
}

#headerTop .searchArea form input {
    width: 80%;
    float: left;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
    color: #3d3d3d;
    font-family: Arial;
    transition: .3s all ease-in
}

#headerTop .searchArea form button {
    width: 20%;
    float: left;
    height: 34px;
    color: #333;
    border: none
}

#headerTop .searchArea form button:hover {
    color: #005994
}

#headerTop .searchArea::-webkit-input-placeholder {
    color: #333
}

#headerTop .searchArea::-moz-placeholder {
    color: #333
}

#headerTop .searchArea:-ms-input-placeholder {
    color: #333
}

#headerTop .searchArea:-moz-placeholder {
    color: #333
}

#headerTop .social {
    position: relative;
    margin: 0;
    float: right;
    top: 12px
}

#headerTop .social ul {
    text-align: center
}

#headerTop .social ul li {
    display: block;
    float: left
}

#headerTop .social ul li a.soc {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 15px;
    margin-left: 5px;
    font-size: 16px;
    padding: 0;
    transition: .3s all ease-in
}

#headerTop .social a.facebook i {
    color: #3b5998
}

#headerTop .social a.facebook:hover {
    background-color: #3b5998
}

#headerTop .social a.facebook:hover i {
    color: #fff
}

#headerTop .social a.twitter i {
    color: #55acee
}

#headerTop .social a.twitter:hover {
    background-color: #55acee
}

#headerTop .social a.twitter:hover i {
    color: #fff
}

#headerTop .social a.google-plus i {
    color: #d1402e
}

#headerTop .social a.google-plus:hover {
    background-color: #d1402e
}

#headerTop .social a.google-plus:hover i {
    color: #fff
}

#headerTop .social a.youtube i {
    color: #cc181e
}

#headerTop .social a.youtube:hover {
    background-color: #cc181e
}

#headerTop .social a.youtube:hover i {
    color: #fff
}

#headerTop .social a.linkedin i {
    color: #0077b5
}

#headerTop .social a.linkedin:hover {
    background-color: #0077b5
}

#headerTop .social a.linkedin:hover i {
    color: #fff
}

#headerTop .social a.instagram i {
    color: #a57d60
}

#headerTop .social a.instagram:hover {
    background-color: #a57d60
}

#headerTop .social a.instagram:hover i {
    color: #fff
}

#headerTop .social a.linkedin i {
    color: #0077b5
}

#headerTop .social a.linkedin:hover {
    background-color: #0077b5
}

#headerTop .social a.linkedin:hover i {
    color: #fff
}

#headerTop .social a.pinterest i {
    color: #bd081b
}

#headerTop .social a.pinterest:hover {
    background-color: #bd081b
}

#headerTop .social a.pinterest:hover i {
    color: #fff
}

#headerTop .vLang {
    min-width: 130px;
    width: auto;
    display: block;
    float: right;
    content: "";
    right: 10px;
    position: relative;
    z-index: 5;
    padding-right: 15px;
    margin-left: 23px
}

#headerTop .vLang:after {
    width: 20px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    content: "\f107";
    font-size: 15px;
    font-family: FontAwesome;
    color: #124676;
    opacity: .8
}

#headerTop .vLang:hover ul {
    display: block
}

#headerTop .vLang ul {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 36px;
    display: none;
    background: #fff;
    padding: 3px 0
}

#headerTop .vLang ul li {
    width: 100%;
    display: block;
    overflow: hidden;
    transition: .3s all ease-in
}

#headerTop .vLang ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
    float: none
}

#headerTop .vLang ul li a:hover {
    background-color: #ddd
}

#headerTop .vLang ul li a span {
    display: block
}

#headerTop .vLang ul li.active {
    opacity: 1
}

#headerTop .vLang .flag {
    width: 22px;
    height: 19px;
    float: left;
    position: relative;
    margin-right: 7px
}

#headerTop .vLang .flag-icon-background {
    background-size: cover
}

#headerTop a.searchAreaTrigger {
    float: right;
    display: block;
    position: relative;
    color: #333
}

#headerTop a.searchAreaTrigger span {
    position: relative;
    z-index: 2
}

#headerTop a.searchAreaTrigger i {
    color: #333;
    padding-right: 5px
}

#headerTop a.searchAreaTrigger:before {
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5%;
    background: #fff;
    content: "";
    z-index: 0
}

header {
    width: 100%;
    height: auto;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 0 9px 13px 0 rgba(0, 0, 0, .07);
    transition: .3s all ease-in
}

header.affix {
    top: 0 !important;
    background-color: #fff;
    position: fixed !important;
    width: 100%;
    z-index: 999;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    -webkit-animation: headerSlideDown .95s ease forwards;
    animation: headerSlideDown .95s ease forwards
}

header.affix img.white {
    display: none
}

header.affix img.black {
    display: block !important
}

header.affix #megaMenu {
    top: 100px !important
}

header.affix #megaMenu.active {
    top: 81px !important
}

header.affix #menu .wrp ul>li>a {
    text-decoration: none;
    color: #000
}

header.affix #menu .wrp ul>li>a:hover {
    color: #0056b3
}

header.affix .popup-search-wrap a {
    color: #000
}

header.affix .vLang svg path {
    fill: #000
}

header .logo {
    width: 208px;
    display: block;
    margin: 17px 0;
    position: relative;
    z-index: 1
}

header .logo img.black {
    display: none
}

header .vLang {
    float: right;
    display: block;
    margin: 28px 0;
    margin-left: 5px;
    position: relative
}

header .vLang svg {
    cursor: pointer;
    position: relative
}

header .vLang a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #223645
}

header .vLang a span {
    vertical-align: middle;
    display: inline-block;
    line-height: 18px;
    font-size: 14px
}

header .vLang a .flag {
    margin-right: 7px;
    width: 23px;
    height: 18px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: inline-block
}

header .vLang ul {
    width: 175px;
    border: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 102;
    box-shadow: 0 0 37px rgba(0, 0, 0, .07);
    -webkit-transform: translateY(20px) translateX(-50%);
    -ms-transform: translateY(20px) translateX(-50%);
    transform: translateY(20px) translateX(-50%);
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

header .vLang ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

header .vLang ul li a {
    text-decoration: none;
    padding: 10px;
    border: 0;
    background: #fff;
    color: #222;
    line-height: 1;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

header .vLang ul li a:hover {
    background: #eee;
    color: #222
}

header .vLang:hover ul {
    opacity: 1;
    visibility: visible
}

header .popup-search-wrap {
    padding: 0 0 0 10px;
    float: right;
    display: block;
    margin: 32px 0
}

header .popup-search-wrap a {
    color: #fff;
    display: block;
    line-height: 0;
    font-size: 16px
}

header .popup-search-wrap a i {
    color: inherit
}

header #menu {
    position: relative;
    float: right
}

header #menu .wrp ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

header #menu .wrp ul>li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

header #menu .wrp ul>li:hover>a {
    text-decoration: none;
    color: #fff
}

header #menu .wrp ul>li:hover>a:before {
    width: 100%
}

header #menu .wrp ul>li:hover .ul {
    opacity: 1;
    visibility: visible
}

header #menu .wrp ul>li>a {
    color: #fff;
    display: block;
    padding: 30px 9px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    transition: .3s all ease-in
}

header #menu .wrp ul>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    transition: .3s all ease-in
}

header #menu .wrp ul>li:last-child {
    border: none
}

header #menu .wrp ul>li.active>a {
    color: #005994;
    text-decoration: none
}

header #megaMenu {
    position: fixed;
    top: 150px;
    width: 86%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-bottom: 4px solid #005993;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s all ease-in
}

header #megaMenu>ul {
    width: 100%;
    display: table-row;
    height: 100%;
    position: relative
}

header #megaMenu>ul>li {
    display: table-cell;
    width: 35%;
    padding: 15px;
    position: relative;
    height: 100%;
    transition: .3s all ease-in
}

header #megaMenu>ul>li.active,
header #megaMenu>ul>li:hover {
    background-color: #005993
}

header #megaMenu>ul>li.active a,
header #megaMenu>ul>li:hover a {
    color: #fff
}

header #megaMenu>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 10px;
    font-weight: 600;
    color: #232323;
    transition: .3s all ease-in
}

header #megaMenu>ul>li ul {
    display: block;
    text-align: left
}

header #megaMenu>ul>li ul li {
    float: left;
    margin: 0;
    border: none;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%
}

header #megaMenu>ul>li ul li a {
    font-weight: 400;
    padding: 5px 10px;
    font-size: 14px
}

header #megaMenu>ul>li ul li a:hover {
    text-decoration: underline
}

header #megaMenu>ul>li:first-child {
    width: 15%
}

header #megaMenu>ul>li:first-child ul li {
    display: block;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%
}

header #megaMenu>ul>li:last-child {
    width: 15%
}

header #megaMenu>ul>li:last-child ul li {
    display: block;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%
}

header #megaMenu.active {
    top: 120px;
    opacity: 1;
    visibility: visible
}

header #megaMenu.show {
    top: 82px
}

.subpage header {
    box-shadow: 0 9px 13px 0 rgba(0, 0, 0, .07)
}

.subpage header #menu .wrp li a {
    color: #000
}

.subpage header #menu .wrp li a:hover {
    color: #000
}

header.show {
    position: fixed;
    background: #fff;
    top: 0
}

header.show .logo {
    margin: 12px 0
}

header.show #menu .wrp ul li a {
    color: #000
}

header.show .vLang svg path {
    fill: #000
}

header.show .popup-search-wrap a {
    color: #000
}

.hekiminize_sorun {
    padding: 80px 0
}

#searchArea-desktop {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1005
}

#searchArea-desktop.active {
    opacity: 1;
    visibility: visible
}

#searchArea-desktop .closed {
    z-index: 2;
    position: absolute;
    right: 40px;
    top: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

#searchArea-desktop .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, .85)
}

#searchArea-desktop form {
    z-index: 1;
    width: 55%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#searchArea-desktop form input {
    width: 100%;
    display: block;
    border: none;
    padding: 15px;
    border-bottom: 2px solid #f1f1f1;
    background-color: transparent;
    color: #fff
}

#searchArea-desktop form input::-webkit-input-placeholder {
    color: #fff
}

#searchArea-desktop form input::-moz-placeholder {
    color: #fff
}

#searchArea-desktop form input:-ms-input-placeholder {
    color: #fff
}

#searchArea-desktop form input:-moz-placeholder {
    color: #fff
}

#searchArea-desktop form input:focus,
#searchArea-desktop form input:hover {
    outline: 0
}

#searchArea-desktop form button {
    font-size: 20px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 54px;
    border: none
}

#sticky-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1000;
    width: 98px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%)
}

#sticky-wrapper .box {
    position: relative;
    width: 100%;
    min-height: inherit
}

#sticky-wrapper .box .links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 12px;
    min-height: 98px;
    background-color: #f49c00;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    transition: background-color .3s
}

#sticky-wrapper .box .links i {
    font-size: 38px;
    line-height: 1.3em
}

#sticky-wrapper .box .links img {
    width: 38px;
    display: block;
    margin: 0 auto 8px
}

#sticky-wrapper .box:nth-child(1)>.links {
    background-color: #133657;
}

#sticky-wrapper .box:nth-child(2)>.links {
    background-color: #133657;
}

#sticky-wrapper .box:nth-child(3)>.links {
    background-color: #133657;
}

#sticky-wrapper .box:nth-child(4)>.links {
    background-color: #133657;
}

#sticky-wrapper .box:nth-child(2)>.link-drop {
    padding: 0
}

#sticky-wrapper .box .tab-pane {
    height: 300px
}

#sticky-wrapper .box #sube-tab li.nav-item {
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 50%;
    text-align: center;
    background: #5ebc61;
    transition: .3s all ease-in
}

#sticky-wrapper .box #sube-tab li.nav-item a {
    color: #fff
}

#sticky-wrapper .box #sube-tab li.nav-item.active,
#sticky-wrapper .box #sube-tab li.nav-item:hover {
    background: #005994
}

#sticky-wrapper .box #sube-tab li.nav-item:first-child {
    border-right: 1px solid #fff
}

#sticky-wrapper .box .link-drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #f5f5f5;
    color: #424242;
    padding: 30px;
    top: 100%;
    left: 0;
    width: 390px;
    max-width: 100vw;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: -1;
    transition: opacity .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms, -webkit-transform .3s ease-in-out 0s;
    pointer-events: none;
    text-align: left;
    text-transform: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
}

#sticky-wrapper .box .link-drop {
    left: -390px !important;
    top: 0;
    right: auto !important;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

#sticky-wrapper .box .link-drop #map {
    margin: 0
}

#sticky-wrapper .box .link-drop .link-drop-title {
    text-transform: none;
    margin-bottom: 18px
}

#sticky-wrapper .box .link-drop .link-drop-title a {
    color: #e4194a
}

#sticky-wrapper .box .link-drop .link-drop-title a i {
    position: relative;
    top: 9px;
    font-size: 37px;
    line-height: 0;
    padding-right: 10px
}

#sticky-wrapper .box .link-drop p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400
}

#sticky-wrapper .box .link-drop p:last-child {
    margin-bottom: 0
}

#sticky-wrapper .box .link-drop h6 {
    color: #e4194a
}

#sticky-wrapper .box .link-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px
}

#sticky-wrapper .box .link-drop ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px
}

#sticky-wrapper .box .link-drop ul li i {
    color: #e4194a;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px
}

#sticky-wrapper .box .link-drop ul li .phone {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #424242;
    position: relative;
    top: -2px
}

#sticky-wrapper .box .link-drop ul li a {
    color: #787878
}

#sticky-wrapper .box .link-drop ul li strong {
    font-size: 15px
}

#sticky-wrapper .box .link-drop .btn {
    padding: 11px 21px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 20px;
    text-transform: none;
    color: #e4194a;
    border: 1px solid #e4194a;
    letter-spacing: .05em;
    transition: .3s
}

#sticky-wrapper .box .link-drop .btn:hover {
    color: #fff;
    background-color: #e4194a
}

#sticky-wrapper .box .link-drop table {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #787878;
    border: none;
    margin: 0
}

#sticky-wrapper .box .link-drop table tr {
    background-color: transparent
}

#sticky-wrapper .box .link-drop table tr:not(:last-child) {
    border-bottom: 1px solid #dedede
}

#sticky-wrapper .box .link-drop table tr td {
    border: none;
    padding: 5px 0
}

#sticky-wrapper .box .link-drop table tr td i {
    color: #787878;
    font-style: normal
}

#sticky-wrapper .box .link-drop table tr td:last-child {
    text-align: right;
    color: #444;
    padding-right: 5px;
    padding-left: 5px
}

#sticky-wrapper .box .link-drop:hover {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    transition-delay: 0s, 0s, 0s, .3s;
    pointer-events: auto
}

#sticky-wrapper .box:nth-last-child(1) .link-drop,
#sticky-wrapper .box:nth-last-child(2) .link-drop {
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

#sticky-wrapper .box:hover .link-drop {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    transition-delay: 0s, 0s, 0s, .3s;
    pointer-events: auto
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#sliderVideo {
    margin-top: 50px;
    height: calc(100vh - 50px);
    position: relative;
    display: block
}

#sliderVideo .back {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 1
}

#sliderVideo .div {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .51)
}

#sliderVideo .content {
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: 4
}

#sliderVideo .content .sTitle {
    font-family: Poppins, sans-serif;
    max-width: 53%;
    white-space: initial;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 35px
}

#sliderVideo .content .detailText {
    font-family: Rubik, sans-serif;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-overflow: initial;
    letter-spacing: .5px;
    white-space: pre-line;
    display: block
}

#sliderVideo .content a.specialLink {
    padding: 15px 35px;
    background-color: #79c043;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    line-height: 100%;
    transition: .4s all ease-in
}

#sliderVideo .content a.specialLink:hover {
    background-color: #619c34
}

#sliderVideo video {
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#sliderVideo .stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease
}

#sliderVideo .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease
}

#sliderVideo .icon {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

#sliderVideo #play {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
    display: none
}

#sliderVideo #play.show {
    display: block
}

#sliderVideo #play svg .stroke-dotted {
    stroke-width: 4px;
    opacity: 1
}

#sliderVideo #play svg .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300
}

#sliderVideo #play svg .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#sliderWrapper {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

#sliderWrapper a.specialLink {
    padding: 15px 35px !important;
    background-color: #79c043 !important;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px !important;
    line-height: 100% !important;
    transition: .4s all ease-in
}

#sliderWrapper a.specialLink:hover {
    background-color: #619c34 !important
}

#sliderWrapper .tp-leftarrow:hover:after,
#sliderWrapper .tp-rightarrow:hover:after {
    background-color: #44a347 !important;
    color: #fff
}

#sliderWrapper .tp-caption.large_text,
#sliderWrapper .tp-caption.very_large_text {
    text-shadow: none;
    font-weight: 300
}

#sliderWrapper .tp-arr-imgholder {
    display: none !important
}

#sliderWrapper .tp-leftarrow {
    bottom: 0 !important;
    top: auto !important;
    right: 50px !important;
    left: auto !important
}

#sliderWrapper .tp-rightarrow {
    bottom: 0 !important;
    top: auto !important;
    right: 0 !important;
    left: auto !important
}

#sliderWrapper .tp-leftarrow,
#sliderWrapper .tp-rightarrow {
    height: 50px !important;
    width: 50px !important
}

#sliderWrapper .tp-leftarrow:after,
#sliderWrapper .tp-rightarrow:after {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important
}

#sliderWrapper .tp-leftarrow:hover:after,
#sliderWrapper .tp-rightarrow:hover:after {
    background-color: #0454a2 !important;
    color: #fff
}

#sliderWrapper .tp-bannertimer {
    display: none !important
}

#sliderWrapper .sTitle {
    font-family: Poppins, sans-serif;
    max-width: 53% !important;
    white-space: initial;
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
    color: #005993
}

#sliderWrapper .sTitle.text-right {
    text-align: right !important
}

#sliderWrapper .sTitle.text-center {
    margin: 0 auto !important;
    text-align: center !important
}

#sliderWrapper .sTitle.white {
    color: #fff !important
}

#sliderWrapper .detailText {
    font-family: Rubik, sans-serif;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 17px !important;
    line-height: 24px !important;
    text-overflow: initial !important;
    letter-spacing: .5px !important;
    white-space: pre-line
}

#sliderWrapper .detailText.black {
    color: #647589
}

#sliderWrapper .detailText.text-center {
    margin: 0 auto !important
}

#sliderWrapper .bg {
    width: 60%;
    height: 140px;
    position: absolute;
    left: -4%;
    top: 50%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transform: translateY(-50%) skew(-35deg);
    -ms-transform: translateY(-50%) skew(-35deg);
    transform: translateY(-50%) skew(-35deg);
    z-index: 3
}

#sliderWrapper .fullscreenvideo:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #0e1935;
    opacity: .4;
    content: ""
}

#tedaviler {
    padding: 40px 0
}

#tedaviler h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.44;
    color: #223645;
    font-size: 33px;
    margin-bottom: 25px
}

#tedaviler .box {
    display: block
}

#tedaviler .box h3 a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    color: #232323;
    padding: 10px 5px;
    font-size: 14px;
    text-align: left
}

#tedaviler .box h3 a i {
    display: inline-block;
    float: right
}

#hakkimizda {
    background-repeat: no-repeat;
    background-position: left 0 top 70px;
    position: relative;
    display: block;
    padding: 110px 0
}

#hakkimizda .video {
    position: relative;
    height: 100%
}

#hakkimizda .video .video-poster {
    height: 400px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

#hakkimizda .video .video-poster .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: .3s all ease-in
}

#hakkimizda .video .video-poster .bg:before {
    content: '';
    background: #004482;
    background: linear-gradient(180deg, rgba(0, 68, 130, 0) 0, rgba(255, 255, 255, .8) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%
}

#hakkimizda .video .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#hakkimizda .video .video-overlay .video-button {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

#hakkimizda .video .video-overlay .video-button .video-play {
    position: relative;
    border-radius: 50%;
    background-color: #78bf42;
    width: 80px;
    height: 80px;
    color: #fff;
    box-shadow: 0 0 20px rgba(120, 191, 66, .7);
    transition: .3s all ease-in
}

#hakkimizda .video .video-overlay .video-button .video-play i {
    font-size: 25px;
    line-height: 1;
    margin-left: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#hakkimizda .video:hover .video-poster .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#hakkimizda .video:hover .video-play {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15)
}

#hakkimizda h5 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7a8a9e;
    margin-bottom: 20px
}

#hakkimizda h1 {
    max-width: 470px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.44;
    color: #223645;
    font-size: 36px;
    margin-bottom: 25px
}

#hakkimizda p {
    line-height: 28px;
    color: #223645;
    font-weight: 500;
    font-size: 16px
}

#hakkimizda p b,
#hakkimizda p strong {
    margin-bottom: 15px;
    display: block
}

#hakkimizda a.devamini_okuyun {
    display: inline-block;
    margin-top: 25px;
    background: #78bf42;
    padding: 10px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    transition: .3s all ease-in
}

#hakkimizda a.devamini_okuyun:hover {
    text-decoration: none;
    background: #005993
}

#galeri {
    position: relative;
    padding: 60px 0
}

#galeri .inner {
    position: relative
}

#galeri .next,
#galeri .prev {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, .6);
    transition: background .3s;
    z-index: 2;
    cursor: pointer;
    transition: .3s all ease-in
}

#galeri .next:hover,
#galeri .prev:hover {
    background: #fff
}

#galeri .next i,
#galeri .prev i {
    font-size: 40px;
    line-height: 88px;
    text-align: center;
    display: block;
    color: #232323
}

#galeri .prev {
    left: 0
}

#galeri .next {
    right: 0
}

#galeri video {
    width: 100%;
    position: relative;
    background-size: cover
}

#galeri video:focus,
#galeri video:hover {
    outline: 0
}

.haberler {
    padding: 80px 0
}

.haberler .haberler-card {
    position: relative
}

.haberler .haberler-card .img {
    width: 100%;
    position: relative
}

.haberler .haberler-card .img .bg {
    width: 100%;
    height: 420px;
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover
}

.haberler .haberler-card .img .content {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding-right: 56px
}

.haberler .haberler-card .img .content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .6px;
    line-height: 56px;
    margin-bottom: 10px
}

.haberler .haberler-card .img .content p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px
}

.haberler .haberler-card .img .content a {
    display: block;
    height: 40px;
    line-height: 35px;
    width: 200px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    transition: .4s
}

.haberler .haberler-card .img .content a:hover {
    background: #fff;
    color: #005993
}

.haberler .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.haberler .slick-arrow.fa-chevron-left {
    left: 20px
}

.haberler .slick-arrow.fa-chevron-right {
    right: 20px
}

.banner {
    padding: 180px;
    position: relative
}

.banner .content {
    position: relative;
    z-index: 2;
    text-align: center
}

.banner .content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 36px
}

.banner .content h5 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 48px
}

.banner .content a {
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 35px;
    width: 150px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    transition: .4s
}

.banner .content a:hover {
    background: #fff;
    color: #005994
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(19 54 87 / 60%);
    z-index: 1
}

.section-title {
    display: block;
    margin-bottom: 30px
}

.section-title h5 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7a8a9e;
    display: block;
    margin-bottom: 25px
}

.section-title h3 {
    color: #223645;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.44;
    font-size: 36px
}

.hizmetler {
    padding: 80px 0;
    background-color: #ebf5f5;
    background-image: url(../img/hizmet-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.hizmetler .section-title {
    text-align: center;
    margin-bottom: 50px
}

.hizmetler .baslayin {
    color: #7a8a9e;
    display: block;
    margin: 50px 0 0;
    text-align: center
}

.hizmetler .baslayin a {
    text-decoration: underline;
    color: #223645
}

.hizmetler .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hizmetler .owl-dots .owl-dot {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    border: 0;
    background: 0 0;
    vertical-align: middle;
    opacity: 1;
    position: relative;
    outline: 0;
    border-radius: 100%;
    background: #ddd
}

.hizmetler .owl-dots .owl-dot.active {
    background: #005993
}

#bizim-sozumuz {
    padding: 80px 0;
    background-color: #223645;
    background-image: url(../img/sozumuz-bg.png)
}

#bizim-sozumuz .section-title {
    margin-bottom: 50px;
    text-align: center
}

#bizim-sozumuz .section-title h3 {
    color: #fff
}

#bizim-sozumuz .content-wrap {
    padding: 35px 22px 25px;
    border: 1px solid rgba(255, 255, 255, .08);
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 8px;
    transition: .3s all ease-in
}

#bizim-sozumuz .content-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #223645;
    z-index: -1;
    transition: .3s all ease-in
}

#bizim-sozumuz .content-wrap .icon {
    line-height: 1;
    color: #e12454;
    font-size: 50px;
    margin-bottom: 30px
}

#bizim-sozumuz .content-wrap .content .box-header .heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff
}

#bizim-sozumuz .content-wrap .content .text {
    line-height: 1.8;
    font-weight: 500;
    font-size: 14px;
    color: #7a8a9e;
    width: 95%
}

#bizim-sozumuz .content-wrap:hover {
    border-color: #334657;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

#bizim-sozumuz .content-wrap:hover:before {
    background-color: #334657
}

#bizim-sozumuz .baslayin {
    color: #7a8a9e;
    display: block;
    margin: 50px 0 60px;
    text-align: center
}

#bizim-sozumuz .baslayin a {
    text-decoration: underline;
    color: #fff
}

#form {
    position: relative;
    margin-top: -100px;
    margin-bottom: 50px;
    display: block
}

#form .img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-image: url(../img/form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#form>.container>.row {
    background-color: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18)
}

#form .row {
    margin: 0
}

#form .col-md-12,
#form .col-md-6 {
    padding: 0
}

#form form {
    margin: 0;
    padding: 50px 55px 67px 55px
}

#form form h3 {
    font-weight: 700;
    color: #223645;
    font-size: 36px;
    margin-bottom: 15px
}

#form form .wrp {
    margin: 20px 15px 0 0
}

#form form input,
#form form textarea {
    width: 100%;
    font-size: 15px;
    outline: 0;
    border: 1px solid #eee;
    background-color: #eceff3;
    color: #888;
    font-weight: inherit;
    height: 50px;
    transition: .3s all ease-in
}

#form form input:focus,
#form form input:hover,
#form form textarea:focus,
#form form textarea:hover {
    border-color: #989898;
    background-color: #fff
}

#form form textarea {
    height: 150px
}

#form form button {
    border: none;
    width: 100%;
    display: block;
    background-color: #79bf43;
    padding: 0 41px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    margin-top: 20px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .3s all ease-in
}

#form form button:hover {
    background-color: #005993
}

#musteri_yorumlari {
    padding: 60px 0 100px;
    position: relative;
    background-color: #ecf5f5;
    background-image: url(../img/sozumuz-bg.png)
}

#musteri_yorumlari .section-title {
    margin-bottom: 50px;
    text-align: center
}

#musteri_yorumlari .testimonial-item {
    width: 100%
}

#musteri_yorumlari .testimonial-item .testimonial-info {
    margin-bottom: 25px
}

#musteri_yorumlari .testimonial-item .testimonial-info .testimonial-name {
    color: #223645;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

#musteri_yorumlari .testimonial-item .testimonial-info .testimonial-by-line {
    font-style: italic;
    color: #7a8a9e
}

#musteri_yorumlari .testimonial-item .testimonial-content-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#musteri_yorumlari .testimonial-item .testimonial-content-wrap .quote-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 5px
}

#musteri_yorumlari .testimonial-item .testimonial-content-wrap .testimonial-content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 25px
}

#musteri_yorumlari .testimonial-item .testimonial-content-wrap .testimonial-content .testimonial-text {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px;
    line-height: 28px;
    color: #223645
}

#musteri_yorumlari .testimonial-item .testimonial-content-wrap .testimonial-content .testimonial-rating {
    margin-top: 14px;
    font-size: 14px;
    color: #ffc246
}

#musteri_yorumlari .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#musteri_yorumlari .owl-dots .owl-dot {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    border: 0;
    background: 0 0;
    vertical-align: middle;
    opacity: 1;
    position: relative;
    outline: 0;
    border-radius: 100%;
    background: #ddd
}

#musteri_yorumlari .owl-dots .owl-dot.active {
    background: #fff
}

#teams .tumunu_goster {
    margin-bottom: 35px;
    display: inline-block;
    padding: 12px 18px;
    background-color: #223645;
    color: #fff
}

#teams_list {
    padding: 80px 0
}

#teams_list .box {
    width: 90%;
    margin: 0 auto
}

#teams_list .box .img {
    height: 435px;
    background-position: top center;
    background-size: cover;
    display: block;
    position: relative
}

#teams_list .box .content {
    text-align: center;
    padding: 15px 0
}

#teams_list .box .content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

#teams_list .box .content h3 a {
    color: #232323
}

#teams_list .box .content h5 {
    font-size: 18px
}

#teams_list .box .content .devami {
    background: #44a347;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    display: inline-block;
    padding: 12px;
    transition: .3s all ease-in
}

#teams_list .box .content .devami:hover {
    background: #357f37
}

#teams_list .hekim {
    margin-bottom: 15px
}

#teams_list .hekim .img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    display: block;
    margin: 0 auto 15px
}

#teams_list .hekim .content {
    text-align: center
}

#teams_list .hekim .content h3 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px
}

#teams_list .hekim .content h5 {
    font-size: 13px
}

#soru_cevap {
    padding: 40px 0 80px
}

#soru_cevap .section-title {
    text-align: center
}

#soru_cevap .searchBtn {
    display: block;
    margin: 20px auto 40px;
    text-align: center
}

#soru_cevap .searchBtn input {
    height: 50px;
    width: 300px;
    border: 1px solid #f1f1f1;
    transition: .4s;
    text-indent: 10px
}

#soru_cevap .searchBtn input:focus {
    outline: 0;
    border-color: #005994
}

#soru_cevap .searchBtn button {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    margin-top: 0;
    position: relative;
    top: -2px;
    left: -3px
}

#soru_cevap .accordion-section {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    margin-bottom: 15px
}

#soru_cevap .accordion-section .accordion-title-wrapper {
    cursor: pointer
}

#soru_cevap .accordion-section .accordion-title-wrapper .accordion-title {
    color: #223645;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 30px 50px 50px 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 125px;
    transition: .3s all ease-in
}

#soru_cevap .accordion-section .accordion-title-wrapper .accordion-title span.badge {
    position: absolute;
    bottom: 10px;
    left: 68px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    background: #133657
}

#soru_cevap .accordion-section .accordion-title-wrapper .accordion-title .title-prefix {
    font-size: 26px;
    font-weight: 600;
    color: #e12454;
    margin-right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#soru_cevap .accordion-section .accordion-title-wrapper .accordion-title .accordion-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    color: #bbb
}

#soru_cevap .accordion-section .accordion-title-wrapper .accordion-title .accordion-icon:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    content: '\f055'
}

#soru_cevap .accordion-section .accordion-title-wrapper .accordion-title .tag {
    display: block
}

#soru_cevap .accordion-section .accordion-content {
    padding: 26px 35px 43px;
    font-size: 14px;
    line-height: 27px
}

#soru_cevap .accordion-section .accordion-content .text {
    height: 137px;
    overflow: hidden;
    display: block
}

#soru_cevap .accordion-section .accordion-content a {
    color: #223645;
    display: inline-block;
    font-weight: 700
}

#soru_cevap .accordion-section.active,
#soru_cevap .accordion-section:hover {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .06)
}

#soru_cevap .accordion-section.active .accordion-title-wrapper .accordion-title,
#soru_cevap .accordion-section:hover .accordion-title-wrapper .accordion-title {
    color: #fff;
    background-color: #133657
}

#soru_cevap .accordion-section.active .accordion-title-wrapper .accordion-title span.badge,
#soru_cevap .accordion-section:hover .accordion-title-wrapper .accordion-title span.badge {
    color: #fff
}

#blog {
    padding: 80px 0
}

#blog .section-title {
    margin-bottom: 50px;
    text-align: center
}

#subPageBanner {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 1;
    background-color: #e4eaf7;
    text-align: left;
    margin-bottom: 40px
}

#subPageBanner:before {
    background-color: rgba(6, 22, 58, .26);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

#subPageBanner .item {
    width: 100%;
    display: block
}

#subPageBanner .item .tableWrapper {
    width: 100%;
    height: 200px;
    display: table;
    position: relative
}

#subPageBanner .item .tableWrapper>div {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

#subPageBanner h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: left
}

#subPageBanner #vayesBreadCrumb {
    padding-left: 0
}

#subPageBanner #vayesBreadCrumb ol {
    display: block;
    text-align: left
}

#subPageBanner #vayesBreadCrumb ol li {
    display: inline-block
}

#subPageBanner #vayesBreadCrumb ol li a {
    color: #fff
}

#subPageBanner #vayesBreadCrumb ol li+li:before {
    content: '/';
    display: inline-block;
    margin: 0 7px;
    color: #fff
}

.subelerHaber {
    padding: 80px 0
}

.subelerHaber .subeler-card {
    position: relative
}

.subelerHaber .subeler-card .img {
    width: 100%;
    position: relative
}

.subelerHaber .subeler-card .img .bg {
    height: 450px;
    background-size: cover;
    background-position: center center
}

.subelerHaber .subeler-card .img .content {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding-right: 56px
}

.subelerHaber .subeler-card .img .content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .6px;
    margin-bottom: 10px
}

.subelerHaber .subeler-card .img .content .cnt {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px
}

.subelerHaber .subeler-card .img .content a {
    display: block;
    height: 40px;
    line-height: 35px;
    width: 200px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px
}

.subelerHaber .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.subelerHaber .slick-arrow.fa-chevron-left {
    left: 20px
}

.subelerHaber .slick-arrow.fa-chevron-right {
    right: 20px
}

.subelerHekim .hekim {
    margin-bottom: 15px
}

.subelerHekim .hekim .img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    display: block;
    margin: 0 auto 15px
}

.subelerHekim .hekim .content {
    text-align: center
}

.subelerHekim .hekim .content h3 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    color: #000
}

.subelerHekim .hekim .content h5 {
    font-size: 13px;
    color: #000
}

.subelerAbout {
    padding: 50px 0
}

.subelerAbout .content h3 {
    font-size: 36px;
    font-weight: 600;
    color: #005994;
    letter-spacing: -.3px;
    line-height: 48px;
    margin-bottom: 20px
}

.subelerAbout .content p {
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 26px
}

.subelerAbout .calisma_saatleri h3 {
    font-size: 18px;
    font-weight: 400;
    color: #005994;
    letter-spacing: -.6px;
    line-height: 48px;
    margin-bottom: 20px
}

.subelerAbout .calisma_saatleri table {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #787878;
    border: none;
    margin: 0
}

.subelerAbout .calisma_saatleri table tr {
    background-color: transparent
}

.subelerAbout .calisma_saatleri table tr:not(:last-child) {
    border-bottom: 1px solid #dedede
}

.subelerAbout .calisma_saatleri table tr td {
    border: none;
    padding: 5px 0
}

.subelerAbout .calisma_saatleri table tr td i {
    color: #787878;
    font-style: normal
}

.subelerAbout .calisma_saatleri table tr td:last-child {
    text-align: right;
    color: #444;
    padding-right: 5px;
    padding-left: 5px
}

.subelerTeam {
    padding: 50px 0
}

.subelerTeam .content {
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin-bottom: 40px
}

.subelerTeam .content .img img {
    width: 30%;
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .4s
}

.subelerTeam .content .title {
    text-align: center
}

.subelerTeam .content .title h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 48px
}

.subelerTeam .content .title a {
    font-weight: 600;
    color: #005994;
    font-size: 14px
}

.subelerTeam .content:hover .img img {
    -webkit-filter: none;
    filter: none
}

.subeler {
    border-top: 1px solid #f1f1f1;
    padding-top: 50px
}

.subeler .subelerContent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #f1f1f1;
    padding: 20px
}

.subeler .subelerContent .icon {
    width: 13%
}

.subeler .subelerContent .icon i {
    font-size: 56px;
    color: #44a347
}

.subeler .subelerContent .content {
    width: 70%
}

.subeler .subelerContent .content h3 a {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 700;
    color: #005994
}

.subeler .subelerContent .content h5 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.3px;
    color: rgba(0, 0, 0, .6);
    line-height: 23px
}

.subeler .subelerContent .content a {
    font-size: 14px;
    color: #005994;
    font-weight: 600;
    line-height: 28px
}

.maps {
    padding: 50px 0
}

.maps .map {
    margin: 25px 0;
    height: 400px
}

.maps .tab {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    margin: 20px 0
}

.maps .tab .nav-item {
    display: inline-block;
    margin-top: 5px
}

.maps .tab .nav-item .nav-link {
    color: #fff;
    display: block;
    width: 240px;
    height: 50px;
    background: #015994;
    border-radius: 0;
    border: none;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    font-size: 14px;
    transition: .4s;
    position: relative;
    z-index: 2
}

.maps .tab .nav-item.active .nav-link {
    background: #44a347
}

.answerBtn {
    text-align: center;
    margin: 20px 0
}

.answerBtn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #79c043;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.answerBtn a span {
    padding: 4px 10px;
    color: #005993;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px
}

#vayesBreadCrumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-bottom: none;
    padding-left: 5px;
    margin-top: 10px
}

#vayesBreadCrumb ol {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    text-align: left
}

#vayesBreadCrumb ol li:first-child img {
    width: 60px;
    position: relative;
    top: -1px
}

#vayesBreadCrumb ol li a {
    color: #fff;
    font-size: 16px
}

#vayesBreadCrumb ol li.active,
#vayesBreadCrumb ol li:last-child a {
    font-weight: 400
}

#leftNav {
    box-shadow: 0 4px 40px #e8e8e8;
    position: relative;
    margin-bottom: 50px
}

#leftNav ul li {
    width: 100%;
    cursor: pointer;
    border-right: 4px solid transparent;
    line-height: 1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    background: #fff;
    transition: .3s all ease-in
}

#leftNav ul li a {
    color: #434c58;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 15px;
    display: block;
    font-size: 13px
}

#leftNav ul li.active,
#leftNav ul li:hover {
    border-right-color: #005994;
    background: #ecf1f8
}

#leftNav ul li.active a,
#leftNav ul li:hover a {
    text-decoration: none;
    color: #005994
}

#sidebar {
    overflow: hidden
}

#sidebar.affix .contact-info,
#sidebar.affix-bottom .contact-info {
    background: #5ebc61
}

#sidebar.affix .contact-info h4 a,
#sidebar.affix-bottom .contact-info h4 a {
    color: #fff
}

#sidebar.affix .contact-info p,
#sidebar.affix-bottom .contact-info p {
    color: #fff
}

#sidebar .formArea {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: .6s all ease-in
}

#sidebar .formArea h2 {
    font-size: 23px;
    margin-bottom: 15px
}

#sidebar.affix-top {
    position: static;
    margin-top: 30px;
    width: 271px
}

#sidebar.affix-bottom .formArea {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#sidebar.affix {
    position: fixed !important;
    top: 95px;
    width: 271px
}

#sidebar.affix .formArea {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#sidebar.disable .formArea {
    display: none
}

.contact-info {
    border: 1px solid #ececec;
    padding: 30px 15px 30px 90px;
    margin-bottom: 35px;
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
    transition: .3s all ease-in
}

.contact-info span {
    background: #ecf1f8;
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    left: 10px;
    top: 20px;
    color: #e4194a;
    margin-bottom: 32px
}

.contact-info h4 a {
    display: block;
    color: #130947;
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 500
}

.contact-info h4 a:hover {
    color: #130947
}

.contact-info .service-content {
    margin-bottom: 0
}

.contact-info .service-content p {
    color: #6d7a8c;
    font-size: 15px;
    margin: 0
}

.hekim_list .hekim {
    margin-bottom: 15px
}

.hekim_list .hekim .img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    display: block;
    margin: 0 auto 15px
}

.hekim_list .hekim .content h3 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px
}

.hekim_list .hekim .content h5 {
    font-size: 13px
}

.hekim_list .hekim input[type=radio] {
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    border: 2px solid #015994
}

.hekim_list .hekim input[type=radio]:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transition: all .1s;
    border: 5px solid #015994;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transform: translate3d(-50%, -50%, 0) scale(0, 0)
}

.hekim_list .hekim input[type=radio]:checked:after {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
    transform: translate3d(-50%, -50%, 0) scale(1, 1)
}

.list {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.list.ref .itemVertical .imgMiddle {
    height: 175px
}

.list.ref .itemVertical .imgMiddle img {
    max-width: 55% !important;
    max-height: 125px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.list.gallery-pages .itemBg .img {
    height: 300px
}

.list.gallery-pages .itemBg .img i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px !important;
    transition: .3s all ease-in
}

.list.gallery-pages .itemBg .img:hover a {
    -webkit-filter: none;
    filter: none
}

.list.gallery-pages .itemBg a.go {
    width: 100%;
    padding: 10px;
    font-size: 24px;
    height: auto;
    max-height: 65px;
    font-weight: 600;
    z-index: 2;
    color: #fff;
    border: none;
    text-align: left;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 10px
}

.list.gallery-pages .itemBg a.go span {
    color: #fff !important
}

.list.gallery-pages .itemBg:hover .img a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list.gallery-pages .itemBg:hover .img a i {
    color: #ea4c88
}

.list.gallery-pages .itemBg:hover a.go {
    background-color: transparent
}

.list.gallery-pages .itemBg:hover a.go span {
    color: #fff !important
}

.list.galeri .itemBg {
    margin-bottom: 15px
}

.list.galeri .itemBg .img {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: block
}

.list.galeri .itemBg .img .caption {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    opacity: 0;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding: 15px 0;
    transition: .3s all ease-in
}

.list.galeri .itemBg .img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center
}

.list.galeri .itemBg:hover .img .caption {
    opacity: 1
}

.list.galeri-video .item {
    position: relative;
    margin-bottom: 10px;
    height: 350px
}

.list.galeri-video .item iframe {
    width: 100%;
    height: 100%
}

.list.teams {
    margin-top: 20px
}

.list.teams h4 {
    font-size: 35px;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px
}

.list.teams .item {
    padding: 0 10px;
    display: block;
    margin-bottom: 35px;
    position: relative
}

.list.teams .item .image {
    height: 370px;
    background-size: cover
}

.list.teams .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.list.teams .item .content .content-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 33px 30px;
    margin: 0 10px
}

.list.teams .item .content .content-inner:before {
    content: '';
    padding: 0 10px;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, #000);
    z-index: -1
}

.list.teams .item .content .content-inner h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 7px;
    line-height: 30px
}

.list.teams .item .content .content-inner .content-position {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #133657;
    font-weight: 500
}

.list.kurumsalPage {
    overflow: visible
}

.list.kurumsalPage .box {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .26);
    transition: .3s ease transform, .3s ease box-shadow
}

.list.kurumsalPage .box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .39) 40%, rgba(0, 0, 0, .68) 70%, rgba(0, 0, 0, .92))
}

.list.kurumsalPage .box .text h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px
}

.list.kurumsalPage .box .text h3 a {
    color: inherit
}

.list.kurumsalPage .box .text p {
    margin-bottom: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .85);
    font-weight: 300;
    text-transform: uppercase
}

.list.kurumsalPage .box .links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease opacity;
    background: linear-gradient(40deg, rgba(6, 22, 60, .58823529) 0, rgba(255, 95, 20, .76862745) 100%);
    z-index: 1
}

.list.kurumsalPage .box .links i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    z-index: 2;
    border-radius: 50%;
    line-height: 70px;
    font-size: 16px;
    color: #ff5e14;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    opacity: 0;
    transition: .4s ease transform, .4s ease opacity
}

.list.kurumsalPage .box:hover {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .26)
}

.list.kurumsalPage .box:hover .links {
    opacity: 1
}

.list.kurumsalPage .box:hover .links i {
    transition-delay: .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

.list.blog {
    overflow: visible
}

.list.blog .post-item-wrap {
    background-color: #ecf5f5;
    padding: 20px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .04)
}

.list.blog .post-item-wrap .post-feature-wrap {
    position: relative
}

.list.blog .post-item-wrap .post-feature-wrap .post-image {
    position: relative;
    height: 200px;
    display: block;
    overflow: hidden
}

.list.blog .post-item-wrap .post-feature-wrap .post-image .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center
}

.list.blog .post-item-wrap .post-feature-wrap .post-read-more {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.list.blog .post-item-wrap .post-feature-wrap .post-read-more a {
    position: relative;
    z-index: 3;
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    background-color: #ff875f;
    text-align: center
}

.list.blog .post-item-wrap .post-feature-wrap .post-read-more a:after,
.list.blog .post-item-wrap .post-feature-wrap .post-read-more a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #e12454
}

.list.blog .post-item-wrap .post-feature-wrap .post-read-more a:before {
    z-index: 2;
    width: 66px;
    height: 66px;
    opacity: .21
}

.list.blog .post-item-wrap .post-feature-wrap .post-read-more a:after {
    z-index: 1;
    width: 82px;
    height: 82px;
    opacity: .09
}

.list.blog .post-item-wrap .post-feature-wrap .post-read-more a i {
    position: relative;
    z-index: 3
}

.list.blog .post-item-wrap .post-info {
    padding: 22px 0 10px
}

.list.blog .post-item-wrap .post-info .post-date {
    font-weight: 500;
    font-size: 14px;
    color: #7a8a9e;
    margin-bottom: 8px
}

.list.blog .post-item-wrap .post-info .post-title {
    color: #223645;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    height: 51px;
    display: block;
    overflow: hidden
}

.list.blog .post-item-wrap .post-info .post-title a {
    color: inherit;
    font-size: inherit
}

.list.hizmetler {
    overflow: visible
}

.list.hizmetler .hizmet {
    background-color: #fff;
    box-shadow: 0 1px 13px rgba(0, 0, 0, .06);
    text-align: left;
    margin: 0 5px 25px;
    transition: .3s all ease-in
}

.list.hizmetler .hizmet .img-box {
    position: relative;
    text-align: left
}

.list.hizmetler .hizmet .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    z-index: 5;
    opacity: 0;
    transition: .3s all ease-in
}

.list.hizmetler .hizmet a.devam {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    opacity: 0;
    z-index: 5;
    transition: .3s all ease-in
}

.list.hizmetler .hizmet .img {
    height: 185px;
    position: relative;
    display: block
}

.list.hizmetler .hizmet .img .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center
}

.list.hizmetler .hizmet .content {
    padding: 10px 10px 0;
    text-align: left
}

.list.hizmetler .hizmet .content h3 {
    font-weight: 700;
    color: #223645;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4;
    height: 56px;
    overflow: hidden;
    position: relative
}

.list.hizmetler .hizmet .content h3 a {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    width: 100%
}

.list.hizmetler .hizmet .content .description {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #7a8a9e;
    height: 63px;
    overflow: hidden;
    display: block
}

.list.hizmetler .hizmet .content a.devam-alt {
    display: block;
    border-top: 1px solid #f1f1f1;
    text-align: right;
    font-size: 17px;
    line-height: 36px;
    color: #676666;
    margin-top: 9px
}

.list.hizmetler .hizmet .content a.read-more {
    color: #005993;
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #eee;
    padding: 0 22px;
    height: 50px;
    line-height: 44px;
    width: 100%;
    transition: .3s all ease-in
}

.list.hizmetler .hizmet .content a.read-more:hover {
    text-decoration: none;
    color: #fff;
    background-color: #005993
}

.list.hizmetler .hizmet:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, .13);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.list.hizmetler .hizmet:hover a.devam {
    opacity: 1
}

.list.hizmetler .hizmet:hover .img-box:before {
    opacity: .5
}

.list.hizmetler.hizmetler_page .img {
    height: 200px
}

#rightArea {
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 80px;
    padding-left: 35px
}

#rightArea.doktor_bilgi .answerBtn {
    text-align: center;
    margin: 20px 0
}

#rightArea.doktor_bilgi .answerBtn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #79c043;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

#rightArea.doktor_bilgi .answerBtn a span {
    padding: 4px 10px;
    color: #005993;
    border-radius: 50%;
    background: #fff
}

#rightArea.doktor_bilgi .formArea {
    margin-top: 25px
}

#rightArea.doktor_bilgi .formArea h2 {
    font-size: 23px;
    margin-bottom: 15px
}

#rightArea.doktor h4 {
    margin-top: 10px;
    font-size: 15px
}

#rightArea.contactPage h1,
#rightArea.contactPage h2 {
    margin-top: 14px;
    margin-bottom: 21px;
    font-weight: 500;
    font-size: 30px;
    color: #444
}

#rightArea.contactPage h1 {
    margin-bottom: 20px
}

#rightArea.contactPage .cnt {
    color: #7f7f8a
}

#rightArea.contactPage .cnt i {
    font-size: 20px;
    margin-right: 10px;
    color: #116299;
    height: 35px;
    width: 25px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#rightArea.contactPage .cnt a {
    text-decoration: none;
    color: inherit
}

#rightArea.contactPage .social {
    width: 100%;
    margin-top: 25px
}

#rightArea.contactPage .social ul {
    width: 100%
}

#rightArea.contactPage .social ul li {
    display: inline-block;
    float: none
}

#rightArea.contactPage .social ul li a {
    color: #06163a;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 39px;
    border: 2px solid rgba(40, 40, 40, .17);
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 5px
}

#rightArea.contactPage .social ul li a i {
    margin: 0;
    font-size: 15px !important;
    padding: 0
}

#rightArea.contactPage .social a.facebook:hover {
    background-color: #2d4373
}

#rightArea.contactPage .social a.facebook:hover i {
    color: #fff
}

#rightArea.contactPage .social a.twitter {
    color: #55acee
}

#rightArea.contactPage .social a.twitter:hover {
    background-color: #2795e9
}

#rightArea.contactPage .social a.twitter:hover i {
    color: #fff
}

#rightArea.contactPage .social a.google-plus {
    color: #d1402e
}

#rightArea.contactPage .social a.google-plus:hover {
    background-color: #a73325
}

#rightArea.contactPage .social a.google-plus:hover i {
    color: #fff
}

#rightArea.contactPage .social a.youtube {
    color: #cc181e
}

#rightArea.contactPage .social a.youtube:hover {
    background-color: #9e1317
}

#rightArea.contactPage .social a.youtube:hover i {
    color: #fff
}

#rightArea.contactPage .social a.instagram {
    color: #a57d60
}

#rightArea.contactPage .social a.instagram:hover {
    background-color: #664c39
}

#rightArea.contactPage .social a.instagram:hover i {
    color: #fff
}

#rightArea.contactPage .social a.linkedin {
    color: #0077b5
}

#rightArea.contactPage .social a.linkedin:hover {
    background-color: #00344f
}

#rightArea.contactPage .social a.linkedin:hover i {
    color: #fff
}

#rightArea.contactPage .social a.pinterest {
    color: #bd081b
}

#rightArea.contactPage .social a.pinterest:hover {
    background-color: #5b040d
}

#rightArea.contactPage .social a.pinterest:hover i {
    color: #fff
}

#rightArea .slide {
    border-radius: 0;
    overflow: hidden
}

#rightArea #contact-infos {
    margin-top: 50px;
    position: relative
}

#rightArea #contact-infos>div:first-child .contact-info {
    margin-right: 30px
}

#rightArea #contact-infos .contact-info {
    padding-left: 12rem;
    transition: .3s all ease-in
}

#rightArea #contact-infos .contact-info:hover span {
    background-color: #130947;
    color: #fff
}

#rightArea #contact-infos .contact-info span {
    left: 2rem;
    transition: .3s all ease-in
}

#rightArea #contact-infos .contact-info h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    transition: .3s all ease-in
}

#rightArea #contact-infos .contact-info.active {
    padding-bottom: 5rem;
    border-bottom: none;
    background: #fff;
    margin-bottom: -1px
}

#rightArea #contact-infos #JQ-PageForm {
    display: none;
    border: 1px solid #ececec;
    padding: 2rem 2rem
}

#rightArea #contact-infos #JQ-PageForm form input,
#rightArea #contact-infos #JQ-PageForm form textarea {
    border: 1px solid #f1f1f1;
    height: auto;
    padding: 15px 20px
}

#rightArea #contact-infos #JQ-PageForm form button {
    width: auto;
    display: block;
    margin-top: 15px;
    height: auto;
    padding: 15px 20px;
    font-size: 16px;
    transition: .3s all ease-in
}

#rightArea #contact-infos #JQ-PageForm form button:focus,
#rightArea #contact-infos #JQ-PageForm form button:hover {
    outline: 0
}

#rightArea .table-responsive {
    text-align: center
}

#rightArea .table-responsive table thead {
    font-weight: 600
}

#rightArea h1 {
    font-size: 26px;
    margin-top: 14px;
    margin-bottom: 20px;
    color: #2d2c54;
    font-weight: 700
}

#rightArea .cnt {
    color: #4f5358;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px
}

#rightArea .cnt table tr {
    background-color: transparent
}

#rightArea .cnt table tr td {
    border: none
}

#rightArea .cnt img {
    display: block;
    margin: 20px 0
}

#rightArea .cnt p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: inherit
}

#rightArea .cnt ul,
#rightArea .cnt ul li {
    color: #4f5358;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px
}

#rightArea .cnt img.business {
    margin-left: 10px;
    margin-top: 10px
}

#rightArea .cnt.contactPage {
    margin-top: 0
}

#rightArea .cnt.contactPage h1 {
    margin-bottom: 25px
}

#rightArea .cnt.contactPage a i {
    width: 15px;
    margin-right: 10px;
    font-size: 21px !important;
    color: #2d2c54
}

#rightArea .cnt.contactPage p {
    margin-bottom: 15px
}

#rightArea .cnt.contactPage p a {
    color: #717171;
    text-decoration: none;
    padding-left: 5px
}

#rightArea .cnt.contactPage p a:hover {
    color: #005994
}

#ohter {
    margin-top: 75px;
    margin-bottom: 15px
}

#ohter h6 {
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 22px;
    color: #515050;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 6px;
    font-weight: 300
}

#ohter .list {
    margin: 0;
    overflow: initial
}

#ohter .list .itemBg,
#ohter .list .itemVertical {
    box-shadow: 0 4px 22px -12px #000
}

#ohter .list .itemBg .img,
#ohter .list .itemVertical .img {
    height: 200px
}

#ohter .owl-dots {
    bottom: -20px
}

.file {
    margin: 10px 0;
    font-size: 17px
}

.file .item {
    padding: 3px 5px;
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    height: auto;
    font-size: 15px;
    border-bottom: 1px solid #005994;
    margin-bottom: 5px;
    transition: .3s all ease-in
}

.file .item span {
    float: left;
    color: #000;
    padding: 2px 5px;
    text-transform: capitalize
}

.file .item a {
    float: right;
    margin-right: 5px;
    border: 1px solid transparent;
    background: #fff;
    padding: 1px 5px;
    color: #005994;
    transition: .3s all ease-in
}

.file .item a:hover {
    color: #fff;
    border: 1px solid #ddd;
    background-color: #005994
}

#itemSlider,
#movArea {
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

#itemSlider .crsl,
#movArea .crsl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

#itemSlider .imgMiddle,
#movArea .imgMiddle {
    width: 100%;
    height: 450px;
    padding: 10px 0;
    display: table;
    position: relative;
    overflow: hidden
}

#itemSlider .imgMiddle div,
#movArea .imgMiddle div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#itemSlider .imgMiddle div img,
#movArea .imgMiddle div img {
    max-width: 90%;
    max-height: 420px;
    width: auto;
    display: inline-block;
    margin: 0 auto
}

#itemSlider .iframe,
#movArea .iframe {
    width: 100%;
    height: 380px;
    display: block;
    padding: 3px;
    background-color: #fff
}

#itemSlider .iframe>iframe,
#movArea .iframe>iframe {
    width: 100%;
    height: 100%
}

#itemSlider a.next,
#itemSlider a.prev,
#movArea a.next,
#movArea a.prev {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    z-index: 10;
    transition: .3s all ease-in
}

#itemSlider a.next:hover:before,
#itemSlider a.prev:hover:before,
#movArea a.next:hover:before,
#movArea a.prev:hover:before {
    color: #005994
}

#itemSlider a.prev,
#movArea a.prev {
    left: -100px
}

#itemSlider a.prev:before,
#movArea a.prev:before {
    width: 80%;
    height: 80%;
    position: absolute;
    content: "";
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    top: 6px
}

#itemSlider a.next,
#movArea a.next {
    right: -80px
}

#itemSlider a.next:before,
#movArea a.next:before {
    width: 80%;
    height: 80%;
    position: absolute;
    content: "";
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    top: 6px;
    right: 20px
}

#itemSlider a.createFancy,
#movArea a.createFancy {
    overflow: hidden
}

#itemSlider .owl-dots,
#movArea .owl-dots {
    bottom: 10px
}

#itemSlider:hover,
#movArea:hover {
    border-color: #333
}

#movArea {
    overflow: initial
}

#movArea .crsl {
    overflow: initial
}

#movArea .owl-dots {
    bottom: -30px
}

#itemSliderThumbnail,
#movAreaThumbnail {
    height: auto;
    padding: 10px;
    border-radius: 0;
    position: relative;
    margin-bottom: 5px
}

#itemSliderThumbnail img,
#movAreaThumbnail img {
    cursor: pointer;
    border-radius: 0;
    display: inline-block
}

#itemSliderThumbnail .crsl,
#itemSliderThumbnail .noCrsl,
#movAreaThumbnail .crsl,
#movAreaThumbnail .noCrsl {
    text-align: center
}

#itemSliderThumbnail .crsl .item,
#itemSliderThumbnail .noCrsl .item,
#movAreaThumbnail .crsl .item,
#movAreaThumbnail .noCrsl .item {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #ddd
}

#itemSliderThumbnail .crsl .item.active,
#itemSliderThumbnail .crsl .item:hover,
#itemSliderThumbnail .noCrsl .item.active,
#itemSliderThumbnail .noCrsl .item:hover,
#movAreaThumbnail .crsl .item.active,
#movAreaThumbnail .crsl .item:hover,
#movAreaThumbnail .noCrsl .item.active,
#movAreaThumbnail .noCrsl .item:hover {
    border-color: #333
}

#itemSliderThumbnail .crsl .item .imgMiddle,
#itemSliderThumbnail .noCrsl .item .imgMiddle,
#movAreaThumbnail .crsl .item .imgMiddle,
#movAreaThumbnail .noCrsl .item .imgMiddle {
    width: 100%;
    height: 150px;
    display: table;
    position: relative;
    overflow: hidden
}

#itemSliderThumbnail .crsl .item .imgMiddle div,
#itemSliderThumbnail .noCrsl .item .imgMiddle div,
#movAreaThumbnail .crsl .item .imgMiddle div,
#movAreaThumbnail .noCrsl .item .imgMiddle div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#itemSliderThumbnail .crsl .item .imgMiddle div img,
#itemSliderThumbnail .noCrsl .item .imgMiddle div img,
#movAreaThumbnail .crsl .item .imgMiddle div img,
#movAreaThumbnail .noCrsl .item .imgMiddle div img {
    max-width: 90%;
    max-height: 130px;
    width: auto;
    display: inline-block;
    margin: 0 auto
}

#itemSliderThumbnail .crsl,
#movAreaThumbnail .crsl {
    width: 90%;
    margin: 0 auto
}

#itemSliderThumbnail .crsl .item,
#movAreaThumbnail .crsl .item {
    width: 99%;
    margin: 0;
    height: auto
}

#itemSliderThumbnail img.active,
#itemSliderThumbnail img:hover,
#movAreaThumbnail img.active,
#movAreaThumbnail img:hover {
    border-color: #005994
}

#itemSliderThumbnail .owl-dots,
#movAreaThumbnail .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center
}

#itemSliderThumbnail .owl-dots .owl-dot,
#movAreaThumbnail .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 5px
}

#itemSliderThumbnail .owl-dots .owl-dot span,
#movAreaThumbnail .owl-dots .owl-dot span {
    border-radius: 0;
    background-color: #fff
}

#itemSliderThumbnail.noProduct .item {
    padding: 5px
}

footer {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    background: #223645;
    color: #fff;
    padding: 20px 0
}

footer .container>div {
    padding-left: 15px;
    padding-right: 15px
}

footer .footer-top {
    border-bottom: 1px solid #3e4561;
    padding: 0 0 20px;
    margin-bottom: 15px
}

footer .social {
    display: block;
    float: right
}

footer .social ul li {
    margin-left: 10px;
    display: inline-block;
    float: none !important;
    width: auto;
    border: none
}

footer .social ul li a {
    display: block;
    border-radius: 100%;
    background: #3f4aa9;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    transition: .3s all ease-in
}

footer .social ul li a:hover {
    background-color: #fff
}

footer .social a.facebook:hover {
    color: #3b5998
}

footer .social a.twitter:hover {
    color: #55acee
}

footer .social a.google-plus:hover {
    color: #d1402e
}

footer .social a.youtube:hover {
    color: #cc181e
}

footer .social a.instagram:hover {
    color: #a57d60
}

footer .logo {
    display: block;
    float: left;
    padding-top: 5px
}

footer .logo img {
    width: 200px
}

footer .logo a {
    color: #fff;
    font-size: 25px
}

footer h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 20px 0;
    display: block;
    padding: 0;
    font-weight: 600;
    color: #fff
}

footer h3 a {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    display: block;
    color: inherit
}

footer h3 a:hover {
    color: #fff
}

footer ul.footer_list.kur li {
    overflow: hidden;
    width: 100%
}

footer ul.footer_list li {
    display: inline-block;
    width: 45%;
    float: left;
    list-style: none;
    position: relative;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin-right: 15px
}

footer ul.footer_list li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 45px;
    color: #ceced0
}

footer ul.footer_list li:nth-child(1n+11) {
    display: none
}

footer ul.footer_list li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    position: relative
}

footer ul.footer_list li a:before {
    content: '';
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    position: absolute;
    transition: .3s all ease-in
}

footer ul.footer_list li a:hover:before {
    width: 100%
}

footer .contact {
    width: 90%;
    float: right
}

footer .contact p {
    margin-bottom: 10px
}

footer .contact h3 a {
    color: #fff
}

footer .contact a {
    color: #fff;
    line-height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: center;
    -ms-flex-direction: center;
    flex-direction: center;
    line-height: 1.2
}

footer .contact a i {
    color: #ceced0;
    font-size: 18px;
    padding-left: 2px;
    margin-right: 11px;
    margin-bottom: 5px;
    width: 25px;
    text-align: center
}

footer .contact a span {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

footer .bottom {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #152531;
    padding: 15px 0
}

footer .bottom a,
footer .bottom p {
    font-size: 15px;
    font-weight: 300;
    display: block
}

footer .bottom a {
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    transition: .3s all ease-in
}

footer .bottom a:hover {
    color: #fff
}

footer a:hover {
    color: #fff;
    text-decoration: none
}

#searchArea {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, .85);
    z-index: 1000
}

#searchArea .middle {
    max-width: 1000px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#searchArea form {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 55px;
    transition: .3s all ease-in
}

#searchArea form:hover {
    border-bottom: 1px solid #005994
}

#searchArea form button,
#searchArea form input {
    display: block;
    float: left;
    border: none;
    outline: 0;
    background-color: transparent
}

#searchArea form input {
    width: calc(100% - 100px);
    display: block;
    float: left;
    font-size: 40px;
    color: #333;
    padding: 0 20px;
    font-weight: 300;
    color: #fff
}

#searchArea form input::-webkit-input-placeholder {
    color: #fff
}

#searchArea form input::-moz-placeholder {
    color: #fff
}

#searchArea form input:-ms-input-placeholder {
    color: #fff
}

#searchArea form input:-moz-placeholder {
    color: #fff
}

#searchArea form a.cls,
#searchArea form button {
    width: 40px;
    display: block;
    text-align: center;
    font-size: 35px;
    float: right
}

#searchArea form button {
    color: #fff
}

#searchArea form button:hover {
    transition: .3s all ease-in;
    color: #005994
}

#searchArea form a.cls {
    color: #fff;
    margin-right: 10px;
    transition: .3s all ease-in
}

#searchArea form a.cls:hover {
    color: #005994
}

#popupFormWrapper {
    width: 450px;
    max-width: 100%
}

#popupFormWrapper h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

#popupFormWrapper form {
    border-radius: 0;
    margin: 0 0 15px 0
}

#popupFormWrapper form button[type=submit] {
    width: 100%;
    padding: 12px 0;
    background: red;
    color: #fff;
    border: none;
    background-color: #005994
}

#popupFormWrapper form button[type=submit]:hover {
    background-color: #003a61
}

a#jq-BackToTop {
    font-size: 25px;
    display: block;
    position: fixed;
    bottom: 30px;
    right: -60px;
    background: #005993;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 1000;
    border-radius: 50%;
    transition: .3s all ease-in
}

a#jq-BackToTop i {
    position: relative;
    top: 0
}

a#jq-BackToTop:hover {
    background: #003a60
}

#map {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #ddd;
    margin-bottom: 20px
}

#map #map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#map #disabledScroll {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0
}

#map a.map {
    text-decoration: none
}

div#mapArea {
    position: relative
}

div#mapArea ul#sube-tab {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 5;
    width: 100%;
    text-align: center;
    display: block
}

div#mapArea ul#sube-tab li {
    display: inline-block;
    margin: 0 5px
}

div#mapArea ul#sube-tab li a {
    display: block;
    padding: 8px 30px;
    color: #fff;
    background: #015a95;
    border-radius: 38px;
    width: 150px
}

div#mapArea ul#sube-tab li.active a {
    background: #79c043
}

form.vContact {
    text-align: center
}

form.vContact label.error {
    color: red;
    font-size: 12px;
    margin: 0;
    font-weight: 500
}

form.vContact span.exp {
    display: block;
    float: left
}

form.vContact .wrp {
    margin-bottom: 15px;
    position: relative
}

form.vContact .wrp.phoneInputWrapper .intl-tel-input {
    width: 100%
}

form.vContact .wrp.phoneInputWrapper .intl-tel-input .selected-flag {
    background-color: transparent
}

form.vContact .wrp.phoneInputWrapper .intl-tel-input .country-list {
    max-width: 360px;
    overflow-x: hidden;
    overflow-y: scroll
}

form.vContact .wrp.phoneInputWrapper .selected-dial-code {
    padding-left: 10px
}

form.vContact .wrp.phoneInputWrapper input[type=text][data-type=phone] {
    width: 100%;
    outline: 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    border: 2px solid #f0f8ff;
    font-weight: 400;
    border-radius: 0;
    color: #5c5c5c;
    height: 50px
}

form.vContact .wrp.phoneInputWrapper label.response {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

form.vContact .wrp.phoneInputWrapper label.response>span {
    display: none
}

form.vContact .wrp.phoneInputWrapper label.response .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0
}

form.vContact .wrp.phoneInputWrapper label.response .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out
}

form.vContact .wrp.phoneInputWrapper label.response .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards
}

form.vContact .wrp.phoneInputWrapper label.response .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards
}

form.vContact .wrp.phoneInputWrapper[data-msg=success] input[type=text] {
    border-color: #4caf50
}

form.vContact .wrp.phoneInputWrapper[data-msg=success] label.response span.valid {
    display: block
}

form.vContact .wrp.phoneInputWrapper[data-msg=error] input[type=text] {
    border-color: #f44336
}

form.vContact .wrp.phoneInputWrapper[data-msg=errorFocusOut] input[type=text] {
    border-color: #f44336
}

form.vContact .wrp.phoneInputWrapper[data-msg=errorFocusOut] label.response span.invalid {
    display: block
}

form.vContact input[type=email]~label.error,
form.vContact input[type=password]~label.error,
form.vContact input[type=text]:not([data-type=phone])~label.error,
form.vContact select~label.error {
    display: none !important
}

form.vContact input[type=email],
form.vContact input[type=password],
form.vContact input[type=text]:not([data-type=phone]),
form.vContact select,
form.vContact textarea {
    width: 100%;
    border: 2px solid #f0f8ff;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    color: #5c5c5c;
    height: 50px
}

form.vContact input[type=email]::-webkit-input-placeholder,
form.vContact input[type=password]::-webkit-input-placeholder,
form.vContact input[type=text]:not([data-type=phone])::-webkit-input-placeholder,
form.vContact select::-webkit-input-placeholder,
form.vContact textarea::-webkit-input-placeholder {
    color: #5c5c5c
}

form.vContact input[type=email]::-moz-placeholder,
form.vContact input[type=password]::-moz-placeholder,
form.vContact input[type=text]:not([data-type=phone])::-moz-placeholder,
form.vContact select::-moz-placeholder,
form.vContact textarea::-moz-placeholder {
    color: #5c5c5c
}

form.vContact input[type=email]:-ms-input-placeholder,
form.vContact input[type=password]:-ms-input-placeholder,
form.vContact input[type=text]:not([data-type=phone]):-ms-input-placeholder,
form.vContact select:-ms-input-placeholder,
form.vContact textarea:-ms-input-placeholder {
    color: #5c5c5c
}

form.vContact input[type=email]:-moz-placeholder,
form.vContact input[type=password]:-moz-placeholder,
form.vContact input[type=text]:not([data-type=phone]):-moz-placeholder,
form.vContact select:-moz-placeholder,
form.vContact textarea:-moz-placeholder {
    color: #5c5c5c
}

form.vContact input[type=email]~label.response,
form.vContact input[type=password]~label.response,
form.vContact input[type=text]:not([data-type=phone])~label.response,
form.vContact select~label.response,
form.vContact textarea~label.response {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

form.vContact input[type=email]~label.response>span,
form.vContact input[type=password]~label.response>span,
form.vContact input[type=text]:not([data-type=phone])~label.response>span,
form.vContact select~label.response>span,
form.vContact textarea~label.response>span {
    display: none
}

form.vContact input[type=email]~label.response .path,
form.vContact input[type=password]~label.response .path,
form.vContact input[type=text]:not([data-type=phone])~label.response .path,
form.vContact select~label.response .path,
form.vContact textarea~label.response .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0
}

form.vContact input[type=email]~label.response .path.circle,
form.vContact input[type=password]~label.response .path.circle,
form.vContact input[type=text]:not([data-type=phone])~label.response .path.circle,
form.vContact select~label.response .path.circle,
form.vContact textarea~label.response .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out
}

form.vContact input[type=email]~label.response .path.line,
form.vContact input[type=password]~label.response .path.line,
form.vContact input[type=text]:not([data-type=phone])~label.response .path.line,
form.vContact select~label.response .path.line,
form.vContact textarea~label.response .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards
}

form.vContact input[type=email]~label.response .path.check,
form.vContact input[type=password]~label.response .path.check,
form.vContact input[type=text]:not([data-type=phone])~label.response .path.check,
form.vContact select~label.response .path.check,
form.vContact textarea~label.response .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards
}

form.vContact input[type=email]:focus,
form.vContact input[type=email]:invalid:focus:placeholder-shown,
form.vContact input[type=password]:focus,
form.vContact input[type=password]:invalid:focus:placeholder-shown,
form.vContact input[type=text]:not([data-type=phone]):focus,
form.vContact input[type=text]:not([data-type=phone]):invalid:focus:placeholder-shown,
form.vContact select:focus,
form.vContact select:invalid:focus:placeholder-shown,
form.vContact textarea:focus,
form.vContact textarea:invalid:focus:placeholder-shown {
    border-color: #005994;
    box-shadow: none
}

form.vContact input[type=email]:valid:placeholder-shown,
form.vContact input[type=password]:valid:placeholder-shown,
form.vContact input[type=text]:not([data-type=phone]):valid:placeholder-shown,
form.vContact select:valid:placeholder-shown,
form.vContact textarea:valid:placeholder-shown {
    border-color: #ccc
}

form.vContact input[type=email]:valid:focus:not(:placeholder-shown),
form.vContact input[type=password]:valid:focus:not(:placeholder-shown),
form.vContact input[type=text]:not([data-type=phone]):valid:focus:not(:placeholder-shown),
form.vContact select:valid:focus:not(:placeholder-shown),
form.vContact textarea:valid:focus:not(:placeholder-shown) {
    border-color: #4caf50
}

form.vContact input[type=email]:valid:focus:not(:placeholder-shown)~label.response span.valid,
form.vContact input[type=password]:valid:focus:not(:placeholder-shown)~label.response span.valid,
form.vContact input[type=text]:not([data-type=phone]):valid:focus:not(:placeholder-shown)~label.response span.valid,
form.vContact select:valid:focus:not(:placeholder-shown)~label.response span.valid,
form.vContact textarea:valid:focus:not(:placeholder-shown)~label.response span.valid {
    display: block
}

form.vContact input[type=email]:invalid:focus:not(:placeholder-shown),
form.vContact input[type=email]:invalid:not(:focus):not(:placeholder-shown),
form.vContact input[type=password]:invalid:focus:not(:placeholder-shown),
form.vContact input[type=password]:invalid:not(:focus):not(:placeholder-shown),
form.vContact input[type=text]:not([data-type=phone]):invalid:focus:not(:placeholder-shown),
form.vContact input[type=text]:not([data-type=phone]):invalid:not(:focus):not(:placeholder-shown),
form.vContact select:invalid:focus:not(:placeholder-shown),
form.vContact select:invalid:not(:focus):not(:placeholder-shown),
form.vContact textarea:invalid:focus:not(:placeholder-shown),
form.vContact textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #f44336
}

form.vContact input[type=email]:invalid:not(:focus):not(:placeholder-shown)~label.response span.invalid,
form.vContact input[type=password]:invalid:not(:focus):not(:placeholder-shown)~label.response span.invalid,
form.vContact input[type=text]:not([data-type=phone]):invalid:not(:focus):not(:placeholder-shown)~label.response span.invalid,
form.vContact select:invalid:not(:focus):not(:placeholder-shown)~label.response span.invalid,
form.vContact textarea:invalid:not(:focus):not(:placeholder-shown)~label.response span.invalid {
    display: block
}

form.vContact textarea {
    height: 150px
}

form.vContact textarea~label.response {
    right: 10px;
    top: 25px
}

form.vContact label.error {
    display: none;
    color: #48a546;
    font-weight: 500;
    font-size: 13px
}

form.vContact textarea~label.error {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px
}

form.vContact img {
    display: block;
    margin: 0 auto
}

form button[type=submit] {
    padding: 9px 45px;
    font-weight: 600;
    color: #fff;
    background-color: #005994;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: .3s all ease-in
}

form button[type=submit] span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 27px;
    display: inline-block
}

form button[type=submit]:focus,
form button[type=submit]:hover {
    background-color: #8fb569;
    outline: 0;
    text-decoration: none
}

form button[type=submit]:focus:after,
form button[type=submit]:hover:after {
    height: 100%
}

form button[type=submit] span {
    display: none
}

form button[type=submit][data-process=default] {
    pointer-events: initial !important
}

form button[type=submit][data-process=default] span.default {
    display: block
}

form button[type=submit][data-process=sending] {
    background-color: #89593a !important
}

form button[type=submit][data-process=sending] span.sending {
    display: block;
    color: #fff
}

form button[type=submit][data-process=sending] span.sending i {
    color: #fff !important
}

form button[type=submit][data-process=sending-true] {
    background-color: #4cb944 !important
}

form button[type=submit][data-process=sending-true] span.sending-true {
    display: block;
    color: #fff
}

form button[type=submit][data-process=sending-true] span.sending-true i {
    color: #fff !important
}

form button[type=submit][data-process=sending-false] {
    background-color: #ff4242 !important
}

form button[type=submit][data-process=sending-false] span.sending-false {
    display: block;
    color: #fff
}

form button[type=submit][data-process=sending-false] span.sending-false i {
    color: #fff !important
}

form button[type=submit][data-process=sending-error] {
    background-color: #ff4242 !important
}

form button[type=submit][data-process=sending-error] span.sending-error {
    display: block;
    color: #fff
}

form button[type=submit][data-process=sending-error] span.sending-error i {
    color: #fff !important
}

.owlDots .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center
}

.owlDots .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 8px
}

.owlDots .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: rgba(255, 255, 255, .41);
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.owlDots .owl-dots .owl-dot.active span {
    background-color: #fff;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

a.link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block
}

.vC {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.crsl .item,
.crsl a,
.crsl img,
.crsl p {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pr {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#shareArea {
    width: 100%;
    display: block;
    z-index: 5;
    position: relative;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 10px
}

#shareArea .typ {
    display: inline-block;
    position: relative
}

#shareArea .typ a {
    float: none;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    margin-left: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .3s all ease-in
}

#shareArea .typ a:hover {
    text-decoration: none;
    background-color: #005994;
    color: #fff
}

b,
strong {
    font-weight: 700 !important
}

a:active,
a:focus,
a:visited {
    border: none;
    text-decoration: none;
    outline: 0
}

.anim {
    transition: .3s all ease-in
}

.clearfix {
    clear: both;
    height: 0
}

a#jq-BackToTop i.active {
    -webkit-animation-name: jump;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwads;
    -webkit-animation-direction: alternate
}

@-webkit-keyframes jump {
    from {
        top: -3px
    }
    to {
        top: 3px
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }
    100% {
        stroke-dashoffset: 900
    }
}

#vStartAdminMenu {
    position: fixed;
    bottom: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    line-height: 32px;
    z-index: 9999;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-family: Arial;
    transition: .3s all ease-in
}

#vStartAdminMenu:hover {
    bottom: 0
}

#vStartAdminMenu:hover>span {
    background-color: rgba(0, 0, 0, .85)
}

#vStartAdminMenu>span {
    display: inline-block;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .7);
    padding: 5px 40px 0 40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

#vStartAdminMenu .btnWrapper {
    display: block;
    background-color: rgba(0, 0, 0, .85);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 0 9px;
    overflow: hidden
}

#vStartAdminMenu .btnWrapper a {
    display: block;
    float: left;
    padding: 10px 20px 1px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 300
}

#vStartAdminMenu .btnWrapper a i {
    padding-right: 3px
}

#vStartAdminMenu .btnWrapper a:hover {
    text-decoration: none;
    text-shadow: 0 0 8px #fff
}

#userOperations {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000
}

#userOperations #processing,
#userOperations #response {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .65);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 10
}

#userOperations #processing .cnt,
#userOperations #response .cnt {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#userOperations #processing .cnt i,
#userOperations #response .cnt i {
    font-size: 100px
}

#userOperations #processing .cnt .error,
#userOperations #processing .cnt .success,
#userOperations #response .cnt .error,
#userOperations #response .cnt .success {
    display: none
}

#userOperations #processing .cnt .error span,
#userOperations #processing .cnt .success span,
#userOperations #response .cnt .error span,
#userOperations #response .cnt .success span {
    display: block;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

#userOperations #processing .cnt .error .path,
#userOperations #processing .cnt .success .path,
#userOperations #response .cnt .error .path,
#userOperations #response .cnt .success .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0
}

#userOperations #processing .cnt .error .path.circle,
#userOperations #processing .cnt .success .path.circle,
#userOperations #response .cnt .error .path.circle,
#userOperations #response .cnt .success .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out
}

#userOperations #processing .cnt .error .path.line,
#userOperations #processing .cnt .success .path.line,
#userOperations #response .cnt .error .path.line,
#userOperations #response .cnt .success .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards
}

#userOperations #processing .cnt .error .path.check,
#userOperations #processing .cnt .success .path.check,
#userOperations #response .cnt .error .path.check,
#userOperations #response .cnt .success .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards
}

#userOperations #processing .cnt .error p.msg,
#userOperations #processing .cnt .success p.msg,
#userOperations #response .cnt .error p.msg,
#userOperations #response .cnt .success p.msg {
    position: absolute;
    width: 100%;
    font-size: 15px;
    opacity: 1;
    background: #4caf50;
    color: #fff;
    padding: 10px;
    top: 320px;
    text-align: justify;
    border-radius: 10px
}

#userOperations #processing .cnt .error p.msg.s,
#userOperations #processing .cnt .success p.msg.s,
#userOperations #response .cnt .error p.msg.s,
#userOperations #response .cnt .success p.msg.s {
    background: #4caf50
}

#userOperations #processing .cnt .error p.msg.e,
#userOperations #processing .cnt .success p.msg.e,
#userOperations #response .cnt .error p.msg.e,
#userOperations #response .cnt .success p.msg.e {
    background: #f44336
}

#userOperations a.closeThis {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    color: #fff;
    transition: .3s all ease-in
}

#userOperations a.closeThis:hover {
    background-color: #48a546
}

#userOperations .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center
}

#userOperations .bg:before {
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png) 0 0 repeat;
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 0
}

#userOperations .bg:after {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: 1;
    content: "";
    background: #000;
    opacity: .3;
    left: 0;
    top: 0
}

#userOperations .middle {
    width: 400px;
    min-height: 400px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 40px 20px;
    overflow: hidden;
    transition: .3s all ease-in
}

#userOperations .middle h4 {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 23px;
    color: #333
}

#userOperations .middle .tabTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 15px 0 35px 0
}

#userOperations .middle .tabTitle a {
    display: inline-block;
    margin: 0 5px;
    padding: 7px 25px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    position: relative;
    z-index: 4;
    color: #333
}

#userOperations .middle .tabTitle a:hover {
    border-color: rgba(72, 165, 70, .95);
    text-decoration: none
}

#userOperations .middle .tabTitle a.active {
    border-color: rgba(72, 165, 70, .95);
    font-weight: 700
}

#userOperations .middle .tabContent {
    width: 100%
}

#userOperations .middle .tabContent>div:not(:first-child) {
    display: none
}

#userOperations form .tW {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 300px;
    padding: 0 10px
}

#userOperations form .tW::-webkit-scrollbar {
    background-color: rgba(51, 51, 51, .8)
}

#userOperations form .tW::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ddd
}

#userOperations form .tW::-webkit-scrollbar-thumb {
    background: #333
}

#userOperations form .wrp {
    width: 100%;
    height: 40px;
    position: relative;
    margin: 15px 0
}

#userOperations form .wrp.true label.exp {
    bottom: 32px;
    font-size: 12px
}

#userOperations form .wrp.true input:focus,
#userOperations form .wrp.true textarea:focus {
    border-color: #333
}

#userOperations form .wrp.true input:focus+label.exp,
#userOperations form .wrp.true textarea:focus+label.exp {
    color: #333
}

#userOperations form .wrp input,
#userOperations form .wrp textarea {
    display: block;
    border: none;
    outline: 0;
    border-bottom: 1px solid #9e9e9e;
    padding: 10px 3px;
    width: 100%;
    font-size: 15px;
    color: #000;
    background-color: transparent
}

#userOperations form .wrp textarea {
    resize: vertical
}

#userOperations form .wrp label.exp {
    position: absolute;
    left: 3px;
    bottom: 5px;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 400;
    z-index: -1;
    transition: .1s all ease-in
}

#userOperations form .wrp label[generated=true] {
    color: red;
    font-size: 12px;
    font-weight: 600
}

#userOperations form .wrp button[type=submit] {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #333;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    background: 0 0;
    text-transform: uppercase;
    margin-top: 15px;
    transition: .3s all ease-in
}

#userOperations form .wrp button[type=submit]:hover {
    border-color: #333;
    color: #fff;
    background-color: #333
}

.contact-overlay {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(14, 14, 14, .9);
    display: none
}

#JQ-randevu {
    z-index: 1002;
    height: 50px;
    width: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 10px 40px rgba(22, 20, 19, .2);
    -ms-transform: translateY(70vh);
    transform: translateY(70vh);
    -webkit-transform: translateY(70vh);
    -moz-transform: translateY(70vh);
    transition: .3s all ease-out .1s, -webkit-transform .2s ease-in;
    transition: .3s all ease-out .1s, transform .2s ease-in;
    transition: .3s all ease-out .1s, transform .2s ease-in, -webkit-transform .2s ease-in;
    -webkit-transition: .3s all ease-out .1s, transform .2s ease-in;
    -moz-transition: .3s all ease-out .1s, transform .2s ease-in
}

#JQ-randevu>div {
    width: 100%;
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: .2s all ease-out 0s;
    -webkit-transition: .2s all ease-out 0s;
    -moz-transition: .2s all ease-out 0s
}

#JQ-randevu form {
    padding: 25px
}

#JQ-randevu form h3 {
    margin-bottom: 30px
}

#JQ-randevu form input,
#JQ-randevu form textarea {
    font-size: 14px
}

#JQ-randevu form .selected-dial-code {
    padding-left: 3px;
    font-size: 12px
}

#JQ-randevu form .iti-arrow {
    right: 15px
}

#JQ-randevu form input[type=text][data-type=phone] {
    padding-left: 70px;
    padding-right: 0
}

#JQ-randevu.active {
    border-radius: 10px;
    width: 85%;
    height: 475px;
    top: 0;
    width: 445px;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0)
}

#JQ-randevu.active>div {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: .2s all ease-out .2s;
    -webkit-transition: .2s all ease-out .2s;
    -moz-transition: .2s all ease-out .2s
}

#mobilFooter,
#mobilHeader,
#phoneBg,
#phoneNav,
.headerSpace {
    display: none
}

@media only screen and (min-width:760px) and (max-width:992px) {
    body#mceTemplatePreview .col-md-4,
    body#mceTemplatePreview .col-md-6,
    body#tinymce .col-md-4,
    body#tinymce .col-md-6,
    div[data-prop=text] .col-md-4,
    div[data-prop=text] .col-md-6 {
        width: 49% !important;
        float: left;
        margin: 0
    }
}

@media only screen and (min-width:993px) and (max-width:1025px) {
    header:after {
        display: none !important
    }
    .vLang {
        position: relative !important;
        left: 0 !important;
        float: left
    }
    .headerButton {
        display: none !important
    }
}

@media only screen and (min-width:1050px) {
    .container {
        position: relative;
        padding-right: 7px;
        padding-left: 7px
    }
    .row {
        margin: 0 -7px
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .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-lg-auto,
    .col-md,
    .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-md-auto,
    .col-sm,
    .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-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 7px;
        padding-left: 7px
    }
    #sliderWrapper .tp-caption[data-visibility=mobil] {
        display: none !important
    }
}

@media only screen and (min-width:0) and (max-width:1050px) {
    #mobilFooter,
    #mobilHeader,
    #phoneBg,
    #phoneNav {
        display: block
    }
    #headerTop,
    #menu,
    #vStartAdminMenu,
    header {
        display: none
    }
    .haberler .haberler-card .img .content {
        position: absolute;
        right: 0;
        width: 100%;
        padding-right: 0;
        padding: 20px
    }
    .haberler .haberler-card .img .content h4 {
        line-height: 1.2
    }
    .haberler .haberler-card .img .content .cnt {
        font-weight: 400;
        max-height: 190px;
        overflow: hidden
    }
    .subelerHaber .subeler-card .img .content {
        position: absolute;
        left: 0;
        width: 100%;
        padding-right: 0;
        padding: 20px
    }
    .subelerHaber .subeler-card .img .content h4 {
        line-height: 1.2
    }
    .subelerHaber .subeler-card .img .content .cnt {
        font-weight: 400;
        max-height: 190px;
        overflow: hidden
    }
    .banner {
        padding: 100px 0;
        position: relative
    }
    footer .logo {
        display: block;
        width: 100%;
        text-align: center;
        float: center
    }
    footer .social {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 20px
    }
    #sticky-wrapper .box .tab-pane {
        height: 200px
    }
    #sidebar .formArea {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        margin: 50px 0
    }
    #subPageBanner h3 {
        font-size: 25px
    }
    .subeler .subelerContent .icon {
        width: 25%
    }
    #leftNav select {
        padding: 15px;
        width: 100%
    }
    #rightArea {
        padding-left: 0
    }
    #sticky-wrapper {
        width: 100%;
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 99
    }
    #sticky-wrapper .box {
        display: block;
        width: 25%;
        float: left
    }
    #sticky-wrapper .box .links {
        min-height: 80px;
        padding: 3px 1px;
        font-size: 10px
    }
    #sticky-wrapper .box .links i {
        font-size: 32px
    }
    #sticky-wrapper .box:hover .link-drop {
        left: -50vw !important;
        right: auto !important;
        width: 100vw;
        bottom: 80px
    }
    #sticky-wrapper .box:nth-child(2):hover .link-drop {
        left: -25vw !important;
        height: 200px;
        bottom: 120px;
        top: unset
    }
    #sticky-wrapper .box:nth-child(2):hover .link-drop #map {
        height: 200px
    }
    #sticky-wrapper .box:last-child:hover .link-drop {
        left: -75vw !important
    }
    .contact-overlay {
        z-index: 100
    }
    .contact-close {
        position: relative;
        display: block;
        text-align: center;
        z-index: 101;
        color: #232323;
        float: right;
        font-size: 25px;
        line-height: 37px
    }
    #request-form form {
        width: 285px
    }
    #request-form form h3 {
        text-align: left;
        font-size: 30px
    }
    #request-form form .wrp {
        margin-top: 5px
    }
    #request-form form textarea {
        height: 100px
    }
    #request-form.active {
        width: 330px
    }
    #JQ-randevu {
        z-index: 1000
    }
    #JQ-randevu.active {
        width: 92%;
        height: 500px;
        top: 10px;
        bottom: unset
    }
    #JQ-randevu textarea {
        height: 85px
    }
    #JQ-randevu form button[type=submit] {
        margin-top: 0 !important
    }
    #JQ-randevu h3 {
        margin-bottom: 15px !important
    }
    .contact-overlay {
        z-index: 999
    }
    #quickTool {
        display: block
    }
    #hakkimizda {
        padding: 50px 0
    }
    #hakkimizda .video {
        height: 300px;
        margin-bottom: 30px
    }
    #hakkimizda .video .video-poster {
        height: 100%
    }
    #hakkimizda .video .video-button {
        right: 50% !important
    }
    #bizim-sozumuz {
        padding-bottom: 40px
    }
    #bizim-sozumuz .content-wrap {
        margin-bottom: 25px;
        height: auto
    }
    #leftNav .widget {
        display: none !important
    }
    #leftNav .goDirectory {
        display: block !important;
        margin-bottom: 18px
    }
    #form {
        margin: 0
    }
    #form form {
        padding: 50px 40px
    }
    #form form .wrp {
        margin-right: 0
    }
    .pull-left,
    .pull-right {
        float: none !important
    }
    .container {
        max-width: initial !important;
        min-width: initial !important
    }
    #mobilHeader {
        width: 100%;
        height: 60px;
        background-color: transparent;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        line-height: 60px;
        color: #055d97;
        transition: .3s all ease-in
    }
    #mobilHeader.sps--blw {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, .17)
    }
    #mobilHeader.sps--blw .logo img.white-logo {
        display: none
    }
    #mobilHeader.sps--blw .logo img.black-logo {
        display: block
    }
    #mobilHeader.sps--blw .search {
        color: #055d97
    }
    #mobilHeader.sps--blw #phoneNavTrigger .icon span {
        background-color: #055d97
    }
    #mobilHeader a.search {
        display: block;
        float: right;
        font-size: 24px;
        position: relative;
        color: #fff;
        line-height: 60px
    }
    #mobilHeader a.i.active {
        color: #333
    }
    #mobilHeader .logo img {
        margin-top: 0;
        margin-left: 15px;
        max-width: 170px
    }
    #mobilHeader .logo img.black-logo {
        display: none
    }
    #mobilHeader #phoneNavTrigger {
        display: block;
        float: right;
        padding: 18px 18px 18px 25px
    }
    #mobilHeader #phoneNavTrigger .icon {
        width: 25px;
        height: 24px;
        position: relative;
        top: 1px;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: .5s ease-in-out;
        cursor: pointer
    }
    #mobilHeader #phoneNavTrigger .icon span {
        background-color: #fff;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: .25s ease-in-out
    }
    #mobilHeader #phoneNavTrigger .icon span:nth-child(1) {
        top: 0
    }
    #mobilHeader #phoneNavTrigger .icon span:nth-child(2),
    #mobilHeader #phoneNavTrigger .icon span:nth-child(3) {
        top: 9px
    }
    #mobilHeader #phoneNavTrigger .icon span:nth-child(4) {
        top: 18px
    }
    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%
    }
    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #mobilHeader #phoneNavTrigger .icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%
    }
    #mobilHeader.slideUp {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    #mobilHeader.headroom--top,
    #mobilHeader.slideDown {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    #phoneBg {
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9998;
        visibility: hidden;
        transition-property: background-color;
        transition-duration: .2s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        background-color: rgba(0, 0, 0, .5);
        opacity: 0;
        transition-property: opacity;
        visibility: visible;
        pointer-events: none
    }
    #phoneBg.is-visible {
        background-color: rgba(0, 0, 0, .5);
        visibility: visible;
        pointer-events: auto;
        opacity: 1
    }
    #phoneNav {
        width: 280px;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        padding: 10px 0;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: 9999;
        text-align: left;
        -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transition-duration: .2s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }
    #phoneNav.is-visible {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    #phoneNav .dl-menuwrapper {
        width: 100%;
        max-width: 300px;
        float: left;
        position: relative;
        -webkit-perspective: 750pt;
        perspective: 750pt;
        -webkit-perspective-origin: 50% 200%;
        perspective-origin: 50% 200%
    }
    #phoneNav .dl-menuwrapper:first-child {
        margin-right: 75pt
    }
    #phoneNav .dl-menuwrapper button {
        background: #ccc;
        border: none;
        width: 3pc;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: 0;
        opacity: 0
    }
    #phoneNav .dl-menuwrapper button:after {
        content: '';
        position: absolute;
        width: 68%;
        height: 5px;
        background: #fff;
        top: 10px;
        left: 16%;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
    }
    #phoneNav .dl-menuwrapper ul {
        padding: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    #phoneNav .dl-menuwrapper li {
        position: relative
    }
    #phoneNav .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 1pc;
        line-height: 20px;
        font-weight: 300;
        color: #fff;
        outline: 0
    }
    #phoneNav .no-touch .dl-menuwrapper li a:hover {
        background: rgba(255, 248, 213, .1)
    }
    #phoneNav .dl-menuwrapper li.dl-back>a {
        padding-left: 30px
    }
    #phoneNav .dl-menuwrapper li.dl-back:after,
    #phoneNav .dl-menuwrapper li>a:not(:only-child):after {
        position: absolute;
        top: 0;
        line-height: 50px;
        font-family: FontAwesome;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f101"
    }
    #phoneNav .dl-menuwrapper li.dl-back:after {
        left: 10px;
        color: #444;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #phoneNav .dl-menuwrapper li>a:after {
        right: 10px;
        color: #444
    }
    #phoneNav .dl-menuwrapper .dl-menu {
        margin: 5px 0 0 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    #phoneNav .dl-menuwrapper .dl-menu.dl-menu-toggle {
        transition: all .3s ease
    }
    #phoneNav .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    #phoneNav .dl-menuwrapper li .dl-submenu {
        display: none
    }
    #phoneNav .dl-menu.dl-subview li,
    #phoneNav .dl-menu.dl-subview li.dl-subview>a,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen>a {
        display: none
    }
    #phoneNav .dl-menu.dl-subview li.dl-subview,
    #phoneNav .dl-menu.dl-subview li.dl-subview .dl-submenu,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
    #phoneNav .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
        display: block
    }
    #phoneNav .dl-menuwrapper>.dl-submenu {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0
    }
    #phoneNav .dl-menu.dl-animate-out-1 {
        -webkit-animation: MenuAnimOut1 .2s;
        animation: MenuAnimOut1 .2s
    }
    #phoneNav .dl-menu.dl-animate-out-2 {
        -webkit-animation: MenuAnimOut2 .3s ease-in-out;
        animation: MenuAnimOut2 .3s ease-in-out
    }
    #phoneNav .dl-menu.dl-animate-out-3 {
        -webkit-animation: MenuAnimOut3 .4s ease;
        animation: MenuAnimOut3 .4s ease
    }
    #phoneNav .dl-menu.dl-animate-out-4 {
        -webkit-animation: MenuAnimOut4 .4s ease;
        animation: MenuAnimOut4 .2s ease
    }
    #phoneNav .dl-menu.dl-animate-out-5 {
        -webkit-animation: MenuAnimOut5 .4s ease;
        animation: MenuAnimOut5 .4s ease
    }
    @-webkit-keyframes MenuAnimOut1 {
        50% {
            -webkit-transform: translateZ(-250px) rotateY(30deg)
        }
        75% {
            -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            opacity: .5
        }
        100% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            opacity: 0
        }
    }
    @-webkit-keyframes MenuAnimOut2 {
        100% {
            -webkit-transform: translateX(-100%);
            opacity: 0
        }
    }
    @-webkit-keyframes MenuAnimOut3 {
        100% {
            -webkit-transform: translateZ(300px);
            opacity: 0
        }
    }
    @-webkit-keyframes MenuAnimOut4 {
        100% {
            -webkit-transform: translateZ(-300px);
            opacity: 0
        }
    }
    @-webkit-keyframes MenuAnimOut5 {
        100% {
            -webkit-transform: translateY(40%);
            opacity: 0
        }
    }
    @keyframes MenuAnimOut1 {
        50% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg)
        }
        75% {
            -webkit-transform: translateZ(-372.5px) rotateY(15deg);
            transform: translateZ(-372.5px) rotateY(15deg);
            opacity: .5
        }
        100% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            transform: translateZ(-500px) rotateY(0);
            opacity: 0
        }
    }
    @keyframes MenuAnimOut2 {
        100% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0
        }
    }
    @keyframes MenuAnimOut3 {
        100% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0
        }
    }
    @keyframes MenuAnimOut4 {
        100% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0
        }
    }
    @keyframes MenuAnimOut5 {
        100% {
            -webkit-transform: translateY(40%);
            transform: translateY(40%);
            opacity: 0
        }
    }
    #phoneNav .dl-menu.dl-animate-in-1 {
        -webkit-animation: MenuAnimIn1 .3s;
        animation: MenuAnimIn1 .3s
    }
    #phoneNav .dl-menu.dl-animate-in-2 {
        -webkit-animation: MenuAnimIn2 .3s ease-in-out;
        animation: MenuAnimIn2 .3s ease-in-out
    }
    #phoneNav .dl-menu.dl-animate-in-3 {
        -webkit-animation: MenuAnimIn3 .4s ease;
        animation: MenuAnimIn3 .4s ease
    }
    #phoneNav .dl-menu.dl-animate-in-4 {
        -webkit-animation: MenuAnimIn4 .4s ease;
        animation: MenuAnimIn4 .4s ease
    }
    #phoneNav .dl-menu.dl-animate-in-5 {
        -webkit-animation: MenuAnimIn5 .4s ease;
        animation: MenuAnimIn5 .4s ease
    }
    @-webkit-keyframes MenuAnimIn1 {
        0% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            opacity: 0
        }
        20% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            opacity: .5
        }
        100% {
            -webkit-transform: translateZ(0) rotateY(0);
            opacity: 1
        }
    }
    @-webkit-keyframes MenuAnimIn2 {
        0% {
            -webkit-transform: translateX(-100%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateX(0);
            opacity: 1
        }
    }
    @-webkit-keyframes MenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
    }
    @-webkit-keyframes MenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(-300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
    }
    @-webkit-keyframes MenuAnimIn5 {
        0% {
            -webkit-transform: translateY(40%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateY(0);
            opacity: 1
        }
    }
    @keyframes MenuAnimIn1 {
        0% {
            -webkit-transform: translateZ(-500px) rotateY(0);
            transform: translateZ(-500px) rotateY(0);
            opacity: 0
        }
        20% {
            -webkit-transform: translateZ(-250px) rotateY(30deg);
            transform: translateZ(-250px) rotateY(30deg);
            opacity: .5
        }
        100% {
            -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
            opacity: 1
        }
    }
    @keyframes MenuAnimIn2 {
        0% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }
    }
    @keyframes MenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
    }
    @keyframes MenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
    }
    @keyframes MenuAnimIn5 {
        0% {
            -webkit-transform: translateY(40%);
            transform: translateY(40%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
        -webkit-animation: SubMenuAnimIn1 .4s ease;
        animation: SubMenuAnimIn1 .4s ease
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
        -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
        animation: SubMenuAnimIn2 .3s ease-in-out
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
        -webkit-animation: SubMenuAnimIn3 .4s ease;
        animation: SubMenuAnimIn3 .4s ease
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
        -webkit-animation: SubMenuAnimIn4 .4s ease;
        animation: SubMenuAnimIn4 .4s ease
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
        -webkit-animation: SubMenuAnimIn5 .4s ease;
        animation: SubMenuAnimIn5 .4s ease
    }
    @-webkit-keyframes SubMenuAnimIn1 {
        0% {
            -webkit-transform: translateX(50%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateX(0);
            opacity: 1
        }
    }
    @-webkit-keyframes SubMenuAnimIn2 {
        0% {
            -webkit-transform: translateX(100%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateX(0);
            opacity: 1
        }
    }
    @-webkit-keyframes SubMenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(-300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
    }
    @-webkit-keyframes SubMenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
    }
    @-webkit-keyframes SubMenuAnimIn5 {
        0% {
            -webkit-transform: translateZ(-200px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
    }
    @keyframes SubMenuAnimIn1 {
        0% {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }
    }
    @keyframes SubMenuAnimIn2 {
        0% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }
    }
    @keyframes SubMenuAnimIn3 {
        0% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
    }
    @keyframes SubMenuAnimIn4 {
        0% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
    }
    @keyframes SubMenuAnimIn5 {
        0% {
            -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
            opacity: 0
        }
        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
        -webkit-animation: SubMenuAnimOut1 .4s ease;
        animation: SubMenuAnimOut1 .4s ease
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
        -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
        animation: SubMenuAnimOut2 .3s ease-in-out
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
        -webkit-animation: SubMenuAnimOut3 .4s ease;
        animation: SubMenuAnimOut3 .4s ease
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
        -webkit-animation: SubMenuAnimOut4 .4s ease;
        animation: SubMenuAnimOut4 .4s ease
    }
    #phoneNav .dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
        -webkit-animation: SubMenuAnimOut5 .4s ease;
        animation: SubMenuAnimOut5 .4s ease
    }
    @-webkit-keyframes SubMenuAnimOut1 {
        0% {
            -webkit-transform: translateX(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateX(50%);
            opacity: 0
        }
    }
    @-webkit-keyframes SubMenuAnimOut2 {
        0% {
            -webkit-transform: translateX(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateX(100%);
            opacity: 0
        }
    }
    @-webkit-keyframes SubMenuAnimOut3 {
        0% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateZ(-300px);
            opacity: 0
        }
    }
    @-webkit-keyframes SubMenuAnimOut4 {
        0% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateZ(300px);
            opacity: 0
        }
    }
    @-webkit-keyframes SubMenuAnimOut5 {
        0% {
            -webkit-transform: translateZ(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateZ(-200px);
            opacity: 0
        }
    }
    @keyframes SubMenuAnimOut1 {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            opacity: 0
        }
    }
    @keyframes SubMenuAnimOut2 {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0
        }
    }
    @keyframes SubMenuAnimOut3 {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateZ(-300px);
            transform: translateZ(-300px);
            opacity: 0
        }
    }
    @keyframes SubMenuAnimOut4 {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
            opacity: 0
        }
    }
    @keyframes SubMenuAnimOut5 {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1
        }
        100% {
            -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
            opacity: 0
        }
    }
    #phoneNav .no-js .dl-menuwrapper .dl-menu {
        position: relative;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    #phoneNav .no-js .dl-menuwrapper li .dl-submenu {
        display: block
    }
    #phoneNav .no-js .dl-menuwrapper li.dl-back {
        display: none
    }
    #phoneNav .no-js .dl-menuwrapper li>a:not(:only-child) {
        background: rgba(0, 0, 0, .1)
    }
    #phoneNav .no-js .dl-menuwrapper li>a:not(:only-child):after {
        content: ''
    }
    #phoneNav .demo-1 .dl-menuwrapper button {
        background: #c62860
    }
    #phoneNav .demo-1 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-1 .dl-menuwrapper button:hover,
    #phoneNav .demo-1 .dl-menuwrapper ul {
        background: #9e1847
    }
    #phoneNav .demo-2 .dl-menuwrapper button {
        background: #e86814
    }
    #phoneNav .demo-2 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-2 .dl-menuwrapper button:hover,
    #phoneNav .demo-2 .dl-menuwrapper ul {
        background: #d35400
    }
    #phoneNav .demo-3 .dl-menuwrapper button {
        background: #08cbc4
    }
    #phoneNav .demo-3 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-3 .dl-menuwrapper button:hover,
    #phoneNav .demo-3 .dl-menuwrapper ul {
        background: #00b4ae
    }
    #phoneNav .demo-4 .dl-menuwrapper button {
        background: #90b912
    }
    #phoneNav .demo-4 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-4 .dl-menuwrapper button:hover,
    #phoneNav .demo-4 .dl-menuwrapper ul {
        background: #79a002
    }
    #phoneNav .demo-5 .dl-menuwrapper button {
        background: #744783
    }
    #phoneNav .demo-5 .dl-menuwrapper button.dl-active,
    #phoneNav .demo-5 .dl-menuwrapper button:hover,
    #phoneNav .demo-5 .dl-menuwrapper ul {
        background: #643771
    }
    #phoneNav .dl-menuwrapper .dl-menu.dl-menuopen {
        position: relative !important
    }
    #phoneNav .dl-animate-in-5 li,
    #phoneNav ul.dl-menu li {
        border-bottom: 1px solid #e3e3e3
    }
    #phoneNav .dl-animate-in-5 li a,
    #phoneNav ul.dl-menu li a {
        color: #333
    }
    #phoneNav .dl-animate-in-5 li a:after,
    #phoneNav ul.dl-menu li a:after {
        color: #055d97
    }
    #phoneNav .dl-animate-in-5 ul.dl-submenu li,
    #phoneNav ul.dl-menu ul.dl-submenu li {
        border-bottom: 1px solid #e3e3e3 !important
    }
    #phoneNav .dl-animate-in-5 li.dl-subviewopen,
    #phoneNav ul.dl-menu li.dl-subviewopen {
        border-bottom: none !important
    }
    #phoneNav .company {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 5;
        background-color: #055d97;
        height: 60px;
        line-height: 60px;
        display: block;
        overflow: hidden
    }
    #phoneNav .company a {
        line-height: 60px;
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: center;
        font-weight: 300;
        font-size: 20px
    }
    #phoneNav a.quickCont {
        display: block;
        width: 100%;
        background: #fff;
        color: #333;
        padding: 8px 11px;
        font-size: 15px;
        font-weight: 300;
        border-bottom: 1px solid #e3e3e3;
        text-align: center
    }
    #phoneNav a.quickCont.last {
        border: none
    }
    #phoneNav a.quickCont i {
        color: #055d97
    }
    #phoneNav .vLang {
        width: 100%;
        display: block;
        float: none;
        margin: 24px 0;
        text-align: center
    }
    #phoneNav .vLang a {
        width: 40px;
        height: 25px;
        float: none;
        position: relative;
        display: inline-block;
        margin: 0 8px
    }
    #phoneNav .vLang .flag {
        width: 40px;
        height: 25px;
        float: none;
        position: relative;
        display: inline-block;
        margin: 0 8px
    }
    #phoneNav .vLang .flag-icon-background {
        background-size: cover
    }
    #phoneNav .social {
        width: 100%;
        position: relative;
        margin-top: 10px
    }
    #phoneNav .social ul {
        width: 100%;
        text-align: center
    }
    #phoneNav .social ul li {
        display: inline-block
    }
    #phoneNav .social ul li:last-child {
        border: none
    }
    #phoneNav .social ul li a.soc {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        display: block;
        text-align: center;
        border-radius: 100%;
        color: #fff
    }
    #phoneNav .social a.facebook {
        background-color: #3b5998
    }
    #phoneNav .social a.twitter {
        background-color: #55acee
    }
    #phoneNav .social a.google-plus {
        background-color: #d1402e
    }
    #phoneNav .social a.linkedin {
        background-color: #00344f
    }
    #phoneNav .social a.youtube {
        background-color: #cc181e
    }
    #phoneNav .social a.instagram {
        background-color: #a57d60
    }
    #phoneNav .social a.pinterest {
        background-color: #bd081b
    }
    #mobilFooter {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        display: none;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        transition: .3s all ease-in
    }
    #mobilFooter .call,
    #mobilFooter .location,
    #mobilFooter .sendMail,
    #mobilFooter .shareTrigger {
        width: 25%;
        float: left;
        display: block;
        text-align: center
    }
    #mobilFooter .call a,
    #mobilFooter .location a,
    #mobilFooter .sendMail a,
    #mobilFooter .shareTrigger a {
        font-size: 21px;
        color: #fff;
        display: block;
        padding: 8px 0
    }
    #mobilFooter .share {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -4px;
        z-index: -1;
        border-bottom: 1px solid #fff;
        background-color: #005994;
        transition: .3s all ease-in
    }
    #mobilFooter .share.active {
        bottom: 46px
    }
    #mobilFooter .share>a {
        width: 20%;
        height: 50px;
        line-height: 53px;
        display: block;
        float: left;
        color: #fff;
        font-size: 19px
    }
    #mobilFooter .share a.whatsapp {
        background-color: #25d366
    }
    #mobilFooter .share a.facebook {
        background-color: #3b5998
    }
    #mobilFooter .share a.twitter {
        background-color: #55acee
    }
    #mobilFooter .share a.googleplus {
        background-color: #d1402e
    }
    #mobilFooter .shareTrigger {
        background-color: #005994;
        transition: .3s all ease-in
    }
    #mobilFooter .shareTrigger.active {
        background-color: #002b48
    }
    #mobilFooter .location {
        background-color: #2c82c9
    }
    #mobilFooter .sendMail {
        background-color: #f1654c
    }
    #mobilFooter .call {
        background-color: #2cc990
    }
    #mobilFooter.onpin,
    #mobilFooter.ontop {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
    #mobilFooter.onbottom,
    #mobilFooter.onunpin {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .ghostMobilFooter {
        height: 80px
    }
    .mobilFooter {
        height: 38px;
        display: none
    }
    .headerSpace {
        width: 100%;
        height: 60px
    }
    #searchArea form {
        padding-top: 0
    }
    #searchArea form input {
        width: calc(100% - 70px);
        font-size: 20px;
        padding: 0 10px
    }
    #searchArea form a.cls,
    #searchArea form button {
        width: 25px;
        font-size: 20px;
        position: relative;
        top: -3px
    }
    #searchArea form a.cls {
        margin-left: 5px
    }
    #sliderVideo {
        margin-top: 0;
        height: 60vh
    }
    #sliderVideo .div {
        background: rgba(0, 0, 0, .41)
    }
    #sliderVideo .content {
        top: 25%;
        left: 15%
    }
    #sliderVideo .content .sTitle {
        font-size: 19px !important;
        line-height: 30px !important;
        max-width: 75% !important
    }
    #sliderVideo .content a.specialLink {
        padding: 12px 13px !important;
        font-size: 17px !important
    }
    #sliderWrapper {
        margin-top: 0
    }
    #sliderWrapper .tp-leftarrow,
    #sliderWrapper .tp-rightarrow {
        bottom: 0 !important
    }
    #sliderWrapper .tp-caption[data-visibility=desktop] {
        display: none !important
    }
    #sliderWrapper .bg {
        display: none
    }
    #sliderWrapper .sTitle {
        font-size: 19px !important;
        line-height: 30px !important;
        max-width: 60% !important;
        margin-left: 30px !important
    }
    #sliderWrapper a.specialLink {
        padding: 12px 13px !important;
        font-size: 17px !important
    }
    #sliderWrapper .tp-caption.large_text,
    #sliderWrapper .tp-caption.very_large_text {
        font-weight: 300;
        color: #fff
    }
    .intl-tel-input .country-list,
    .intl-tel-input.iti-container {
        width: 100% !important;
        max-width: 100% !important;
        height: 99% !important;
        max-height: 80% !important;
        position: fixed !important;
        top: 50% !important;
        left: 0 !important;
        z-index: 100000 !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }
    .crsl .item,
    .crsl a,
    .crsl img,
    .crsl p {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    #shareArea {
        text-align: center
    }
    #shareArea .typ {
        width: 100%
    }
    #shareArea .typ a {
        width: 48%;
        margin: 0 1%;
        padding: 5px 0
    }
    #shareArea .typ a sub {
        position: initial
    }
    #itemSlider,
    #movArea {
        border: none;
        margin-bottom: 30px
    }
    #itemSlider .crsl,
    #movArea .crsl {
        overflow: initial
    }
    #itemSlider .imgMiddle,
    #movArea .imgMiddle {
        width: 100%;
        height: 200px;
        padding: 10px 0;
        display: table;
        position: relative;
        overflow: hidden
    }
    #itemSlider .imgMiddle div,
    #movArea .imgMiddle div {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
    #itemSlider .imgMiddle div img,
    #movArea .imgMiddle div img {
        max-width: 90%;
        max-height: 180px;
        width: auto;
        display: inline-block;
        margin: 0 auto
    }
    #itemSlider .iframe,
    #movArea .iframe {
        height: 200px
    }
    #itemSlider .owl-dots,
    #movArea .owl-dots {
        bottom: -25px
    }
    #itemSlider a.next,
    #itemSlider a.prev,
    #movArea a.next,
    #movArea a.prev {
        display: none
    }
    footer .footerButton {
        display: none !important
    }
    footer .footerTop {
        padding: 50px 0 20px !important
    }
    footer .footerTop .footer-contact-info {
        padding: 0 !important;
        margin: 0 0 50px !important;
        background: 0 !important;
        box-shadow: none !important
    }
    footer .footerTop .footer-contact-info .emmergency-call {
        display: none
    }
    footer .footerTop .footer-contact-info a,
    footer .footerTop .footer-contact-info p {
        color: #91a1b4 !important
    }
    footer .footerBottom {
        text-align: center
    }
}