﻿/*
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
*/

:root {
    --family-Barlow-Condensed: barlow-condensed, sans-serif;
    --family-Barlow-Semi-Condensed: "barlow-semi-condensed", sans-serif;
}

body {
    font-family: var(--family-Barlow-Condensed);
    font-weight: 400;
}

header {
    background: #fff;
    position: relative;
    z-index: 99;
}

a {
    text-decoration: none !important
}

.transition_200 {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.header-top {
    height: 91px;
    width: 100%;
    position: relative;
}

.header-top .logo {
    display: block;
    background: #fff;
    position: relative;
    float: left
}

.header-top .logo:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -12px;
    background: #d4d4d4;
    top: 0;
    -moz-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg)
}

.header-top .logo:after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -23px;
    top: 0
}

.header-top .top {
    float: right
}

.header-top .top .social, .common-item .search-icon, .common-item .lang {
    float: left
}

.header-top .top .social label {
    font-weight: 500;
    color: #5e5e62;
    border-right: 1px solid #d6d7db;
    display: none
}

.header-top .top .social label, .header-top .top .social ul, .header-top .top .social .social-open-close-btn, .header-top .top .social ul li, .common-item {
    float: left
}

.header-top .top .social .social-open-close-btn, .header-top .top .social ul li a {
    background: #fff;
    color: #aaa;
    border: 1px solid #e8e8e8;
    text-align: center;
    display: block
}

.header-top .top .social .social-open-close-btn:hover, .header-top .top .social .social-open-close-btn.open, .header-top .top .social ul li a:hover {
    border: 1px solid #38a7f5
}

.header-top .top .social .social-open-close-btn {
    color: #38a7f5
}

.header-top .top .social ul li a.facebok {
    color: #3b5999
}

.header-top .top .social ul li a.twttr {
    color: #55acee
}

.header-top .top .social ul li a.google {
    color: #dd4b39
}

.header-top .top .social ul li a.instagram {
    color: #e4405f
}

.header-top .top .social ul li a.youtube {
    color: #cd201f
}

.header-top .top .social ul li a:hover {
    border-color: currentColor
}

.header-top .top .social social-label {
    display: none
}

.common-item .search-icon {
    color: #303548
}

.common-item .lang {
    color: #5e5e62;
    font-weight: 700;
    border-left: 1px solid #6caaea
}

.common-item .lang:hover, .common-item .search-icon:hover {
    color: #237dc0
}

.header-top-baslik {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.header-top-baslik h1, .header-top-baslik div {
    margin-top: 0;
    margin-bottom: 0;
    font: 700 24px 'BarlowCondensed-Bold', sans-serif;
    color: #656d78;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.header-top-baslik small {
    display: block;
    font: 500 20px 'BarlowCondensed-Medium', sans-serif;
    color: #8c8c8c;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

@media (min-width:320px) {
    .header-top-baslik {
        margin-left: 25px;
        padding-top: 8px;
    }

    .header-top-baslik h1, .header-top-baslik div {
        font-size: 14px
    }

    .header-top-baslik h1 span, .header-top-baslik div span {
        display: block
    }

    .header-top-baslik small {
        font-size: 10px
    }

    .header-top .logo:before {
        -moz-transform: rotate(-23deg);
        -webkit-transform: rotate(-23deg);
        -o-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }
}

@media (min-width:435px) {
    .header-top-baslik {
        width: 322px;
        padding-top: 10px;
    }

    .header-top-baslik h1, .header-top-baslik div {
        font-size: 14px
    }

    .header-top-baslik small {
        font-size: 11px
    }
}

@media (min-width:768px) {
    .header-top-baslik {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 407px;
        margin-left: 210px;
        padding-top: 0;
    }

    .header-top-baslik h1, .header-top-baslik div {
        font-size: 14px
    }

    .header-top-baslik h1 span, .header-top-baslik div span {
        display: inline
    }

    .header-top-baslik small {
        font-size: 14px
    }

    .header-top .logo:before {
        -moz-transform: rotate(-14deg);
        -webkit-transform: rotate(-14deg);
        -o-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }
}

@media (min-width:992px) {
    .header-top-baslik {
        width: 610px;
        margin-left: 230px;
    }

    .header-top-baslik h1, .header-top-baslik div {
        font-size: 20px
    }

    .header-top-baslik small {
        font-size: 16px
    }

    .header-top .logo:before {
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@media (min-width:1200px) {
    .header-top-baslik {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px
    }

    .header-top-baslik h1, .header-top-baslik div {
        font-size: 17px
    }

    .header-top-baslik small {
        font-size: 14px
    }

    .header-top .logo:before {
        -moz-transform: rotate(-14deg);
        -webkit-transform: rotate(-14deg);
        -o-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }
}

@media (min-width:1500px) {
    .header-top-baslik {
        width: 850px
    }

    .header-top-baslik h1, .header-top-baslik div {
        font-size: 26px;
    }

    .header-top-baslik small {
        font-size: 18px;
        padding-left: 2px;
    }
}

header .relower {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 1px 20px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 20px 1px rgba(0,0,0,0.20);
    box-shadow: 0 1px 20px 1px rgba(0,0,0,0.20);
    -moz-transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    -moz-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    -ms-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    -o-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    transition: all .3s cubic-bezier(.36,.55,.37,.87)
}

header .open {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

header .relower-line {
    background-color: #c1c1c1;
    width: 100%;
    height: 1px;
    overflow: hidden
}

header .relower-head {
    color: #3997dd;
    font-weight: 700;
    font-size: 35px;
    padding-top: 20px
}

header .relower-text {
    color: #3997dd;
    font-size: 18px;
    font-family: Arial;
    padding-top: 10px
}

header .relower-text span {
    font-weight: 700
}

header .relower-link a {
    display: block;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    text-align: center;
    float: left;
    padding: 7px 32px 9px;
    margin: 20px 10px 25px 0;
    color: #838383;
    font-size: 15px;
    font-family: Arial
}

header .warning {
    color: #5f5f60;
    font-size: 12px;
    font-family: Arial
}

header .warningone {
    float: left;
    width: 32px;
    padding-top: 17px;
    margin-right: 18px
}

header .warningone i {
    font-size: 30px;
    color: #bab7b7;
    line-height: 1
}

header .warningtwo {
    float: left;
    padding-left: 19px;
    width: 1100px;
    color: #5f5f60;
    font-size: 12px;
    font-family: Arial;
    padding-top: 17px;
    padding-bottom: 15px
}

.relower-close {
    display: block;
    position: absolute;
    right: 27px;
    top: 24px;
    color: #38a7f5;
    cursor: pointer
}

.relower-close i {
    font-size: 43px
}

.relower-close:hover {
    color: #056ab6
}

@media screen and (min-width:320px) {
    header .warningtwo {
        width: 100%;
        padding: 15px 0
    }

    header .relower-head {
        font-size: 20px;
        padding-top: 20px
    }

    .relower-close {
        right: 7px;
        top: 9px
    }

    header .relower-text {
        font-size: 16px
    }

    header .relower-link a {
        padding: 7px 23px 9px;
        margin: 20px 10px 25px 0
    }

    .relower-close i {
        font-size: 32px
    }
}

@media screen and (min-width:768px) {
    header .warningtwo {
        width: 650px;
        padding: 17px 0 15px
    }

    header .relower-head {
        font-size: 35px;
        padding-top: 20px
    }

    .relower-close {
        right: 27px;
        top: 24px
    }

    header .relower-text {
        font-size: 18px
    }

    header .relower-link a {
        padding: 7px 32px 9px;
        margin: 20px 10px 25px 0
    }

    .relower-close i {
        font-size: 43px
    }
}

@media screen and (min-width:992px) {
    header .warningtwo {
        width: 850px;
        padding: 17px 0 15px
    }

    header .relower-head {
        font-size: 35px;
        padding-top: 20px
    }

    .relower-close {
        right: 27px;
        top: 24px
    }

    header .relower-text {
        font-size: 18px
    }

    header .relower-link a {
        padding: 7px 32px 9px;
        margin: 20px 10px 25px 0
    }

    .relower-close i {
        font-size: 43px
    }
}

@media screen and (min-width:1200px) {
    header .warningtwo {
        width: 1050px;
        padding: 17px 0 15px
    }

    header .relower-head {
        font-size: 35px;
        padding-top: 20px
    }

    .relower-close {
        right: 27px;
        top: 24px
    }

    header .relower-text {
        font-size: 18px
    }

    header .relower-link a {
        padding: 7px 32px 9px;
        margin: 20px 10px 25px 0
    }

    .relower-close i {
        font-size: 43px
    }
}

header .search {
    border-bottom: 5px solid rgba(56,167,245,0.75);
    position: fixed;
    width: 100%;
    /*min-height:161px;*/
    background: #fff;
    z-index: 99999;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    -moz-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    -ms-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    -o-transition: all .3s cubic-bezier(.36,.55,.37,.87);
    transition: all .3s cubic-bezier(.36,.55,.37,.87);
    visibility: hidden;
}

header .search.open {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

header .search .form-inline .form-group,
header .search .form-inline .form-control {
    height: 45px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

header .search .form-inline .form-control {
    border-radius: 0;
    border: none;
    border-left: 1px solid #150907;
    box-shadow: none;
    outline: none;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    padding-left: 38px
}

header .search .form-inline .search-btn {
    color: #150907;
    font-size: 25px;
    width: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    padding-top: 9px;
    float: left;
    margin-right: 20px
}

header .search .form-inline .close-btn:hover, header .search .form-inline .search-btn:hover {
    color: #ff843a
}

header .search .form-inline .close-btn {
    color: #150907;
    font-size: 23px;
    float: right;
    margin-top: 11px
}

@media screen and (min-width:320px) {
    header .search .form-inline .form-control {
        width: 75%;
        float: left;
        padding-left: 15px
    }

    .header-top {
        height: 54px;
        display: table;
        width: 100%
    }

    .header-top .logo {
        width: 65px;
        height: 54px;
        padding-left: 5px;
        padding-top: 15px;
        float: none;
        display: table-cell;
        vertical-align: top;
        z-index: 2
    }

    .header-top .top {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

    .header-top .logo img {
        width: 60px
    }

    .header-top .logo:after {
        border-width: 54px 0 0 23px
    }

    .header-top .top .social label {
        font-size: 12px;
        padding-right: 12px;
        margin-right: 25px;
        margin-top: 33px;
        font-weight: 500;
    }

    .header-top .top .social {
        display: none;
        margin-right: 23px;
        position: relative
    }

    .header-top .top .social ul {
        margin-top: 0;
        top: 69px;
        display: none;
        position: absolute;
        right: 0
    }

    .header-top .top .social .social-open-close-btn {
        margin-top: 26px
    }

    .header-top .top .social ul li {
        margin-right: 0;
        float: none;
        margin-bottom: 1px
    }

    .header-top .top .social .social-open-close-btn, .header-top .top .social ul li a {
        font-size: 14px;
        padding-top: 11px;
        width: 40px;
        height: 40px
    }

    .common-item .search-icon {
        font-size: 18px;
        margin-top: 38px;
        margin-right: 19px;
        display: none
    }

    .common-item .lang {
        font-size: 12px;
        padding-left: 12px;
        margin-right: 20px;
        margin-top: 38px;
        display: none
    }
}

@media screen and (min-width:768px) {
    header .search .form-inline .form-control {
        width: 89%;
        padding-left: 25px
    }

    .header-top {
        height: 91px;
        display: block
    }

    .header-top .top {
        float: right;
        display: block;
        float: right;
        display: block
    }

    .header-top .logo {
        width: 183px;
        height: 91px;
        padding-left: 15px;
        padding-top: 18px;
        float: left
    }

    .header-top .logo img {
        width: 130px
    }

    .header-top .logo:after {
        border-width: 90px 0 0 23px
    }

    .header-top .top .social label {
        font-size: 12px;
        padding-right: 12px;
        margin-right: 25px;
        margin-top: 38px
    }

    .header-top .top .social {
        margin-right: 23px;
        position: relative;
        display: block
    }

    .header-top .top .social ul {
        margin-top: 0;
        top: 69px;
        display: none;
        position: absolute;
        right: 0;
        z-index: 3
    }

    .header-top .top .social .social-open-close-btn {
        margin-top: 26px
    }

    .header-top .top .social ul li {
        margin-right: 0;
        float: none;
        margin-bottom: 1px
    }

    .header-top .top .social .social-open-close-btn, .header-top .top .social ul li a {
        font-size: 14px;
        padding-top: 11px;
        width: 40px;
        height: 40px
    }

    .common-item .search-icon {
        font-size: 18px;
        margin-top: 38px;
        margin-right: 19px;
        display: block
    }

    .common-item .lang {
        font-size: 12px;
        padding-left: 12px;
        margin-right: 20px;
        margin-top: 38px;
        display: block
    }
}

@media screen and (min-width:992px) {
    header .search .form-inline .form-group, header .search .form-inline .form-control {
        width: 90%
    }

    .header-top {
        height: 87px
    }

    .header-top .logo {
        width: 202px;
        height: 87px;
        padding-left: 15px;
        padding-top: 10px
    }

    .header-top .logo img {
        width: 160px
    }

    .header-top .logo:after {
        border-width: 87px 0 0 23px
    }

    .header-top .top .social label {
        font-size: 12px;
        padding-right: 12px;
        margin-right: 25px;
        margin-top: 38px
    }

    .header-top .top .social {
        margin-right: 23px;
        position: relative
    }

    .common-item .search-icon {
        font-size: 18px;
        margin-top: 38px;
        margin-right: 19px
    }

    .common-item .lang {
        font-size: 12px;
        padding-left: 12px;
        margin-right: 20px;
        margin-top: 38px
    }
}

@media screen and (min-width:1200px) {
    header .search .form-inline .form-group, header .search .form-inline .form-control {
        width: 93%
    }

    .header-top {
        height: 91px
    }

    .header-top .logo {
        width: 233px;
        height: 91px;
        padding-left: 35px;
        padding-top: 10px
    }

    .header-top .logo img {
        width: 160px
    }

    .header-top .logo:after {
        border-width: 91px 0 0 23px
    }

    .header-top .top .social {
        margin-right: 25px
    }

    .header-top .top .social social-label {
        font-size: 12px;
        padding-right: 12px;
        margin-right: 25px;
        margin-top: 38px;
        display: block
    }

    .header-top .top .social ul {
        margin-top: 26px;
        display: block;
        position: relative;
        top: 0
    }

    .header-top .top .social ul li {
        margin-right: 9px;
        float: left
    }

    .header-top .top .social ul li a {
        font-size: 16px;
        padding-top: 11px;
        width: 40px;
        height: 40px
    }

    .header-top .top .social .social-open-close-btn {
        margin-top: 26px;
        display: none
    }

    .header-top .top .social .social-open-close-btn /*,.header-top .top .social ul li a*/ {
        font-size: 14px;
        padding-top: 11px;
        width: 40px;
        height: 40px
    }

    .common-item .search-icon {
        font-size: 18px;
        margin-top: 38px;
        margin-right: 19px
    }

    .common-item .lang {
        font-size: 12px;
        padding-left: 12px;
        margin-right: 20px;
        margin-top: 38px
    }
}

@media screen and (min-width:1680px) {
    .header-top .logo {
        width: 233px;
        height: 91px;
        padding-left: 35px;
        padding-top: 10px
    }

    .header-top .logo img {
        width: 160px
    }

    .header-top .top .social label {
        font-size: 18px;
        padding-right: 12px;
        margin-right: 25px;
        margin-top: 33px;
        display: block
    }

    .header-top .top .social {
        margin-right: 36px
    }

    .common-item .search-icon {
        font-size: 18px;
        margin-top: 38px;
        margin-right: 19px
    }

    .common-item .lang {
        font-size: 13px;
        padding-left: 12px;
        margin-right: 43px;
        margin-top: 38px
    }
}

.footter-nav {
    background: #237dc0
}

.footter-nav nav a {
    position: relative;
    font-weight: 400;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255,255,255,0.3)
}

.footter-nav nav a:first-of-type {
    margin-left: 0
}

.footter-nav nav a:last-of-type {
    margin-right: 0
}

.cl-effect-17 a {
    color: #10649b;
    text-shadow: none;
    padding: 10px 0 4px
}

.cl-effect-17 a::before {
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.1s,opacity .1s;
    -moz-transition: -moz-transform 0.1s,opacity .1s;
    transition: transform 0.1s,opacity .1s;
    pointer-events: none
}

.cl-effect-17 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.1s,opacity .1s;
    -moz-transition: -moz-transform 0.1s,opacity .1s;
    transition: transform 0.1s,opacity .1s;
    pointer-events: none
}

.cl-effect-17 a:hover::before, .cl-effect-17 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px)
}

.cl-effect-17 a:hover::after, .cl-effect-17 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px)
}

.footer-bottom .copyright {
    font-weight: 300;
    color: #8d8d8d;
    border-right: 1px solid #a8a8a9
}

.footer-bottom .copyright span {
    color: #237dc0
}

.footer-bottom .social {
    float: left
}

.footer-bottom .social li {
    float: left
}

.footer-bottom .social li a {
    color: #7c7c7c
}

.footer-bottom .social li a.facebok:hover {
    color: #3b5998
}

.footer-bottom .social li a.twttr:hover {
    color: #4fabf1
}

.footer-bottom .social li a.google:hover {
    color: #da2c2e
}

.footer-bottom .social li a.instagram:hover {
    color: #3b5998
}

.footer-bottom .social li a.youtube:hover {
    color: #da2c2e
}

.footer-bottom .links {
    float: right
}

.footer-bottom .links li {
    float: left
}

.footer-bottom .links li a {
    color: #8a8d98;
    font-weight: 700;
}

.footer-bottom .links li a:hover {
    color: #237dc0
}

.footer-bottom .copyright p {
    margin: 0
}

@media screen and (min-width:320px) {
    .footter-nav nav a {
        display: block;
        margin: 15px 0;
        font-size: 17px;
        text-align: center
    }

    .cl-effect-17 a:hover::after, .cl-effect-17 a:focus::after {
        opacity: 0
    }

    .footer-bottom {
        padding: 30px 0 0;
        text-align: center
    }

    .footer-bottom .copyright {
        font-size: 14px;
        float: none;
        padding-right: 50px;
        padding-left: 50px;
        margin-top: 0;
        display: inline-block;
        border-right: none
    }

    .footer-bottom .copyright span {
        display: block
    }

    .footer-bottom .social {
        margin-top: 30px;
        float: none;
        display: inline-block;
        margin-bottom: 20px
    }

    .footer-bottom .social li {
        float: none;
        display: inline-block;
        margin-left: 22px
    }

    .footer-bottom .social li a {
        font-size: 20px
    }

    .footer-bottom .links {
        float: none;
        display: block;
        margin: 0 auto
    }

    .footer-bottom .links li {
        float: none;
        display: block;
        overflow: hidden;
        /*vertical-align: middle*/
    }

    .footer-bottom .links li a {
        font-size: 11px;
        margin-left: 25px;
        overflow: hidden
    }

    .footer-bottom .links li a i {
        font-size: 40px;
        float: none;
        margin-top: 0;
        display: block
    }

    .footer-bottom .links li:last-of-type {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .footter-nav nav a {
        display: inline-block;
        margin: 31px 9px 25px;
        font-size: 17px;
        text-align: left
    }

    .cl-effect-17 a:hover::after, .cl-effect-17 a:focus::after {
        opacity: 1
    }

    .footer-bottom {
        padding: 75px 0 0;
        text-align: center
    }

    .footer-bottom .copyright {
        font-size: 15px;
        float: none;
        margin-top: 0;
        display: inline-block;
        border-right: 1px solid #a8a8a9;
        padding: 5px 30px 5px 0
    }

    .footer-bottom .copyright span {
        display: inherit
    }

    .footer-bottom .social {
        margin-top: 3px;
        float: none;
        display: inline-block;
        margin-bottom: 0
    }

    .footer-bottom .social li {
        float: none;
        display: inline-block;
        margin-left: 12px
    }

    .footer-bottom .social li a {
        font-size: 20px
    }

    .footer-bottom .links {
        float: none;
        display: table;
        margin: 0 auto
    }

    .footer-bottom .links li {
        float: none;
        display: table-cell;
        overflow: hidden;
        vertical-align: middle
    }

    .footer-bottom .links li a {
        font-size: 11px;
        margin-left: 25px;
        overflow: hidden
    }

    .footer-bottom .links li a i {
        font-size: 32px;
        float: right;
        margin-top: 0
    }

    .footer-bottom .links li:last-of-type {
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .footter-nav nav a {
        display: inline-block;
        margin: 31px 16px 25px;
        font-size: 20px
    }

    .footer-bottom {
        padding: 75px 0 0;
        text-align: center
    }

    .footer-bottom .copyright {
        font-size: 15px;
        float: none;
        padding-right: 30px;
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .footer-bottom .copyright span {
        display: inline-block
    }

    .footer-bottom .social {
        float: none;
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        top: 6px
    }

    .footer-bottom .social li {
        float: none;
        display: inline-block;
        margin-left: 22px
    }

    .footer-bottom .social li a {
        font-size: 20px
    }

    .footer-bottom .links {
        float: none;
        display: table;
        margin: 0 auto
    }

    .footer-bottom .links li {
        float: none;
        display: table-cell;
        overflow: hidden;
        vertical-align: middle
    }

    .footer-bottom .links li a {
        font-size: 11px;
        margin-left: 25px;
        overflow: hidden
    }

    .footer-bottom .links li a i {
        font-size: 32px;
        float: right;
        margin-top: 10px
    }

    .footer-bottom .links li:last-of-type {
        margin-top: 0
    }
}

@media screen and (min-width:1200px) {
    .footter-nav nav a {
        display: inline-block;
        margin: 21px 20px 25px;
        font-size: 22px;
        text-align: left
    }

    .footer-bottom {
        padding: 75px 0 0
    }

    .footer-bottom .copyright {
        font-size: 17px;
        float: left;
        padding-right: 20px;
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .footer-bottom .copyright span {
        display: inline-block
    }

    .footer-bottom .social {
        float: left;
        top: 0
    }

    .footer-bottom .social li {
        float: left;
        margin-left: 12px
    }

    .footer-bottom .social li a {
        font-size: 20px;
        display: block
    }

    .footer-bottom .links {
        float: right;
        display: block;
        margin-top: 7px
    }

    .footer-bottom .links li {
        float: left;
        display: block
    }

    .footer-bottom .links li a {
        font-size: 11px;
        margin-left: 25px;
        display: block
    }

    .footer-bottom .links li a i {
        font-size: 32px;
        float: none;
        margin-top: 0
    }

    .footer-bottom .links li:last-of-type {
        margin-top: -10px;
        height: 32px
    }
}

#royal_preloader {
    background-color: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
}

.sk-wave {
    width: 50px;
    height: 40px;
    position: fixed;
    font-size: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.hiperlogo {
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px
}

.hiperlogo i {
    font-size: 15px;
    color: #bcbcbc
}

.callcenter {
    position: absolute;
    color: #3d3c3c;
    font-weight: 500;
    text-align: right;
    background-color: white;
    padding: 8px 25px 7px 5px;
    top: 95px;
    right: 0;
    min-height: 60px;
    z-index: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    display: block;
}

.callcenter:before {
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    bottom: 0;
    width: 31px;
    background-image: url('../../images/index-callcenter2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.callcenter:after {
    position: absolute;
    content: '';
    left: -31px;
    top: 0;
    bottom: 0;
    width: 31px;
    background: rgba(19,19,19,0);
    border-bottom-left-radius: 13px;
    background: -moz-linear-gradient(45deg, rgba(19,19,19,0) 0%, rgba(76,76,76,0.1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(19,19,19,0)), color-stop(100%, rgba(76,76,76,0.1)));
    background: -webkit-linear-gradient(45deg, rgba(19,19,19,0) 0%, rgba(76,76,76,0.1) 100%);
    background: -o-linear-gradient(45deg, rgba(19,19,19,0) 0%, rgba(76,76,76,0.1) 100%);
    background: -ms-linear-gradient(45deg, rgba(19,19,19,0) 0%, rgba(76,76,76,0.1) 100%);
    background: linear-gradient(45deg, rgba(19,19,19,0) 0%, rgba(76,76,76,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=1 );
}

.callcenter:hover {
    color: #3d3c3c
}

.callcenter label {
    font-weight: 500;
    position: relative;
    font-size: 14px;
    padding-right: 7px;
    margin-right: 7px;
    margin-top: 3.5px;
}

.callcenter label:before {
    content: '/';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    line-height: 0;
    font-size: 28px;
    font-weight: 100;
}

.callcenter i {
    position: relative;
    font-size: 17px;
    height: 36px;
    width: 36px;
    background-color: white;
    border: 3px solid #ff843a;
    border-radius: 50%;
    color: #ff843a;
    display: block;
    float: left;
    text-align: center;
    padding-top: 4px;
    margin-right: 7px;
    margin-left: 3px;
    margin-top: -4px;
}

.callcenter i:after {
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 3px solid #dae0e5;
    border-radius: 50%;
}

.callcenter .number {
    font-size: 17px;
    font-weight: 400;
}

.callcenter .time {
    text-align: right;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 2.6;
    margin-left: 20px;
}

.callcenter .time .week {
    color: #0d5c96;
    margin-right: 2px;
}

.callcenter .time .week ~ .week {
    color: #ff843a;
}

.callcenter .hours {
    min-width: 61px;
    display: inline-block;
    text-align: left;
}

@media screen and (min-width:768px) {
    .callcenter {
        top: 152px;
        padding: 15px 25px 7px 0px;
        text-align: left;
    }

    .callcenter label {
        font-size: 16px;
        float: left;
    }

    .callcenter .number {
        font-size: 20px;
    }

    .callcenter i {
        margin-top: -2px;
    }

    .callcenter .time {
        float: right;
    }
}

@media screen and (min-width:992px) {
    .callcenter {
        top: 148px;
    }
}

@media screen and (min-width:1200px) {
    .callcenter {
        top: 152px;
    }
}

@media screen and (min-width:1400px) {
    .callcenter {
        top: 152px;
    }
}

@media screen and (min-width:1600px) {
    .callcenter {
        top: 162px;
    }
}

.poll {
	height: 50px;
	width: 90px;
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f5f7fa;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	display: none;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index:99;
}
@media screen and (min-width:992px) {
	.poll {
		display: flex;
	}
}
	.poll a {
		height: 50px;
		width: 227px;
		padding-left: 29px;
		letter-spacing: -0.01em;
		color: #d23d27;
		font-size: 14px;
		font-weight: 400;
		line-height:1.3;
		display:flex;
		align-items:flex-start;
		justify-content:center;
		flex-direction:column;
		white-space:nowrap;
	}
		.poll a strong {
			font-weight: 700;
			white-space: nowrap;
		}
.pollButton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 90px;
	flex: 1 1 90px;
	flex-direction: column;
	color: #d23d27;
	padding-left:15px;
}

	.pollButton i {
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: rotate(-30deg);		
	}

	.pollButton span {
		letter-spacing: -0.01em;
		font-size: 16px;
		font-weight: 700;
	}

.poll:hover {
	width: 227px;
}

	.poll:hover .pollButton {
		margin-left: -90px;
	}