@import url(materialize.css);
@import url(font-awesome.min.css);
@import url(TMSans.css);
@import url(anychart.min.css);
@import url(datatables.css);
@import url(perfect-scrollbar.css);

.weather-cards {
    height: 360px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px
}

.dp-row {
    display: flex;
}

.js-c {
    justify-content: center;
}

.ai-c {
    align-items: center;
}

.fw-w {
    flex-wrap: wrap;
}

#user-dropdown button {
    padding: 14px 16px !important;
    display: flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
    width: 100%;
    font-size: 16px !important;
    color: #000;
}

#fav-dropdown a,
#fav-dropdown a {
    height: max-content !important
}

#user-dropdown button i {
    margin-right: 15px;
    color: #476D91;
}

@media screen and (max-width: 992px) {
    .weather-cards {
        margin-bottom: 30px
    }
}

.weather-cards__header {
    height: 160px;
    padding: 18px;
    position: relative
}

.weather-cards__header--dark {
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1)
}

.weather-cards__header--yellow {
    background: #ffca02;
    background: linear-gradient(135deg, #ffca02 0%, #ff9a01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca02', endColorstr='#ff9a01', GradientType=1)
}

.weather-cards__header--soft {
    background: #74b3ca;
    background: linear-gradient(135deg, #74b3ca 0%, #2072d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b3ca', endColorstr='#2072d2', GradientType=1)
}

.weather-cards__header--wrapper::after {
    content: "";
    display: block;
    clear: both
}

.weather-cards__header--left {
    float: left
}

.weather-cards__header--left .location-info span {
    display: inline-block;
    color: #fff
}

.weather-cards__header--left .location-info span:first-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px
}

.weather-cards__header--left .location-info span:last-child {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.3px;
    margin-left: 8px
}

.weather-cards__header--left .weather__status {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #fff
}

.weather-cards__header--right {
    position: absolute;
    right: 8px;
    top: 14px
}

.weather-cards__header--right button {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px
}

.weather-cards__header--type {
    margin-top: 23px
}

.weather-cards__header--type::after {
    content: "";
    display: block;
    clear: both
}

.weather-cards__header--type .weather-icon {
    float: left
}

.weather-cards__header--type .weather-icon img {
    width: 64px
}

.weather-cards__header--type .weather-degree {
    float: right;
    font-size: 72px;
    font-weight: 100;
    color: #fff;
    line-height: 55px
}

.weather-cards__list ul {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px
}

.weather-cards__list ul::after {
    content: "";
    display: block;
    clear: both
}

.weather-cards__list ul li {
    float: left;
    width: calc(100% / 5)
}

.weather-cards__list ul li span {
    display: block;
    text-align: center
}

.weather-cards__list ul li span:first-child {
    font-size: 12px;
    font-weight: 300;
    color: #000
}

.weather-cards__list ul li span:nth-child(2) {
    margin-top: 10px
}

.weather-cards__list ul li span:nth-child(2) img {
    width: 32px
}

.weather-cards__list ul li span:nth-child(3) {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-top: 9px;
    line-height: 22px
}

.weather-cards__list ul li span:nth-child(4) {
    font-size: 12px;
    font-weight: 500;
    color: #717171;
    line-height: 22px
}

.weather-cards__footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 7px 10px
}

.weather-cards__footer::after {
    content: "";
    display: block;
    clear: both
}

.weather-cards__footer .detail-btn {
    float: left
}

.weather-cards__footer .detail-btn button {
    width: 90px;
    height: 35px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    border-radius: 2px;
    text-transform: uppercase
}

.weather-cards__footer .share-btns {
    float: right;
    position: relative
}

.weather-cards__footer .share-btns .fixed-action-btn {
    position: absolute;
    top: 0;
    right: 0
}

.weather-cards__footer .share-btns .fixed-action-btn .share-btn {
    width: 36px;
    height: 36px;
    background: #39b54a;
    font-size: 18px
}

.weather-cards__footer .share-btns .fixed-action-btn .share-btn i {
    font-size: 18px;
    line-height: 36px
}

.weather-cards__footer .share-btns .fixed-action-btn ul {
    right: 44px
}

.weather-cards__footer .share-btns .fixed-action-btn ul li {
    margin: 0;
    margin-left: 4px;
    width: 36px;
    height: 36px
}

.weather-cards__footer .share-btns .fixed-action-btn ul li a {
    width: 36px;
    height: 36px;
    color: #fff
}

.weather-cards__footer .share-btns .fixed-action-btn ul li a i {
    font-size: 18px;
    line-height: 36px
}

.weather-cards__footer .share-btns .fixed-action-btn ul li a.google {
    background: #db4f2a
}

.weather-cards__footer .share-btns .fixed-action-btn ul li a.twitter {
    background: #21a8e3
}

.weather-cards__footer .share-btns .fixed-action-btn ul li a.facebook {
    background: #38569d
}

.weather-card {
    position: relative;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    background: #ffffff
}

.weather-card__settings {
    position: absolute;
    top: 14px;
    right: 6px
}

.weather-card__settings button {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    color: #fff;
    border-radius: 32px
}

.weather-card__settings button i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.weather-card__header {
    height: 160px;
    border-radius: 2px 2px 0 0;
    padding: 18px;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1)
}

.weather-card__header-province {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.weather-card__header-province span {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: -0.3px;
    margin-left: 8px
}

.weather-card__header-status {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.3px
}

.weather-card__header-info::after {
    content: "";
    display: block;
    clear: both
}

.weather-card__header-icon {
    margin-top: 23px;
    float: left
}

.weather-card__header-icon img {
    height: 65px
}

.weather-card__header-degree {
    float: right;
    font-size: 72px;
    font-weight: 100;
    letter-spacing: -0.3px;
    color: #fff
}

.weather-card__content {
    padding: 15px 24px
}

.weather-card__content .content-list {
    margin: 0
}

.weather-card__content .content-list li::after {
    content: "";
    display: block;
    clear: both
}

.weather-card__content .content-list li span {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 23px;
    color: #000
}

.weather-card__content .content-list li span:first-child {
    font-weight: 300;
    position: relative;
    width: 125px
}

.weather-card__content .content-list li span:first-child::after {
    content: ":";
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.weather-card__content .content-list li span:last-child {
    font-weight: 500;
    width: calc(100% - 125px)
}

.input-field label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54)
}

.input-field input,
.input-field textarea {
    font-size: 16px !important;
    font-weight: 400;
    color: #000
}

.input-field input::-webkit-input-placeholder,
.input-field textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54) !important
}

.input-field input:-moz-placeholder,
.input-field textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.54) !important
}

.input-field input::-moz-placeholder,
.input-field textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54) !important
}

.input-field input:-ms-input-placeholder,
.input-field textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54) !important
}

.input-field input:focus,
.input-field textarea:focus {
    border-bottom-color: rgba(0, 0, 0, 0.42) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.input-field input:focus+label,
.input-field textarea:focus+label {
    color: rgba(0, 0, 0, 0.54) !important
}

.input-field input {
    height: 30px !important
}

.modal {
    z-index: 99999999;
    padding: 24px 32px;
    background: #fff !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    max-height: 90%
}

.modal.small {
    width: 400px
}

@media screen and (max-width: 480px) {
    .modal.small {
        width: 100%
    }

    table.dataTable thead th,
    table.dataTable thead td {
        text-align: center;
    }

    table.dataTable tbody td {
        padding: 10px 4px;
        text-align: center;
    }

}

.modal.general-modal input {
    font-size: 14px !important;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal.general-modal input::-webkit-input-placeholder {
    color: #000 !important
}

.modal.general-modal input:-moz-placeholder {
    color: #000 !important
}

.modal.general-modal input::-moz-placeholder {
    color: #000 !important
}

.modal.general-modal input:-ms-input-placeholder {
    color: #000 !important
}

.modal.general-modal input:disabled {
    border: 0;
    margin: 0;
    color: #000 !important
}

.modal.general-modal .input-field,
.modal.general-modal .select-field {
    margin-bottom: 40px;
    margin-top: 0
}

.modal.general-modal .select-field input {
    height: 31px
}

.modal.general-modal p>span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 24px
}

.modal.register-modal .select-field {
    height: 38px !important;
    border-radius: 3px !important;
    border: 1px solid #dddddd !important;
    padding: 1px 12px 0 12px !important;
    position: relative;
    margin-bottom: 7px
}

.modal.register-modal .select-field .dropdown-content {
    width: calc(100% + 24px) !important;
    left: -12px !important;
    border-radius: 0px !important
}

.modal.register-modal .select-field .caret {
    fill: #476d91 !important
}

.modal.register-modal .input-field {
    height: 38px !important;
    border-radius: 3px !important;
    border: 1px solid #dddddd !important;
    padding: 0 12px !important;
    margin: 0;
    margin-bottom: 7px
}

.modal.register-modal input,
.modal.register-modal select {
    height: 36px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #999 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    background: transparent;
    padding: 0 !important
}

.modal.register-modal input::-webkit-input-placeholder,
.modal.register-modal select::-webkit-input-placeholder {
    color: #999 !important
}

.modal.register-modal input:-moz-placeholder,
.modal.register-modal select:-moz-placeholder {
    color: #999 !important
}

.modal.register-modal input::-moz-placeholder,
.modal.register-modal select::-moz-placeholder {
    color: #999 !important
}

.modal.register-modal input:-ms-input-placeholder,
.modal.register-modal select:-ms-input-placeholder {
    color: #999 !important
}

.modal.register-modal button[type="submit"],
.modal.sifremi-unuttum-modal button[type="submit"],
.modal.birim-modal button[type="submit"] {
    width: 100%;
    height: 38px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 14px
}

.havadurumuButton {
    width: 100%;
    height: 38px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 14px
}

.modal .modal-header {
    margin-bottom: 18px
}

.modal .modal-header::after {
    content: "";
    display: block;
    clear: both
}

.modal .modal-header h4 {
    float: left;
    font: 20px "TMSans Bold", "Roboto", sans-serif;
    color: #476d91
}

.modal .modal-header .close-modal {
    float: right;
    opacity: 0.7;
    cursor: pointer
}

.modal .modal-content {
    padding: 0
}

.modal label span {
    font-size: 13px !important;
    font-weight: 400;
    color: #999999
}

.modal label span::after {
    border-color: #476d91 !important
}

.modal label a {
    font-size: 13px;
    font-weight: 400;
    color: #999
}

.modal input[type="checkbox"].filled-in:checked+span::after {
    background: #476d91 !important;
    border-color: #476d91 !important
}

.modal .captcha-control {
    height: 60px
}

.modal p {
    margin: 0;
    margin-top: 7px
}

.modal .login-alternate {
    margin-top: 23px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    text-align: center
}

.modal .login-alternate a {
    color: #456c92
}

.modal .other-text {
    height: 62px;
    position: relative;
    margin-top: 10px
}

.modal .other-text span {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 62px;
    border: 2px solid #dddddd;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    line-height: 62px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2
}

.modal .other-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal .facebook-login {
    margin-top: 8px
}

.modal .facebook-login a,
.modal .facebook-login button {
    display: block;
    height: 38px;
    border-radius: 3px;
    background: #4267b2;
    text-align: center;
    color: #fff;
    line-height: 38px;
    padding: 0 22px
}

.modal .facebook-login a::after,
.modal .facebook-login button::after {
    content: "";
    display: block;
    clear: both
}

.modal .facebook-login a span,
.modal .facebook-login button span {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.modal .facebook-login a i,
.modal .facebook-login button i {
    float: left;
    line-height: 38px
}

.modal .modal-footer {
    background: none;
    padding: 0;
    height: auto
}

.modal .modal-footer a {
    font-size: 14px;
    color: #4184f3;
    margin: 0
}

.modal .modal-footer a:last-child {
    padding-right: 0
}

header#header {
    display: inline-block;
    height: 64px;
    width: 100%;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999
}

header#header::after {
    content: "";
    display: block;
    clear: both
}

header#header .navigation-icon {
    width: 24px;
    height: 16px;
    display: block;
    position: relative;
    margin: 24px;
    margin-right: 15px;
    cursor: pointer;
    float: left
}



header#header .navigation-icon span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

header#header .navigation-icon span::before,
header#header .navigation-icon span::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

header#header .navigation-icon span::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

header#header .navigation-icon:hover span::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

header#header .navigation-icon:hover span::after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

header#header .navigation-icon.opened span {
    background: transparent
}

header#header .navigation-icon.opened span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header#header .navigation-icon.opened span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header#header .logo {
    float: left;
    height: 64px
}

header#header .logo::after {
    content: "";
    display: block;
    clear: both
}

header#header .logo a {
    display: inline-block
}

header#header .logo a img {
    float: left;
    margin-top: 14px
}

@media screen and (max-width: 1366px) {
    header#header .logo a img {
        height: 26px
    }
}

@media screen and (max-width: 1200px) {
    header#header .logo a img {
        height: 22px;
        margin-top: 19px
    }
}

@media screen and (max-width: 320px) {
    header#header .logo a img {
        height: 19px;
        margin-top: 20px
    }
}

header#header .logo a .logo-text {
    float: left;
    margin-left: 8px;
    font: 34px "Roboto", sans-serif;
    font-weight: 300;
    line-height: 64px;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 1366px) {
    header#header .logo a .logo-text {
        font-size: 28px
    }
}

@media screen and (max-width: 1200px) {
    header#header .logo a .logo-text {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    header#header .logo a .logo-text {
        font-size: 17px
    }
}

@media screen and (max-width: 360px) {
    header#header .logo a .logo-text {
        font-size: 14px
    }

    header#header .navigation-icon {
        margin: 24px 10px;
    }

    header#header .search-form__content {
        width: 153px !important;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 3px 3px !important;
        border-bottom: 1px solid #111;
    }

    .datatable tbody td span {
        margin-left: 30px;
    }
}

header#header .logo a .logo-text span {
    font-weight: 100
}

header#header .navigation-menu {
    float: left;
    margin-left: 37px;
    position: relative
}

@media screen and (max-width: 1366px) {
    header#header .navigation-menu {
        margin-left: 20px
    }
}

@media screen and (max-width: 1024px) {
    header#header .navigation-menu {
        display: none
    }
}

header#header .navigation-menu>ul>li {
    display: inline-block;
    position: relative
}

header#header .navigation-menu>ul>li>a {
    font: 17px "TMSans Bold", sans-serif;
    color: #fff;
    line-height: 64px;
    text-transform: uppercase;
    position: relative;
    padding: 0 13px
}

@media screen and (max-width: 1366px) {
    header#header .navigation-menu>ul>li>a {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    header#header .navigation-menu>ul>li>a {
        font-size: 14px;
        padding: 0 9px
    }
}

header#header .navigation-menu>ul>li>a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

header#header .navigation-menu>ul>li>a.active::after {
    width: 100%
}

header#header .navigation-menu>ul>li>a i {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

header#header .navigation-menu>ul>li ul {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    padding: 6px;
    width: 190px;
    position: absolute;
    top: 90px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 1001
}

header#header .navigation-menu>ul>li ul li {
    display: block;
    float: none;
    margin: 24px 0
}

header#header .navigation-menu>ul>li ul li a {
    font: 14px "Roboto", sans-serif;
    color: #000;
    line-height: 21px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

header#header .navigation-menu>ul>li ul li a:hover {
    color: rgba(0, 0, 0, 0.7)
}

header#header .navigation-menu>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 64px
}

header#header .search-form__content {
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    height: 64px;
    top: 0;
    width: 300px
}

header#header .header-right .user-info button {
    padding: 0 24px;
}

.only600 {
    display: none;
}

@media screen and (max-width: 600px) {

    .weather-cards__header--type .weather-degree {
        font-size: 48px;
        line-height: unset;
    }

    .only600 {
        display: unset !important;
    }

    header#header .search-form__content {
        width: 200px
    }

    header#header .header-right .search-form button {
        padding: 0px 12px !important;
    }

    header#header .header-right .user-info button {
        padding: 18px 12px;
        text-align: left;
    }

    header#header .header-right .notification-box button {
        padding: 18px 12px !important;
    }

    header#header .header-right .user-info {
        border-right: 0px !important;
    }

    .detayPage .general-section__header {
        padding-right: 10px !important;
        padding-left: 10px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
    }

    .detayPage .general-section__header h2 {
        white-space: nowrap;
        overflow-x: auto;
        width: 100%;
    }
}

header#header .search-form__content.opened {
    visibility: visible;
    opacity: 1
}

header#header .search-form__content form {
    padding: 0 30px
}

header#header .search-form__content form input {
    height: 64px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 0;
}

header#header .search-form__content .search-result {
    width: 100%;
    max-height: 245px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 64px
}

header#header .search-form__content .search-result.opened {
    visibility: visible;
    opacity: 1
}

header#header .search-form__content .search-result ul {
    margin: 0
}

header#header .search-form__content .search-result li {
    float: none
}

header#header .search-form__content .search-result li:hover {
    background: #eee
}

header#header .search-form__content .search-result li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 14px 16px;
    display: block
}

header#header .header-right {
    float: right
}

header#header .header-right::after {
    content: "";
    display: block;
    clear: both
}

header#header .header-right .search-form {
    float: left;
    height: 64px;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

header#header .header-right .search-form button {
    padding: 0 24px;
    height: 64px;
}

@media screen and (max-width: 1200px) {
    header#header .header-right .search-form button {
        padding: 0 9px
    }
}

@media screen and (max-width: 1024px) {
    header#header .header-right .search-form button {
        padding: 0 16px
    }
}

header#header .header-right .search-form__icon {
    color: #fff;
    font-size: 18px;
}

header#header .header-right .search-form.close-form {
    display: none
}

header#header .header-right .notification-box {
    float: left;
    height: 64px;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

header#header .header-right .notification-box button {
    color: #fff;
    position: relative;
    padding: 18.5px 24px
}

@media screen and (max-width: 1366px) {
    header#header .header-right .notification-box button {
        padding: 17px 16px
    }
}

header#header .header-right .notification-box button .button-content {
    display: inline-block;
    position: relative
}

header#header .header-right .notification-box button span {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 13px;
    height: 13px;
    background: #d0021b;
    border-radius: 13px;
    font: 9px "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 13px
}

header#header .header-right .notification-box .dropdown-content {
    width: 300px !important;
    height: auto !important;
    top: 64px !important;
    right: 0 !important;
    border-radius: 0 !important
}

header#header .header-right .notification-box .dropdown-content li.notification-title,
header#header .header-right .notification-box .dropdown-content li.notification-bottom {
    min-height: 30px !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

header#header .header-right .notification-box .dropdown-content li.notification-title a,
header#header .header-right .notification-box .dropdown-content li.notification-bottom a {
    font-size: 12px;
    font-weight: 300;
    color: #476d91 !important;
    padding: 0 !important;
    line-height: 30px
}

header#header .header-right .notification-box .dropdown-content li.notification-bottom {
    border: 0
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) {
    min-height: 60px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom).unread {
    background: rgba(71, 109, 145, 0.1)
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom).unread a .notification-content__name {
    font-weight: 500 !important
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a {
    padding: 7px 7px 3px 7px
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a::after {
    content: "";
    display: block;
    clear: both
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a .notification-icon {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a .notification-content {
    float: left;
    width: calc(100% - 73px);
    margin-left: 13px
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a .notification-content .notification-content__name {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    line-height: 14px
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a .notification-content .notification-content__time {
    font-size: 11px;
    font-weight: 300;
    color: #476d91
}

header#header .header-right .notification-box .dropdown-content li:not(.notification-title):not(.notification-bottom) a .notification-content .notification-content__time i {
    font-size: 12px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-right: 3px
}

header#header .header-right .user-info {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative
}

header#header .header-right .user-info::after {
    content: "";
    display: block;
    clear: both
}

.news-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header#header .header-right .user-info .dropdown-content {
    width: 180px !important;
    left: 0px !important;
    top: 64px !important;
    border-radius: 0 !important
}

.dropdown-content li {
    line-height: unset;
}

header#header .header-right .user-info .dropdown-content a {
    font-size: 16px !important;
}

@media screen and (max-width: 600px) {
    header#header .header-right .user-info .dropdown-content {
        left: unset !important;
        right: 5px;
    }
}

header#header .header-right .user-info__image {
    color: white;
    font-size: 24px;
}

header#header .header-right .user-info__image img {
    width: 32px;
    height: 32px
}

header#header .header-right .user-info__name {
    float: left;
    margin-left: 7px;
    font: 14px "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 64px
}

header#header .header-right .user-info__name i {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@media screen and (max-width: 600px) {
    header#header .header-right .user-info__name {
        display: none
    }
}

header#header .header-right .user-favorites {
    float: right;
    position: relative;
    color: #fff
}

header#header .header-right .user-favorites button {
    padding: 20.5px 24px
}
.user-favorites .dropdown-content li{
    height: max-content!important;
}
@media screen and (max-width: 1366px) {
    header#header .header-right .user-favorites button {
        padding: 20.5px 16px
    }
}

@media screen and (max-width: 600px) {
    header#header .header-right .user-favorites {
        display: none
    }
}

header#header .header-right .user-favorites span {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 13px;
    height: 13px;
    background: #ff0072;
    border-radius: 13px;
    font: 9px "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 13px;
    color: #fff
}

header#header .header-right .user-favorites .dropdown-content {
    top: 64px !important;
    right: 0 !important;
    width: 200px !important;
    border-radius: 0 !important
}

header#header .header-right .user-favorites .dropdown-content a {
    font-size: 14px !important
}

#sidebar-menu {
    position: fixed;
    left: -256px;
    top: 0px;
    bottom: 0;
    width: 256px;
    height: 100%;
    background: #fafafa;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 9999;
    padding-top: 64px
}

#sidebar-menu.opened {
    left: 0
}

#sidebar-menu>ul {
    margin: 0
}

#sidebar-menu>ul>li {
    min-height: 48px;
    border-bottom: 1px solid #e6e6e6
}

#sidebar-menu>ul>li:last-child {
    border: 0
}

#sidebar-menu>ul>li.bottom-contact {
    position: absolute;
    bottom: 0;
    width: 100%
}

#sidebar-menu>ul>li.bottom-about {
    position: absolute;
    bottom: 48px;
    width: 100%
}

#sidebar-menu>ul>li>a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #717171;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 24px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

#sidebar-menu>ul>li>a:hover {
    color: #000
}

#sidebar-menu>ul>li>a i {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    margin-right: 15px
}

#sidebar-menu>ul>li>a img {
    margin-right: 15px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

#sidebar-menu>ul>li .collapsible {
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#sidebar-menu>ul>li .collapsible li.active .collapsible-header .header-icon i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sidebar-menu>ul>li .collapsible-header {
    background: transparent !important;
    padding: 0 24px !important;
    height: 48px !important;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    color: #717171;
    line-height: 48px !important;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

#sidebar-menu>ul>li .collapsible-header::after {
    content: "";
    display: block;
    clear: both
}

#sidebar-menu>ul>li .collapsible-header:hover {
    color: #000
}

#sidebar-menu>ul>li .collapsible-header>i {
    font-size: 24px;
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
    margin-right: 15px;
    width: 25px;
    height: 24px;
    float: left
}

#sidebar-menu>ul>li .collapsible-header span {
    float: left;
    display: block
}

#sidebar-menu>ul>li .collapsible-header .header-icon {
    position: absolute;
    right: 12px;
    top: 11px
}

#sidebar-menu>ul>li .collapsible-header .header-icon::after {
    content: "";
    display: block;
    clear: both
}

#sidebar-menu>ul>li .collapsible-header .header-icon i {
    font-size: 24px;
    width: 25px;
    height: 24px;
    float: right;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

#sidebar-menu>ul>li .collapsible-body {
    padding: 0;
    padding-left: 65px;
    padding-bottom: 10px;
    border: 0
}

#sidebar-menu>ul>li .collapsible-body a {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #717171;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

#sidebar-menu>ul>li .collapsible-body a:hover {
    color: #000
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1005;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.overlay.opened {
    visibility: visible;
    opacity: 1
}

.perfect-container {
    position: relative;
    overflow: auto
}

footer#footer {
    min-height: 270px;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    padding: 25px 130px 35px 130px
}

footer#footer::after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width: 1200px) {
    footer#footer {
        height: auto
    }
}

@media screen and (max-width: 992px) {
    footer#footer {
        padding: 25px 100px 35px 100px
    }
}

@media screen and (max-width: 600px) {
    footer#footer {
        padding: 25px 30px
    }
}

footer#footer .footer-top .footer-menu::after {
    content: "";
    display: block;
    clear: both
}

footer#footer .footer-top .footer-menu ul.footer-list {
    float: left;
    margin-right: 48px
}

@media screen and (max-width: 992px) {
    footer#footer .footer-top .footer-menu ul.footer-list {
        margin-right: 0;
        width: 100%;
        height: auto
    }
}

footer#footer .footer-top .footer-menu ul.footer-list:last-child {
    margin-right: 0
}

@media screen and (max-width: 1200px) {
    footer#footer .footer-top .footer-menu ul.footer-list:last-child {
        width: 100%
    }
}

footer#footer .footer-top .footer-menu ul.footer-list>li:first-child {
    font: 15px "TMSans Bold", "Roboto", sans-serif;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px
}

footer#footer .footer-top .footer-menu ul.footer-list>li a {
    font: 15px "TMSans Regular", "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

footer#footer .footer-top .footer-menu ul.footer-list>li a:hover {
    color: rgba(255, 255, 255, 0.8)
}

footer#footer .footer-top .footer-menu ul.social-links {
    float: right;
    margin-right: 270px
}

@media screen and (max-width: 1196px) {
    footer#footer .footer-top .footer-menu ul.social-links {
        margin-right: 0;
        float: left
    }
}

@media screen and (max-width: 992px) {
    footer#footer .footer-top .footer-menu ul.social-links {
        width: 50%;
        height: 150px
    }
}

footer#footer .footer-top .footer-menu ul.social-links>li:first-child {
    font: 15px "TMSans Regular", "Roboto", sans-serif;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase
}

footer#footer .footer-top .footer-menu ul.social-links>li ul {
    margin-top: 18px
}

footer#footer .footer-top .footer-menu ul.social-links>li ul li {
    display: inline-block;
    margin-right: 15px
}

@media screen and (max-width: 576px) {
    footer#footer .footer-top .footer-menu ul.social-links>li ul li:last-child {
        display: none
    }
}

footer#footer .footer-top .footer-menu ul.social-links>li ul li a {
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 576px) {
    footer#footer .footer-top .footer-menu ul.social-links>li ul li a {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    footer#footer .footer-bottom {
        margin-top: 50px
    }
}

@media screen and (max-width: 992px) {
    footer#footer .footer-bottom {
        margin-top: 0
    }
}

footer#footer .footer-bottom .copyright {
    font: 13px "TMSans Regular", "Roboto", sans-serif;
    color: #fff;
    float: left;
    margin-top: 50px
}

footer#footer .footer-bottom .footer-newsletter {
    float: right;
    margin-top: -30px
}

@media screen and (max-width: 1200px) {
    footer#footer .footer-bottom .footer-newsletter {
        width: 50%
    }
}

@media screen and (max-width: 992px) {
    footer#footer .footer-bottom .footer-newsletter {
        width: 100%;
        float: left;
        margin-top: 0
    }
}

footer#footer .footer-bottom .footer-newsletter__title {
    font: 15px "TMSans Regular", "Roboto", sans-serif;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase
}

footer#footer .footer-bottom .footer-newsletter__subtitle {
    font: 15px "TMSans Regular", "Roboto", sans-serif;
    color: #fff
}

footer#footer .footer-bottom .footer-newsletter__forms {
    margin-top: 18px
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group::after {
    content: "";
    display: block;
    clear: both
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input {
    float: left
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input {
    width: 205px;
    height: 35px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 14px;
    margin-bottom: 0;
    font: 15px "TMSans Regular", "Roboto", sans-serif;
    color: #000
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input::-webkit-input-placeholder {
    color: #000 !important
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input:-moz-placeholder {
    color: #000 !important
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input::-moz-placeholder {
    color: #000 !important
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input:-ms-input-placeholder {
    color: #000 !important
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input:focus,
footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input:visited {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

@media screen and (max-width: 1200px) {
    footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input {
        width: 170px
    }
}

@media screen and (max-width: 360px) {
    footer#footer .footer-bottom .footer-newsletter__forms .form-group__input input {
        width: 140px
    }
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__button button {
    width: 90px;
    height: 35px;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    font: 13px "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

footer#footer .footer-bottom .footer-newsletter__forms .form-group__button button i {
    font-size: 13px;
    margin-left: 8px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

@media screen and (max-width: 992px) {
    aside.sidebar {
        margin-bottom: 20px
    }
}

aside.sidebar .sidebar-banner__big {
    max-height: 300px;
}

@media screen and (max-width: 600px) {
    aside.sidebar .sidebar-banner__big {
        max-height: 300px;
        text-align: center
    }
}

aside.sidebar .sidebar-banner__big img {
    height: 600px;
    width: 100%
}

@media screen and (max-width: 600px) {
    aside.sidebar .sidebar-banner__big img {
        height: 250px;
        max-width: 100%;
        width: 300px
    }
}

aside.sidebar .sidebar-banner__small {
    margin-bottom: 22px;
    max-height: 250px;
    text-align: center
}

aside.sidebar .sidebar-banner__small img {
    height: 250px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

aside.sidebar .sidebar-banner a {
    display: block
}

aside.sidebar .section-news {
    margin-bottom: 19px
}

aside.sidebar .section-news .news-item {
    float: none;
    margin-bottom: 9px;
    display: inline-block;
    height: 177px
}

aside.sidebar .section-news .news-item:last-child {
    margin-bottom: 0
}

aside.sidebar .section-news .news-item__image {
    height: 177px;
    
}

aside.sidebar .weather-card {
    margin-bottom: 20px
}

section.section-homeinfo {
    float: left;
    margin-left: 25px;
    width: calc(100% - 325px);
    margin-bottom: 30px
}

@media screen and (max-width: 992px) {
    section.section-homeinfo {
        width: 100%;
        margin-left: 0
    }
}

section.section-homeinfo .section-homeinfo__header {
    height: 50px;
    padding: 0 26px
}

section.section-homeinfo .section-homeinfo__header::after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width: 992px) {
    section.section-homeinfo .section-homeinfo__header {
        padding: 0 16px
    }
}

section.section-homeinfo .section-homeinfo__header h4 {
    float: left;
    font: 20px "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 50px;
    margin: 0
}

@media screen and (max-width: 992px) {
    section.section-homeinfo .section-homeinfo__header h4 {
        font-size: 16px
    }
}

@media screen and (max-width: 600px) {
    section.section-homeinfo .section-homeinfo__header h4 span {
        display: none
    }
}

section.section-news {
    display: inline-block;
    width: 100%;
    margin-top: 20px
    
}

section.section-news .news-item {
    width: 100%;
    display: inline-block;
    height: 177px;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    border-radius: 2px
    
}

@media screen and (max-width: 992px) {
    section.section-news .news-item {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    section.section-news .news-item {
        height: 220px
    }
}

/* section.section-news .news-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(255, 255, 255, 0)), to(rgb(34, 59, 88)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 51%, rgb(34, 59, 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cc223b58', GradientType=0)
}*/

section.section-news .news-item__image img {
    width: 100%;
    height: 177px;

}



@media screen and (max-width: 600px) {
    section.section-news .news-item__image img {
        height: 220px
    }
}

section.section-news .news-item__category {
    position: absolute;
    bottom: 80px;
    left: 17px;
    width: max-content;
    padding: 0 3px;
    border-radius: 4px;
    height: 18px;
    font: 11px "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    z-index: 1
}

section.section-news .news-item__category--orange {
    background: #ff5a29
}

section.section-news .news-item__title {
    position: absolute;
    bottom: 30px;
    left: 17px;
    z-index: 1
}

section.section-news .news-item__title a {
    display: block;
    font: 18px "TMSans Bold", sans-serif;
    color: #fff;
    line-height: 21px;
    text-shadow: 0px 2px 4px rgba(0, 51, 255)
}

section.section-news .news-item__date {
    position: absolute;
    bottom: 10px;
    left: 17px;
    z-index: 1
}

section.section-news .news-item__date::after {
    content: "";
    display: block;
    clear: both
}

section.section-news .news-item__date span {
    display: block;
    float: left;
    font: 11px "TMSans Regular", "Roboto", sans-serif;
    color: #fff
}

section.section-news .news-item__date i {
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 7px
}

section.home-slider {
    margin-bottom: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media screen and (max-width: 600px) {
    section.home-slider {
        display: none
    }
}

section.home-slider.fixed-slider {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999;
    margin-bottom: 0
}

section.home-slider.fixed-slider .slider {
    height: 100% !important
}

section.home-slider.fixed-slider .slider .slides {
    height: 100% !important
}

section.home-slider.fixed-slider .slider .slides li::after {
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 59, 88, 0)), to(#223b58));
    background: linear-gradient(to bottom, rgba(34, 59, 88, 0) 0%, #223b58 100%)
}

section.home-slider.fixed-slider .slider .slides li .caption-align {
    margin-left: 10% !important;
    position: absolute !important;
    bottom: 30px
}

section.home-slider.fixed-slider .slider .slides li .caption-align h3 {
    font-size: 26px !important
}

section.home-slider.fixed-slider .slider .slides-prev,
section.home-slider.fixed-slider .slider .slides-next {
    color: rgba(255, 255, 255, 0.7)
}

section.home-slider.fixed-slider .slider .slides-prev i,
section.home-slider.fixed-slider .slider .slides-next i {
    font-size: 96px !important
}

section.home-slider .slider {
    height: 400px !important
}

section.home-slider .slider .slider-add-image,
section.home-slider .slider .slider-toggle {
    position: absolute;
    z-index: 1001;
    top: 11px;
    left: 11px
}

section.home-slider .slider .slider-add-image a,
section.home-slider .slider .slider-toggle a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

section.home-slider .slider .slider-add-image a:hover,
section.home-slider .slider .slider-toggle a:hover {
    color: #fff
}

section.home-slider .slider .slider-toggle {
    left: auto;
    right: 11px
}

section.home-slider .slider .slider-toggle a {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5)
}

section.home-slider .slider .slider-toggle a i {
    font-size: 32px
}

section.home-slider .slider .slides {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)
}

section.home-slider .slider .slides li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 59, 88, 0)), to(rgba(34, 59, 88, 0.8)));
    background: linear-gradient(to bottom, rgba(34, 59, 88, 0) 0%, rgba(34, 59, 88, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00223b58', endColorstr='#223b58', GradientType=0)
}

section.home-slider .slider .slides li .caption {
    z-index: 1001;
    left: 0;
    bottom: 0
}

section.home-slider .slider .slides li .caption .caption-align {
    margin-top: 270px;
    margin-left: 11px;
    z-index: 1001;
    position: relative
}

section.home-slider .slider .slides li .caption .caption-align h3 {
    font: 18px "TMSans Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0
}

section.home-slider .slider .slides li .caption .caption-align h5 {
    margin: 0
}

section.home-slider .slider .slides li .caption .caption-align h5::after {
    content: "";
    display: block;
    clear: both
}

section.home-slider .slider .slides li .caption .caption-align h5 .location-icon {
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: -10px
}

section.home-slider .slider .slides li .caption .caption-align h5 .location-icon i {
    font-size: 34px !important
}

section.home-slider .slider .slides li .caption .caption-align h5 .caption-info {
    float: left
}

section.home-slider .slider .slides li .caption .caption-align h5 .caption-info .city {
    display: block;
    font: 18px "TMSans Bold", sans-serif;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5)
}

section.home-slider .slider .slides li .caption .caption-align h5 .caption-info .date {
    font: 10px "TMSans Regular", sans-serif;
    margin-top: 2px
}

section.home-slider .slider .indicators {
    bottom: 48px;
    z-index: 1001
}

section.home-slider .slider .indicators li {
    margin: 0 2px;
    background: rgba(238, 238, 238, 0.5) !important
}

section.home-slider .slider .indicators li.active {
    background: rgba(119, 160, 190, 0.5) !important
}

section.home-slider .slider .slides-prev,
section.home-slider .slider .slides-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

section.home-slider .slider .slides-prev i,
section.home-slider .slider .slides-next i {
    font-size: 48px !important
}

section.home-slider .slider .slides-prev:hover,
section.home-slider .slider .slides-next:hover {
    color: #fff
}

section.home-slider .slider .slides-prev {
    left: 17px
}

section.home-slider .slider .slides-next {
    right: 17px
}

aside.mini-banner {
    height: 250px
}

aside.mini-banner a {
    display: block
}

aside.mini-banner a img {
    height: 250px;
    width: 100%
}

.section-map svg .map-controller {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.section-map svg .map-controller:hover {
    opacity: 0.7
}

.sidebar-gauge {
    margin-bottom: 25px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    background: #fff
}

.sidebar-gauge .gauge-header {
    height: 160px;
    border-radius: 2px 2px 0 0;
    padding: 18px;
    overflow: hidden
}

.sidebar-gauge .gauge-header--iyi {
    background: #5b5b5b;
    background: linear-gradient(135deg, #5b5b5b 0%, #1fca23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#1fca23', GradientType=1)
}

.sidebar-gauge .gauge-header--ciddi {
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #7c0425 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#7c0425', GradientType=1)
}

.sidebar-gauge .gauge-header--onlem {
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #95084b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#95084b', GradientType=1)
}

.sidebar-gauge .gauge-header--olumsuz {
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #fc0d1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#fc0d1b', GradientType=1)
}

.sidebar-gauge .gauge-header--uyari {
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #fc6620 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#fc6620', GradientType=1)
}

.sidebar-gauge .gauge-header--uygun {
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #fffd38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#fffd38', GradientType=1)
}

.sidebar-gauge .gauge-header .city-info {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 24px
}

.sidebar-gauge .gauge-header .city-info span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.sidebar-gauge .gauge-header .gauge-info {
    margin-top: 17px
}

.sidebar-gauge .gauge-header .gauge-info::after {
    content: "";
    display: block;
    clear: both
}

.sidebar-gauge .gauge-header .gauge-info--left {
    float: left;
    width: 130px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px
}

@media screen and (max-width: 1200px) {
    .sidebar-gauge .gauge-header .gauge-info--left {
        width: 105px
    }
}

.sidebar-gauge .gauge-header .gauge-info--right {
    float: right;
    font-size: 72px;
    font-weight: 100;
    letter-spacing: -0.34px;
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media screen and (max-width: 695px) {
    .sidebar-gauge .gauge-header .gauge-info--right {
        font-size: 50px;
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px)
    }
}

.sidebar-gauge .gauge-header .gauge-info--right sub {
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    letter-spacing: -0.34px
}

.sidebar-gauge .gauge-bottom {
    padding: 18px
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info {
    margin-bottom: 20px
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info ul {
    margin-top: 0
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info ul li::after {
    content: "";
    display: block;
    clear: both
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info ul li span {
    display: block;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 23px
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info ul li span:first-child {
    font-weight: 300;
    width: 96px;
    position: relative
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info ul li span:first-child::after {
    content: ":";
    display: block;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: 0;
    right: 12px
}

.sidebar-gauge .gauge-bottom .gauge-bottom-info ul li span:last-child {
    font-weight: 500;
    width: calc(100% - 100px)
}

.anychart-credits {
    display: none
}

.mobile-banner-mini {
    height: 250px;
    text-align: center
}

.mobile-banner-mini a {
    display: block
}

.mobile-banner-mini img {
    width: 100%;
    max-width: 100%;
    height: 250px
}

@media screen and (max-width: 600px) {
    .mobile-banner-mini img {
        width: 300px
    }
}

.hotels .hotels-filter {
    height: 430px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    margin-bottom: 25px
}

.all-city svg {
    width: 100%;
    height: 345px
}

@media screen and (max-width: 600px) {
    .all-city svg {
        height: 200px
    }
}

.all-city .map-controller {
    fill: #476d91;
    display: inline-block
}

.city-weather {
    width: 200px;
    height: 110px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    padding: 7px 9px;
    margin-bottom: 100px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.city-weather .province-detail::after {
    content: "";
    display: block;
    clear: both
}

.city-weather .province-detail .province-name {
    float: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #fff
}

.city-weather .province-detail .date {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.3px;
    margin-top: 7px
}

.city-weather .weather-status {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.3px
}

.city-weather .weather-detail {
    margin-top: 6px
}

.city-weather .weather-detail::after {
    content: "";
    display: block;
    clear: both
}

.city-weather .weather-detail .weather-icon {
    float: left;
    margin-top: 10px
}

.city-weather .weather-detail .weather-icon img {
    height: 34px
}

.city-weather .weather-detail .weatger-degree {
    float: right;
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    letter-spacing: -0.22px;
    margin-top: -8px
}

.weather-tab {
    margin-top: 20px
}

.weather-tab ul {
    margin: 0;
    margin-bottom: 20px;
    text-align: center
}

.weather-tab ul li {
    display: inline-block;
    padding: 0 15px 15px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #476d91;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.weather-tab ul li.active {
    border-bottom-color: #476d91
}

.section-contact {
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    padding: 20px;
    margin-bottom: 20px
}

.section-contact::after {
    content: "";
    display: block;
    clear: both
}

.section-contact .contact-info {
    float: left;
    width: 50%
}

@media screen and (max-width: 600px) {
    .section-contact .contact-info {
        width: 100%;
        float: none;
        margin-bottom: 70px
    }
}

.section-contact .contact-info h1 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px
}

.section-contact .contact-info address {
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 20px
}

.section-contact .contact-info address a {
    color: #4a90e2;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.section-contact .contact-info address a:hover {
    color: rgba(74, 144, 226, 0.6)
}

.section-contact .contact-form {
    float: right;
    width: 50%;
    position: relative;
    border-left: 1px solid #979797
}

@media screen and (max-width: 600px) {
    .section-contact .contact-form {
        width: 100%;
        float: none;
        border-left: 0
    }
}

.section-contact .contact-form form {
    width: 70%;
    margin: 0 auto
}

@media screen and (max-width: 600px) {
    .section-contact .contact-form form {
        width: 100%
    }
}

.section-contact .contact-form form button {
    padding: 10px 15px;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    float: right;
    margin-top: 40px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.section-contact .contact-form form button::after {
    content: "";
    display: block;
    clear: both
}

.section-contact .contact-form form button span {
    float: left
}

.section-contact .contact-form form button i {
    margin-left: 8px;
    font-size: 13px;
    float: left;
    line-height: 20px
}

.user-card {
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)
}

.user-card .card-header {
    height: 150px;
    position: relative
}

@media screen and (max-width: 600px) {
    .user-card .card-header {
        height: 200px
    }
}

.user-card .card-header img {
    width: 100%;
    height: 150px
}

@media screen and (max-width: 600px) {
    .user-card .card-header img {
        height: 200px
    }
}

.user-card .card-header .user-edit {
    position: absolute;
    right: 0;
    bottom: 0
}

.user-card .card-header .user-edit button {
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    font-size: 15px
}

.user-card .card-header .user-edit button i {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.user-card .user-image {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 3px solid #fff;
    overflow: hidden;
    position: relative;
    margin: -40px auto
}

.user-card .user-image img {
    width: 80px;
    height: 80px
}

.user-card .user-image .image-edit {
    width: 40px;
    height: 40px;
    background: rgba(32, 36, 49, 0.5);
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.user-card .user-image .image-edit button {
    color: #fff;
    text-align: center;
    line-height: 40px
}

.user-card .user-image .image-edit button i {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.user-card .user-info {
    margin-top: 50px;
    text-align: center
}

.user-card .user-info .name {
    font-size: 20px;
    font-weight: 500;
    color: #000000
}

.user-card .user-info .username {
    font-size: 12px;
    font-weight: 400;
    color: #717171
}

.user-card .user-info .location {
    display: inline-block;
    text-align: center;
    margin-top: 15px
}

.user-card .user-info .location::after {
    content: "";
    display: block;
    clear: both
}

.user-card .user-info .location i {
    font-size: 16px;
    color: #000;
    float: left
}

.user-card .user-info .location span {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    float: left
}

.add-photo {
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24)
}

.add-photo::after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width: 600px) {
    .add-photo {
        width: 100%
    }
}

.add-photo .photo-content {
    float: left
}

@media screen and (max-width: 600px) {
    .add-photo .photo-content {
        float: none;
        text-align: center;
        margin-bottom: 40px
    }
}

.add-photo .photo-content button {
    width: 245px;
    height: 170px;
    border: 2px dashed #2d4968;
    border-radius: 5px;
    background: rgba(238, 238, 238, 0.5)
}

@media screen and (max-width: 992px) {
    .add-photo .photo-content button {
        width: 150px
    }
}

@media screen and (max-width: 600px) {
    .add-photo .photo-content button {
        width: 250px
    }
}

.add-photo .photo-content button .title {
    font-size: 13px;
    font-weight: 500;
    color: #000
}

.add-photo .photo-content button .icon {
    margin-top: 18px
}

.add-photo .photo-content button .icon i {
    font-size: 46px
}

.add-photo .photo-detail {
    float: left;
    width: calc(100% - 265px);
    margin-left: 20px
}

@media screen and (max-width: 992px) {
    .add-photo .photo-detail {
        width: calc(100% - 170px)
    }
}

@media screen and (max-width: 600px) {
    .add-photo .photo-detail {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.add-photo .photo-detail label {
    top: -10px
}

.add-photo .photo-detail .select-field label {
    top: -25px
}

.add-photo .photo-detail button {
    padding: 10px 15px;
    background: #476d91;
    background: linear-gradient(135deg, #476d91 0%, #223b58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476d91', endColorstr='#223b58', GradientType=1);
    float: right;
    margin-top: 40px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.add-photo .photo-detail button::after {
    content: "";
    display: block;
    clear: both
}

.add-photo .photo-detail button span {
    float: left
}

.add-photo .photo-detail button i {
    margin-left: 8px;
    font-size: 13px;
    float: left;
    line-height: 20px
}

.profile-rules {
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.profile-rules ul li {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 25px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important
}

body {
    font-family: "Roboto", sans-serif;
    background: #eee;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    padding-top: 64px
}

body main {
    margin-top: 14px;
    margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
    body .container {
        width: 80%
    }
}

@media screen and (max-width: 992px) {
    body .container {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    body .container {
        width: 94%
    }
}

@media screen and (max-width: 600px) {
    body .container {
        width: 100%
    }
}

body .row {
    margin-bottom: 0
}

body .chart {
    height: 300px
}

button {
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

button:focus,
button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

section.empty-section {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

section.empty-section a {
    display: inline-block
}

section.empty-section a img {
    width: 100%
}

section.banner-section {
    width: 100%;
    text-align: center
}

section.banner-section img {
    width: 80%
}

aside.empty-aside {
    float: left;
    width: 300px
}

@media screen and (max-width: 992px) {
    aside.empty-aside {
        display: none
    }
}

aside.empty-aside img {
    width: 300px
}

@media screen and (max-width: 992px) {
    aside.empty-aside img {
        width: 200px
    }
}

.dropdown-content {
    width: 155px !important;
    top: 40px !important;
    border-radius: 2px
}

.dropdown-content a {
    font-size: 12px !important;
    font-weight: 400;
    color: #000 !important
}

.general-section {
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    margin-bottom: 15px
}

.general-section__header {
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 26px
}

.general-section__header::after {
    content: "";
    display: block;
    clear: both
}

.general-section__header h1,
.general-section__header h2,
.general-section__header h3,
.general-section__header h4,
.general-section__header h5,
.general-section__header h6 {
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 50px
}

@media screen and (max-width: 1200px) {

    .general-section__header h1,
    .general-section__header h2,
    .general-section__header h3,
    .general-section__header h4,
    .general-section__header h5,
    .general-section__header h6 {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {

    .general-section__header h1,
    .general-section__header h2,
    .general-section__header h3,
    .general-section__header h4,
    .general-section__header h5,
    .general-section__header h6 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 480px) {

    .general-section__header h1 span,
    .general-section__header h2 span,
    .general-section__header h3 span,
    .general-section__header h4 span,
    .general-section__header h5 span,
    .general-section__header h6 span {
        display: none
    }

    .amcharts-graph-bullet image {
        height: 30px;
        width: 30px;
        transform: translate(-15px, -5px);
    }

    .amcharts-graph-line.amcharts-graph-time text {
        font-size: 10px;
    }
}

.general-section__header .header-info {
    float: right;
    line-height: 50px
}

.general-section__header .header-info::after {
    content: "";
    display: block;
    clear: both
}

.general-section__header .header-info__btn {
    position: relative;
    float: left;
    height: 48px
}

.general-section__header .header-info__btn button {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    font-size: 16px;
    color: #476d91;
    margin-left: 15px;
    position: relative
}

.general-section__header .header-info__btn button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.general-section__header .header-info__btn button:first-child {
    margin-left: 0
}

.general-section__content {
    padding: 15px 22px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    position: relative
}

.general-section__content p {
    margin-bottom: 15px
}

.general-section__content.p0 {
    padding: 0
}

.general-section__content ul:not(.select-dropdown) {
    margin: 0;
    max-height: 550px;
    overflow-y: scroll
}

.general-section__content ul:not(.select-dropdown)::after {
    content: "";
    display: block;
    clear: both
}

.general-section__content ul:not(.select-dropdown).detail-list {
    height: 250px
}

.general-section__content ul:not(.select-dropdown).mini-list {
    height: 192px
}

.general-section__content ul:not(.select-dropdown) li {
    float: left;
    width: calc(100% / 5);
    height: 48px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 26px
}

.general-section__content.responsive-img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .general-section__content ul:not(.select-dropdown) li {
        width: calc(100% / 4)
    }
}

@media screen and (max-width: 768px) {
    .general-section__content ul:not(.select-dropdown) li {
        width: calc(100% / 3)
    }
}

.general-section__content ul:not(.select-dropdown) li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    /* Metni tek satırda gösterir */
    text-overflow: ellipsis;
    /* Uzun metin için üç nokta ekler */
}

.general-section__content table thead {
    background: #dae2e9
}

.general-section__content table thead th {
    border-radius: 0 !important;
    font: 13px "Roboto", sans-serif;
    font-weight: 300
}

.general-section__content table thead th:first-child {
    padding-left: 26px
}

.general-section__content table thead th:last-child {
    padding-right: 26px
}

.general-section__content table tbody td {
    font: 13px "Roboto", sans-serif;
    font-weight: 400
}

.general-section__content table tbody td.bold {
    font-weight: 500
}

.general-section__content table tbody td span.block {
    display: block
}

.general-section__content table tbody td:first-child {
    padding-left: 26px
}

@media screen and (max-width: 992px) {
    .general-section__content table tbody td:first-child {
        padding-left: 5px
    }
}

.general-section__content table tbody td:last-child {
    padding-right: 26px
}

@media screen and (max-width: 992px) {
    .general-section__content table tbody td:last-child {
        padding-right: 0
    }
}

section.top-banner {
    text-align: center;
    margin-bottom: 20px
}

section.top-banner.h90 {
    max-height: 250px !important
}

section.top-banner.h90 img {
    height: 90px;
    max-width: 100%
}

section.top-banner.h250 {
    height: 250px
}

@media screen and (max-width: 768px) {
    section.top-banner.h250 {
        height: 200px
    }

    section.top-banner.h90 {
        max-height: 100px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    section.top-banner.h250 {
        height: 150px
    }
}

section.top-banner.h250 img {
    height: 250px;
    max-width: 100%;
    width: 100%
}

@media screen and (max-width: 768px) {
    section.top-banner.h250 img {
        height: 200px
    }
}

@media screen and (max-width: 768px) {
    section.top-banner.h250 img {
        height: 150px
    }
}

section.top-banner.h250fix {
    max-height: 300px;
    text-align: center
}

section.top-banner.h250fix img {
    max-height: 300px;
    max-width: 300px;
    /* width: 100% */
}

section.top-banner a {
    display: block
}

.datatable.width-controller tbody td:nth-child(2) {
    max-width: 260px;
    width: 260px
}

.datatable thead th {
    border-bottom: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 46px
}

.datatable tbody td {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    position: relative
}

.datatable tbody td .image {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.datatable tbody td .image img {
    height: 28px
}

.datatable tbody td span {
    display: inline-block;
    margin-left: 45px;
    max-width: 180px
}

.dataTables_length .select-dropdown {
    width: 50px !important;
    min-width: 50px !important
}

.select-dropdown li {
    min-height: auto
}

.select-dropdown li span {
    font-size: 13px;
    color: #000;
    padding-top: 9px;
    padding-bottom: 9px
}

.table-responsive table {
    width: 100%
}

/*# sourceMappingURL=style.css.map */
.owerflow-hidden,
body.loadings {
    overflow: hidden !important
}



.preloader {
    width: 100%;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .2);
    z-index: 999999999;
    height: 100%;
    align-items: center;
    justify-content: center
}

.preloader-act {
    position: fixed;
    display: flex !important;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-roller div {
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-roller;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.lds-roller div:first-child {
    animation-delay: -36ms
}

.lds-roller div:first-child:after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    animation-delay: -108ms
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    animation-delay: -144ms
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    animation-delay: -216ms
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    animation-delay: -252ms
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    animation-delay: -288ms
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}