@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap&family=Bitter:wght@400');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

body {
    background-color: #fff;
    font-size: 0.95em;
    font-family: "Lato", "sans-serif";
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    position: relative;
    overflow-x: hidden !important;
}

.wazne{
    background-color:#f9f3eb;
    border:10px dotted #fff;
    padding:20px;
    }
    
@media only screen and (max-width: 575px) {
  .hidden-on-small {
    display: none;
  }
}

/*reklamy googlowskie */
.banner-container {
    width: 100%; /* Zajmuje całą szerokość rodzica */
    max-width: 1000px; /* Maksymalna szerokość reklamy */
    margin: 0 auto; /* Wyśrodkowanie */
   /* background-color: #f3f3f3; /* Placeholder w tle */
    overflow: hidden; /* Ukrycie nadmiaru reklamy */
}

/* Stylizacja reklamy */
.banner-container ins.adsbygoogle {
    display: block;
    width: 100%; /* Dopasowanie szerokości do kontenera */
    max-width: 100%; /* Nie wykracza poza kontener */
    height: auto; /* Automatyczne skalowanie wysokości */
}

/* Dostosowanie dla urządzeń mobilnych */
@media (max-width: 768px) {
    .banner-container {
        max-width: 468px; /* Średni rozmiar reklamy na tabletach */
    }
}

@media (max-width: 480px) {
    .banner-container {
        max-width: 320px; /* Mały rozmiar reklamy na urządzeniach mobilnych */
    }
}





.mobileShow {width:100%; display: none;}
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 768px){ .mobileShow { display: inline;}}


.button_wysz {
    background-color: #e5150e;
    border: none;
    color: white;
    max-width: 100%;
    width: 100%; /* Dodane aby przycisk był szeroki na całą stronę */
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    box-sizing: border-box; /* Aby padding był wliczony w szerokość */
    /*text-transform: uppercase; */
}

.iata-box{
box-sizing: content-box;
width: 78px;
background-color:#cdc9bc;
padding: 5px;
color:#fff;
font-size: 17px;
text-align: center;
font-weight: bold;
float:left;
position: relative;
top:8px;left: 14px;
letter-spacing: 1.4px;
}

.gradi{
background-image: linear-gradient(#f2f0ea, white);
padding: 15px;
}

.gradi2{
background-image: linear-gradient(white, #f2f0ea);
padding: 15px;
}

.container{
	max-width: 1600px;
    width: 95%;
}
.modal{
    z-index:9999999;
}
.c_white{
    color:#fff !important;
}
.back_white{
	background-color: #fff !important;
}
.b_c_1{
    background-color:#f3efef !important;
}
.modal-backdrop.show{
    opacity: 0;
}
#root_pasazer{
    display: flex;
    position: relative;
    z-index:99999;
}
#root_pasazer .root_content{
    display: block;
    width:100%;
    min-width: 100%;
	transition: all .5s linear;
}
#root_pasazer .root_content.s{
	margin-left: 300px;
}
table .date_cell_class{
    max-width: 145px;
    width: 145px;
    padding: .4rem;
}
.slide_sticky{
    position: sticky;
    top:0;
    left:0;
    z-index: 999999;
}
a:hover {
    color: #333;
}
button {
    background-color: #28a745;
    border-radius: 0px 5px 5px 5px;
    color: #fff;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border: none;
    transition: background-color .2s linear;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

button:hover {
    background-color: #282724;
}

button:disabled {
    background: #aaa !important;
}

button:disabled>.fa {
    display: inline-block;
}

a {
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

a.btn {
    text-decoration: none !important;
}
a.btn.btn_letter_def{
    text-transform: initial;
}
a.btn.tag_link{
    text-transform: uppercase;
    background-color: #fff;
    color: #333;
    border-color: #000;
    font-size: .8rem;
    transition: all .2s linear;
    outline: none !important;
	box-shadow: none !important;
}
a.btn.tag_link:active,
a.btn.tag_link:hover{
    border-color:#333 !important;
    background-color: #000 !important;
    color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
}

a.btn.tag_link:focus{
    background-color: #fff;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol li {
    padding: 4px 0;
}

input[type=text], input[type=email], input[type=password], input[type=number],
select, textarea {
    border-radius: 0px 5px 5px 5px;
    outline:none;
}
.mw300{
    min-width: 300px;
}
.mw240{
    min-width: 240px;
}
.mw150{
    min-width: 150px;
}
.textarea_triangle{
    position: relative;
}
.textarea_triangle:after,
.textarea_triangle:before{
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: -11px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right: 12px solid #9d9d9d;
}

.textarea_triangle:after {
    border-color: transparent #fff transparent transparent;
    border-width: 16px;
    left: -26px;
    top: 26px;
}

.not_clicked_link{
    cursor: default!important;
    text-decoration: none!important;
}

.page_site_view{
    text-align: justify;
}
.page_site_view a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.page_site_view a:hover{
    color: #db1e12;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
}
.text_overflow_td_a,
.text_overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text_overflow_td_a{
    display: block;
    max-width: 570px;
}
._art_text .news_body_text ul.adv_buy_action{
    list-style-type: none;
    padding: 0 8px;
    margin: 6px 0;
    border-left: 4px solid #333;
}
._art_text .news_body_text ul.adv_buy_action img{
    display: block;
    margin: 0;
}
._art_text .news_body_text ul.adv_buy_action br{
    display: none;
}
._art_text .news_body_text a{
    font-size: inherit !important;
    border-bottom:1px solid;
}
._art_text .news_body_text a:hover{
    color:#db1e12;
    border-bottom-color: #db1e12;

}
._art_text .news_body_text a.link_adv img,
._art_text .news_body_text a img{
    display: inline-block;
}
._art_text .news_body_text blockquote,
._art_text .news_body_text .quote{
	display: table;
    padding: 0;
    font-size: 20px;
    border-spacing: 15px;
}
._art_text .news_body_text blockquote *{
	display: inline !important;
}
._art_text .news_body_text blockquote:before,
._art_text .news_body_text .quote:before{
	content: "\f10d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: table-cell;
    min-height: 60px;
    padding: 0 20px;
    margin-right: 20px;
	font-size:20pt;
	vertical-align: middle;
	border-right: 2px solid #000;
}

.box_users_messages{
    font-size: calc(11px + .2rem);
}
.alert-warning{
    color: #595959;
    background-color: #ffffff;
    border-color: #f2f0ea;
}
.img_round {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.ui-menu.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 5px 10px;
}

.ui-menu.ui-autocomplete .ui-menu-item {
    margin-bottom: 5px;
    font-size: 14px;
}
.datepicker-dropdown{
    border-radius:0!important;
}
.ui-menu.ui-autocomplete .ui-menu-item .ui-state-active {
    font-weight: 700;
}
.datepicker table tr td.active.active{
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.datepicker table tr td.today{
    background-color: #f2dfcd;
    border-color: #f2dfcd;
}
.iframe_car_rental, .iframe_hotel {
    min-width: 315px;
    width: 100%;
    min-height: 173px;
    border: none;
}

.iframe_car_rental {
    min-height: 475px;
}
.w100{
    width:100%;
}
.logo {
    align-items: center;
	margin:0;
}

.logo>._line {
    display: flex;
    align-items: center;
}

.logo ._domains {
    display: flex;
}
.before_none:before{
    content:'';
    display: none !important;
}
.airplane_details .rate,
.forum_entry_text .rate.green,
.forum_entry_text .rate.red,
.travel_agency_opinion .rate,
.airplane_opinion_list .rate,
.forum_entry_mini .rate,
.content_def ._h1.font_merr,
.font_merr{

    font-size: calc(22px + .5rem);
    margin: 1rem 0;
    font-family: Lato;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    border: none;
    text-transform: none;
    letter-spacing: initial;
}
.logo ._domains_btn {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    outline: none;
}
.logo ._domains_btn:hover{
    background-color: transparent;
    outline: none;
}
.logo ._domains_drop{
    border: none;
    background-color: #f5efe7;
    left:-1px !important;
}
.logo ._domains_btn ._domain,
.logo ._domains_drop ._domain,
.logo ._domains ._domain {
    color: #292725;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
}
.logo ._domains_btn ._domain{
    display: flex;
}
.logo ._domains_btn ._domain:hover,
.logo ._domains_drop ._domain:hover,
.logo ._domains ._domain:hover {
    text-decoration: none;
}
.logo ._domains_btn ._domain:before,
.logo ._domains_drop ._domain:before,
.logo ._domains ._domain:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    transition: background-color .2s linear;
}
.logo ._domains_btn ._domain:hover:before,
.logo ._domains_drop ._domain:hover:before,
.logo ._domains ._domain:hover:before {
    background-color: #fff;
}
.logo ._domains_btn.dropdown-toggle::after{
    color:#292725;
    margin-left: 5px;
    margin-top: -2px;
}
.logo ._loglink img, .logo ._loglink {
    display: block;
    max-width: 250px;
	margin-right: auto;
}

.logo .panel {
    align-self: stretch;
    text-align: right;
}
.car_content{
    justify-content: space-between;
}
.car_link{
    border: 1px solid transparent;
    font-size: calc(11px + .1rem);
    text-align: center;
    text-transform: uppercase;
    transition: border-color .2s linear;
}
.car_link:hover{
    border-color:#444;
    text-decoration: none;
}
.line24px{
    line-height: 24px;
}
.v_text_justify{
    display: flex;
    flex-wrap: wrap;
}
.is-invalid ~ .error_message{
    display: block !important;
}
.flash_message:empty{
    display: none !important;
}
.flash_message .btn{
    background-color: transparent;
    border:none;
    position: absolute;
    width: 30px;
    padding: 0;
    height: 30px;
    top: -2px;
    right: -2px;
}
.subdomain_widget {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0px 5px;
}

.subdomain_widget a {
miele    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
    width: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: padding-left .2s linear;
}

.subdomain_widget a i {
    color: #000;
    font-style: normal;
    display: block;
    background-color: #f6ede6;
    text-transform: uppercase;
    overflow: hidden;
    padding: 2px 0 2px 5px;
    font-size: 8pt;
}

.subdomain_widget a._b i {
    color: #025299;
}

.subdomain_widget a._g i {
    color: #6F9648;
}

.subdomain_widget a._o i {
    color: #EF7F1A;
}

.subdomain_widget a._r i {
    color: #94264D;
}

.subdomain_widget a:hover {
    width: auto;
    padding-left: 30px;
}

.social_widget {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 3;
    padding: 10px 5px;
}

.social_widget a {
    display: block;
    margin: 10px 5px;
    color: #292725;
    font-size: 17px;
    transition: color .2s linear;
}

.social_widget a .fa {
    transition: color .2s linear;
}

.social_widget a.fa-facebook-official:hover {
    color: #4267b2;
}
a.fa-home:hover {
    color: #4267b2;
}

.social_widget a.fa-whatsapp:hover {
    color: #4267b2;
}

.social_widget a.fa-google:hover {
    color: #4267b2;
}

.social_widget a.fa-twitter:hover {
    color: #1DA1F2;
}

.social_widget a.fa-linkedin-square:hover {
    color: #0073B1;
}

.social_widget a.fa-instagram:hover {
    color: #D80063;
}

.social_widget a.fa-youtube:hover {
    color: #FF0000;
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-male:before {
    content: "\f183";
}
.fa-star:before {
    content: "\f005";
}
.stars_box{
    display: flex;
    flex-direction: row-reverse;
}
.stars_box .fa-star{
    cursor: pointer;
    color:#bebebe;
    font-size: calc(15px + .4rem);
    margin: 0;
    transition: color .4s linear;
    margin-left: .2rem;
}

.stars_box .fa-star:hover ~ .fa-star{
    color:#bebebe;
}
.stars_box .fa-star:hover ~ .fa-star,
.stars_box .fa-star.act ~ .fa-star,
.stars_box .fa-star.act,
.stars_box .fa-star:hover{
    color:#EF7F1A;
}
.info_cookie {
    background: #1c8cbf;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    position: fixed;
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_cookie .btn {
    border: none;
    background: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    width: auto;
    padding: 0 .3rem;
    margin: 0 1rem;
}

.bold {
    font-weight: 700;
}

.text-lower{
    text-transform: none !important;
}
.text-upper {
    text-transform: uppercase;
}
/*major_set*/
.btn {
    border-radius: 0 .25rem .25rem .25rem;
    text-transform: lowercase;
    font-size: .85rem;
}

.btn1 {
     margin-top: 4px;
}
.btn:first-letter{
    text-transform:uppercase;
}
.btn.btn-small {

    font-size: 13px;
}

._s1:before, ._s {
    background-color: #00A199;
}

._b1:before, ._b {
    background-color: #025299;
}

._g1:before, ._g {
    background-color: #6F9648;
}

._r1:before, ._r {
    background-color: #94264D;
}

._n1:before, ._n {
    background-color: #38abc0;
}

._l1:before, ._l {
    /* background-color: #4386f4; */
}

._a1:before, ._a {
    background-color: #da365d;
}

._h1:before, ._h {
    background-color: #5e348c;
}



._o1:before, ._o {
    background-color: #EF7F1A;
}

.adv_in_art {
    width: 100%;
    overflow: hidden;
}
.fb_iframe{
    display: block;
    margin: auto;
}
.wx-100{
    max-width: 100%!important;
}
.article_content img{
    max-width: 100%;
}
.article_content .link_to_forum_news{
    font-size: .925rem;
    padding-top: .5rem;
    text-align: right;
}
.rate {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50px 0 50px 50px;
    background-color: #eee;
    color: #60BCD7;
    text-align: center;
    font-size: 35pt;
    letter-spacing: -2px;
    font-family: "Merriweather", sans-serif;
}
.counter {
    display: block;
    font-style: normal;
    color: #fff;
    background-color: #ff6868;
    padding: 3px 10px;
    text-align: center;
    width: 40px;
    font-size: 11px;
    font-weight: bold;
    position: relative;
}

.counter:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ff6868 transparent transparent;
}

.rate i {
    font-size: 12pt;
    font-style: normal;
}
.rate.green {
    background-color: #78AB46;
    color: #fff;
}

.rate.red {
    background-color: #ED5156;
    color: #fff;
}
.forum_entry_text .rate{
    float:right;
    margin-left: 15px;
    margin-bottom: 5px;
}
.forum_entry_mini .forum_entry_text .rate,
.forum_entry_mini .forum_entry_text .rate.green,
.forum_entry_mini .forum_entry_text .rate.red{
    margin-left: 10px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 0px;
}
.forum_entry_mini .text_fix_height4{
    position: relative;
    height: 82px;
    overflow: hidden;
}
.forum_entry_mini .text_fix_height4:before{
    display: none !important;
}
.forum_entry_mini .text_fix_height4:hover{
    text-decoration: none;
}
.forum_entry_text .rate.green,
.forum_entry_text .rate.red{
    background-color: #fff;
    color: #ebebeb;
    font-weight: 700;
    font-size: 35pt;
    letter-spacing: -2px;
    width: 100px;
    line-height: 90px;
    margin-left: 1rem;
    font-family: 'Merriweather';
}
.stars {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}

.stars label {
    width: 30px;
    height: 30px;
    padding: 5px;
    color: transparent !important;
    overflow: hidden;
    cursor: pointer;
}

.stars label:before {
    content: '★';
    font-size: 25px;
    line-height: 25px;
    color: #666;
    transition: color .2s linear;
}

.stars label:hover ~label:before, .stars label:hover:before, .stars input:checked
~label:before {
    color: #6accff;
}

.stars input:checked+label:before {
    color: #009EF1;
}

.stars input[type=radio] {
    position: absolute;
    left: 15px;
    top: 38%;
    opacity: 0;
}

.pagination.alphabet .page-item .page-link {
    text-decoration: none;
    padding: .3rem .45rem;
}

.pagination.alphabet .current .page-link {
    background-color: #005699;
    color: #fff;
}

.api_map {
    min-height: 200px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #292725;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    background:url(../images/mark_map.jpg) center no-repeat;
    background-size: cover;
    font-weight: 600;
}
.tt_none{
    text-transform: none !important;
}
/*icons*/
.add_widget_topic .comment .avatar .e .flag:before, .box_def>.body ul li:before,
.photo .desc span:nth-child(3):before, .photo .likes:before, .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_male:before,
.icon_world:before,
.icon_alert:before,
.icon_light:before,
.icon_calendar:before,
.icon_info:before,
.icon_plane2:before,
.icon_plane:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 12pt;
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f072";
}
.icon_male:before{
    content: "\f183";
}
.icon_world:before{
    content: "\f0ac";
}
.icon_alert:before {
    content: "\f06a";
}
.icon_light:before{
    content: "\f0eb";
}
.icon_plane2:before{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.icon_calendar:before{
    content: "\f073";
}
.icon_info:before{
    content: "\f129";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-photo:before{
    content: "\f03e";
}
.fa-phone:before {
    content: "\f095";
}
.fa-bell:before {
    content: "\f0f3";
}

.fa-map:before {
    content: "\f279";
}

.fa-visit:before {
    content: "\f06e";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-list:before {
    content: "\f0c9";
}

.fa-plus-1:before {
    content: "\f0fe";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-alert:before {
    content: "\f0f3";
}

.fa-comment:before {
    content: "\f075";
}

.fa-search:before {
    content: "\f002";
}

.fa-lock:before {
    content: "\f023";
}

.fa-plus:before {
    content: "\f067";
}

.fa-close:before {
    content: "\f057";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-home:before {
    content: "\f015";
}

.fa-plane:before {
    content: "\f072";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-id-card:before {
    content: "\f2b9";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-bed:before {
    content: "\f236";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-info:before {
    content: "\f129";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-flag:before {
    content: "\f024";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-pie:before {
    content: "\f200";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-image:before {
    content: "\f030";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-edit:before {
    content: "\f044";
}

.fa-bar-chart:before {
    content: "\f080";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-users:before {
    content: "\f004";
}

.fa-flag:before {
    content: "\f024";
}

.fa-warning:before {
    content: "\f071";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}
.fa-trash-o:before {
    content: "\f014";
}
.small_gray_box {
    background: #ececec;
    display: inline-block;
    border-radius: 0 5px 5px 5px;
}

.small_gray_box a {
    color: #aaa;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font: 10pt "Lato", sans-serif;
    text-shadow: 1px 1px 1px #fff;
    padding: 5px;
    border-left: 1px solid #ccc;
}

.small_gray_box a.active {
    background: #56544e;
    color: #fff !important;
    text-shadow: none;
}

.small_gray_box a:first-child {
    border-left: none;
}

/*head*/
.head {
    background: #fff;
}

/*top*/
.top {
    background-color: #fbf7f1;
    background-image: linear-gradient(#f2f0ea, white);
}

.top .fb {
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
}

form[name="service_search"] button {
    display: inline-block;
    max-width: 41px;
    background-color: rgba(0,0,0,.5);
    transition: background-color .2s linear;
    border-radius: 0 5px 5px 0;
}

form[name="service_search"] input {
    border-radius: 0;
    height: 37px;
	background-color: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.5);
    transition: all .2s linear;
	color:#fff;
	border-radius: 5px 0 0 5px;
}
form[name="service_search"] input::placeholder{
	color:#fff;
}
form[name="service_search"] input._err {
    background-color: #efdfd0;
    border-bottom: 1px solid #dcd2cf;
}

form[name="service_search"] .form-group>div:nth-of-type(2) {
    width: 25%;
}

/*ads*/
.ads_footer {
    margin: auto;
    text-align: center;
}

.right_ads, .index1_ads, .top_ads .ads_box {
    text-align: center;
}

.right_ads iframe, .right_ads img, .right_ads ins, .index1_ads iframe,
.index1_ads img, .index1_ads ins, .top_ads .ads_box iframe, .top_ads .ads_box img,
.top_ads .ads_box ins {
    display: block !important;
    max-width: 100% !important;
    margin: auto !important;
    overflow: hidden !important;
}

/* slider menu */
@keyframes anim_side_show_back {
    from { opacity:0; }
    to { opacity: 1; }
}
@keyframes anim_side_show {
    from {
        display:block;
        width:0;}
    to {width: 320px;}

}
@keyframes anim_side_hide {
    from {
        display:block;
        width:320;
    }
    to {
        width: 0;
    }

}
#mask_mobile_p {
    min-height: 38px;
    background: #efded0;
}

#mask_mobile {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #efdfd0;
}

#mask_mobile .container {
    background-color: transparent;
}

.mobile_btn {
    background-color: transparent !important;
    color: #292725;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
    font-size: calc(13px + .2rem);
    max-width: 30px;
    margin-right: .5rem;
    display: none;
}

#mask_mobile .social_widget {
    background-color: transparent;
}

#mask_mobile .social_widget a {
    color: #292725;
}
#top_slide{
	transition: all .5s linear;
}
.slidemenu_content{
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
}
#slidemenu_back, #slidemenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999990;
    width: 100%;
    height: 100%;
}
#slidemenu_back {
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
}

#slidemenu {
    position: relative;
    width: 300px !important;
    background-color: #f2f0ea;
    z-index: 999991;
    overflow-x: hidden;
    overflow-y: auto;
	height:100vh;
    max-height: 100vh;
    transition: all .5s linear;
    margin-left: -340px;
}

#slidemenu.s {
    margin-left: 0;
}
#slidemenu.h {
    margin-left: -340px;
}
#slidemenu>.btn {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #635d5a;
    border: none;
    background-color: transparent;
    display: inline-block;
    width: 35px;
    padding: 0;
    z-index: 5;
    height: 35px;
}

#slidemenu .logo {
    display: block;
    width: 150px;
    margin: 1rem auto;
}

#slidemenu .card {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

#slidemenu .card .h {
    text-align: center;
    color: #474747;
    padding: .7rem 0;
    cursor: pointer;
    /* text-transform: uppercase; */
    letter-spacing: 0.7px;
    border-bottom: 1px solid #474747;
    position: relative;
    font-size: calc(10px + .2rem);
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
#slidemenu .card .h {
    padding: .8rem 0;
    font-size: calc(12px + .2rem);
}}

/*
#slidemenu .card .h i {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #999;
}
*/
#slidemenu .card .h a {
    color: inherit;
    text-transform: inherit;
    letter-spacing: 1px;
    color: inherit;
}
#slidemenu .card .h._b,
#slidemenu .card .h._r,
#slidemenu .card .h._g,
#slidemenu .card .h._o{
    color:#fff;
    border-bottom-color:#fff;
}
#slidemenu .card .h._o{
    border-bottom-color:#474747;
}
#slidemenu .card .sub_side {
    background-color: #6d6c6c;
}

#slidemenu .card .sub_side a {
    color: #fff;
    display: inline-block;
    padding: .9rem;
    margin: 0;
    letter-spacing: 1px;
    border-bottom: 1px solid #d1cfcf;;
    width: 49.5%;
    font-size: .8em;
}

@media only screen and (max-width: 575px) {

#slidemenu .card .sub_side a {
    font-size: .95em;
}}

#submenu_main {
    position: relative;
    z-index: 0;
}

#submenu_main>#submenu_main_back {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #fbf7f3;
    width: 100%;
    z-index: 9999;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #dcd2cf;
    border-bottom: 1px solid #dcd2cf;
    transition: border-color .2s linear;
    opacity: 0;
}

#submenu_main>#submenu_main_back .row {
    display: none;
    max-width: 500px;
    margin: auto;
}

#submenu_main>#submenu_main_back .row>div {
    width: 100%;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #dedede;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
}

#submenu_main>#submenu_main_back .row a {
    padding: 0.2rem 0;
}

/*main_menu desktop*/
@keyframes show_submenu {
    from { opacity:0;}
    to {opacity: 1;}
}

.menu {
    background-color: #fbfbf9;
    border-top: 1px solid #f3f0eb;
    border-bottom: 1px solid #f3f0eb;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}

@media only screen and (max-width: 989px) {
.menu {
    background-color: #fbfbf9;
    border-top: 0px;
    border-bottom: 0px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}
  }

.menu .container {
    position: relative;
    z-index: 2;
}

.menu .btn_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    justify-content: center;
}

.menu .in_menu {
    position: relative;
}

.menu .in_menu>div:nth-child(1) .btn {
    width: 36px;
    background-color: transparent;
    color: #292725;
    border-radius: 0;
    transition: color .2s linear, background-color .2s linear;
}
.menu .search form[name="service_search"]:hover button
{
    background-color: #464646;
    color: #fbf7f2;
}
.menu .search.expand form[name="service_search"] button,
.menu .search form[name="service_search"] button:hover,
.menu .in_menu>div:nth-child(1) .btn:hover{
    color:#fff;
    background-color: #dc2011;
}
.menu .left_user_node{
    align-self: center;
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    height: 35px;
    min-width: 100px;
    z-index: 2;
}
.menu .left_user_node a{
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}
.menu .search {
    align-self: center;
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    height: 36px;
    min-width: 36px;
    width: 36px;
    max-width: 370px;
    z-index: 2;
}
.menu .search.expand{
    width:100%;
}
.widget .tab-content label {
    font-weight: bold;
}

.menu .search form[name="service_search"] {
    display: block;
    width: 100%;
}

.widget .tab-content input, .menu .search form[name="service_search"] input
{
    font-size: 10pt;
    font-family: 'Lato', 'sans-serif';
    border-radius: 0;
}

.widget .tab-content input::placeholder, .menu .search form[name="service_search"] input::placeholder
{
    font-family: 'Lato', 'sans-serif';
}

.menu .search form[name="service_search"] input:focus {
    outline:none;
    box-shadow: none;
    border: 1px solid #dcd2cf;
}

.menu .search form[name="service_search"] button {
    padding: 0;
    color: #282724;
    border-radius: 0;
    background-color: transparent;
    transition: color .2s linear, background-color .2s linear;
    height: 36px;
}
.menu .search .form-group {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.menu .search:not(.expand) .form-group>div:nth-of-type(1) {
    display: none;
}

.menu .search.expand .form-group>div:nth-of-type(1) {
    display: block;
    width: calc(100% - 41px);
}

#menu {
    text-align: center;
    width: 100%;
    border-left: none;
    border-right: none;
	justify-content: space-between;
}

#menu>li {
	position: relative;
    border: 1px solid transparent;
    transition: all .2s linear;
    border-right: none;
    border-left: none;
}
.menu_logged_user{
    position: relative;
}
.menu_logged_user a{
    display: flex;
    align-items: center;
}
.menu_logged_user .mini_avatar{
    display: inline-block;
    width:20px;
    border-radius: 50%;
    overflow: hidden;
    margin-left:10px;
    margin-top: -4px;
}
.menu_logged_user .submenu_menu_logged_user{
    background-color: #454545;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 150%;
    padding: 15px 10px;
    display: none;
    z-index:10;
}
.menu_logged_user:hover .submenu_menu_logged_user{
    display:block;
}
.menu_logged_user .submenu_menu_logged_user a.l{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: color .2s linear;
    margin-bottom: 7px;
    font-size: .9em;
    letter-spacing: 0.5px;
}
.menu_logged_user .submenu_menu_logged_user .l:hover, .left_user_node a:hover{
    color:#fff !important;
	background-color: #464646;
	border-top-color:1px solid #464646;
	border-bottom-color:1px solid #464646;
    font-weight: 700;
}
.link_with_pic{

}
.link_with_pic .img_starter{
    display: inline-block;
    max-width: 250px;
    float: left;
    margin-right: 15px;
}
.search_in_header{
	width:100%;
	align-items: center;
	justify-content: center;
}
.search_in_header .form-group{
	justify-content: center;
}
.search_in_header form[name="service_search"] input{
	width: 500px;
}
.logo .panel a.log, .logo .panel a, #menu>li>a, .left_user_node > div > a {
    padding: 7px 0.4rem;
    color: #292725;
    /* text-transform: uppercase; */
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all .2s linear;
}
#menu>li>.sub:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -7px;
    left: 0;
    background-color: transparent;
    z-index: 111;
}

#menu>li>.sub:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(220, 210, 207, 0.8) 0%,
        rgba(220, 210, 207, 0.54) 32%, rgba(220, 210, 207, 0.08) 90%,
        rgba(220, 210, 207, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(220, 210, 207, 0.8) 0%,
        rgba(220, 210, 207, 0.54) 32%, rgba(220, 210, 207, 0.08) 90%,
        rgba(220, 210, 207, 0) 100%);
    background: linear-gradient(to bottom, rgba(220, 210, 207, 0.8) 0%,
        rgba(220, 210, 207, 0.54) 32%, rgba(220, 210, 207, 0.08) 90%,
        rgba(220, 210, 207, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdcd2cf',
        endColorstr='#00dcd2cf', GradientType=0);
    z-index: 111;
}

.logo .panel a {
    padding: 0;
}

.logo .panel a.log {
    text-transform: none;
}

.logo .panel a.log:hover, #menu>li:hover {
    background-color: #464646;
    border-top-color: #464646;
}

.logo .panel a.log:hover, #menu>li:hover>a {
    color: #fff;
    text-decoration: none;
}

#menu>li>.sub {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 0;
    text-align: left;
    padding: 10px;
    width: 100%;
    background-color: #f2f0ea;
    border: 1px solid #464646;
    background-image: linear-gradient(#f2f0ea, white);
}
/*
#menu>li:nth-child(13)>.sub,
#menu>li:nth-child(12)>.sub,
#menu>li:nth-child(11)>.sub,
#menu>li:nth-child(10)>.sub,
#menu>li:nth-child(9)>.sub,
#menu>li:nth-child(8)>.sub,
#menu>li:nth-child(7)>.sub{
	left: initial;
	right: 0;
}
*/
#menu>li>.sub .link {
    width: 390px;
    max-width: 390px;
    /*flex: 1;*/
    /*margin-left: -10px; */
}

#menu>li>.sub .link.w100 a {
    width: 100%;
}

#menu>li>.sub .best {
    flex: 2;
    padding: 0 18px;
    border-left: 1px solid #dcd2cf;
}

#menu>li>.sub .best a {
    padding: 0;
    width: 100%;
    margin: 5px 0;
}

#menu>li>.sub .best a:nth-child(1) {
    text-transform: uppercase;
    margin-top: 1.5%;
    margin-bottom: 1rem;
}

#menu>li:hover .sub {
    display: flex;
}

#menu>li.act {
	position: relative;
    border-top-color: #464646;
    border-left-color: #464646;
    border-right-color: #464646;
}
#menu>li > a{
    position: relative;
}
#menu>li > a:after{
    opacity:0;
    position: absolute;
    content: '';
    display: block;
    z-index: 999991;
    bottom: -8px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #464646 transparent transparent transparent;
    transition: .1s opacity linear;
}
#menu>li.act > a.tr:after,
#menu>li > a.tr:hover:after{
    opacity: 1;
}
#menu>li:hover .sub {
	width: 390px;
    opacity: 1;
    z-index: 99999;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-name: show_submenu;
}

#menu>li>.sub a {
    display: inline-block;
    width: 49.5%;
    color: #282724;
    text-align: left;
    padding: 2.5% 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
}
#menu>li>.sub .link a:hover{
    background-color:#464646;
    color:#f4ede7;
    text-decoration: none;
}
.menu .btn {
    display: block;
    padding: 10px 0;
    color: #292725;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10pt;
    cursor: pointer;
    transition: color .2s linear;
}

.menu .btn:hover {
    color: #a4cbff;
}

#menu a.hover, #menu a:hover {
    color: #292725;
}

/*main_banners*/
.main_banner_h {
    margin: 0;
}
.main_banner_h a{
    display:block;
    margin:auto;
}
.main_banner_h>div {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 4px solid;
    letter-spacing: 0.5px;
}

#main_banners {
    background: #f7f7f7;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
#main_banners .owl-dots{
    display: flex;
    position: absolute;
    top: 50px;
    left: auto;
    right: 1.5rem;
    margin: 0;
    padding: 0;
    z-index:1;
	opacity:0;
	transition: opacity .3s linear;
}
#main_banners ._desc {
    display: flex;
    flex-wrap: wrap;
}

#main_banners ._pic ._date, #main_banners ._desc>div:nth-child(1), #main_banners ._desc ._date {
    color: #db1e12;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#main_banners ._desc ._date {
    width: 100%;
	line-height: 1;
}
#main_banners ._desc ._date .ir{
    margin-left: auto;
}
#main_banners ._desc>div:nth-child(2) {
    font-size: calc(23px + .4vw);
    margin: 1.5rem 0;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    min-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 30px; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

#main_banners ._desc>div:nth-child(3) {
    font-size: 16px;
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
}

#main_banners ._pic {
    position: relative;
    background: url(/img/mask-news.png) transparent center no-repeat;
}

#main_banners ._pic ._date {
    font-size: 10px;
    position: absolute;
    bottom: -2px;
    left: -130px;
}
.owl-theme .owl-dots .owl-dot span,
#main_banners .carousel-indicators li {
    cursor: pointer;
    background-color: #F7F7FD;
    opacity: 90%;
    height: 25px;
    width: 25px;
    transition: all .2s linear;
    border-radius: 90;
    border: 1px solid black;
}
.owl-theme .owl-dots .owl-dot.active span,
#main_banners .carousel-indicators li.active {
    background-color: #db1e12;
}

#main_banners .c_item {
    text-decoration: none;
}

#main_banners .c_item-next, #main_banners .c_item-prev,
#main_banners  .c_item.active {
    display: flex;
}

#main_banners .carousel-inner .c_item:hover {
    color: #444;
}

#main_banners .carousel-inner .c_item>div {
    position: relative;
    width: 100%;
}

#main_banners .carousel-inner .c_item>div:nth-of-type(3) {
    background-color: #f9f9f9;
    min-height: 100px;
    align-self: center;
    display: flex;
    align-items: center;
    font-size: 11pt;
}

#main_banners .carousel-inner:hover .c_item>div:nth-of-type(2) {
    color: #444;
}
#main_banners .nd_pic {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 20px;
}
#main_banners .nd_pic.imglazy,
#main_banners .nd_pic[src$="mask-news.png"]{
    width:320px !important;
    height: 200px !important;
    max-width: 320px !important;
    max-height: 200px !important;
}
#main_banners .carousel-inner .c_item>div h3 {
    color: #fff;
    background-color: #282724;
    padding: 10px;
    margin: 0;
    font-weight: 900;
    line-height: 28pt;
    z-index: 2;
}

#main_banners .carousel-inner .c_item>div h3 span, #main_banners .carousel-inner .c_item>div h3 a
{
    color: inherit;
    text-decoration: none;
}

#main_banners .carousel-inner .c_item>div h3 small {
    display: block;
    font-size: 11px;
    line-height: 25px;
}

#main_banners .carousel-inner .c_item>div .counter {
    position: absolute;
    top: 10px;
    right: 10px;
}

#main_banners .carousel-inner .c_item p {
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #ff6868;
    font-size: 11pt;
    padding: 10px;
    margin: 0;
    background-color: #03335a;
    font-weight: 700;
    text-transform: uppercase;
}

#main_banners .carousel-inner .c_item .mob {
    background-color: #10335a;
}
#main_banners .carousel-inner .c_item .mob h3 {
    position: initial;
    font-size: 12pt;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main_banners .carousel-inner .c_item .mob h3 span {
    white-space: nowrap;
}

/*box_def / box_news*/
.box_def, .box_news {
    background: #f7f7f7;
    position: relative;
    /* max-width: 360px; */
    margin: .5rem auto;
    color: #333;
}

.box_news {
    max-width: 100%;
    width: 100%;
    border: 1px solid #f7f7f7;
    padding: 0 .8rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.box_news ._date, .box_news ._cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #db1e12;
    margin: .6rem 0;
    letter-spacing: 0.5px;
}

.box_news ._date {
    font-size: 10px;
    text-align: right;
}
.box_forum {
    width: 100%;
    max-width: none;
}

.box_forum .body {
    font-family: Tahoma, Verdana, Arial, Segoe, sans-serif;
}

.box_forum .body a {
    transition: color .2s linear;
    text-decoration: none;
}

.box_blue {
    background-color: #324B5F;
    color: #fff;
}
.shop_logo_content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_logo_content .shop_logo{
    display: block;
    max-width: 100%;
}
.shop_pic{
    display: block;
    max-width: 100%;
    margin: auto;
}
.box_def {
    padding: 0;
}
.box_def_100{
    max-width: 100%;
}
.def_tweet {
    background-color: transparent;
}
.adv_under_main_menu a{
    display: block;
    width:100%;
    margin: auto;
}
.adv_under_main_menu img{
    display: block;
    max-width:100%;
    margin: auto;
}
.article_content .header_in_site,
.adv_in_art .adv_head,
.box_def>.head {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 4px solid;
    color: #333;
    letter-spacing: 0.5px;
}
.article_content .header_in_site{
    margin-bottom: .5rem;
    display: flex;
}
.article_content .header_in_site .more_in_head{
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    display: inline-block;
    margin-left: auto;
}
.article_content h6,
.article_content li{
    font-size: calc(13px + .25rem);
    line-height: 28px;
}
.article_content li a{
    font-size: inherit !important;
}
.list_link{

}
.list_link .item_link{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .3rem 0;
}
.list_link .item_link .date{

}
.static_site .article_content ul{
    list-style-type: initial;
    padding-left: 25px;
}

.adv_in_art .adv_head .ico_source, .box_def>.head .ico_source{
    margin-top:-5px;
}
.main_banner_h>div a,
.box_def>.head select, .box_def>.head a {
    font-size: 10pt;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 0;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.box_def>.head a:hover {
    font-weight: 600;
}
.main_banner_h>div a,
.box_def>.head a {
    text-transform: lowercase;
    margin-top: 5px;
}
.main_banner_h>div a.right_offset_50{
    right: 50px;
}
.box_def>.head a:nth-of-type(2){
    right:55px;
}
.box_def>.head select {
    max-width: 40%;
    bottom: 12px;
}
.main_banner_h>div a:after,
.box_def>.head a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box_def.box_deals>.head{
    position: relative;
}
.box_def.box_deals>.head .select_airport{
    background: transparent;
    padding: 0;
    margin: 0;
    height: 23px;
    outline: none;
}

.box_def.box_deals .link_all_deals{
    margin-top: 0.5rem;
    padding: 0.5rem;
    text-align: right;
    font-size: .8rem;
}
.box_def>.head .widget {
    padding: 0;
}

.widget .nav {
    position: absolute;
    right: 0;
    top: 170px;
    z-index: 1;
}

.widget .nav .nav-item .nav-link {
    color: #fff;
    text-align: center;
    font: 700 12px "Lato", sans-serif !important;
    padding: 8px 0;
    background-color: #2F4D60;
    border-radius: 7px 7px 0 0;
    width: 60px;
    transition: color .2s linear;
}

.widget .nav .nav-item .nav-link:hover {
    color: #d7d7d7;
}

.widget .tab-content #widget_tab_plane, .widget .nav .nav-item:nth-child(1) .nav-link
{
    background-color: #1b8cbf;
}

.widget .tab-content #widget_tab_plane .passengers input {
    text-align: center;
}

.widget .tab-content #widget_tab_plane .passengers small {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.widget .tab-content #widget_tab_plane button {
    background-color: #dc1f11;
}
.widget .tab-content #widget_tab_plane button:first-letter{
    text-transform:uppercase;
}

.widget .tab-content #widget_tab_holidays, .widget .nav .nav-item:nth-child(2) .nav-link
{
    background-color: #0056bc;
}

.widget .tab-content #widget_tab_car, .widget .nav .nav-item:nth-child(3) .nav-link
{
    background-color: #95a5a6;
}

.widget .tab-content #widget_tab_hotel, .widget .nav .nav-item:nth-child(4) .nav-link
{
    background-color: #D3C5A9;
}

.widget .tab-content #widget_tab_hotel button {
    background-color: #53452a;
}

.widget .tab-content #widget_tab_visa, .widget .nav .nav-item:nth-child(5) .nav-link
{
    background-color: #7fbae2;
}

.widget .nav .nav-item:last-child .nav-link {
    border-radius: 7px 0 0 0;
}

.widget .nav .nav-item .nav-link i {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13pt;
}

.widget .tab-content input {

}

.widget .tab-content {

}

.widget .tab-content .tab-pane img {
    display: block;
    width: 100%;
    height: 180px;
}
.w_content_a .widget_header,
.w_content_a .widget_header_holidays,
.widget .tab-content .tab-pane .widget_header_holidays,
.widget .tab-content .tab-pane .widget_header{
	width:100%;
	height: 180px;
	background: url('/_assets/images/widget_esky_flight.png') top center no-repeat;
	background-size: cover;
}
.w_content_a .widget_header_holidays,
.widget .tab-content .tab-pane .widget_header_holidays{
	background: url('/_assets/images/widget_header_holidays.png') top center no-repeat;
	background-size: cover;
}
.widget .tab-content .tab-pane .body {
    padding: 1rem;
}

.widget form[name=search_visa] button {
    background-color: #0063a9;
    transition: background-color .2s linear;
}

.widget form[name=search_visa] button:hover {
    background-color: #2F4D60;
}

.adv_article_footer ins, .adv_body ins {
    display: block !important;
    margin: auto !important;
}

.adv_article_footer ins>a, .adv_body>a {
    display: block;
}

.adv_article_footer>a>img, .adv_body>a>img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 350px;
}
.in_panel_link {
    font-size: calc(13px + .2rem);
}
.box_def>.body {
    font-family: Tahoma, Verdana, Arial, Segoe, sans-serif;
    background-color: #f7f7f7;
    background-image: linear-gradient(white, #faf9f7);
    padding: .5rem;
}

.box_def>.body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.box_def>.body ul.circle {
    list-style-type: circle;
    padding-left: 15px;
}

.box_def>.body ul li {
    font-size: 1em;
    padding: .3rem 0 .3rem 10px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    translate: background .4s linear;
}

.box_def>.body ul li:before {
    content: "\f111";
    font-size: 4px;
    position: absolute;
    left: 0;
    top: 43%;
}

.box_def>.body ul li i {
    font-style: normal;
    color: #999;
    padding: .1rem 0;
}

.box_def>.body>.li,
.box_def>.body>a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .3rem .75rem .3rem 15px;
    position: relative;
    transition: all .4s linear;
    display: block;
}
.box_def>.body>.li:before,
.box_def>.body>a:before {
    content: '\2022';
    margin-right: .4rem;
}
.box_def>.body.body_amod>a:before{
    content: '';
    margin-right:0;
    display: none;
}
.box_def>.body>.li{
    display: flex;
    align-items: center;
}
.box_def>.body>.li a,
.box_def>.body>.li small{
    display: block;
    transition: color .2s linear;
}
.box_def>.body>.li .airline{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*linki w prawych boxach*/

.box_def>.body>.li a:hover{
    color:#999;
    text-decoration: none;
}

.bullet-link {
    position: relative;
    display: inline-block;
    padding-right: 20px; /* Całkowita odległość na lewo od linku, w tym bullet i odstęp */
    text-decoration: none; /* Usuwa podkreślenie linku */
}

.bullet-link::before {
    content: "•"; /* Ustawia bullet przed linkiem */
    position: absolute;
    left: 0;
    color: black; /* Kolor bulletu, można dostosować */
}


.box_def>.body>a:hover {

    border-bottom-color: #999;
    color: #db1e12;
    text-decoration:underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;

}
.box_def>.body.deals_list>a{
    display: flex;
}
.box_def>.body.deals_list>a span{
    display: block;
}
.box_def>.body.deals_list>a .price{
    margin-left:auto;
}
.box_def>.body2 a {
    transition: color .2s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #444;
}
.box_def>.body2>div {
    margin: 0;
}

.box_def>.body2 span {
    white-space: nowrap;
}

.box_def>.body2 small {
    display: block;
}

.box_def>.body2 {
    font-family: Lato, sans-serif;
    padding: 1rem 0;
    background-color: #f7f7f7;
}

.box_def>.body ul li a:hover, .box_def>.body2 a:hover {
    text-decoration: none;
    color: #03889a;
    text-decoration: underline;
    text-decoration-thickness: 1px; /* Ustawienie grubości linii podkreślenia */
    text-underline-offset: 4px; /* Ustawienie odległości linii podkreślenia od tekstu */

}

}

.box_def>.body2 .row>div.t1:nth-child(1) a {
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    transition: border-bottom-color .2s linear, color .2s linear;
}

.box_def>.body2 .row>div.t1:nth-child(1) a:hover {
    color: #22559c;
    border-bottom-color: #22559c;
}

.box_def>.body2 .row>div:nth-child(2) a {
    margin-bottom: 5px;
}

.box_def>.body2 .row:last-child>div.line {
    display: none;
}
.box_users_messages > .body2 .av,
.box_def>.body2 .av, .box_def>.body2 .des {
    font-size: 11px;
    border-bottom: 1px solid #333;
    padding-bottom: .5rem;
}
.box_users_messages>.body2 .av{
    text-decoration: none;
    border-bottom: none;
}
.box_def>.body2>.row:last-child{
    margin-bottom: 0 !important;
}
.box_def>.body2>.row:last-child .av, .box_def>.body2>.row:last-child .des{
    border:none;
}
.box_def>.body2 .des{
    font-size:14px;
}
.row > .box_users_messages .body2{
    font-size: calc(13px + .2rem);
    background-image: linear-gradient(white, #f9f7f3);
    padding: .5rem;
}
.row > .box_users_messages:first-child .body2{
    border-left:none;
}
.box_users_messages h6 {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.box_users_messages>.body2 .av, .box_def>.body2 .av {
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_users_messages>.body2 .av
.box_def>.body2 .av {
    text-align: center;
}

.box_users_messages>.body2 .av img, .box_def>.body2 .av img {
    display: block;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
}

.box_users_messages>.body2 .des a.link_to_profile {
    font-weight: 700;
    font-size: 15px;
}

.box_def>.body2 .f_top {
    flex: 0 0 100%;
    padding: 0 1rem;
    font-weight: bold;
    margin: 0 0 .8rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.box_def>.body2 .f_top:hover {
    color: #03889a;
    text-decoration: underline;
    text-decoration-thickness: 1px; /* Ustawienie grubości linii podkreślenia */
    text-underline-offset: 4px; /* Ustawienie odległości linii podkreślenia od tekstu */
}

.box_def>.inau ul li {
    padding-left: 0;
}

.box_def>.inau ul li:before {
    content: '';
}

.box_def>.inau ul li i {
    margin-right: 5px;
}

.box_def>.inau ul li small {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_news:after {
    content: '';
    display: table;
    clear: both;
}

#main_banners .carousel-inner .c_item>div h3 i, .box_news>span {
    position: absolute;
    left: -5px;
    top: 10px;
    padding: 3px 7px;
    color: #fff;
    font-size: 11px;
    font-family: Open Sans, sans-serif;
    text-align: center;
    background-color: #ff6868;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 600;
}

.box_news>span>.counter {
    position: absolute;
    top: 0;
    right: -50px;
}

#main_banners .carousel-inner .c_item>div h3 i {
    font-style: normal;
    padding: 0;
    line-height: initial;
    font-size: 11pt;
    padding: 5px 10px;
    top: -30px;
}

.box_news>span:nth-of-type(2) {
    left: auto;
    right: 0;
    background-color: #292725;
}

.box_news>span:nth-of-type(2):after {
    content: "\f27a";
    margin-right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 12pt;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box_news>a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_news>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    /*background-color: rgba(255, 255, 255, .3);*/
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s linear;
}

.pic_contener img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.pic_contener:hover img {
    transform: scale(1.05);
    filter: brightness(1.2); /* zwiększenie jasności obrazka */
}


.box_news>a:hover:before {
    opacity: 1;
}

#main_banners .btn_prev, #main_banners .btn_next {
    display: none;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, .5);
    width: 50px;
    height: 100%;
    font-size: 20px;
}

#main_banners .btn_prev {
    left: 0;
}

#main_banners .btn_next {
    right: 0;
}

#main_banners .btn_prev:before, #main_banners .btn_next:before {
    position: absolute;
    top: calc(50% - 17px);
    left: 15px;
}

#main_banners:hover .btn_prev, #main_banners:hover .btn_next {
    display: block;
}
#main_banners .owl-carousel.owl-drag .owl-item{
	padding: 0 1px;
}
.box_news>a .pic_contener{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding:0;
    aspect-ratio: 750 / 427;

    /* Gradientowa maska */
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);

}

.box_news>a .title_contener{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    padding: 0;
    margin: 0.9rem 0 0.4rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .box_news>a .pic_contener{
       height: auto;
    }
}
@media (max-width: 991px){
    .box_news>a .pic_contener{
        height: auto;
    }
    .stats_link {
        text-align: right !important;
    }
    .stats_link .link{
        position: initial !important;
        top: initial !important;
    }
	#main_banners{
		top:auto;
		bottom:0;
	}
}
.box_news>a .pic_contener img{
    display: block;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    transition: all .2s linear;
    border-radius: 0 20px 20px 20px;
    
    height: 100%;
    object-fit: cover; /* Dopasowanie obrazu */
}
@media (min-width: 992px) {
    .box_news>a:hover .pic_contener img{
        /* top:-5px;
        left: -5px;
        width:calc(100% + 10px);
        height: calc(100% + 10px); */
    }
}


/* wielkość tytułów artykułów na głownej */


.box_news>a {
    position: relative;
}


/*
.box_news>a>span {
    width: 100%;
    color: #333;
   font-size: calc(1.2rem);
    font-weight: bold;
    padding: .8rem 0 .4rem; 
    transition: color .2s linear;
    font-family: Lato, sans-serif;
    display: inline-block;
    line-height: 25px;
    height: 67px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
**/

.box_news > a > span {
    width: 100%;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    padding: .8rem 0 .4rem; 
    transition: color .2s linear;
    font-family: Lato, sans-serif;
    line-height: 25px;
    height: 50px; /* 2 linie x 25px */
    
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ograniczenie do 2 linii */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* koniec konfiguracji tytułów */


.box_news>a.b1>span {
/*    font-size: 10pt;*/
}

.box_news>a>span>i {
    font-size: inherit;
    color: #333;
    transition: color .1s linear;
    white-space: nowrap;
    text-transform: lowercase;
}

.box_news>a:hover {
    text-decoration: none;
}
.box_news:hover>a>span,
.box_news:hover>a{
    color:#db1e12;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
}
.box_news .desc_link {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: justify;
    font-family: Lato, sans-serif;
    overflow: hidden;
    transition: color .2s linear;
    display: block;
    width: 100%;
    height: 60px;
    color: #333;
    letter-spacing: 0.1px;
}


.box_news .desc_link:hover {
    color: #000;
    text-decoration: none;
}
.box_news .desc_link.block-with-text {
    position: relative;
    max-height: 6em;
    text-align: justify;
    line-height: 1.4;
    /*ograniczanie do 2 linii*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_news small {
    display: block;
    color: #333;
    font-size: 8pt;
    padding: 0 2.5%;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.box_news small.dat {
    color: #ff6868;
}

.box_news small i {
    font-style: normal;
}

.box_news small i:nth-child(1) {
    color: #ff6868;
}

.box_news small i:nth-child(2) {
    float: right;
}

/*#modal_login*/
#modal_login .modal-header {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 4px solid #333;
    color: #333;
    padding-bottom: 7px;
    letter-spacing: 1px;
    font-size: calc(15px + .5rem);
}

#modal_login .modal-header button {
    max-width: 14px;
    color: #282723;
    background: transparent;
    border: none;
    font-size: 14pt;
    padding: 0;
}

#modal_login .modal-body p {
    padding: 0;
    font-size: calc(13px + .2rem);
}

#modal_login .modal-body .fb {
    background-color: #282722;
    color: #fff;
    transition: color .2s linear, background-color .2s linear;
}

#modal_login .modal-body .fb:hover {
    background-color: transparent;
    color: #282722;
}

#modal_login .modal-body label {
    color: #2a2926;
    text-align: right;
    font-size: 0.95em;
}

#modal_login .modal-footer {
    background: #fbf7f2;
}

#modal_login .modal-footer button {
    text-transform: lowercase;
    font-size: 10pt;
    color: #fff;
    border-radius: 0 5px 5px 5px;
    display: inline-block;
    width: 50%;
    cursor: pointer;
    transition: background-color .2s linear;
}
#modal_login .modal-footer button:first-letter{
    text-transform: uppercase;
}
#modal_login .modal-footer button:hover {
    background-color: #42413b;
}
.full_social_box{
    border: 1px solid #dedede;
    padding: 1rem;
}
.full_social_box .s_link{
    display: block;
}
.full_social_box .s_link .img_round{
    margin: auto;
    display: block;
}
.full_social_box .l{
    flex: 1;
    max-width: 50px;
    margin-right: 1rem;
}
.full_social_box .r{
    flex:2;
}
.full_social_box .quoty{
    font-style: italic;
}
.full_social_box .btn{
    font-size: .8rem;
    text-transform: none;
}
.route-map .leaflet-popup{
   /* text-transform: uppercase; */
    white-space: nowrap;
}
.route-map .leaflet-popup-content-wrapper{
    padding: 0;
    border-radius: 0;
    color: #efdfd0;
    font-weight: bold;
    background: transparent;
    box-shadow: none;
}
.route-map .leaflet-popup-content{
    padding:0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}
.route-map .leaflet-popup-content .l_mm{
    display: inline-block;
    border:1px solid #333;
}
.route-map .leaflet-popup-content .l_bb,
.route-map .leaflet-popup-content .l_wb{
    color: #333;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    font-style: normal;
}
.route-map .leaflet-popup-content .l_bb{
    background: #333;
    color: #ffffff;
}
.route-map .leaflet-popup-tip-container .leaflet-popup-tip{
    background: #333;
    box-shadow: none;
}
.route-map .leaflet-popup-close-button{
    display: none;
}
/*footer*/
.footer {
    background: #fbf7f1;
}

.footer .newsletter {
    border: 1px solid #56544e;
    background-color: transparent;
}

.footer .link h4 {
    font-size: 16pt;
    font-weight: 700;
    color: #333;
}

.footer .link a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 1em;
    font-family: "Lato", "sans-serif";
}

.footer .link a:hover {
    color: #444;
    text-decoration-thickness: 1px; /* Ustawienie grubości linii podkreślenia */
    text-underline-offset: 4px; /* Ustawienie odległości linii podkreślenia od tekstu */
}
}

.footer .link a:hover:after {
    content: "\f105";
    display: inline-block;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.redactor_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.redactor_list .redactor {
    display: block;
    text-align: center;
    justify-content: center;
    margin: .5rem 10px 2rem 10px;
    align-items: center;
    width: 110px;
}

.redactor_list .redactor img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: .5rem auto;
    width: 100%;
}

#breadcrumb ol.breadcrumb {
    padding: 0 0 .3rem 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}

#breadcrumb ol.breadcrumb li:after {
    content: '\f105';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #d8d8d8;
    text-rendering: auto;
    margin: 0 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#breadcrumb ol.breadcrumb li:last-child:after {
    display: none;
    content: '';
}

#breadcrumb ol.breadcrumb li a {
    color: #454545;
    text-transform: uppercase;
    transition: color .2s linear;
    font-size: 7pt !important;
}

#breadcrumb ol.breadcrumb li a:hover {
    color: #333;
}
.detail_grid .detail_element {
    text-transform: uppercase;
}

.detail_grid .detail_element .fa {
    margin-right: 10px;
}

.detail_grid .detail_link {
    text-decoration: none;
}

.detail_grid .detail_link:hover {
    text-decoration: underline;
}

.content_def {
    background-color: #fff;
    border-radius: 0 7px 0 0;
    font-family: "Lato", "sans-serif";
    text-align: justify;
}
.content_def>div {
    padding-left: 0;
    padding-right: 0;
}
.text_ul_clasic ul{
    list-style: inside;
    list-style-type: circle;
    margin-bottom: 15px;
    margin-top: 15px;
}
.text_ul_clasic ul li{
    margin-left: 10px;
	margin-bottom: 5px;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
}

.pagination span {
    display: flex;
  /*  font-size: 13pt; */
    font-weight: 600;
    text-decoration: none;
    background-color: #fbf7f1;
    position: relative;
    min-width: 25px;
    padding: 0 5px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.pagination span:first-child {
    border-radius: 5px 0 0 5px;
    margin-left: auto;
}

.pagination span:last-child {
    border-radius: 0 5px 5px 0;
}

.pagination span a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.pagination span:hover a {
    text-decoration: underline;
}

.content_def .pagination span, .content_def .pagination span a
{
    color: #474747;
    text-transform: uppercase;
}

.content_def .pagination span.current {
    background-color: #474747;
    color: #fff;
}

.content_def .text {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 21pt;
    color: #555;
    text-align: justify;
}

.content_def .text p, .content_def .text div {
    font-family: inherit;
}

.content_def .text .spec_link, .content_def .text a {
    font-size: inherit !important;
    color: #2c6bab;
    font-weight: bold;
}

.content_def .text .spec_link {
    position: relative;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    background-color: #f9f9f9;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    transition: background-color .2s linear;
}

.content_def .text .spec_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2c6bab;
}

.content_def .text .spec_link:hover {
    background-color: #e4e4e4;
}

.content_def .head {
    font-family: inherit;
}

.content_def .head a, .content_def .head small {
    font-size: 9pt;
    color: #999;
}

.content_def .head a {
    font-weight: 600;
    text-decoration: none;
}
.content_def .meta_art{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_def .meta_art {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #555;
}
.content_def .meta_art .meta_art_item{
    border-left: 1px solid #e6e6e6;
    flex:1;
    text-align: center;
    letter-spacing: .35px;
}
.content_def .meta_art .meta_art_item:nth-child(1){
    border-left:none;
    flex:2;
    max-width: 220px;
}
.content_def .meta_art .author {
    display: flex;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.content_def .meta_art .author:hover {
    color: #474747;
}

.content_def .meta_art .author strong {
    display: inline-block;
    margin-left: 15px;
}
.content_def .meta_art .author a {
    display: block;
    float: left;
    max-width: 35px;
    max-height: 35px;
    border-radius: 19px;
    overflow: hidden;
    margin-right: 10px;
}

.content_def .meta_art .author img {
    display: block;
    max-width: 35px;
    max-height: 35px;
    border-radius: 19px;
    overflow: hidden;
}

.content_def .meta_art>div {
    align-self: center;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 .3rem;
}

.content_def .meta_art .btn_print{
    font-size: 10px;
    text-transform: uppercase;
    width: auto;
    background: transparent;
    color: #555;
    font-weight: bold;
    outline: none;
    letter-spacing: .35px;
}
.owl-theme .owl-dots .owl-dot,
.content_def .meta_art .btn_print:focus,
.content_def .meta_art .btn_print:active{
    outline: none !important;
    box-shadow: none;
}

.content_def h4, .content_def h3, .content_def h2, .content_def h1{
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 4px solid #333;
    color: #333;
    padding-bottom: 7px;
    letter-spacing: 0.5px;
    font-size: calc(15px + .5rem);
    width:100%;
    text-align:left;
}

.content_def h4, .content_def h3, .content_def h2 {
    font-size: 16px;
}

.content_def h4 {
    padding-bottom: 0;
    border-bottom: none;
}
.content_def .h_mini{
    font-size: calc(14px + .2rem);
}
.content_def .footer {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.content_def .footer .author>a {
    display: block;
    text-align: right;
    float: right;
    width: 310px;
    line-height: 12pt;
    text-decoration: none;
    transition: color .2s linear;
}

.content_def .footer .author>a:hover {
    color: #999;
}

.content_def .footer .author:after, .content_def .footer .author>a:after
{
    content: '';
    display: table;
    clear: both;
}

.content_def .footer .author>a>i {
    font-style: normal;
    font-size: 0.9em;
}

.content_def .footer .author>a>i:nth-last-of-type(3) {
    font: 1.5em 'Lato';
}

.content_def .footer .author>a>img {
    display: block;
    width: 20%;
    max-width: 50px;
    max-height: 50px;
    float: right;
    border-radius: 25px;
    margin-left: 5px;
    margin-top: 4px;
}
.stat_content .legend .legend_list{
    display: flex;
    align-items: center;
}
.stat_content .legend .legend_list ._item{
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-size: 13px;
}
.stat_content .legend .legend_list ._item .rect{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.stats_link{
    position: relative;
}
.stats_link .link{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    text-decoration: underline;
    z-index: 10;
}
.stat_box .box{
    margin-bottom: 2rem;
}
.page_site_view img{
    margin-bottom: 1rem;
}
.page_site_view,
._art_text {
    font-size: calc(13px + .25rem);
    text-align: justify;
    line-height: 27px;
}

.page_site_view > div,
.page_site_view > p,
._art_text div, ._art_text p, ._art_text span {
    font-size: calc(13px + .3rem);
    line-height: 29px;
    text-align: justify;
    font-family: "Lato", "sans-serif" !important;
}
._art_text p{
	margin-bottom: 0!important;
}
.page_site_view > div,
.page_site_view > p{
    line-height: 26px;
}

._art_text .news_body_text div,
._art_text .news_body_text{
    font-size: calc(13px + .3rem);
    font-family: "Lato" !important;
}
._art_text .news_body_text h1,
._art_text .news_body_text h2,
._art_text .news_body_text h3,
._art_text .news_body_text h4{
    text-transform: none;
    font-size: calc(15px + .6rem);
    border: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
._art_text .news_body_text img{
    display: block;
    margin: auto;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
._art_text .news_body_text ul{
    list-style-type: circle;
    padding: 1rem 2em;
}
._art_text .news_body_text ul li{

}
._art_text .news_body_text a{
    text-decoration: none;
}
.flight_search_mini{

}
.flight_search_mini .col-1{
    flex: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flight_search_mini .col-1 .fa{
    display: block;
    flex: 1;
    margin-right: .5rem;
}
.flight_search_mini .col-1 input{
    display: block;
    flex: 2;
}
.flight_search_mini .col-1 small{
    width:100%;
    margin-top:.3rem;
}
/*box_forum_avatar - add coment in the art*/
.box_forum_form, .box_forum_avatar {
    background-color: #fff;
    border-radius: 0 7px 7px 7px;
    border-bottom: 1px solid #ccc;
}

.box_forum_avatar img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    margin: auto;
    border-radius: 25px;
}

.box_forum_avatar span {
    display: block;
    text-align: center;
}

.box_forum_form {
    background-color: #fff;
    padding: 1rem !important;
}

/*news_on_list*/
.news_on_list a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: color .2s linear;
    font-size: calc(12px + .25rem);
    line-height: 25px;
    text-align: justify;
    font-family: "Lato" !important;
    padding: 7px;
}

.news_on_list:after {
    content: '';
    display: table;
    clear: both;
}

.news_on_list a:hover {
    color: #777;
}

.news_on_list a strong {
    display: block;
    color: #474747;
    font-size: 16pt;
    font-family: Lato, sans-serif;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    line-height: 23px;

}

.news_on_list a i {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    margin-left: 5px;
}

.news_on_list .tags {
    width: 50%;
    float: left;
}

.news_on_list .tags a {
    display: inline-block;
    width: auto;
}

.news_on_list .tags a:hover {
    color: #fff;
}

.news_on_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news_on_list ul li {
    float: left;
}

.news_on_list small {
    text-align: right;
    color: #999;
    display: block;
    margin-left: auto;
}

/*promotions*/
.promotions td, .promotions th, .promotions td a {
    text-transform: uppercase;
    color: #444 !important;
}

.promotions tr td i {
    font-size: 12pt;
    margin-right: 10px;
}

.promotions tr td:nth-child(2) i {
    transform: rotate(90deg);
}

/*buy_ticket form*/

[name=buy_ticket] .p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f183";
}

[name=buy_ticket] .p input {
    max-width: 45px;
    display: inline-block;
}

[name=buy_ticket] .p small {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.promo_detail {
    margin-left: 0;
    margin-right: 0;
}

.promo_detail>div {
    padding-top: .7rem;
    padding-bottom: .7rem;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.promo_detail div i {
    margin-right: 10px;
}

.promo_detail small {
    color: #999;
    font-style: italic;
    text-transform: none;
}

.promo_detail b {
    color: #ED5156;
}

form[name=form_new_topic] label, form[name=contact_form] label {
    color: #555;
}

.visas_list {
    margin-left: 0;
    margin-right: 0;
}

.visas_list li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.visas_list li img {
    display: inline-block;
    margin-right: 5px;
}

.visas_list li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .2s linear;
    font-size: calc(11px + .16rem);
}

.visas_list li a:hover {
    color: #999;
}
.table_promo_list{

}
.table_promo_list th{
    border:none;
    text-transform: uppercase;
}

.icon_price{
    min-width: 100px;
}
.airline_list, .airports_list, .travel_agency_list, .airplanes_list {

}

.airline_list li, .airports_list li, .travel_agency_list li,
.airplanes_list li {
    position: relative;
}

.airline_list li, .airports_list li, .travel_agency_list li,
.airplanes_list li {
    margin: 5px 0;
    padding: 0;
}

.airline_list li a, .airports_list li a, .travel_agency_list li a,
.airplanes_list li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: calc(13px + .1rem);
    font-weight: 400 !important;
    transition: padding-left 2s linear;
    text-transform: uppercase;
}

.airline_list li a, .airports_list li a, .travel_agency_list li a {
    padding: 12px 10px;
}

.airline_list li a:hover, .airports_list li a:hover, .travel_agency_list li a:hover,
.airplanes_list li a:hover {
    padding-left: 10px;
    text-decoration: underline;
}

.airline_list li span, .airports_list li span, .travel_agency_list li span,
.airplanes_list li span {
    position: absolute;
    top: 0;
    right: 10px;
    text-decoration: none;
    background-color: #6BAB44;
    width: 40px;
    border-radius: 20px 0 20px 20px;
    font-size: 10pt;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.airline_list li span i, .airports_list li span i, .travel_agency_list li span i,
.airplanes_list li span i {
    font-size: 9px
}

.airline_list li img, .airports_list li img, .travel_agency_list li img,
.airplanes_list li img {
    display: inline-block;
    margin-right: 10px;
}
.flight_calendar{

}
.flight_calendar .table{
    text-transform: uppercase;
    font-size: 0.8em;
}
.flight_calendar .table .td{
    min-width: 150px;
}
.flight_calendar .table tr:first-child td,
.flight_calendar .table tr:first-child .td{
    border-top:none;
}
.flight_calendar .table .img{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.forum_entry_mini .small_item_name_avatar,
.forum_entry_mini .small_item_name,
.data_mala {
    font-size: 11px;
}
.forum_entry_mini .small_item_name_avatar{
    display: none;
}
.data_mala2 {
    font-size: 11px;
}

.data_mala2 a{
    font-size: 11px;
}
.airplane_details {
    min-height: 125px;
    font-size: calc(12px + .3rem);
    line-height: 24px;
    position: relative;
}

.airplane_details .airplane_photo{
    float: right;
    margin: 0 0 1rem 1rem;
}
.airplane_details img {
    display: block;
    margin: 0 10px 0 0;
    max-width: 90% !important;
}

.airplane_details .rate {
    position: relative;
    float: right;
    margin-left: 1rem;
}
.event .rate{
    width: 52px;
    height: 56px;
    line-height: 57px;
    font-size: 17pt;
    border-radius: 0 50px 50px 50px;
}
.event .rate i{
    font-size: 11pt;
}
.forum_entry_replay .entry_top,
.forum_entry .entry_top,
.travel_agency_opinion .entry_top,
.airplane_opinion .entry_top{
    font-size: 11px;
}
.forum_entry_replay .entry_top .avatar,
.forum_entry .entry_top .avatar,
.travel_agency_opinion .entry_top .avatar,
.airplane_opinion .entry_top .avatar{
    color: #025299;
    display: inline-block;
    margin-right: 10px;
    width:auto;
}
.travel_agency_opinion .rate, .airplane_opinion .rate {
    width: 100%;
}

.forum_entry_replay .avatar, .forum_entry .avatar,
.travel_agency_opinion .avatar, .airplane_opinion .avatar {
    display: block;
    width: 100%;
    text-decoration: none;
}

.forum_entry_replay .avatar img, .forum_entry .avatar img,
.travel_agency_opinion .avatar img, .airplane_opinion .avatar img {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

.forum_entry_replay .avatar i, .forum_entry .avatar i,
.travel_agency_opinion .avatar i, .airplane_opinion .avatar i {
    display: block;
    width: 100%;
    font-style: normal;
    text-align: center;
    font: normal 0.6rem Lato, sans-serif;
    /*color: #025299;*/
    margin-top: 5px;
    text-transform: lowercase;
}

.forum_entry_replay .avatar:hover i, .forum_entry .avatar:hover i,
.travel_agency_opinion .avatar:hover i, .airplane_opinion .avatar:hover i
{
    text-decoration: underline;
}

.travel_agency_opinion>div:last-child, .airplane_opinion>div:last-child
{
    color: #999;
    text-align: right;
}
.visas_detail,
.airplane_opinion_list{
    font-size: calc(13px + .2rem);
    line-height: 25px;
}
.airplane_details .rate,
.travel_agency_opinion .rate, .airplane_opinion_list .rate {
    display: inline-block;
    width: 100px;
    font-size: 35pt;
    letter-spacing: 2px;
    line-height: 95px;
    /*text-transform: uppercase; font-size: 14px; padding-top: 2px;*/
}

.shop_description img {
    max-width: 100% !important;
    margin: 10px 0;
}
.routes_flight_list tr:first-child td,
.flight_calendar_list tr:first-child td,
.messages_list tr:first-child td,
.flight_list tr:first-child td{
    border-top:none;
}
.row_2_cell,
.newest_list, .flight_list {
    min-width: 550px;
    font-size: calc(12px + .2rem);
}
.row_2_cell th,
.newest_list th, .flight_list th {
    text-transform: uppercase;
}

.newest_list th:first-child, .flight_list th:first-child {
    width: 320px;
}
.row_2_cell a,
.newest_list a, .flight_list a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.2rem 0;
    display: inline-block;
    font-size: calc(11px + .2rem);
}
.catastr .place:before,
.catastr .line:before,
.catastr .airplane:before,
.forum_box>div:nth-child(1):before, .routes_flight_list a:before,
.newest_list a:before, .flight_list a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 12pt;
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flight_list tr td {
    width: 60%;
}

.row_2_cell tr td,
.newest_list tr td {
    vertical-align: middle;
}

.newest_list tr td:nth-child(1) a, .flight_list tr td:nth-child(1) a {
    color: #444;
}

.catastr .line:before,
.routes_flight_list tr td a:before, .newest_list tr td:nth-child(1) a:before,
.flight_list tr td:nth-child(1) a:before {
    content: "\f072";
}

.catastr .airplane:before,
.newest_list tr td:nth-child(2) a:before, .flight_list tr td:nth-child(2) a:before
{
    content: "\f129";
}
.catastr .place:before{
	content: "\f276";
}
.row_2_cell tr:first-child td,
.newest_list tr:first-child td{
    border-top:none;
}

.table_flights a {
    text-decoration: none;
}

.table_flights a:hover {
    text-decoration: underline;
}

.table_flights td {
    vertical-align: middle;
    font-size: .95em;
}

.table_flights .opt {
    width: 130px;
    text-align: right;
}

.table_flights img {
    margin-right: 10px;
}

.table_airline tr td:nth-child(2) a {
    color: #333;
}

.table_airline tr td:nth-child(2) a:before {
    content: "\f072";
}

.newest_list tr td:nth-child(3) a:before, .flight_list tr td:nth-child(3) a:before
{
    content: "\f073";
}

.routes_flight_list, .flight_calendar_list {
    color: #333;
    min-width: 550px;
}

.routes_flight_list td, .flight_calendar_list td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.routes_flight_list td i, .routes_flight_list td a,
.flight_calendar_list td i, .flight_calendar_list td a {
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    font-style: bold;
    padding: 0.2rem 0;
    display: inline-block;
    font-size: calc(11px + .2rem);
}

.routes_flight_list td img, .flight_calendar_list td img {
    display: inline-block;
    margin-right: 5px;
}bra

.users_list li a {
    display: block;
    width: 100%;
}

.users_list li a img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
}

.users_list li a i {
    margin-top: 5px;
    font-style: normal;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
}

.forum_box_list {
    align-items: center;
    justify-content: center
}

.forum_box_list:nth-child(2n+1), .forum_box:nth-child(2n+1) {
    background: #ddd;
}

.forum_box_list a, .forum_box a {
    text-decoration: none;
}

.forum_box_list>div:nth-child(1), .forum_box>div:nth-child(1) {
    padding-left: 70px;
    position: relative;
}

.forum_box_list>div:nth-child(1) {
    padding-left: 15px;
}

.forum_box>div:nth-child(1):before {
    /* content: "\f0e6"; */
    content: "\f02e";
    position: absolute;
    top: 0;
    left: 1.5rem;
    font-size: 25pt;
    color: #333;
}

.forum_box>div:nth-child(2) {
    text-align: right;
    color: #333;
}

.forum_box_list h3, .forum_box h3 {
    color: #043D5D;
    border: none;
    font-size: 12pt;
}

.forum_box small a {
    color: #043D5D;
    display: inline-block;
    margin-right: 10px;
}

.forum_box_list h3 a, .forum_box h3 a {
    text-decoration: none;
    font-size: inherit;
    color: #484848;
    transition: color .2s linear;
}

.forum_box_list h3 a:hover, .forum_box h3 a:hover {
    color: #1c7de6;
}

.forum_box ul li:nth-child(1) {
    font-weight: bold;
}

.forum_box ul li a {
    font-size: calc(13px + .2rem);
    line-height: 28px;
    transition: padding-left .2s linear;
}
.forum_box ul li a:hover{
    padding-left: 10px;
    text-decoration: underline;
}
.forum_box_list h3 {
    display: inline;
}

.forum_box_list>div:nth-child(1) span {
    display: inline-block;
    position: relative;
    width: 49px;
    text-align: center;
}

.forum_box_list>div:nth-child(1) span:before {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 22pt;
    top: 0;
    left: 9px;
}

.forum_box_list>div:nth-child(1) span i {
    font-style: normal;
    position: relative;
    z-index: 2;
    line-height: 24pt;
    font-size: 11px;
    color: #333;
}

.forum_box_list:nth-child(2n+2)>div:nth-child(1) span:before {
    color: #ddd;
}

.forum_box_list>div:nth-child(2) a, .forum_box_list>div:nth-child(3) {
    color: #333;
}

.forum_box_list>div:nth-child(3) a, .forum_box_list>div:nth-child(3) span
{
    display: inline-block;
    width: 100%;
    text-align: center;
    text-align: right;
    color: inherit;
}

.forum_entry .forum_entry_text a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c1";
}

.forum_entry_replay>div {
    position: relative;
    background: #fff;
    border-radius: 0 5px 5px 5px;
}

.forum_entry_replay .avatar img {
    max-width: 50px;
}

.forum_entry_replay>div:nth-child(1) {
    max-height: 120px;
    display: flex;
    align-items: center;
}

.forum_entry_replay>div:nth-child(2) {
    font-size: 10pt;
    font-family: sans-serif;
}

.forum_entry_replay .date {
    text-align: right;
    color: #ccc;
    font-size: 10pt;
}
.forum_entry_text{
    background-color:#f7f7f7;
    position: relative;
    min-height: 100px;
    font-size: calc(12px + .25rem);
    line-height: 23px;
    /*text-align: justify;*/
}
.forum_entry_text:before{
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: -11px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right: 12px solid #fcf7f0;
}
.forum_entry_text.forum_news_text:before{
    display: none;
}
.forum_entry_text .img_news{
    float: left;
    margin-right: 1rem;
    display: inline-block;
    max-width: 310px;
}
.forum_entry_form .textarea{
    border: 1px solid #9d9d9d;
    padding: .8rem;
}
.editor_news_list{

}
.editor_news_list .item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}
.editor_news_list .date{
    color: #444444;
    display: inline-block;
    margin-right: 5px;
}
.editor_news_list .link{

}
.profil {
    background: #fff;
}

.profil h2 {
    font-size: 16pt;
    margin: 5px 0;
    padding: 0;
}

.profil .h {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    align-items: center;
}
.rate_elem{
    font-size: calc(12px + .2rem);
    line-height: calc(12px + .9rem);
}
.profil .rate_elem .rate_elem_title{
    font-size:calc(12px + .3rem);
    display: inline-block;
}
.profil .avatar_top {
    background: #efdfd0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.profil .avatar_top img {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin: -60px auto auto auto;
    border-radius: 60px;
    overflow: hidden;
    border: 10px solid #efdfd0;
}

.profil .avatar_top h1 {
    color: #333;
    text-align: center;
    font-size: calc(18px + .3rem);
    margin: .3rem 0 0;
}

.profil .avatar_top i {
    color: #333;
    font-style: normal;
    font-size: calc(12px + .1rem);
    display:inline-block;
    margin: .7rem 0;
}

.profil .avatar_top ._l {
    display: block;
    text-align: center;
    font-size: calc(12px + .1rem);
}

.profil .avatar_menu {
    background: #F7F7F7;
    margin-bottom: 1rem;
}

.profil .avatar_menu ul li a {
    display: block;
    width: 100%;
    color: #333;
    padding: .8rem;
    font-size: .9em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #F7F7F7;
    transition: background-color .2s linear;
}

.profil .avatar_menu ul li .active {
    background-color: #fff;
}

.profil .avatar_menu ul li a:hover {
    background-color: #fff;
    color: #56544e;
}

.profil .avatar_menu ul li a i {
    padding-right: .5rem;
    font-size: 14pt;
}

.profil .avatar_menu ul li a span.btn {
    float: right;
}

.profil .color_box>div {
    font-size: 5rem;
    text-align: center;
    color: #fff;
}

.profil .color_box>div>i {
    font-size: 1.3rem;
    font-style: normal;
}

.profil .color_box>div>p {
    font-size: 1rem;
    display: block;
    width: 100%;
    padding: 1em;
    margin: 0;
    background-color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
    font-weight: 300;
}
.profil .color_box .lotof_text{
    font-size: 2.5rem;
    padding-top: 1.5rem !important;
}
.profil .color_box .lotof_text>p{

}
.profil .color_box .lotof_text .small{
    background-color: transparent;
    margin-bottom: 1rem;
}
.profil .color_box>div:nth-child(1) {
    background-color: #04A046;
}

.profil .color_box>div:nth-child(2) {
    background-color: #BDC92D;
}

.profil .color_box>div:nth-child(3) {
    background-color: #FFD62C;
}

.profil .color_box>div:nth-child(4) {
    background-color: #FFAF00;
}

.profil .color_box>div:nth-child(5) {
    background-color: #FF8600;
}

.profil .color_box>div:nth-child(6) {
    background-color: #FF471C;
}
.profil .color_box>div:nth-child(7){
    background-color: #6c4c41;
}
.profil .color_box>div:nth-child(8){
    background-color: #747474;
}
.profil .color_box>div:nth-child(9){
    background-color: #546d7a;
}
.box_chart{
    margin-bottom: 1.5rem;
}
.box_chart .title{
    font-size: 16pt;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 1.5rem;
}
.box_chart .chart1{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.box_chart .chart2{
    max-width: 100%;
    margin: auto;
}
.box_chart .chart1 .chart{
    margin: auto;
}
.box_chart .chart_table{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    padding: .5rem 0;
    margin-top: .5rem;
    justify-content: space-between;
}
.box_chart .chart_table .li{
    display: block;
    width: 49%;
    margin: .3rem 0;
    text-transform: uppercase;
    font-size: calc(9px + .1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profil .avatar2 {
    display: block;
    text-align: center;
    width: 100%;
    color: #025299;
    font-size: 12pt;
    transition: color .2s linear;
    text-decoration: none;
}

.profil .avatar2:hover {
    color: #56544e;
}

.profil .avatar2 img {
    display: block;
    width: 100%;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.profil .avatar_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.profil .avatar_list li {
    width: 90px;
    margin: 0 12px;
    margin-bottom: 10px;
}

.profil .info {
    border: 1px solid #999;
    background-color: #F7F7F7;
}

.profil .info i {
    color: #f6c01e;
    margin-right: 10px;
}
.profil .timeline a {
    text-decoration: underline;
}

.profil .timeline .date {
    color: #000;
    font-size: 0.85em;
    text-align: right;
    padding-top: 40px;
}

.profil .timeline .line {
    position: relative;
}

.profil .timeline .line:before {
    content: '';
    display: block;
    position: absolute;
    /*top: -10px;*/
    top: 0;
    z-index: 1;
    height: 100%;
    left: 48%;
    width: 4px;
    background-color: #000;
}

.profil .timeline .line i {
    position: relative;
    z-index: 2;
    display: block;
    /*border: 5px solid #E9D6AF;*/
    margin: auto;
    text-align: center;
    width: 34px;
    border-radius: 17px;
    line-height: 33px;
    height: 33px;
    background-color: #000;
    /*color: #E9D6AF;*/
    color: #fff;
    margin-top: 30px;
}

.profil .timeline .event {
    border: 1px solid #ddd;
    font-size: .9rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.profil .timeline .event img{
    max-width:100%;
}
.profil .timeline .event .date {
    text-align: left;
    padding-top: 0;
}

.profil .timeline .event p.img_e,
.profil .timeline .event p:last-of-type {
    border-left: 3px solid #ddd;
    padding-left: 10px;
    display: table;
}
.profil .timeline .event img,
.profil .timeline .event p.img_e img,
.profil .timeline .event p:last-of-type img {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    max-width: 150px;
    max-height: 100px;
}

.profil .photo_list a, .profil .album a {
    font-size: 10pt;
    background: #F7F7F7;
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.profil .photo_list a {
    max-width: 230px;
}

.profil .photo img, .profil .photo_list a img, .profil .album a img {
    display: block;
    width: 100%;
}
.profil .photo .desc, .profil .photo_list a span, .profil .album a span {
    display: table;
    width: 100%;
    background: #F7F7F7;
    padding: 1em;
    color: #444;
    transition: background-color .2s linear;
}

.profil .photo span a, .profil .photo_list a span i, .profil .album a span i
{
    font-style: normal;
    color: #999;
    float: right;
}

.profil .photo .desc a {
    margin-left: 20px;
    display: inline-block;
    width: auto;
}

.profil .photo_list a span i:before, .profil .album a span i:before {
    content: "\f03e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.profil .photo_list span i:before {
    content: "\f0e6";
}

.profil .photo_list a:hover span, .profil .album a:hover span {
    background-color: #444;
    color: #f7f7f7;
}

.photo img, .photo a {
    display: block;
    width: 100%;
    position: relative;
}

.photo .likes {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    background-color: #6BAB44;
    color: #fff;
    z-index: 1;
    border-radius: 0 5px 5px 5px;
}

.photo .likes:before {
    content: "\f004";
    margin-right: 5px;
}

.photo .desc img {
    border-radius: 50%;
}
.photo .desc span {
    display: block;
}

.photo .desc span:nth-child(1) {
    font-weight: bold
}

.photo .desc span:nth-child(3) {
    color: #aaa;
}

.photo .desc span:nth-child(3):before {
    content: "\f017";
    margin-right: 5px;
}
.photo_li{
    position: relative;
    min-height: 330px;
}
.photo_li .date{
    font-size: 10px;
    font-weight: 600;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #ff6868;
    text-transform: uppercase;
}
.photo_li .photo_li_img{
    display: block;
    max-width: 100%;
    margin:auto;
    width: 100%;
}
.add_widget_topic .t, .add_widget_forum .t, .add_widget_art .t {
    font-weight: 900;
    position: relative;
}

.add_widget_topic .t:after, .add_widget_forum .t:after, .add_widget_art .t:after
{
    content: '';
    display: block;
    /*width: 96%;*/
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 0;
}

.add_widget_topic .t span, .add_widget_forum .t span, .add_widget_art .t span
{
    position: relative;
    z-index: 1;
    font-size: 16pt;
    background-color: #fff;
    padding-right: 20px;
}

.add_widget_art .share a {
    display: inline-block;
    font-size: calc(12px + 1vw);
    text-align: center;
}

.add_widget_art .tags a {
    display: inline-block;
    font-size: calc(10px + .3vw);
    text-align: center;
    color: #555;
    border: 1px solid #cecece;
    background-color: #f9f9f9;
    text-decoration: none;
}

.add_widget_art .tags a:hover {
    transition: border-color .2s linear, color .2s linear;
    border-color: #555;
    color: #555;
}

.add_widget_forum textarea {
    border-radius: 0;
}

.add_widget_topic .comment .avatar img, .add_widget_forum .avatar img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    border-radius: 25px;
    margin-bottom: 5px;
    margin: auto;
}

.add_widget_topic .comment .avatar span, .add_widget_forum .avatar span
{
    display: block;
    text-align: center;
}

.add_widget_topic .comment .avatar span {
    font-size: 9pt;
}

.add_widget_topic .comment .avatar img {
    margin: 0 10px 0 0;
}

.add_widget_topic .comment .avatar .d a {
    color: #2c6bab;
    font-weight: bold;
    font-size: 11pt;
}

.add_widget_topic .comment .avatar .d {
    align-self: center;
}

.add_widget_topic .comment .avatar .e {
    align-self: center;
}

.add_widget_topic .comment .avatar .e .app_icon {
    cursor: pointer;
    font-size: 14pt;
    color: #2c6bab;
}

.add_widget_topic .comment .avatar .e .flag:before {
    content: "\f024";
    padding: 5px;
    color: #d68d8d;
    transition: color .2s linear;
    font-size: 12pt;
}

.add_widget_topic .comment .avatar .e .flag:hover:before {
    color: #f00;
}

.add_widget_topic .comment .text {
    font-size: 10pt;
    position: relative;
    border-top: 1px solid #eee;
    padding: 10px 0 10px 60px;
    font-family: "Lato", "sans-serif" !important;
}

.add_widget_topic .comment .avatar {
    font-family: "Lato", "sans-serif";
}

.add_widget_topic .comment .text:after, .add_widget_topic .comment .text:before
{
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0;
    left: 100px;
}

.add_widget_topic .comment .text:before {
    border-top: 10px solid rgba(0, 0, 0, .1);
}

.add_widget_topic .comment .text:after {
    border-top-color: #ffffff;
    border-top-width: 10px;
    border-top-style: solid;
    margin-top: -1px;
    z-index: 1;
}

.add_widget_forum .form-group {
    align-items: center;
}

.airplane_opinion_list a {
    text-decoration: none;
}

.contact_text, .visas_detail, .shop_description, .airplane_opinion_list
{
    font-family: Lato, sans-serif;
    text-align: justify;
}

select.filter {
    font-size: 8pt;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    background-color: #ddd;
    padding: .4rem .65rem;
}

.visas_detail ul {
    list-style-type: circle;
    margin: 1rem;
}

.visas_detail ul li {
    margin-bottom: 5px;
}

/* dealsy */
.deals_news_box {
    background: #ff5c68 !important;
    padding: 1rem;
}

.deals_news_box .deals_list {
    margin: 15px 0;
    color: #fff;
}

.deals_news_box .deals_list a {
    color: #fff;
}

.deals_news_box .deals_list a .price {
    float: right;
}

.deals_news_box .bottom_btn {
    padding: 0 17px;
    font-size: 10px;
    padding-bottom: 10px;
}

.deals_news_box .bottom_btn a {
    color: #fff;
}

div.box-news div.deals_detail {
    padding: 0 17px;
    height: 295px;
    overflow: hidden;
}

div.deals_news_box span.label_deals {
    right: auto;
    left: 10px;
    font-size: 12pt;
    background: none;
    color: #fff !important;
}

div.deals_news_box .label_deals_select {
    background: none !important;
    color: #fff !important;
    border-bottom: 1px solid #D7D7D7;
}

div.deals_news_box .lookForFlight {
    margin: 14px 0 0 0;
    padding: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03333em;
    color: #fff;
    background-color: #ee4848;
    border: none;
    border-radius: 0px 5px 5px 5px;
    cursor: pointer
}

div.deals_news_box .label_deals_select .select_airport {
    color: #043D5D;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Segoe, sans-serif;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    width: 170px;
    float: right;
    padding: 2px;
    margin-top: 2px;
}

div.deals_news_box div.deals_detail .starter {
    margin-top: 55px;
    line-height: 22pt;
    color: #fff;
}

div.deals_news_box div.deals_detail .starter .a_link {
    color: #fff !important;
}

.deals_box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deals_box_list>div {
    width: 49%;
    margin-bottom: 1rem;
}

.deals_box_list .deals_pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 155px;
    background-repeat: no-repeat;
    background-size: 100% 150px;
    transition: background-size .2s linear, background-position .2s linear;
    border-radius: 5px;
}

.deal_box .deals_pic:hover {
    background-size: 110% 190px;
    background-position: -20px -20px;
}

.deals_box_list .deals_pic a {
    display: block;
    width: 100%;
    height: 155px;
}

.deals_box_list .deals_pic a .deals_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: block;
    z-index: 2;
    transition: color .2s linear;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff',
        endColorstr='#f2ffffff', GradientType=0);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.form_login .btn {
    margin: auto;
    display: block;
}

.wid_log_fb {
    text-align: center;
}

.user_act .h4 {
    border-bottom: 1px solid;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.user_act .link {
    display: block;
    text-decoration: none;
    background: #efdfd0;
    text-transform: lowercase;
    padding: .5rem 1rem;
    margin-top: .5rem;
    transition: all .2s linear;
    border-radius: 0 .25rem .25rem .25rem;
    font-size: .8rem;
}
.user_act .link:first-letter{
    text-transform: uppercase;
}
.user_act .link:hover {
    background-color: #56544e;
    color: #fff;
}

.wid_log_fb .or {
    margin: 1rem auto;
}

.newsletter_footer .g-recaptcha {
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.blog_post_box{
    font-size: calc(13px + .1rem);
    border: 1px solid #f7f7f7;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    background-color: #f7f7f7;
}
.blog_post_box .title{
    margin-bottom: .5rem;
    display:flex;
}
.blog_post_box .title .link{
    font-weight: 600;
}
.blog_post_box .title .date{
    margin-left: auto;
    font-size: 12px;
    display:inline-block;
}
.blog_post_box .text{

}
.blog_post_box .more{

    text-align:right;
    font-weight: 600;
}
.blog_post_box .more .link{
    transition: color .2s linear;
}
.blog_post_box .more .link:hover{
    text-decoration:none;
    color:#46a745;
}

.av_friends{
    font-size: calc(11px + .3rem);
    text-align: center;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    padding: 10px 0 5px;
    transition: border-color .2s linear;
}
.av_friends:hover{
    text-decoration:none;
    border-color: none;
}
.av_friends .img_round{

}
.av_friends .user_name{
    display: block;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: lowercase;
}
.av_friends .user_date{
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plupload_droptext{
    border: 1px solid #ddd;
    margin-bottom:1rem;
}
.ui-widget-header{
    background: #56544e;
    border: 1px solid #56544e;
}
.detail_grid{
    /* font-size: calc(13px + .2rem);*/
    font-size: 13px;
}
.detail_grid [class*="col"]{
    border-bottom: 1px solid #dedede;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .7rem;
    padding-bottom: .7rem;
    text-transform: uppercase;
}
.detail_grid .cell{
    text-transform: uppercase;
    font-size: calc(13px + .1rem);
    font-weight: bold;
}

.content_def .t_title{
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 4px solid #333;
    color: #333;
    padding-bottom: 7px;
}
.content_def .related_articles{
    font-size: calc(13px + .2rem);
}
.content_def .related_articles .item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leaflet-container{
    z-index:0;
}

.forum_list .fa-comment{
    position: relative;
    font-size: 18px;
    margin-right: 5px;
}
.forum_list .fa-comment i{
    position: absolute;
    top: 3px;
    left: 0;
    color: #444;
    font-size: 10px;
    width: 100%;
    text-align: center;
}
.forum_list .time{
    width: 140px;
    padding: 10px 5px;
}
.forum_list .table a{
    font-size: calc(13px + .2rem);
}
.pic_to_blog_link{
    border:1px solid transparent;
    transition: border-color .2s linear;
    padding: .5rem;
    cursor: pointer;
}
.pic_to_blog_link:hover{
    border-color:#dedede;
}
.pic_to_blog{
    display: block;
    max-width:100%;
    max-height: 300px;
    margin:auto;
}
.live_news_box{
    border: 1px solid #dedede;
    transition: border-color .2s linear;
    padding: .5rem 0;
    position: relative;
}
.live_news_box:hover{
    border-color:#484848;
}
.live_news_box .live_img{
    display: block;
    margin: auto;
    max-height: 300px;
    max-width: 100%;
}
.live_news_box .link{
    display: block;
    color: #474747;
    font-size: 19px;
    font-family: Lato, sans-serif;
    line-height: 25px;
    font-weight: 600;

}
.live_news_box.live_standard .link{
    height: 55px;
    overflow: hidden;
}
.live_news_box .right_box {
    display: flex;
    flex-wrap: wrap;
}
.live_news_box .text{
    display: block;
    width: 100%;
    text-decoration: none;
    transition: color .2s linear;
    font-size: 15px;
    line-height: 20px;
    text-align:justify;
}
.live_news_box.live_standard .text{
    height: 100px;
}
.live_news_box .bottom{
    width: 100%;
    margin-bottom: .5rem;
}
.live_news_box .bottom .e{
    font-size: 11px;
    color: #ff6868;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}
.live_news_box .bottom .e:last-child{
    margin-right: 0;
}
.live_news_box .more{
    font-weight: 600;
    text-transform: uppercase;
}
.live_news_box.dd .link{
    font-style: italic;
    font-size: calc(20px + .4rem);
    margin: 1rem 0;
    font-family: Merriweather;
    font-weight: 700;
}
.live_news_box.dd .text{
    line-height: 22.5px;
}
.forum_entry_replay .entry_top,
.forum_entry .entry_top,
.travel_agency_opinion .entry_top,
.airplane_opinion .entry_top{
    text-align: right;
}
.forum_entry_replay .entry_top .avatar, .forum_entry .entry_top .avatar, .travel_agency_opinion .entry_top .avatar, .airplane_opinion .entry_top .avatar{
    display: none;
}
.mobile_widget_btn{
	display: none;
}
.news_on_map{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 300px;
}
.news_on_map img{
	display: block;
	max-width: 100px;
	height: auto;
	margin-right: 5px;
}
.news_on_map > div{
	flex:2;
}
.news_on_map > div a{
    display: block;
    text-wrap: wrap;
    line-height: 1;
}
.news_on_map > div a:last-child{
	text-align: right;
}
.news_on_map > div span{
    display: block;
    color: #aaa;
    font-weight: normal;
    line-height: 1;
    margin: 5px 0;
}
.catastr .hr{
	border-bottom: 1px solid #333;
	width:100%;
	margin: 5px 15px;
}
.catastr .link{
	font-weight: bolder;
	font-size: calc(12px + .3rem);
    line-height: 24px;
	color:#333;
}
@media only screen and (max-width: 1200px) {
	.search_in_header form[name="service_search"] input{
		width:450px;
	}
    .text_overflow_td_a{
        max-width: 440px;
    }
    .content_def .meta_art .meta_art_item{
        flex: initial !important;
    }
}
@media only screen and (max-width: 1100px) {
	.mobile_search_in.search_in_header .form-group{
		width: 90%;
		margin-left: 4% !important;
	}
	.mobile_search_in.search_in_header .form-group > .ml-auto{
		margin: 0 !important;
	}
	.mobile_search_in.search_in_header form[name="service_search"] input{
		width:100%;
	}
	.search_in_header form[name="service_search"] input{
		width:380px;
	}
}
@media only screen and (min-width:990px) and (max-width: 1200px) {
    #main_banners .carousel-inner .c_item>div:nth-of-type(3) {
        min-height: 105px;
    }
    .menu .search{
        max-width: 280px;
    }
}

@media only screen and (min-width:576px) and (max-width: 989px) {
    #main_banners .carousel-inner .c_item>div:nth-of-type(3) {
        min-height: 105px;
    }
}

@media only screen and (min-width:576px) and (max-width: 989px) {
    #main_banners .carousel-inner .c_item>div:nth-of-type(3) {
        min-height: 105px;
    }
}

@media only screen and (max-width: 575px) {
	.root_content{
		padding-top: 70px;
	}
	#top_slide.s {
		transition: all .5s linear;
		margin-left: 315px;
	}
	.top{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#main_banners ._desc>div:nth-child(3){
		/* display: none; */
                font-size: 14px;
	}
    #main_banners .carousel-inner .c_item>div:nth-of-type(3) {
        min-height: 145px;
        overflow: hidden;
    }
    .airline_list li, .airports_list li, .travel_agency_list li,
    .airplanes_list {
        padding: 0 15px;
    }
	.box_news>a>span{
		height: auto;
	}
	.box_news>a .title_contener{
		height: auto;
		display: block;
	}
}

@media only screen and (max-width:991px) {
    .mobile_btn{
        display: block;
    }
    .logo .panel {
        align-self: center;
    }
    #main_banners .btn_prev, #main_banners .btn_next {
        display: block;
    }
    .forum_entry_text:before{
        top: 12px;
        left: -16px;
        border-top-width: 17px;
        border-bottom-width: 17px;
        border-right-width: 17px;
    }
    #main_banners .carousel-inner .c_item>div:first-child{
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width:840px) {
    .box_news>a>img{
        min-height:auto;
    }
}

@media ( max-width:768px) {
    .content_def .meta_art .meta_art_item {
        max-width:100%;
        border:none;
    }

    .content_def .meta_art .meta_art_item:nth-child(1){
        display: flex;
        justify-content: center;
        max-width:100%;
    }
    .content_def .meta_art .meta_art_item.c_comment,
    .content_def .meta_art .meta_art_item.c_fb,
    .content_def .meta_art .meta_art_item.c_print{
        display: none;
    }
    .text_overflow_td_a{
        max-width: 350px;
    }
    .airplane_details .airplane_photo{
        float: none;
        width: 100%;
        max-width: 100% !important;
        margin:0;
        margin-bottom: 1rem;
    }
    .textarea_triangle:after, .textarea_triangle:before{
        display: none;
    }
    #mask_mobile .social_widget {
        display: none;
    }
    .footer .newsletter {
        margin-top: 1rem;
    }
    .forum_entry_text {
        margin-top: .7rem;
    }
    .forum_entry_text:before{
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 15px;
        border-left-width: 15px;
        border-bottom: 11px solid #fcf7f0;
        top: -7px;
        left: 10px;
    }

}
@media ( max-width: 767px) {

    .forum_entry_replay .entry_top,
    .forum_entry .entry_top,
    .travel_agency_opinion .entry_top,
    .airplane_opinion .entry_top{
        text-align: left;
    }

    .forum_entry_replay .entry_top .avatar,
    .forum_entry .entry_top .avatar,
    .travel_agency_opinion .entry_top .avatar,
    .airplane_opinion .entry_top .avatar{
        color: #025299;
        display: inline-block;
        margin-right: 10px;
        width:auto;
    }
    .forum_entry_replay .entry_img,
    .forum_entry  .entry_img,
    .travel_agency_opinion .entry_img,
    .airplane_opinion .entry_img{
        display: none;
    }
    #breadcrumb{

    }
    #breadcrumb ol.breadcrumb{
        flex-wrap: nowrap;
        overflow: hidden;
    }
    #breadcrumb ol.breadcrumb li{
        white-space: nowrap;
    }
    #breadcrumb ol.breadcrumb li a{
        white-space: nowrap;
    }
    #breadcrumb ol.breadcrumb li:after{
        margin: 0 4px;
    }
    #breadcrumb ol.breadcrumb li:last-child{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .deals_box_list .deals_pic a .deals_title .price_deals{
        display:block;
        width:100%;
        text-align: center;
    }
}
@media ( max-width: 754px) {
    .forum_entry_text .img_news{
        float:none;
        display: block;
        margin: auto;
        margin-bottom: 1rem;
    }
    .live_news_box .live_img{
        margin-bottom: 1rem;
    }
}
@media ( max-width: 754px) {
    .text_overflow_td_a{
        max-width: 260px;
    }
}
@media ( max-width: 450px) {
	.mobile_widget_btn{
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index:99999;
		width:100%;
	}
	.w_content_a .widtab_a{
		display: none;
	}
	.w_content_a .widtab_a.show{
		display: block;
	}
	.w_content_a{
		overflow: hidden;
		overflow-y: auto;
		position: absolute;
		top:0;
		left:0;
		bottom: 0;
		right: 0;
	}
	.w_content_a img[alt='Rezerwuj hotel'],
	.w_content_a img[alt='Wizy']{
		width:100%;
	}
	.w_content_a .body{
		padding:10px;
	}
	.w_content_a .body label{
		margin-bottom: 10px;
		font-weight: 700;
		color:#fff;
	}
	.w_content_a .body small{
		color:#fff;
	}
	.mobile_widget_btn .w_content{
		display: none;
	}
	.mobile_widget_btn .w_content.show{
		display: block;
		position: relative;
		height: calc(100vh - 63px);
	}
	.mobile_widget_btn .w_content .btn_close{
		position: absolute;
		top: 10px;
		right: 15px;
		padding: 0;
		border-radius: 0;
		background: transparent;
		color: #fff;
		z-index: 1;
		font-size: 30px;
		width: auto;
		line-height: 30px;
		height: auto;
	}
	.mobile_widget_btn .w_menu{
		display: flex;
	}
	.mobile_widget_btn .w_menu .w_btn{
		border-radius: 5px 5px 0 0;
		font-size: 15px;
		width: 20%;
		padding-bottom: 15px;
		padding-top: 10px;
	}
	.mobile_widget_btn .w_content .btn_close,
	.mobile_widget_btn .w_menu .w_btn:focus {outline:0;}
	.mobile_widget_btn .w_menu .w_btn i{
		display: block;
		margin: auto;
	}
	.w_menu.bg_loty,
	.w_content.bg_loty,
	.mobile_widget_btn .w_menu .w_btn.bg_loty{
		background-color: #1b8cbf;
	}
	.w_menu.bg_wczasy,
	.w_content.bg_wczasy,
	.mobile_widget_btn .w_menu .w_btn.bg_wczasy{
		background-color: #0056bc;
	}
	.w_menu.bg_auta,
	.w_content.bg_auta,
	.mobile_widget_btn .w_menu .w_btn.bg_auta{
		background-color: #95a5a6;
	}
	.w_menu.bg_hotele,
	.w_content.bg_hotele,
	.mobile_widget_btn .w_menu .w_btn.bg_hotele{
		background-color: #D3C5A9;
	}
	.w_menu.bg_wizy,
	.w_content.bg_wizy,
	.mobile_widget_btn .w_menu .w_btn.bg_wizy{
		background-color: #7fbae2;
	}
    #root_pasazer{
        overflow:hidden;
    }
	#main_banners ._desc>div:nth-child(2){
		font-size: calc(15px + .3vw);
        margin: 1.5rem 0 0.3rem;
		white-space: initial;
		max-height: initial;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
    .forum_entry_mini .small_item_name_avatar{
        display: inline-block;
        position: absolute;
        top: 6px;
        right: 0;
    }
    .forum_entry_mini .small_item_name{
        display: none;
    }

    .photo_li{
        min-height: auto;
    }
    .forum_entry_replay .avatar, .forum_entry .avatar,
    .travel_agency_opinion .avatar, .airplane_opinion .avatar{
        display: inline-block;
        width: auto;
    }
    .forum_entry_replay .avatar img, .forum_entry .avatar img,
    .travel_agency_opinion .avatar img, .airplane_opinion .avatar img{
        display: none;
    }
    .link_with_pic .img_starter{
        display: block;
        margin:10px auto;
        float: none;
        max-width:100%;
    }
    #main_banners{
        padding-bottom: 58px;
    }
    #main_banners {
        right: 0;
        width: 100%;
		bottom: -40px;
    }
    #main_banners .owl-theme .owl-dots .owl-dot{
        width:auto;
        flex: 1;
        margin-left: 5px;
    }
    #main_banners .owl-theme .owl-dots .owl-dot:first-child{
        margin-left: 0;
    }
    #main_banners .owl-theme .owl-dots .owl-dot span{
        width: auto;
        margin: 0;
    }
    #main_banners .owl-theme .owl-dots .owl-dot:not(.active) span{
        background-color: #c1e6f7;
    }
    #main_banners .owl-stage{
        overflow: hidden;
    }
	._art_text .news_body_text blockquote,
	._art_text .news_body_text .quote{
		padding: 0;
		font-size: 20px;
		text-align: left;
		margin-left: -15px;
		width: calc(100% + 15px);
	}
	._art_text .news_body_text blockquote:before,
	._art_text .news_body_text .quote:before{
		padding: 0 15px 0 0;
	}



}

@media only screen and (max-width: 575px) {

    #main_banners .owl-dots{
    display: flex;
    position: absolute;
    top: 20px;
    left: auto;
    right: 1.5rem;
    margin: 0;
    padding: 0;
    z-index:1;
    opacity:0;
    transition: opacity .3s linear;
}
    .owl-dots{
        /*bottom: 50px !important; */
        left: 50% !important;
        right: 0 !important;
        top: 30px !important;
        transform: translateX(-50%);
    }
    #main_banners {
 /*height: 380px;*/
 margin: 1.5rem 0 0.3rem;
    }

    .owl-theme .owl-dot span {
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
}

.owl-theme .owl-dots .owl-dot span, #main_banners .carousel-indicators li {
    cursor: pointer;
    background-color: #F7F7FD;
    opacity: 90%;
    height: 10px;
    width: 50px;
    transition: all .2s linear;
    border-radius: 90;
    border: 0px solid black;



}


}
