.bg-white-transparent {
    background-color: #ffffffe6 !important;
}
.guide-card img {
    -webkit-transition: visibility 250ms ease-in-out, opacity 250ms ease-in-out;
    transition: visibility 250ms ease-in-out, opacity 250ms ease-in-out;
}
.media-center-fit {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-center-fit {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.guide-card img.hover {
    visibility: hidden;

    opacity: 0;
}
.guide-card:hover img.normal {
    visibility: hidden;

    opacity: 0;
}

.guide-card:hover img.hover {
    visibility: visible;

    opacity: 1;
}
.guide-card:hover {
    background: linear-gradient(0deg, #326ab4, #95c439);
}
.guide-card a {
    color: #343a40;
    text-decoration: none;
}
.guide-card a:hover {
    color: #fff;
}

.guide-card:after {
    position: absolute;
    right: 25%;
    bottom: 0;
    left: 25%;
    height: 0.2rem;
    content: '';
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
    background-color: #94c436;
}
.guide-card:hover:after {
    right: 0;
    left: 0;
}


.dataTables_paginate a.current {
    color: #ffffff;
    background-color: #aadaf4;
}

.dataTables_paginate {
    text-align: center;
    margin: 15px 0;
}

.dataTables_paginate a {
    font-size: 12px;
    color: #076096;
}

.dataTables_paginate a {
    padding: 5px 17px;
}

.dataTables_paginate {
    display: inline-block;
}

.dataTables_paginate a {
    padding: 5px;
}

.dataTables_paginate a:hover {
    background-color: rgba(215, 234, 244, 0.87);
}

.dataTables_paginate .paginate_button {
    box-sizing: border-box !important;;
    display: inline-block !important;;
    min-width: 1.5em !important;;
    padding: 5px !important;;
    margin-left: 2px !important;;
    text-align: center !important;;
    font-size: 12px !important;;
    text-decoration: none !important;
    cursor: pointer !important;;
    color: #076096 !important;;
    border: 1px solid transparent !important;;
    border-radius: 2px !important;;
}

table.table thead .sorting:after {
    content: '\e150';
    opacity: 0.5;
    margin-left: 5px;
}

div.dataTables_info {
    padding-top: 0;
}

.dataTables_length {
    padding-top: 10px;
}

input[type="search"] {
    width: 100%;
    border: 1px solid #5fbbea;
    border-radius: 9px;
    margin: 10px 0;
    color: #9c9d9d;
    font-size: 12px;
    padding: 6px 20px;
}

.dataTables_wrapper .row .col-sm-12 .pull-right,#datatables_w0_filter {
    width: 40%;
    float: right;
}

.dataTables_wrapper .row .col-sm-12 .pull-left,#datatables_w0_length {
    width: 35%;
    float: left;
}

.dataTables_filter label {
    display: block;
    font-size: 0px;
}

.DTTT_container {
    width: 25%;
    float: right;
    padding-top: 10px;
}

div#datatables_w0_info {
    display: inline-block;
    width: 33%;
}

th {
    text-align: center;
}

.dataTables_wrapper .row .col-sm-12 .pull-left, #datatables_w0_length {
    font-size: 11px;
    margin-top: 7px;
}

.dataTables_wrapper .row .col-sm-12 .pull-left lebel, #datatables_w0_length label{
    font-weight: normal;
}

div#datatables_w0_info {
    font-size: 11px;
}

.simple-little-table a:visited {
    color:#666;
}

#datatables_w0_filter label {
    /*width: 450px;*/
    width:100%;
}

table.table thead .sorting:after {
    content: '';
    opacity: 0.5;
    margin-left: 5px;
}
.dataTable{
    font-size: 12px;
}
.table.thead-dark th {
    color: #fff;
    background-color: #343a40!important;
    border-color: #454d55;
}

.hotel-item {
    color: #0b3f65;
    font-size: 14px;
    border-bottom: 1px dashed #0f4f7e;
    display: table;
    width: 100%;
}

.hotel-item div {
    display: table-cell;
    vertical-align: top;
}

.hotel-description {
    color: #000000;
}

.hotel-info {
    width: 260px;
}

.hotel-item {
    padding: 20px 0;
}

.hotel-item a {
    color: #024f80;
    border-bottom: 1px solid #024f80;
}

.hotel-description img {
    padding-right: 10px;
    width: 250px;
    /*height: 250px;*/
}

.hotel-ico {
    width: 51px;
}

.hotels {
    margin: 40px 20px;
    position: relative;
}

.map {
    position: absolute;
    top: 0;
    right: 0;
}