/* NAVBAR COLLAPSE 1200PX
=========================================================*/

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #main-menu .dropdown-menu {
        text-align: center;
    }
}
/* RESPONSIVE TABLES
=========================================================*/

@media only screen and (max-width: 800px) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive tr {
        border: 1px solid #ddd;
    }
    .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        /*white-space: nowrap;*/
        text-align: left;
        font-weight: bold;
    }
    /* Label the data */
    .table-responsive td:before {
        content: attr(data-title);
    }
    .hide-desktop {
        visibility: visible;
    }
}
/* Large devices 1200px and up) 

=========================================================*/

@media (min-width: 1200px) {
    .container {
        width: 1240px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
/* Between 992px and 1200px 
=========================================================*/

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .lSSlideWrapper {
        width: 650px!important;
        max-height: auto!important;
    }
    .lSSlideOuter .lSPager.lSGallery {
        display: block!important;
    }
}
@media (max-width: 991px) {
    .lSSlideOuter .lSPager.lSGallery {
        display: none!important;
    }
    .orange_bgr {
        display: block;
    }
}
/* Global css for mobile devices
=========================================================*/

@media (max-width: 1200px) {
    h1 {
        font: bold 24px "century gothic";
    }
    h2 {
        padding: 10px 0px;
    }
    .wrapper {
        padding: 100px 0 0 0;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
        display: block;
    }
    .left_column {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        float: none;
    }
    .center_column {
        width: 100%;
        float: none;
    }
    .center_column_full {
        max-width: 100%;
        min-width: 100%;
        float: none;
        padding: 0px;
    }
    .right_column {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        /*float: none;*/
    }
    .header {
        padding: 0em 0 0.6em 0;
    }
    .brand {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 1em 0;
        display: block;
    }
    .brand a.logo {
        font-size: 24px;
    }
    .hamburger {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #000;
    }
    .search_country_all {
        margin: 0 0 10px 0px;
        padding: 0;
        width: 100%;
        float: none;
    }
    .search_country_all input[type="text"] {
        width: 100%;
        padding: 8px;
        font: 9px arial;
    }
    .search_country_all input[type="submit"] {
        font: 16px arial;
        padding: 5px 8px;
    }
    .header-phone {
        width: 100%;
        font-size: 20px;
        text-align: center;
        float: none;
    }
    .header-phone span {
        display: inline-block;
        padding: 0 10px;
    }
    .navbar-toggle {
        padding: 5px 10px;
    }
    #main-menu.navbar {
        margin-bottom: 10px;
        display: none;
    }
    #main-menu .navbar-nav>li a {
        padding: 15px 30px;
    }
    .nav_right {
        padding: 5px 0 10px 10px;
        width: 100%;
        float: none;
    }
    .nav_right a.lang {
        color: #3f3f3f;
        padding: 14px 15px 0 0;
        float: right;
    }
    .promo-box, .countries-box, .holidays-box, .box, .search {
        border: 1px solid #ccc!important;
        border-radius: 2px;
        background: #feffff;
        /* Old browsers */
        background: -moz-linear-gradient(top, #feffff 0%, #dbdbdb 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #feffff 0%, #dbdbdb 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #feffff 0%, #dbdbdb 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dbdbdb', GradientType=0);
    }
    .promo-box {
        padding: 17px 10px 5px 10px;
    }
    .promo-box h2 {
        padding: 0px 0px 10px 35px;
        background: url(../ico/promo-ico.png) no-repeat 8px 0;
    }
    .countries-box table td a {
        font: 14px arial;
    }
    .countries-box table {
        margin: 20px 5px 0px 5px;
    }
    .promo-item img {
        width: 125px;
        height: 100px;
    }
    .promo-item {
        margin: 0 4px 20px 4px;
        width: 150px;
        display: inline-table;
        height: 250px;
    }
    .promo-item h3 a {
        font: 16px arial;
    }
    .next_prev span {
        font-size: 16px;
        background: #ccc;
        color: #333;
        margin: 0 2px;
        padding: 2px 7px;
    }
    .next_prev a {
        font-size: 16px;
        background: #eb0202;
        margin: 0 2px;
        color: #ffffff;
        padding: 2px 7px;
    }
    .holidays-box {
        margin-top: 10px;
        padding: 15px 15px 5px 15px;
    }
    .holidays-box ul {
        padding: 10px 0 0 0;
    }
    .box_offer {
        max-width: 100%;
    }
    .box_offer img {
        width: 120px;
        max-height: 75px;
    }
    .footer-list-container {
        display: none;
    }
    .bottom_nav_container {
        display: none;
    }
    .footer-right {
        display: none;
    }
    .copyright {
        display: none;
    }
    .footer-center {
        font: 16px/22px arial;
        width: 100%;
    }
    .air-tickets {
        margin: 0 auto;
    }
    .bank-info {
        margin: 0px 0px 30px 0px;
    }
    .bank-info h3 {
        margin: 30px 0px 20px 0px;
    }
    .dox {
        margin: 10px 0 20px 0;
    }
    .dox td {
        padding: 15px 10px;
        font: 14px arial;
        display: block;
    }
    #dinamic_form input[type="text"] {
        width: 100%;
    }
    #dinamic_form textarea {
        width: 100%;
        height: 100px;
    }
    #hotel_search_form select {
        padding: 5px;
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
    #hotel_search_form input[type="submit"] {
        float: none;
        width: 100%;
    }
    .hotel_path {
        display: none;
    }
    ul.destinations li a {
        font: 14px arial;
    }
    .country_youtube {
        float: none;
        overflow: visible;
        margin: 10px 0;
    }
    .country_youtube object, .country_youtube embed {
        width: 100%;
        height: 100%;
    }
    .topsale a.imglist em, .promo a.imglist em, .topsale_promo a.imglist em {
        font: 14px tahoma;
    }
    .topsale_promo {
        background-image: none;
        background-color: #f3ffeb!important;
    }
    .topsale {
        background-image: none;
        background-color: #fff7db!important;
    }
    .promo {
        background-image: none;
        background-color: #ffecec!important;
    }
    .hotel_top_details h5 {
        font-size: 12px;
        line-height: 18px;
    }
    .facebook_share {
        margin: 0px 0 10px 0px;
    }
    .hotel_srtc a {
        font: 15px Arial;
        padding: 5px 15px 5px 0px;
        display: inline;
    }
    .video_holder {
        display: none;
    }
    .big_pic {
        margin: 0px 0px 10px 0;
    }
    .dop_photos a.html5lightbox img {
        margin: 0px 5px 5px 0!important;
    }
    .hotel_price_photo {
        width: 100%!important;
        overflow: hidden!important;
    }
    .show_pictogram {
        display: none;
    }
    .shadetabs li {
        margin: 0px 0 2px 0!important;
        width: 100%!important;
    }
    .shadetabs li a {
        padding: 12px 15px!important;
    }
    .shadetabs li a.selected {
        padding: 12px 15px!important;
    }
    .lSSlideWrapper {
        max-width: 100%!important;
        max-height: auto!important;
    }
    img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    .zapitvane_form fieldset {
        width: 100%;
    }
    .zapitvane_form input[type="text"] {
        padding: 9px;
        width: 100%;
    }
    .zapitvane_form textarea {
        width: 100%;
        height: 90px;
    }
    .zapitvane_form input[type="button"] {
        background: #ff7200;
        border: none;
    }
    aside .brand {
        display: block;
    }
    .search_country_all {
        display: block;
    }
    .a1 {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../im/search.png) no-repeat;
        width: 35px;
        height: 35px;
        background-size: cover;
    }
    .active .a1 {
        display: block;
    }
    .a2 {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../im/search-act.png) no-repeat;
        width: 35px;
        height: 35px;
        background-size: cover;
    }
    .a2 {
        display: block;
    }
    .active .a2 {
        display: none;
    }
    .active .search_country_all {
        display: none;
    }
    .shadetabs2 li a {
        padding: 10px 10px!important;
        margin: 0 0 2px 0!important;
        color: #ffffff!important;
        background: #eb0202!important;
        height: auto!important;
        width: 100%!important;
    }
    .shadetabs2 li a.selected {
        background: #fff!important;
        color: #111!important;
    }
    iframe {
        width: 400px;
    }
    .box {
        padding: 0 0 0px 0;
        margin-top: 10px;
    }
    .box h2 {
        padding: 10px 0px 10px 15px;
    }
    .box h2 a {
        width: 100%;
        display: block;
        text-decoration: none;
    }
    .box h2 a:hover, .boxh h2 a:active {
        text-decoration: none;
        color: #000;
    }
    .box [data-toggle="collapse"]:after {
        content: url(../ico/arrow-down.png);
        float: right;
        position: relative;
        top: -4px;
        right: 20px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .box [data-toggle="collapse"].collapsed:after {
        content: url(../ico/arrow-up.png);
        float: right;
        position: relative;
        top: -4px;
        right: 20px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .box ul.country_sub_menu {
        height: 285px;
    }
    .search {
        padding: 0 0 0px 0;
    }
    .box.search h2 {
        padding: 10px 0px 10px 15px!important;
    }
    .search h2 a {
        width: 100%;
        display: block;
        text-decoration: none;
    }
    .search h2 a:hover, .search h2 a:active {
        text-decoration: none;
        color: #000;
    }
    .search [data-toggle="collapse"]:after {
        content: url(../ico/arrow-down.png);
        float: right;
        position: relative;
        top: -4px;
        right: 20px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .search [data-toggle="collapse"].collapsed:after {
        content: url(../ico/arrow-up.png);
        float: right;
        position: relative;
        top: -4px;
        right: 20px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #hotel_search_form input[type="submit"] {
        margin: 0 0 10px 0;
        background: #00acee;
        border: none;
    }
    .orange_bgr h2:after {
        content: '';
    }
    .orange_bgr p {
        padding: 0 10px;
    }
    .highlight {
        margin: 0px 0 20px 0;
    }
    .holidays-box h2 {
        padding: 0px 0px 10px 30px!important;
    }
    .holidays-box h2 a {
        width: 100%;
        display: block;
        text-decoration: none;
    }
    .holidays-box h2 a:hover, .holidays-box h2 a:active {
        text-decoration: none;
        color: #000;
    }
    .holidays-box [data-toggle="collapse"]:after {
        content: url(../ico/arrow-down.png);
        float: right;
        position: relative;
        top: -4px;
        right: 0px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .holidays-box [data-toggle="collapse"].collapsed:after {
        content: url(../ico/arrow-up.png);
        float: right;
        position: relative;
        top: -4px;
        right: 0px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .promo-box h2 a {
        width: 100%;
        display: block;
        text-decoration: none;
    }
    .promo-box h2 a:hover, .promo-box h2 a:active {
        text-decoration: none;
        color: #000;
    }
    .promo-box [data-toggle="collapse"]:after {
        content: url(../ico/arrow-down.png);
        float: right;
        position: relative;
        top: -4px;
        right: 5px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .promo-box [data-toggle="collapse"].collapsed:after {
        content: url(../ico/arrow-up.png);
        float: right;
        position: relative;
        top: -4px;
        right: 5px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mb-wrapper {
        width: 100%!important;
        height: 100%!important;
    }
    .mb-slider {
        left: 90px!important;
        top: 30px!important;
    }
    .mb-slider .mb-panel {
        width: 290px!important;
        margin: 0 auto!important;
        padding: 0px 0px 0px 0px!important;
    }
    .dates {
        word-wrap: break-word;
    }
    ul.lightSlider li img {
        max-width: 100%;
        min-width: 100%;
    }
    .detpw table {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        min-height: .01%;
    }
    .detpw table tr td {
        font: 12px arial;
    }
}
/* END GLOBAL */

/* Small devices (tablets, 768px and up) 

=========================================================*/

@media (min-width: 768px) and (max-width: 991px) {
    img {
        display: initial!important;
        height: auto;
        max-width: auto!important;
    }
    .container {
        width: initial;
    }
    .brand {
        margin: 0 0 0.5em 0;
    }
    .holidays-box ul li {
        width: 190px;
    }
    .promo-item {
        width: 140px!important;
        height: 220px;
    }
    .promo-item img {
        width: 110px;
        height: 88px;
    }
    .week_offer {
        width: 300px;
        margin: 0 auto 10px auto;
    }
    .destination_menu {
        margin: 0 0 0px 0;
        padding: 0;
    }
    .destination_menu li {
        display: inline;
        color: #111;
        font: 10px arial;
        padding: 0 5px 0 0;
    }
    .destination_menu li a {
        font: 11px arial;
        padding: 0 0px 0 0px;
        color: #EB0202;
    }
    .offer span {
        font-size: 14px;
    }
    .offer {
        overflow: hidden;
        padding: 5px 15px;
        font: 12px/16px tahoma;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .offer:nth-child(even) {
        background-color: #f5f5f5;
        padding: 15px 15px;
    }
    .offer h3 {
        color: #ff7200;
        margin: 0 0 3px 0!important;
    }
    .offer h3 strong {
        font: bold 22px arial;
        color: #FF7200;
        letter-spacing: 1px;
    }
    .offer h3 strong sup {
        font: italic bold 10px arial;
        color: #FF7200;
    }
    .offer h3 a {
        color: #111;
    }
    .offer h3 a:hover {
        color: #111;
    }
    .offer h4 {
        font: 12px/17px arial;
        color: #777;
        margin: 10px 0 0 0;
    }
    .offer span {
        font: 14px arial;
        color: black;
    }
    .offer span a {
        color: #EB0202;
    }
    .offer span a:hover {
        color: #111;
    }
    .offer a.imglist {}
    .offer a.imglist:hover {}
    .promo-item:nth-child(n+7) {
        /* show only first 4 promotion */
        display: none;
    }
}
/* Extra small devices (phones, less than 768px) 

=========================================================*/

@media (max-width: 766px) {
    #main-menu .dropdown-inner ul {
        display: block;
    }
    .search_price_form {
        display: block;
    }
}
/* Landscape Mobile (min-width: 480px and max-width: 767px)

=========================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .brand {
        margin: 0 0 0.5em 0;
    }
    .holidays-box ul li {
        width: 190px;
    }
    .promo-item {
        width: 140px;
        height: 220px;
    }
    .promo-item img {
        width: 110px;
        height: 88px;
    }
    .week_offer {
        width: 300px;
        margin: 0 auto 10px auto;
    }
    .destination_menu.mobilelist li {
        display: block;
    }
    .destination_menu.mobilelist li a {
        font: 12px arial;
    }
    .topsale_promo {
        padding: 5px 15px;
    }
    .topsale, .promo, .topsale_promo {
        padding: 5px 15px;
    }
    .offer h3.mobilelist {
        float: left;
    }
    .box ul.country_sub_menu {
        height: 180px;
    }
    .orange_bgr h2 {
        font-size: 22px;
    }
    .promo-item:nth-child(n+6) {
        /* show only first 4 promotion */
        display: none;
    }
    .country {
        margin: 10px 10px 10px 10px;
    }
    .country a.imglist img {
        width: 164px;
    }
    .country h3 img {
        display: inline-block;
    }
    .country h3 a {
        width: 140px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }
    .thumb img, .thumb.hotel img {
        width: 275px;
        height: 206px;
        overflow: hidden;
    }
    .thumb, .thumb.hotel {
        margin: 5px 5px 10px 9px;
        min-height: 270px;
    }
    .thumb h3 a, .thumb.hotel h3 a {
        width: 275px;
        height: auto;
    }
}
/* Wide Mobile Layout: 480px

=========================================================*/

@media only screen and (max-width: 480px) {
    .content h3 {
        font-size: 18px;
    }
    .promo-item:nth-child(n+6) {
        /* show only first 4 promotion */
        display: none;
    }
    .destination_menu.mobilelist li {
        display: block;
    }
    .destination_menu.mobilelist li a {
        font: 12px arial;
    }
    .box h2 {
        padding: 10px 0px 10px 15px;
    }
    .holidays-box ul li {
        padding: 10px 0 10px 20px;
        width: 100%;
        background: #00acee;
        margin-bottom: 1px;
    }
    .holidays-box ul li a {
        color: #ffffff;
        cursor: pointer;
        width: 100%;
        background: none;
    }
    .for_clients_menu {
        font: 14px arial;
        height: auto;
    }
    .hotel_srtc a {
        display: table-cell;
    }
    .for_clients_menu li {
        padding: 10px 0 9px 20px;
        width: 100%;
        background: #00acee;
        margin-bottom: 1px;
    }
    .for_clients_menu li a {
        color: #ffffff!important;
        cursor: pointer;
        width: 100%;
        display: block;
        text-decoration: none!important;
    }
    .for_clients_menu li.act {
        background: #eb0202!important;
        color: #ffffff;
    }
    .for_clients_menu li a:hover {
        text-decoration: underline;
        color: #ffffff;
    }
    .for_clients_menu li:nth-child(n+3) {
        display: none;
    }
    .country_sub_menu {
        font: 14px arial;
        height: 250px;
    }
    .country_sub_menu li {
        padding: 10px 0 9px 20px;
        width: 100%;
        background: #00acee;
        margin-bottom: 1px;
        color: #ffffff;
        display: flex;
    }
    .country_sub_menu li a {
        color: #ffffff!important;
        cursor: pointer;
        width: 87%;
        display: block;
        text-decoration: none!important;
    }
    .country_sub_menu li.act {
        background: #eb0202!important;
    }
    .country_sub_menu li a:hover {
        text-decoration: underline;
        color: #ffffff;
    }
    .price_red_box {
        margin: 0px 0px 20px 0;
        float: none;
        text-align: center;
    }
    .price_red_box a {
        width: 100%;
    }
    .orange_bgr h2 {
        font-size: 19px;
    }
    .offer a.imglist {
        display: block;
        float: none;
        min-width: inherit;
        margin: 0 auto;
        text-align: center;
    }
    .offer a.imglist img {
        width: 100%;
    }
    .imglist img {
        float: none;
        width: 100%;
        height: auto;
    }
    .offer h3 a {
        padding: 10px 0;
        display: block;
        text-align: center;
        font-size: 20px;
    }
    .mobilelist {
        text-align: left!important;
    }
    .mobilelist img {
        width: auto;
        display: inline-block;
    }
    .offer a.mobilelist {
        margin: 0 15px 0 0px;
        float: left;
        min-width: 115px;
    }
    .offer h3.mobilelist {
        margin: 0 0 5px 0!important;
        display: block;
        float: none;
    }
    .offer h3.mobilelist a {
        padding: 0px 0px;
        display: initial;
        float: none;
        font-size: 24px;
    }
    .holidays-box ul li.act {
        background: #eb0202!important;
    }
    .holidays-box ul li.act a {
        color: #ffffff!important;
    }
    .label-info {
        display: inline-block;
        margin: 1px 0;
    }
    .country {
        margin: 10px 4px 10px 4px;
    }
    .country a.imglist img {
        width: 140px;
        display: flex;
        height: 100px;
    }
    .country h3 img {
        display: inline-block;
    }
    .country h3 a {
        width: 115px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }
    .thumb, .thumb.hotel {
        margin: 0px 10px 10px 0px;
        min-height: auto;
    }
    .thumb img, .thumb.hotel img {
        width: 100%;
        height: auto;
    }
    .thumb h3 a, .thumb.hotel h3 a {
        width: 100%;
        height: auto;
    }
    .res_price>.row:nth-of-type(odd) {
        background-color: #eeeeee;
    }
    .res_price>.row {
        padding-bottom: 0px;
    }
    .loalder {
        padding-top: 15px;
        padding-left: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .loalder img {
        margin: 0 auto;
        text-align: center;
    }
    .res_price_result>h3 {
        width: 100%;
        float: none;
    }
    .res_price>.row>.col-md-12 button.btn-success {
        float: none;
        width: 100%;
    }
    .res_price>.row>.col-md-12>h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .msgVajno {
        width: 100%;
    }
    .checkbox input[type="checkbox"] {
        margin: 1px 0 0 -20px;
    }
    .checkbox label {
        min-height: 30px;
        font-size: 13px;
    }
    .m-l-30 {
        margin-left: 10px;
    }
    .form-check-label {
        display: initial;
    }
    .bg-danger strong {
        font-size: 1em;
    }
    #book_rzrv {
    line-height: 25px;
    font-size: 20px;
}
}
@media(max-width:320px) {
    .brand a.logo {
        font-size: 18px;
    }
    .brand a.logo strong {
        font-size: 24px;
    }
    .header-phone {
        width: 100%;
        font-size: 16px;
    }
    .promo-item {
        margin: 0 4px 20px 4px;
        width: 130px;
        display: inline-table;
        height: 250px;
    }
    .hotel_srtc a {
        font: 14px Arial;
        padding: 5px 10px 5px 0px;
    }
    .facebook_share {
        text-align: left;
    }
    .country a.imglist img {
        width: 120px;
    }
    .country-item li {
        font-size: 10px;
    }
    .country h3 a {
        width: 100px;
    }
}