/* ==========================================================================
   Kaan Vurgun @immortalcain 
   ========================================================================== */


@@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

hr {
    margin-bottom: 0;
}
:-ms-input-placeholder {
    letter-spacing: -0.5px;
    text-indent: 0px;
}

.head-bg {
    /* background: url(../img/head-bg.webp) no-repeat; */
    /* background-size: cover; */
    padding: 30px 0;
    background: #2b2f4d;
}

.navbar {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #e93a24;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #e93a24;
}

.txt-search {
    background: #fff url(../img/ico-search.png) no-repeat center right 10px;
}

.btn.btn-online {
    background-image: url(../img/btn_bg-online.png);
    background-position: top left;
    background-color: #363e6b;
    border: 0;
    margin-left: 10px;
}

.btn.btn-online:after,
.btn.btn-email:after {
    content: "";
}

.btn.btn-email {
    background-color: #e23620;
    background-image: none;
    color: #fff;
    padding: 9px 25%;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #212440;
}

h2 {
    margin-bottom: 20px;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding: 4px 17px 0;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 8px;
    top: 7px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #e93a24;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}


#home .krediler.slick-slider {
    margin-bottom: 60px;
}

.txt-container h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.col-xs-12.owrflow-hidden {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 4%;
    margin-bottom: -5%;
}

.col-xs-12.owrflow-hidden .swiper-container {
    overflow: visible;
}

.swiper-slide {
    /*opacity: 0.8;*/
    transition: all 300ms ease;
}

.swiper-slide-active {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    box-shadow: 0px 5px 20px black;
    z-index: 1;
}

.swiper-slide-active .slide-container .txt-container h2 {
    font-size: 24px;
    font-size: 1.2vw;
    color: #2c2c2c;
}

.txt-container p {
    font-size: 16px;
    color: #2c2c2c;
}

.txt-container a {
    font-size: 16px;
}

span.txt-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 4%;
    width: 100%;
    line-height: 1;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.txt-container span {
    width: 70%;
    display: block;
}

.swiper-slide-active .slide-container .txt-container {
    width: 50%;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
}

.slide-container .txt-container p,
.slide-container .txt-container a {
    display: none;
    font-size: 16px;
}

.slide-container .txt-container a {
    font-size: 15px;
    padding: 7px 19px;
    text-align: left;
}

.swiper-slide-active .slide-container .txt-container {
    left: 2%;
    padding-bottom: 4%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.swiper-slide-active .slide-container .txt-container p,
.swiper-slide-active .slide-container .txt-container a {
    display: block;
}

.mt-50 {
    margin-top: 50px;
}

.mt-d50 {
    transform: translateY(-50%);
    z-index: 1;
    position: relative;
}

#urunler .mt-d50 {
    transform: translateY(-30%);
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    background-image: url(../img/btn_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    border-radius: 0;
    padding: 10px 44px;
    position: relative;
}
.btn-info {
    background-image: url(../img/btn-info_bg.webp);
}
.btn-primary {
    background-image: url(../img/btn-primary_bg.webp);
}
.btn-warning {
    background-image: url(../img/btn-warning_bg.png);
}
.btn:after {
    content: ">";
    position: absolute;
    font-style: normal;
    right: 9px;
}

.btn-primary {
    background-color: #e33721;
    border-color: #bd301e;
}

.btn-primary:hover {
    background-color: #d43420;
    border-color: #bd301e;
}

.btn-info {
    background-color: #3e4e9a;
}

.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #fff;
    margin-top: 4px;
    position: relative;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGElEQVQYV2NkYGBg+PTp038+Pj5GRjI4AIfGFAZ5zreoAAAAAElFTkSuQmCC);


}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 4em;
    height: 2.2em;
    cursor: default;
    margin: 0 -31px auto !important;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 1px 1px 5px #000;
}

.ui-slider-range {
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGUlEQVQYV2P8s0b3/xeT2Qw8Z1IZGMngAADcth0qmM1uSgAAAABJRU5ErkJggg==);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}


.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}


.text-sel>.form-group:first-child>div .text-center {
    padding-top: 15px;
}

.twoblock>.row>div {
    padding: 25px 35px;
}

.twoblock>.row>div:first-child {
    border-right: 1px solid #eee
}

.twoblock h2 {
    color: #212440;
}

.form-control {
    height: 40px;
    border-radius: 0;
}

select.form-control {
    border: 1px solid #c9cacc;
    border-bottom: 2px solid #696d86;
}

.krediler a {
    color: #2b304e;
    font-size: 18px;
}

.krediler h3 {
    font-size: 18px;
}

.slider.krediler {
    padding-bottom: 20px;
}


.swiper-scrollbar {
    background: #d6d6d6;
}

.krediler > .swiper-scrollbar {
    border-radius: 2px;
    height: 10px;
    width: 400px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius:5px;
}

.krediler > .swiper-scrollbar > .swiper-scrollbar-drag {
    top: -20px !important;
}

.total-input {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2NkQAKMIPbjx4//y8rKMoI5MAAATRUEBHXzt/MAAAAASUVORK5CYII=);
}

.brand-container {
    padding: 2% 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQYV2O8c+fOfxUVFUYGBgYGRpwcABVoDARE45A3AAAAAElFTkSuQmCC);
    margin-bottom: 2%;
}

.bg-footer1 {
    background: url(../img/bg_footer1.png) no-repeat;
    background-size: cover;
    padding: 2%;
}

.bg-footer2 {
    background: url(../img/bg_footer2.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 20px;
}

.bg-footer2 p {
    line-height: 60px;
}

.bg-footer2 a {
    color: #fff;
}

.glyphicon-compt:before {
    content: url(../img/ico-online_but.png);
    vertical-align: sub;
}

footer ul.unstyled {
    list-style: none;
    border-left: 2px solid #e93a24;
    padding: 10px;
    margin: 12px 0;
}

.social-media a {
    border: 1px solid #c9c9c9;
    display: block;
    padding-top: 12%;
    text-align: center;
    font-size: 86%;
    color: #2b304e;
    line-height: 3;
    margin-bottom: 32%;
}





/* URUNLER */

.bg-promo {
    background: #2b304e;
    background: -moz-linear-gradient(left, #2b304e 1%, #2b304e 49%, #f6f6f4 51%, #f6f6f4 100%);
    background: -webkit-linear-gradient(left, #2b304e 1%, #2b304e 49%, #f6f6f4 51%, #f6f6f4 100%);
    background: linear-gradient(to right, #2b304e 1%, #2b304e 49%, #f6f6f4 51%, #f6f6f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b304e', endColorstr='#f6f6f4', GradientType=1);
}

.bg-promo .row,
.camp-holder .row {
    display: flex;
}

.bg-promo .row>div:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -moz-linear-gradient(65deg, rgba(43, 48, 78, 1) 0%, rgba(43, 48, 78, 1) 1%, rgba(43, 48, 78, 1) 50%, rgba(43, 48, 78, 0) 51%, rgba(43, 48, 78, 0) 100%);
    background: -webkit-linear-gradient(65deg, rgba(43, 48, 78, 1) 0%, rgba(43, 48, 78, 1) 1%, rgba(43, 48, 78, 1) 50%, rgba(43, 48, 78, 0) 51%, rgba(43, 48, 78, 0) 100%);
    background: linear-gradient(65deg, rgba(43, 48, 78, 1) 0%, rgba(43, 48, 78, 1) 1%, rgba(43, 48, 78, 1) 50%, rgba(43, 48, 78, 0) 51%, rgba(43, 48, 78, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b304e', endColorstr='#002b304e', GradientType=1);
    transform: translateX(100%);
    z-index: 1;
}

span.hover-effect {
    border: 3px solid #efefef;
    display: inline-table;
    border-radius: 50%;
}

a:hover .hover-effect {
    border-color: #ca1e59;
}

.bg-promo .col-sm-4,
.camp-holder .col-sm-6+.col-sm-6 {
    /* flex-direction: column; */
    display: -webkit-flex;
    display: flex;
    display: -ms-grid;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #fff;
}
.bg-promo .col-sm-4 * {
    color: #fff;
}

.col-xs-5ths h3 {
    font-size: 18px;
    color: #2b304e;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8c+fOfxUVFUYGKIAzMARgKjFUAABhlQgFsl1WNAAAAABJRU5ErkJggg==);
}

.table>thead>tr>th {
    background: #2b304e;
    color: #fff;
    padding: 13px 8px;
}



/* MARKALAR */

.markalar span.hover-effect {
    padding: 11% 8%;
    background: #fff;
}

.mtext-holder {
    transform: translateY(-50%);
}

.mtext-holder .col-xs-10.col-xs-offset-1 {
    background: #fff;
    position: relative;
    padding: 25px;
}

.mtext-holder .col-xs-10.col-xs-offset-1:after,
.camp-holder:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.38);
    top: 50%;
    bottom: 0px;
    left: 4%;
    right: 4%;
    border-radius: 30%;
}



/* KAMPANYALAR */

#kampanyalar .head-bg {
    padding: 30px 0 150px;
}

.camp-holder {
    background: #fff;
    margin-bottom: 60px;
}

.camp-holder .col-sm-6+.col-sm-6 {
    color: #000;
}

.camp-share {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: #313966;
    font-weight: bold;
}



/* KURUMSAL */

.corp-indend {
    padding-left: 30px;
}

.corp-indend ul,
.search-result ul {
    padding: 0;
}

.corp-indend li,
.search-result li {
    background: url(../img/list-ico.png) no-repeat;
    list-style: none;
    background-position: 0 2px;
    padding: 0 0 15px 24px;
}

.nav.nav-justified i {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    padding: 4px;
    margin-right: 8px;
}

.nav-pills {
    display: flex;
}

.nav-pills li {
    display: flex;
    flex: 1;
}

.nav-pills li a {
    border-radius: 0;
    border: 1px solid #efefef;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #e93a24;
}

.nav-pills>li+li {
    margin-left: 0;
}
@media only screen and (min-height: 1211px) and (max-height: 1454px) {

    .container-wrapper {
        margin-bottom: -105px !important;
    }
}

@media only screen and (min-height: 1371px) {

    .container-wrapper {
        margin-bottom: -4% !important;
    }

    .container-wrapper img {
       width:100% !important;
    }
}

@media only screen and (min-height: 1937px) {
    .swiper-slide a {
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .swiper-slide-active {
        box-shadow: none;
    }
    .swiper-slide-active img{
        box-shadow: 0 5px 20px  black;
    }


    .container-wrapper {
        margin-bottom: -130px !important;
    }

    .container-wrapper img {
        width: 90% !important;
    }
}

@media only screen and (min-height: 2907px) {
   
    .container-wrapper {
        margin-bottom: -155px !important;
    }

}


/* �LET���M */
#map {
    width: 100%;
    min-height: 400px;
    border: 1px solid #787878;
    z-index: 2;
}
  
#map .leaflet-popup-content {
  font-weight: 300;
  font-size: 13px;
  overflow: auto;
  margin: 12px 16px 12px 12px;
}
  
.leaflet-popup p {
  margin: 0 0 10px;
}

#iletisim .box {
    border: 1px solid #efefef;
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

@media screen and (max-width:767px) {

    .krediler > .swiper-scrollbar {
        width: 200px;
    }
    .slick-slider {
        margin: 0;
    }
    .txt-container h2 {
        font-size: 100%!important;
    }
    .slide-container .txt-container a {
        font-size: 8px;
    }
    .slide-container .txt-container p {
        font-size: 10px;
    }
    .txt-container p {
        font-size: 20%;
    }
    .bg-promo {
        background: #2b304e;
    }
    .bg-promo .row,
    .camp-holder .row {
        display: block;
    }
    .mtext-holder {
        transform: translateY(-15vw);
    }
    .camp-share {
        position: relative;
        text-align: center;
    }
    .swiper-slide-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .bg-promo .row>div:first-child:after {
        display: none;
    }
    .camp-text h1 {
        font-size: 100%;
    }
}

@media screen and (max-width:992px){
    .nav-pills {
        display: block;
    }

    .nav-justified li{
        width:100% !important;
    }
}

.btn-link:after {
    content: none;
}

.btn-link {
    background-image: none;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: inherit;
}

button.close {
    position: absolute;
    right: -12px;
    background: #fff;
    padding: 3px 7px;
    top: -14px;
    z-index: 10;
    border-radius: 50%;
    opacity: 1;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .mobile-type1{
        display:flex;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.cookie-screen {
    position: fixed;
    bottom: 0;
    background: #363e6b;
    padding: 20px;
    z-index: 99;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 1200px) {
    .cookie-screen {
        flex-direction: row;
    }
}

    .cookie-screen .cookie-content {
        flex-basis: 65%;
        font-size: 12px;
    }
        .cookie-screen .cookie-content p {
            margin-bottom: 10px;
        }
@media (min-width: 1200px) {
    .cookie-screen .cookie-content p {
        margin: 0;
    }
}

    .cookie-screen .button-wrapper {
        flex-basis: 30%;
        display: flex;
    }
        .cookie-screen .button-wrapper .btn{
            margin: 0 ;
        }
        .cookie-screen .button-wrapper .btn-primary{
            margin-right:5px;
        }
.cookie-screen .cookie-link:hover {
    text-decoration: underline;
}
.cookie-screen .cookie-link:hover {
    color: #337ab7;
}
    /* NASIL */
    #kredibilgi .label.label-danger {
        border-radius: 50%;
    }

/*
body[id="home"] form.form-horizontal{position: relative;z-index: 1;}
body[id="home"] form.form-horizontal:before {content: "";position: absolute;z-index: 10;left:0;right:0;top:0;bottom:0;font-size:0;background-color: rgba(255,255,255,0.7);}
*/

/* error calculate */

.errorForCalculate {
    position: absolute;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    max-width: 400px;
    height: fit-content;
    box-sizing: border-box;
    border:3px solid #F54029;
    padding: 20px;
    background-color: #ffffff;
    color: #212440;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.11);
}
.errorForCalculate.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    box-shadow: 0 0 50px 27px rgba(0,0,0,.21);
}

.errorForCalculate a.closeme {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    background-color:  #F54029;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    text-align: center;
    text-decoration: none;
}
.errorForCalculate p {
    margin:0;
}
.errorForCalculate p + p {
    margin-top: 30px;
}
.errorForCalculate p strong {
    display: block;
    color: #F54029;
}
/* calculate popup modal */

 .calculateModal{
     position:inherit;
     padding-right:0 !important;
 }
.calculateModal .modal-dialog{
    width: 100%;
    margin:0 !important;
}
.calculateModal .modal-dialog .modal-content {
    border: none;
    background: #fff url(../img/warning.webp) no-repeat left 10px;
}
.calculateModal .modal-dialog .modal-content p {
    margin-left:15px;
    margin-bottom:0;
}

    .calculateModal .modal-body {
       display:flex;
       align-items:center;
    }

/* transitions */
.trans300, .errorForCalculate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.trans700 { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }

.title {
    font-weight: 600;
}

.leaflet-container {
    font-family: "Open Sans", sans-serif;
}

.notice-modal .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;    
}

.brand-container .row {
    display: flex;
    flex-wrap: wrap;
}

.brand-container .row > * {
    margin: 10px 0;
    flex-shrink: 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    .brand-container .row > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}