﻿html, body {
    position: relative;
    min-height: 100%;
    height: 100%;
}

TABLE {
    border-collapse: collapse;
}

IMG {
    border: 0px black none;
}

BODY {
    overflow: hidden;
}



A, A:visited {
    text-decoration: none;
}

.divtemizle {
    clear: both;
    float: none;
}

li {
    list-style-type: none;
}

A:hover {
    text-decoration: none;
}

label {
    margin: 0px;
}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

.fields {
    width: 351px;
    height: 100%;
    top: 91px;
    right: 0px;
    background-color:white;
    display: inline-block;
    z-index: 998;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fields.open {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

@media (min-width:320px) {

    .fields {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media (min-width:768px) {

    .fields {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.maps-arama-ust {
    padding-left: 18px;
    border-bottom: 1px solid #1b2f43;
    height: 73px;
}

.maps-arama {
    position: relative;
}

.geri {
    float: left;
    margin-top: 19px;
    display: none;
}

#geri {
    cursor: pointer;
}

.maps-arama {
    float: left;
    margin-left: 12px;
    margin-top: 18px;
}

.maps-arama input {
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    color: #6e6e6f;
    font-size: 16px;
    border: 1px solid #1b2f43;
    height: 35px;
    padding-left: 18px;
    padding-right: 10px;
    width: 228px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.maps-arama-buyutec {
    color: #474d56;
    font-size: 20px;
    position: absolute;
    margin-left: 180px;
    margin-top: 8px;
}

.maps-yeni-baslik {
    background-color: #a1a1a1;
    height: 57px;
    width: 100%;
}


.Kapsul {
    display: table;
    height: 57px;
    /*#position: relative;*/
    overflow: hidden;
    width: 180px;
    padding-left: 18px;
    float: left;
}

.IcerikAlani {
    /*#position: absolute;
    #top: 50%;*/
    display: table-cell;
    vertical-align: middle;
}

.maps-yeni-baslik-text {
    /*#position: relative;
    #top: -50%;*/
    color: #ffffff;
    font-size: 16px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
}

.mapbox {
    margin-top: 27px;
}

.scrollbar {
    float: left;
    height: 100%;
    width: 351px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mapbox::-webkit-scrollbar {
    width: 9px;
}

.mapbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #b7bcc3;
    background: #b7bcc3;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.mapbox::-webkit-scrollbar-thumb {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #656d78;
    cursor: pointer;
}

.listitem {
    display: none;
}

.location, .listitem {
    border-bottom: 1px solid #b7bcc3;
    cursor: pointer;
    position: relative;
}

.location-icon {
    color: #434a54;
    font-size: 35px;
    width: 20px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    padding-top: 8px;
}

.location-icon-ek {
    font-size: 13px;
    padding-top: 14px;
}

.location-header {
    display: table-cell;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    padding: 16px 0 20px 20px;
    color: #434a54;
    font-size: 15px;
    width: 240px;
    vertical-align: middle;
}

.location-arrow {
    color: #434a54;
    font-size: 8px;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -4px;
}

.sosyal-ek {
    padding: 24px 0px 0px 0px;
}

.location:hover > .location-header, .listitem:hover > .location-header {
    color: #004275;
}

.location:hover, .listitem:hover {
    background: #dadee3;
}

.location-groups, .geri, .location-detail {
    display: none;
}

.vekilust {
    float: left;
}

#location-detail-container {
    margin-left: 15px;
    color: #434a54;
    font-size: 14px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
}

#location-detail-container img {
    margin: 0px 10px 10px 0px;
    float: left;
}

.location-detail-header {
    color: #ff754a;
    font-size: 20px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
}

.location-detail-header-sub {
    color: #ffffff;
    font-size: 14px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    line-height: 24px;
    cursor: pointer;
}

.location-detail-header-sub:hover {
    color: #ff754a;
}

.sosyal {
    margin-top: 0px;
    margin-bottom: 13px;
}

.sosyal a {
    display: table;
}

.sosyal a span {
    color: #8f99a3;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

.sosyal a i {
    padding-right: 11px;
    color: #8f99a3;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

.sosyal, .location-detail-image {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 999999;
    background-color: #fff;
    width: 300px;
}

* html .ui-autocomplete {
    width: 100%;
}

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    margin: 0;
    display: block;
}

.ui-menu .ui-menu-item {
    margin: 0;
    width: 100%;
    color: #686d82;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    font-size: 16px;
    padding: 10px 0px 0px 20px;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    line-height: 1.5;
    zoom: 1;
    color: #686d82;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    color: #4672cc;
}

.maps-alan {
    height: 40px;
    padding-top: 9px;
}

.maps-cizgi {
    background-color: #3b3b43;
    width: 280px;
    height: 1px;
    overflow: hidden;
}

.maps-alan-input {
    float: left;
    padding-top: 3px;
}

input[type="checkbox"].inputcss {
    display: none;
    margin: 0px;
}

input[type="checkbox"].inputcss + span {
    display: inline;
    position: relative;
    border: 2px solid #fa8564;
    background-color: #262637;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 2px;
    font-size: 10px;
    color: #262637;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

input[type="checkbox"].inputcss:checked + span {
    background-color: #fa8564;
    color: #fff;
}

.maps-alan-yazi {
    color: #95a0aa;
    font-size: 16px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    width: 225px;
    padding-left: 9px;
    float: left;
    cursor: pointer;
}

.maps-alan-arti {
    float: left;
    margin-top: 6px;
    cursor: pointer;
    font-size: 10px;
    color: #95a0aa;
}

.info {
    width: 300px;
    background-color: #434953;
    padding: 10px 15px 8px 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    font-weight:300;
    border-radius: 3px;
    line-height: 1.5;
    letter-spacing: 0.5px
}
	.info ul li {
		list-style-type: decimal;
		margin-left:10px;
	}


.info img {
    border: 0;
}

.info-img {
    height: 220px;
    width: 200px;
}

.infoBox img {
    margin: 11px 5px 5px 5px !important;
}

.infoBox .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #434953 transparent;
    position: absolute;
    left: 50% !important;
    top: -7px;
}

.labels {
    width: 27px;
    height: 27px;
    color: white;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    padding-top: 3px;
}

.ui-autocomplete {
    width: 300px;
}

.sosyal-1 {
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 92px;
    height: 28px;
    cursor: pointer;
}

.sosyal-icon {
    color: #fff;
    font-size: 17px;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 6px;
    float: left;
}

.sosyal-yazi {
    color: #fff;
    font-size: 12px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    height: 28px;
    width: 63px;
    padding-top: 6px;
    padding-left: 9px;
    float: left;
}

.sosyal-facebook {
    background-color: #4a8be4;
}

.sosyal-facebook > .sosyal-icon {
    border-right: 1px solid #4683de;
}

.sosyal-facebook:hover {
    background-color: #3678d2;
}

.sosyal-twitter {
    background-color: #24b3eb;
    margin-left: 5px;
}

.sosyal-twitter > .sosyal-icon {
    border-right: 1px solid #25aee3;
}

.sosyal-twitter:hover {
    background-color: #1da7dd;
}

.sosyal-google {
    background-color: #f54a5a;
    margin-left: 4px;
}

.sosyal-google > .sosyal-icon {
    border-right: 1px solid #f23849;
}

.sosyal-google:hover {
    background-color: #e63546;
}

.popup-arka-plan {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

.popup-arka-ust {
    position: relative;
    width: 700px;
    height: 500px;
    background-color: #fff;
    z-index: 10000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.popup-ust-baslik {
    width: 100%;
    height: 45px;
    background-color: #3578cb;
}

.popup-ust-baslik-1 {
    float: left;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0px 0px 20px;
}

.popup-ust-baslik-2 {
    float: right;
    padding: 10px 15px 0px 0px;
    color: #ffffff;
    font-size: 24px;
}

#popup-ust-baslik-2 {
    cursor: pointer;
}

.popupyaz {
    float: left;
    height: 420px;
    width: 665px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 20px 0px 0px 20px;
}

.popupyaz::-webkit-scrollbar {
    width: 10px;
}

.popupyaz::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(2,36,53,1);
    background: rgba(2,36,53,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popupyaz::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(240,113,75,1);
}

.popupyaz-il {
    border-left: 3px solid #f36e45;
    font-size: 16px;
    color: #2e2e3e;
    padding-left: 10px;
    margin: 7px 0px 7px 0px;
    line-height: 16px;
    font-weight: 400;
}

.popupyaz-yazi {
    padding-left: 13px;
    background-color: #f9f9f9;
    height: 26px;
    margin-right: 14px;
}

.popupyaz-yazi:nth-child(2n+1) {
    background-color: #fff;
}

.popupyaz-yazi1 {
    padding-top: 2px;
    float: left;
    font-size: 15px;
    color: #f36e45;
    font-weight: 400;
}

.popupyaz-yazi2 {
    padding-top: 2px;
    float: right;
    padding-right: 9px;
    font-size: 15px;
    color: #434953;
    font-weight: 400;
}

@media (max-width: 768px) {
    BODY {
        overflow: auto;
    }

    .scrollbar {
        min-height: inherit;
        height: 410px;
        margin-left: inherit;
        width: 290px;
    }

    .fields {
        height: 100%;
        width: 290px;
        position: absolute;
        right: 0px;
        bottom: inherit;
        top: 132px;
    }

    .maps-arama input {
        width: 200px;
    }

    .maps-arama-buyutec {
        right: inherit;
        margin-left: 150px;
    }

    .location-icon {
        padding-left: 10px;
    }

    .location-header {
        width: 200px;
    }

    .marker-secim {
        margin-left: 5px;
    }

    .maps-arama-ust {
        padding-left: 5px;
    }

    .popup-arka-ust {
        width: 100%;
        height: 800px;
        margin-top: 0px;
    }

    .popupyaz {
        height: 700px;
        width: 100%;
        margin: 20px 0px;
        padding-left: 18px;
        padding-right: 5px;
    }

    .popup-ust-baslik-1 {
        font-size: 14px;
        padding: 13px 0px 0px 20px;
    }

    .popupyaz-yazi1 {
        float: none;
    }

    .popupyaz-yazi2 {
        float: none;
        font-size: 14px;
    }

    .popupyaz-yazi {
        height: 52px;
    }

    .popupyaz-il {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    BODY {
        overflow: hidden;
    }

    .scrollbar {
        min-height: inherit;
        height: 420px;
        margin-left: inherit;
        width: 315px;
    }

    .fields {
        height: 100%;
        width: 315px;
        position: absolute;
        right: 0px;
        bottom: inherit;
        top: 156px;
    }

    .maps-arama input {
        width: 228px;
    }

    .maps-arama-buyutec {
        right: inherit;
        margin-left: 190px;
    }

    .location-icon {
        padding-left: 28px;
    }

    .location-header {
        width: 175px;
    }

    .marker-secim {
        margin-left: 30px;
    }

    #map {
        display: block;
    }

    .maps-arama-ust {
        padding-left: 18px;
    }

    .popup-arka-ust {
        position: relative;
        width: 700px;
        height: 500px;
        margin-top: 100px;
    }

    .popupyaz {
        height: 420px;
        width: 665px;
        margin: 20px 0px 0px 20px;
        padding: inherit;
    }

    .popup-ust-baslik1 {
        font-size: 24px;
        padding: 5px 0px 0px 20px;
    }

    .popupyaz-yazi1 {
        float: left;
    }

    .popupyaz-yazi2 {
        float: right;
        font-size: 15px;
    }

    .popupyaz-yazi {
        height: 26px;
    }

    .popupyaz-il {
        font-size: 16px;
    }
}

@media (min-width:992px) {
    .fields {
        top: 151px;
    }
}

@media (min-width:1200px) {
    .fields {
        top: 156px;
    }
}
/******************************/
.header-bottom {
    background-color: white;
}

.sub-icon,
.sub-title {
    color: #434a54;
    display: inline-block;
    vertical-align: middle;
}

.sub-icon {
    overflow: hidden;
}

.sub-title span {
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
}

.navigation .share a,
.navigation .return-home a {
    color: #1b2133;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
}

.navigation .return-home a span,
.navigation .return-home a i {
    display: inline-block;
    vertical-align: middle;
}

.navigation .return-home a {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 30px;
}

.navigation .return-home a:hover {
    background: #dadee3;
    color: #434a54;
}

.navigation .return-home a:hover i {
    color: #434a54;
}

.navigation .return-home a i {
    color: #b7bcc3;
    position: relative;
}

.navigation .share a {
    color: #434a54;
}


.navigation .share a,
.navigation .share span {
    display: inline-block;
    vertical-align: middle;
}

.navigation .share span {
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    font-size: 14px;
    position: relative;
    top: 20px;
}

/*.navigation .share a:hover {
    color: #dadee3;
}*/

@media screen and (min-width:320px) {
    .header-bottom {
        text-align: center;
    }

    .sub-icon {
        font-size: 44px;
        margin-left: 0px;
        height: 65px;
        padding-top: 8px;
    }

    .sub-title span {
        font-size: 18px;
        border-left: 1px solid transparent;
        padding-left: 15px;
        padding-top: 1px;
        margin-left: 0px;
        margin-top: 8px;
        display: block;
    }

    .navigation {
        float: left;
        margin-right: 0px;
    }


    .navigation .share,
    .navigation .return-home {
        vertical-align: middle;
        display: table-cell;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navigation .share a,
    .navigation .return-home a {
        font-size: 13px;
    }

    .navigation .return-home {
        border-left: 1px solid transparent;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .navigation .return-home a i {
        font-size: 15px;
        top: 2px;
        margin-right: 9px;
    }

    .navigation .share {
        padding-right: 10px;
    }

    .navigation .share a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navigation .share i {
        font-size: 25px;
        float: right;
        margin-top: 8px;
        margin-left: 10px;
    }
}

@media screen and (min-width:768px) {
    .header-bottom {
        text-align: left;
    }

    .sub-icon {
        font-size: 44px;
        margin-left: 15px;
        height: 65px;
        padding-top: 8px;
    }

    .sub-title span {
        font-size: 18px;
        border-left: 1px solid #b7bcc3;
        padding-left: 15px;
        padding-top: 1px;
        margin-left: 15px;
        margin-top: 1px;
        display: block;
    }

    .navigation {
        float: right;
        margin-right: 15px;
    }

    .navigation .share,
    .navigation .return-home {
        vertical-align: middle;
        display: table-cell;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .navigation .share a,
    .navigation .return-home a {
        font-size: 13px;
    }

    .navigation .return-home {
        border-left: 1px solid #b7bcc3;
        padding-left: 10px;
        margin-bottom: 0;
    }

    .navigation .return-home a i {
        font-size: 15px;
        top: 2px;
        margin-right: 9px;
    }

    .navigation .share {
        padding-right: 10px;
    }

    .navigation .share i {
        font-size: 25px;
        float: right;
        margin-top: 8px;
        margin-left: 10px;
    }

    .navigation .share a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width:992px) {
    .sub-icon {
        font-size: 44px;
        margin-left: 60px;
        height: 65px;
        padding-top: 8px;
    }

    .sub-title span {
        font-size: 21px;
        border-left: 1px solid #b7bcc3;
        padding-left: 20px;
        padding-top: 1px;
        margin-left: 24px;
        margin-top: 1px;
        display: block;
    }

    .navigation {
        float: right;
        margin-right: 41px;
    }

    .navigation .share,
    .navigation .return-home {
        vertical-align: middle;
        display: table-cell;
        padding-top: 4px;
        padding-bottom: 3px;
    }

    .navigation .share a,
    .navigation .return-home a {
        font-size: 14px;
    }

    .navigation .return-home {
        border-left: 1px solid #b7bcc3;
        padding-left: 39px;
    }

    .navigation .return-home a i {
        font-size: 19px;
        top: 2px;
        margin-right: 9px;
    }

    .navigation .share {
        padding-right: 29px;
    }

    .navigation .share i {
        font-size: 35px;
        float: right;
        margin-top: 8px;
        margin-left: 18px;
    }
}

/**********************************************/
.corporate {
    text-align: center;
    padding-top: 80px;
}

.corporate img {
    width: 121px;
    margin-bottom: 25px;
}

.corporate p {
    font-family: Arial;
    color: #434a54;
    font-size: 11px;
    line-height: 11px;
}
/******************************************/
.return-group {
    float: right;
    color: #434a54;
    background: #dadee3;
    padding: 5px 17px 5px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
    margin-right: 30px;
    margin-top: 13px;
}

.return-group i {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    top: 1px;
}

.return-group:hover {
    background: #aab2bd;
    color: #fff;
}

#group-list .listitem {
    padding-left: 25px;
}

#group-list .listitem:hover > .location-header {
    color: #fff;
}

#group-list .listitem span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #aab2bd;
    position: absolute;
    bottom: 26px;
}

.genel-content {
    display: none;
}

.navbar-toggle .icon-bar {
    border-radius: 0 !important;
    background: #434a54;
}

/* Harita Güzergah */

.mobil-bottom-bir {
    height: 39px;
    background-color:white;
}

.mobil-bottom-bir .sub-icon {
    height: 39px;
    line-height: 0px;
    padding-top: 4px;
    padding-left: 14px;
    width: 60px;
}

.mobil-bottom-bir .sub-icon i {
    font-size: 34px;
}

.mobil-bottom-bir .sub-title {
    height: 39px;
    border-left: 1px solid #b7bcc3;
}

.mobil-bottom-bir .sub-title span {
    font-size: 16px;
}

.mobil-bottom-iki {
    height: 39px;
    background-color: #e6e9ed;
}

.mobil-bottom-iki .anasayfayadon {
    float: left;
    padding: 10px 0px 0px 15px;
}

.mobil-bottom-iki .anasayfayadon a {
    color: #434a54;
    font-size: 13px;
    font-family: var(--family-Barlow-Semi-Condensed); font-weight: 400; 
}

.mobil-bottom-iki .hamburger {
    float: right;
    width: 59px;
    border-left: 1px solid #b7bcc3;
    height: 39px;
    padding-left: 8px;
}

.mobil-bottom-iki .navigation {
    float: right;
}

.mobil-bottom-iki .navbar-toggle {
    margin: 1px 0px 0px 0px;
    float: none;
}

.mobil-bottom-iki .addthis_toolbox a {
    margin-bottom: 0px
}

.mobil-bottom-iki .navigation .share i {
    margin-top: 5px;
}

.mobil-bottom-iki .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.mobil-bottom-iki .navbar-toggle .icon-bar {
    width: 26px;
}

.mobil-bottom-iki .navbar-toggle .icon-bar-arti {
    margin-left: 9px;
    width: 17px;
}

@-webkit-keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fixed_menu_animation {
    -webkit-animation-name: fixed_menu_animation;
    animation-name: fixed_menu_animation;
}

.mobil-bottom_fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: fixed_menu_animation 0.3s;
    -moz-animation: fixed_menu_animation 0.3s;
    -o-animation: fixed_menu_animation 0.3s;
    animation: fixed_menu_animation 0.3s;
    min-height: inherit;
    height: 78px !important;
}

.mobil-bottom_fixed_menu_fields {
    position: fixed;
    top: 75px;
    -webkit-animation: fixed_menu_animation 0.3s;
    -moz-animation: fixed_menu_animation 0.3s;
    -o-animation: fixed_menu_animation 0.3s;
    animation: fixed_menu_animation 0.3s;
}

.atss {
    z-index: -1
}
