body{
    background: #fff;
    /*overflow-x: hidden !important;*/
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    padding: 0px !important;
    color: #555555;
}

body.modal-open {
    overflow: hidden !important;
    width: 100%;
}

a{
    color: #555555;
}

a:hover, a:focus{
    color: #333333;
}

.modal-content{
    border-radius: 0px;
}

.wyroznij{
    font-weight: 900;
    padding: 0px !important;
    background: #FDFF22;
    color: #555555 !important;
    text-transform: uppercase;
}

.tips_paragraph *, .articles_paragraph *, .news_paragraph *, job_p *{
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 25px !important;
    padding: 0 !important;
    text-align: left !important;
}

.tips_paragraph img, .articles_paragraph img, .news_paragraph img, .job_p img{
    display: none;
}

.tips_header, .articles_header, .news_header{
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hide_all_btn{
    border: 1px solid;
    width: 150px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 12px !important;
}

/*główne sekcje*/

.main_content{
    padding: 20px 15px 20px 15px;
    background: #eee;
    background: -moz-linear-gradient(top,  #dddddd 0%, #eeeeee 16%, #ffffff 78%);
    background: -webkit-linear-gradient(top,  #dddddd 0%,#eeeeee 16%,#ffffff 78%);
    background: linear-gradient(to bottom,  #dddddd 0%,#eeeeee 16%,#ffffff 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
    background-repeat:no-repeat;
    background-size:100% 200px;
}

.main_breadcrumbs{
    padding: 0 15px;
    background: #fff;
    height: 78px;
}

/*input{
    border-radius: 0;
}

input:focus, textarea, select {
    border: 0 !important;
}

input:focus,select:focus,textarea:focus,button:focus {
    -moz-appearance:none;
    -webkit-appearance:none;
    box-shadow: none !important;
    outline: none !important;
}*/

select::-ms-expand {
    display: none;
}


.btn, .btn-default{
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: transparent;
}

.btn-default:hover{
    background: #C3C3C3;
}

.article_button:hover, .articles_button:hover, 
.news_button:hover, .job_button:hover, 
.tips_button:hover, .tip_button:hover,
.product_button:hover,
.product_button_cat:hover,
.download_btn:hover, .hide_all_btn:hover{
    background: transparent !important;
    border: 1px solid #C3C3C3 !important;
    /*box-shadow: 1px 1px 2px #555555 !important;*/
}

.article_button, .articles_button, 
.news_button, .job_button, 
.tips_button, .tip_button,
.product_button,
.product_button_cat,
.download_btn, .event_button{
    font-size: 12px !important;
}

.bg_img_cover{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.p-lr-30{
    padding: 0 30px;
}

.p-l-30{
    padding: 0 0 0 30px;
}

.p-r-30{
    padding: 0 30px 0 0;
}

.p-lr-15{
    padding: 0 15px;
}

/*=============animacje================*/
.anime_hidden{
    overflow: hidden;
}

.anime_delay{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.anime_zoom{
    -webkit-transition: all .5s ease-out; 
    -moz-transition: all .5s ease-out; 
    -ms-transition: all .5s ease-out; 
    transition: all .5s ease-out;
}

.anime_zoom:hover, .anime_zoom_hover{
    transform: scale(1.1);
}

/*==============header, logo, strefa biznesu, koszyk=================*/
.header, header_logo{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90px;
    font-size: 13px;
}

.index_header{
    min-height: 90px;
}
.index_header_in_main{
    display: flex;
    justify-content: space-between;
    align-items: center; 
} 
.main_logo{
    padding-left: 30px;
}

.logo{
    height: 90px;
    /*width: 220px;*/
    float: left;
    padding: 0 30px 0 0;
    display: inline-block;
    position: relative;
}

.logo a img{
    height: 90px; /*
    max-width: 160px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    margin:0 auto;
    display:block;
}


.brand_change{
    display: inline-block;
    color: #555;
    padding-left: 20px;
    margin-top: 34px;
    letter-spacing: 1px;
    float: left;
}

.brand_change a{
    color: #555;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 24px;
}

.brand_change i{
    margin-left: 15px;
    font-size: 24px;
    vertical-align: top;
}

.business_area{
    margin-top: 36px;
    text-align: right;
    float: right;
    display: inline-block;
    margin-right: 30px;
}

.business_area a{
    text-transform: uppercase;
    color: #555;
    font-weight: 900;
    letter-spacing: 1px;
}

.business_area i{
    color: #F9D23E;
    padding-left: 15px;
    font-size: 20px;
    text-align: right;
    vertical-align: bottom;
}

.basket{
    font-weight: 900;
    color: #555;
    text-transform: uppercase;
    margin-top: 27px;
    float: right;
    display: inline-block;
    margin-right: 30px;
}

.basket a table tbody tr td.basket_title{
    color: #555;
    letter-spacing: 1px;
}

.basket i{
    font-size: 20px;
}

.basket_title{
    padding-right: 15px;
}

.basket_title, .basket_icon{
    vertical-align: bottom;
}

.basket_amount{
    text-transform: lowercase;
}

.basket_amount_text {
    width: 20px;
    line-height: 20px;
    display:inline-block; 
    color: #fff;
}

.basket_amount_text span{
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    border-radius: 50%;
    background: #444444;
    text-align: center;
}

/*===============języki=================*/
.above_language{
    padding-right: 0px; 
    position: relative;
    z-index: 1;
}

.language, .language2{
    padding-right: 30px;
    margin: 0;
    float: right;
    height: 90px;
    vertical-align: middle;
    text-align: right;
    color: #555555;
    font-size: 14px;
}

.language2{
    padding-left: 10px;
}
.language2{
    background: #FBD33E;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    min-width:130px;
    float: right;
}

.nav_language{
    margin-top: 34px;
    width: 100%;
    padding-right: 4px;
    height: 23px;
    line-height: 24px;
}

.language img{
    vertical-align: top;
    cursor: pointer;
}

.language .nav_language{
    padding-right: 0px;
    height: 26px;
    line-height: 26px;
}

.nav_language i{
    font-size: 24px;
    vertical-align: top;
}

.language_under_box{
    height: 100%;
    border-right: 2px solid #FAD33E;
    margin-right: 13px;
    display: none;
}

.language span{
    color: #555555;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    padding-right: 5px;
}

.language2 span{
    text-align: right;
    cursor: pointer;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav_language_box{
    padding: 15px 0;
    position: absolute;
    right: 0;
    z-index: -1;
    top:-1000px;
    margin-top: 90px;
    min-width: 130px;
    cursor: pointer;
    background: #000;
    background-image: url('/img/sites/tropical/language_bg.jpg');
    background-position: right top;
    display: block !important;
}
.language:hover .nav_language_box, .language2:hover .nav_language_box{
    top:0px;
    animation: nav_language_box_anim 1s 1;
}
@keyframes nav_language_box_anim {
    from    {top:-1000px;}
    to      {top:0px;}
}

.language_box_small{
    text-align: right;
    padding-right: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
}

/*podmenu*/
.breadcrumb_section{
    display: table;
    width: 100%;
    height: 78px;
}

.breadcrumb_own{
    padding: 0;
    color: #555555;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

ol.breadcrumb_own li{
    display: inline;
    float: left;
    padding: 0 5px;
    color: #555;
    font-weight: 700;
    font-size: 12px;
    line-height: 23px;
}

ol.breadcrumb_own li a:after{
    content: '/';
    padding-left: 5px;
    color: #e1e1e1;
}

ol.breadcrumb_own li a{
    color: #555;
    font-size: 12px;
}

.active_breadcrumb{
    pointer-events: none;
    cursor: default;
    font-size: 12px !important;
}

img.cookie_brand{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*social media*/

.social_media_link{
    float: right;
    margin-top: 20px;
}

.yt_social, .insta_social, .fb_social_link, .google_social{
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0px 0 0 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    position: relative;
    float: right;
}

.fb_social_link{
    margin: 0px;
}

.yt_social a, .insta_social a, .fb_social_link a, .google_social a{
    color: #fff;
}

.fb_social_link .bottom, .yt_social .bottom, .insta_social .bottom, .google_social .bottom{
    color: #fff;
    border-radius: 50%;
    height: 100%;
}

.fb_social_link .top, .yt_social .top, .insta_social .top, .google_social .top{
    position:absolute;
    left:0;
    top: 0;
    opacity: 1;
    color: #fff;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;    
    transition: opacity 500ms ease-in-out;
    background: #444444;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.yt_social .top:hover, .insta_social .top:hover, .fb_social_link .top:hover, .google_social .top:hover{
    opacity:0;
    color: #fff;
}

/*slider.ctp*/
.carousel-indicators{
    bottom: 15px;
}

ol.carousel-indicators li, ol.carousel-indicators li.active{
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    -webkit-box-shadow: inset 2px 1px 4px 0px rgba(164, 171, 173, 0.8);
    -moz-box-shadow:    inset 2px 1px 4px 0px rgba(164, 171, 173, 0.8);
    box-shadow:         inset 2px 1px 4px 0px rgba(164, 171, 173, 0.8);
}

ol.carousel-indicators li.active{
    background: #FBD544;
}

.header_banner_background{
    overflow: hidden;
}

.slider{
    width: 100%;
}

.slider_background{
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.slider_logo{
    text-align: center;
    height: 65px;
    width: auto;
    margin: 0 auto;
}

.slider_logo img{
    max-height: 100%;
    width: auto;
    varticle-align: middle;
}

.slider_text{
    max-height: 340px;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    color: #fff;
    padding-top: 35px;
}

.slider_text h2{ 
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: rgb(56, 56, 56) 2px 2px 1px;;	
    font-weight: bolder;
    margin: 10px 0 0 0;
    letter-spacing: 3px;
}

.slider_text p{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn_slider{
    position: absolute;
    bottom: 90px;
    margin: auto;
    left: 0;
    right: 0;
    width: 60%;
}

.btn_slider button{
    border: none;
    background: rgba(251, 213, 68, 0.8);
    font-size: 12px;
    width: 140px;
    height: 35px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*kafelki z obrazkami pod sliderem*/
/*UWAGA zmiana szerokości grid pod układ na 5 elementów*/
.col-md-2.brand_row, .col-md-2.modal_marka{
    width: 20%;
}

.box_brand{
    margin: 35px 0;
    padding: 0 15px;
}

.brand_tile, .brand_tile2{
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    height: auto;
    width: 100%;
    height: 100%;
    position: relative;
    /*
    border: 1px solid  #e6e5e5;
    background: #ffffff;
    background: rgb(254,254,254); 
    background: -moz-linear-gradient(top, rgb(254,254,254) 0%, rgb(237,237,237) 100%); 
    background: -webkit-linear-gradient(top, rgb(254,254,254) 0%,rgb(237,237,237) 100%); 
    background: linear-gradient(to bottom, rgb(254,254,254) 0%,rgb(237,237,237) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); 
    */
}

.btn_tile{
    color: #fff;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    font-weight: 600;
    font-weight: bold;
    min-width: 70%;
    background: #f9d33b;
    letter-spacing: 1px;
}

.brand_tile_image{
    text-align: center;
    margin: -20px auto 0 auto;
    height: 185px;
    max-width: 95%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.brand_tile_image img{
    max-width: 95%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.brand_tile_desc, .brand_tile_desc_modal{
    padding: 0px 5px;
    margin-bottom: 20px;
    max-height: 130px;
    overflow: hidden;
}

.brand_tile_desc_modal{
    height: 110px;
    font-size: 14px !important;
}

.brand_tile2 .brand_tile_image{
    height: 150px;
}

.brand_tile2 .brand_tile_logo{
    margin: 15px auto;
}

.brand_tile_logo{
    overflow: hidden;
    margin: 25px auto 15px auto;
    height: 52px;
    max-width: 85%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.brand_tile_button{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}

.btn_tile_hover{
    background: #C9C9C9;
    color: #333333;
}

.btn_tile3{
    background: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    font-weight: 600;
    font-weight: bold;
    min-width: 70%;
    letter-spacing: 1px;
    line-height: 28px;
}


/*kolor ramki w newsletter dla domyślnie zaznaczonej marki*/
.brand_tile_border_color_extra{
    box-shadow: 0px 0px 5px 1px #444;
}

/*=========footer==============*/
.footer{
    border-top: 3px solid #e6e5e5;
    min-height: 65px;
    padding: 10px 15px 0 15px;
    background: #333;
}
.cookies{
    display: none;
    padding: 10px 30px;
    margin: 0px 0px;
    font-size: 14px;
    position: fixed;
    z-index: 30;
    bottom: 0;
    width: 100%;
    background: #636363;
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
}

.cookies p{
    margin: 0;
}

.cookies p:first-child{
    margin: 0 auto;
    width: 98%;
    float: left;
}

.cookies p:last-child{
    width: 2%;
    float: right;
}

.cookies i{
    color: #000;
}

.right_reserved{
    text-align: left;
}

.footer_rights{
    color: #aaa;
    margin-bottom: 10px;
}

.footer_rights a{
    color: #aaa;
}

.footer_year{
    color: #F9D33B;
}

.made{
    text-align: right;
}

.made p {
    margin-top: 30px;
    color: #aaa;
}
.made p a{
    color: #fad33e;
}

/*==========rshc=================*/
.rhsc{
    font-size: 16px;
}

.rshc_menu{
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #c3c3c3;
    margin-bottom: 30px;
}

.rshc_login{
    background: #fff;
    padding: 10px 20px;
    border: 3px solid;
    margin-bottom: 20px;
    color: #000;
}

.rshc_login i{
    font-size: 22px;
}

.rshc_login a, .rshc_login a:hover{
    color: #000;
}

.btn_repeat_order{
    color: #000;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 3px solid;
    transition: all 500ms ease 0s;
    background: #fff;
    font-size: 16px;
    display: none;
}

.btn_repeat_order:hover{
    border: 3px solid #B9B9B9 !important;
}

.btn_repeat_order i{
    font-size: 22px;
}

.rshc_menu h4{
    font-weight: bold;
    color: #555555;
    font-size: 18px;
    margin: 15px 0 20px 0;
    text-transform: uppercase;
}

.rshc_elements{
    padding: 25px 0;
    border-top: 1px solid #B9B9B9;
    line-height: 28px;
}

ul.rshc_menu_outer_list{
    list-style: none;
    padding-left: 0;
}

ul.rshc_menu_outer_list li a{
    color: #555555;
    font-size: 16px;
}


/*podmenu dla produktów*/
.rshc_menu_submenu_products, .rshc_menu_submenu_products ul{
    list-style: none;
    padding-left: 20px;
    cursor: pointer;
    color: #555555;
    font-size: 16px;
}

.rshc_menu_submenu_products ul li{
    line-height: initial;
}

ul.rshc_menu_submenu_products ul.toggle_down_element_menu-js li{
    padding: 2px 0;
}

/*===========kalendarz wydarzeń===============*/
.rshc_datatpicker{
    background: #fff;
    border: 1px solid #c3c3c3;
    padding: 10px 0px;
}

.rshc_datatpicker h4{
    font-weight: bold;
    color: #555555;
    font-size: 18px;
    margin: 15px 20px 20px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 20px;
}

.hasDatepicker{
    margin: 0 auto;
    padding: 0 10px;
}

.ui-datepicker{
    width: 100%;
    font-weight: bold;
}

.ui-datepicker-title span{
    font-size: 15px !important;
}

.ui-datepicker-calendar td a.ui-state-default{
    text-align: center;
    font-weight: normal;
}

a.ui-datepicker-prev.ui-corner-all.ui-datepicker-prev-hover, 
a.ui-datepicker-next.ui-corner-all.ui-datepicker-next-hover{
    background: #fff;
    cursor: pointer;
    border: none;
}

.ui-corner-all.ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
}

.ui-corner-all.ui-datepicker-next-hover {
    right: 2px;
    top: 2px;
}

span.ui-icon.ui-icon-circle-triangle-e{
    top: 14px;
    left: 14px;
    right: 6px;
}

table.ui-datepicker-calendar tbody td.highlight > a {
    background: #FBD33E;
    color: #fff;
    border: 1px solid #FBD33E;
}

ui-state-highlight{
    border: 1px solid #FBD33E;
}

.ui-datepicker-calendar thead tr th span{
    text-transform: uppercase;
}


/*eventy wersja 2*/
#eventModal .modal-header {
    padding: 20px auto;
    border-bottom: 1px solid #ebebeb;
}

#eventModal .modal-footer {
    background-color: #ebebeb;
}

#eventModal .modal-header h3 {
    margin: 0px;
    font-weight: 600;
    font-size: 22px;
    color: #fbd33e;
}

.calendar_event_link{
    cursor: pointer;
}

.event_element{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#event_header{
    text-align: center;
}

.event_element_text{
    color: #555555;
    min-height: 210px;
}

.event_element_list a{
    color: #555555;
}

.event_img{
    display: inline-block;
    min-height: 210px;
    height: 100%;
    width: 100%;
}

.event_img div{
    min-height: 230px;
    height: 100%;
}

.event_element_text h4{
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.event_element_text .event_p{
    width: 95%;
    line-height: 25px;
    min-height: 25px;
    position: relative;
    padding-bottom: 50px;
}

.event_button{
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 120px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fbd33e;
    border: 0px;
}

.event_button2{
    left: 0;
}

.event_close_btn{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
    background-color: #444;
    border: 0px;
}


/*=====kontakt=====*/
.office{
    min-height: 140px;
    text-align: center;
}

.office_header{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 3px solid;
    margin-bottom: 7px;
    text-align: center;
    text-transform: uppercase;
}

.office_text{
    min-height: 75px;
    font-size: 16px;
}

.office_header_bis{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
    text-align: center;
    text-transform: uppercase;
}

.office_text_bis{
    min-height: 75px;
    font-size: 14px;
}
/*======mapa=====*/
.search_map_buttons{
    display: inline-block;
    width: 100%;
    height: 50px;
}

.btn_search_map{
    width: 33%;
    float: left;
    height: 50px;
    line-height: 50px;
    border: 1px solid #C3C3C3;
    background: #fff;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    color: #999999;
}

.btn_search_map:nth-child(2){
    margin: 0 0.5%;
}

.btn_search_map_active{
    color: #fff;
    background: #444444;
}

.mapka_google{
    margin-top: 30px;
    margin-bottom: 20px;
}

.map_places_header{
    border-top: 1px solid #ddd;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    /*background: #FBD33E;*/
    background: #f4f4f4;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    /*
    background: #4c4c4c;
    background: -moz-linear-gradient(top,  #4c4c4c 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top,  #4c4c4c 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,  #4c4c4c 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#eaeaea',GradientType=0 );
    color: #ffffff;*/
}

.map_places_header i{
    line-height: 33px;
}

.map_distributor{
    text-align: center;
    height: 250px;
}

.map_distributor img{
    margin: 10px 10%;
    max-width: 90%;
    max-height: 220px;
    object-fit: contain;
    cursor: pointer;
}

.map_places_list{
    border: 1px solid #ebebeb;
    text-align: center;
    height: 170px;
    margin-bottom: 30px;
}

.map_places_list1{
    border: 1px solid #ebebeb;
    text-align: center;
    height: 200px;
    margin-bottom: 30px;
}

.map_places_list_name{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: table;
    height: 40px;
}

.map_places_list_address{
    font-size: 14px;
    line-height: 18px;
    padding: 0px 10px;
}

.map_places_list_name header{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    height: 40px;
}

.map_places_list address{
    font-size: 14px;
    line-height: 18px;
    padding: 0px 10px;
}

.map_specjalist{
    border: 1px solid #ebebeb;
    padding: 10px;
    height: 170px;
    margin-top: 10px;
}

.map_specjalist_header{
    font-weight: bold;
    text-align: center;
}

.map_specjalist_tel{
    margin-top: 5px;
    text-align: center;
}

.map_specjalist_region{
    text-align: center;
    margin-top: 5px;
}
ul.nav.nav-pills.filter-button-group li.active{
    background: #939090;
    border-radius: 0px;
}
ul.nav.nav-pills.filter-button-group li.active a{
    background: #444444;
}

/*=======foreign_distributors.ctp======*/
.distributors_header{
    min-height: 60px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

.map_countries{
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 30px;
    min-height: 160px;
    font-size: 14px;
    padding: 0 5px;
    /*overflow: auto;*/
}

.map_country{
    padding: 25px 10px 0px 10px;
    width: 100%;
}

.underline{
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    width: 110px;
    height: 1px;
}

.map_company{
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 5px;
}

.map_www{
    margin-bottom: 15px;
}

.map_www a{
    color: #555555;
}

.map_email{
    color: #555555;
}

.map_email a{
    color: #555555;
}

/*===========mapa rshc==========*/

.rshc_map{
    margin: 30px 0;
    padding-top: 10px;
    /*height: 590px;*/
    border: 1px solid #c3c3c3;
}

.rshc_map h4{
    font-weight: bold;
    color: #555555;
    font-size: 18px;
    margin: 15px 20px 0px 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.rshc_map_google{
    height: 420px;
}

.button_map{
    width: 100%;
    text-align: center; 
}

.btn_map_1{
    background: #444444;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-weight: bold;
    border: 0px;
}

.btn_map_2{
    border: 1px solid #444444;
    width: 100%;
    text-transform: uppercase;
    height: 40px;
    padding: 0px;
    line-height: 40px;
}


/*=======error formularzy===========*/
.errorform{
    color: #CC0000; 
    font-weight: 600;
    text-align: left;
    background: rgba(216, 216, 216, 0.5);
    padding-left: 15px;
}

.errorform2{
    color: #CC0000; 
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
}

#brand_error{
    margin-top: 20px;
}

#zgoda2_error{
    padding-left: 15px;
}
/*===========newsletter==============*/
.registration-form{
    height: 100%;
}

.section_newsletter_bg{
    width: 100%;
    padding: 0 15px;
    min-height: 188px;
    margin: 0 auto;
    background-attachment: fixed;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
@media only screen and (max-width: 1400px){
    .section_newsletter_bg{
        background-attachment:scroll;
        min-height: 188px;
    }
}

.newsletter_text{
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 188px;
    line-height: 30px;
    display: table;
    text-shadow: rgb(56, 56, 56) 2px 2px 1px;
}

.newsletter_text p::first-line{
    font-size: 32px;
    letter-spacing: 2px;
}

.newsletter_text p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.newsletter_step1{
    margin-top: 25px;
    text-align: center;
}

.newsletter_step1 h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: rgb(56, 56, 56) 2px 2px 1px;
}

img.newsletter_img{
    display: block;
    max-width: 95%;
    margin: 0 auto;
    border: 2px solid #444444;
}

.newsletter_step2 .modal-content{
    border-radius: 0px;
    height: auto;
}

.newsletter_step2 .modal-header{
    border-bottom: 0px;
}

.newsletter_step2 .modal-body{
    margin: 0 auto 15px auto;
}

.newsletter_step2 h4.modal-title{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.newsletter_step2 .brand_tile_image{
    height: 150px;
}

.newsletter_step2  .brand_tile_logo{
    margin: 10px auto;
}

.modal_marka label{
    width: 100%;
}

.modal_marka label input[type="checkbox"], .newsletter_agree input[type="checkbox"]{
    display: none;
}

.newsletter_agree{
    margin-top: 40px;
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

.newsletter_agree .checkbox{
    width: 75%;
    float: left;
}

.newsletter_agree input[type="checkbox"]{
    width: auto;
    background: none;
    height: auto;
}

.newsletter_agree label{
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 0px;
}

.newsletter_agree input[type="checkbox"] + label span{
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 3px 0 0;
    vertical-align:middle;
    background: #ebebeb;
    border-radius: 3px;
    cursor:pointer;
    border: 1px solid #BCBABA;
}
.newsletter_agree input[type="checkbox"]:checked + label span:before{
    content: '✓';
    text-align: center;
    display: block;
    width: 17px;
    color: #555;
    font-weight : 900;
    line-height :17px;
}


.newsletter_save{
    background: #444444;
    color: #fff;
    border: 0px;
    font-weight: bold;
    height: 40px;
    float: right;
    max-width: 144px;
    margin: 0 auto;
    display: block;
}

.newsletter_save, .newsletter_close{
    background: #444444;
    color: #fff;
    border: 0px;
    font-weight: bold;
    height: 40px;
    width: 20%;
    margin: 0 auto;
}

.newsletter_close{
    margin: auto;
    display:block;
}

.newsletter_step3{
    border-radius: 0px;
}

.newsletter_step3 h4{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.newsletter_step3 .modal-header{
    border-bottom: 0px;
}

.newsletter_step3 .modal-content{
    border-radius: 0px;
    height: auto;
}

.brand_list_add, .brand_list_exist{
    margin-bottom: 30px;
    text-align: center;
}

.brand_list_add img, .brand_list_exist img{
    width: 20%;
    max-height: 50px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    object-fit: contain;
}

.form-box .form-group{
    margin-bottom: 10px;
}

.form-box input{
    background: transparent;
    border: 2px solid #E7E9E9;
    color: #fff;
    border-radius: 0;
    /*text-shadow: rgb(56, 56, 56) 2px 2px 1px;*/
}

.form-box input:focus{
    border: 2px solid #E7E9E9 !important;
}

.form-box input::-moz-placeholder{
    opacity: 1;
    color: #fff;
    text-align: center;
}

.form-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    text-align: center;
}
.form-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #fff;
    text-align: center;
}
.form-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #fff;
    text-align: center;
}
.form-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    text-align: center;
}

.form-box button{
    border: 0px;
    background: #FBD33E;
    color: #fff;
    width: 130px;
    font-weight: 600;
    padding: 8px 5px;
    text-transform: uppercase;
}

/*==============menu dolne================*/
.bottom_menu{
    padding: 0 15px;
}

.bottom_menu a{
    color: #545454;
}

.bottom_menu h4{
    font-weight: bold;
    color: #545454;
    margin-top: 20px;
}

.bottom_menu ul{
    list-style: none;
    padding-left: 0;
}

.bottom_menu ul li{
    padding-bottom: 5px;
}

.bottom_menu ul li ul{
    padding-left: 10px;
}

.bottom_menu ul li ul li:before{
    content: '-';
    padding-right: 3px;
    color: #545454;
}

/*============formularz kontaktowy===============*/
.contact_form_info{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.captcha_info{
    text-transform: uppercase;
}

.section_contact_form{
    color: #363636;
    padding: 20px 15px;
    background-position: bottom right;
    min-height: 462px;
}

.section_contact_form input, .section_contact_form textarea{
    border-radius: 0;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    border: none;
}

.section_contact_form .form-group{
    margin-bottom: 7px;
}

.section_contact_form h4{
    text-transform: uppercase;
}

.contact_form_1, .contact_form_3, .contact_form_4{
    padding: 0;
}

.contact_form_3{
    height: 70px;
}

.contact_form_4{
    margin-top: 10px;
    display: none;
}

.section_contact_form input:focus, .section_contact_form textarea, .section_contact_form select {
    border: 0 !important;
}

.section_contact_form input:focus,.section_contact_form select:focus,.section_contact_form textarea:focus,.section_contact_form button:focus {
    -moz-appearance:none;
    -webkit-appearance:none;
    box-shadow: none !important;
    outline: none !important;
}


.section_contact_form input{
    height: 40px;
    border-radius: 0;
}

.section_contact_form textarea{
    height: 120px;
}

.section_contact_form input::-webkit-input-placeholder, 
.section_contact_form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #363636;
    text-transform: uppercase;
}

.section_contact_form input::-moz-placeholder, 
.section_contact_form textarea::-moz-placeholder
.section_contact_form input:-moz-placeholder, 
.section_contact_form textarea:-moz-placeholder,
.section_contact_form input::-moz-placeholder, 
.section_contact_form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #363636;
    text-transform: uppercase;
}
.section_contact_form input:-ms-input-placeholder, 
.section_contact_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #363636;
    text-transform: uppercase;
}

.section_contact_form label{
    padding-left: 0px;
    font-weight: normal;
    text-align: justify;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}

.section_contact_form input[type="checkbox"]{
    width: auto;
    background: none;
    height: auto;
}

.section_contact_form input[type="checkbox"] {
    display:none;
}

.section_contact_form input[type="checkbox"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
    background: #fff;
    border-radius: 0px;
    cursor:pointer;
}

.section_contact_form input[type="checkbox"]:checked + label span:before {
    content: '✓';
    text-align: center;
    display: block;
    width: 15px;
    color: #444444;
    font-weight : 900;
    line-height :15px;
}

.contact_form_4 h4{
    margin: 0;
    font-size: 18px;
}

.contact_btn{
    width: 100%;
    background: #333333;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
}

.thanks_for_contact{
    width: 100%;
    height: 270px;
    text-align: center;
    color: #444444;
    font-size: 24px;
    padding-top: 80px;
}

.thanks_for_contact i{
    padding-bottom: 10px;
    font-size: 155px;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/*podstrony*/
.header_img{
    background: #000;
}

.main_page_picture{
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 250px;
    background-size: cover;
    background-position: center center;
}


/*=========podstrony======*/
h1.page_titles_content{
    padding: 15px 0;
    color: #555;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.page_content_button{
    margin-top: 35px;
    text-transform: uppercase;
    float: right;
}

/*========wyszukiwarka==========*/
.section_search{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.search_form{
    width: 100%;
}

.section_search input{
    width: 100%;
    border-radius: 0;
    background: #fff;
    border: 1px solid #c3c3c3;
    padding-left: 30px;
    height: 45px;
    color: #555;
    background-image: url('/img/sites/tropical/lupa.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    box-shadow: none;
}

.search_list_element_type{
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 30px;
    line-height: 27px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.search_list_element_type a {
    display: block;
    width: 100%; 
}

.section_search input:focus{
    border: 1px solid #c3c3c3 !important;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
}

.section_search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #444444;
}

.section_search input::-moz-placeholder,
.section_search input:-moz-placeholder,
.section_search input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #444444;
}

.section_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444444;
}

.article_type, .search_cat{
    cursor: pointer;
    border: 1px solid #c3c3c3;
    position: relative;
    width: 200px;
    height: 45px;
    line-height: 43px;
    vertical-align: middle;
    padding: 0 12px;
    display: inline-block;
    float: left;
    background: #fff;
}

.search_cat{
    z-index: 10;
    margin-right: 50px;
}

.article_type{
    z-index: 10;
}

.article_type p, .search_cat p{
    margin: 0;
    width: 100%;
    color: #555555;
    background: #fff url("/img/sites/tropical/trojkat_form.png") no-repeat right center;
}

.article_type_list, .search_cat_list{
    display: none;
    width: 200px;
    padding: 0 0 0 12px;
    background: #fff;
    margin-left: -13px;
    margin-top: -1px;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.article_type_list label, .search_cat_list label{
    padding: 0;
}

.article_type_list input, .search_cat_list label{
    margin: 0;
    right: 0;
}

.article_type_list .checkbox, 
.search_cat_list .checkbox{
    margin: 0px;
}

.article_type_list input[type="radio"], 
.search_cat_list input[type="radio"], 
.article_type_list input[type="checkbox"], 
.search_cat_list input[type="checkbox"]{
    width: auto;
    background: none;
    height: auto;
}

.article_type_list .checkbox label, 
.search_cat_list .checkbox label{
    display: inline-block;
    position: relative;
    width: 100%;
}

.article_type_list input[type="radio"], 
.search_cat_list input[type="radio"],
.article_type_list input[type="checkbox"], 
.search_cat_list input[type="checkbox"]{
    display:none;
}

.article_type_list input[type="radio"] + label span,
.search_cat_list input[type="radio"] + label span, 
.article_type_list input[type="checkbox"] + label span,
.search_cat_list input[type="checkbox"] + label span{
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 10px 0 0;
    vertical-align:middle;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    cursor:pointer;
    position: absolute;
    right: 0;
    top: 7px;
}

.article_type_list input[type="checkbox"] + label span, 
.search_cat_list input[type="checkbox"] + label span{
    border-radius: 5px;
}

.article_type_list input[type="radio"]:checked + label span:before, 
.search_cat_list input[type="radio"]:checked + label span:before, 
.article_type_list input[type="checkbox"]:checked + label span:before,
.search_cat_list input[type="checkbox"]:checked + label span:before {
    content: '✓';
    text-align: center;
    display: block;
    width: 17px;
    color: #555;
    font-weight : 900;
    line-height :17px;
}

.search_buttons{
    float: right;
}

.filtr, .reset{
    background: #444444;
    border: none;
    color: #fff;
    text-shadow: none;
    width: 150px;
    height: 45px;
}

.filtr{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.reset{
    width: 130px;
    background: transparent;
    color: #444444;
    text-transform: lowercase;
}

.reset i{
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

/*============artukuły===============*/
.articles_list_element{
    padding-top: 20px;
}

.articles_list_element_img{
    width: 100%;
    height: 210px;
    margin: 0 auto;
}

.articles_img {
    height: 100%;
    background-size: cover !important;
}

.articles_list_element_text{
    color: #555555;
    min-height: 210px;
    position: relative;
}

.articles_list_element_text a{
    color: #555555;
}

.articles_list_element_text .articles_header{
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

.articles_list_element_text .article_span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
}

.articles_list_element_text .articles_paragraph{
    width: 95%;
    line-height: 25px;
    min-height: 106px;
}

.articles_button{
    width: 120px;
    text-transform: uppercase;
    color: #555;
    border: 1px solid;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*=============pojedynczy artykuł================*/
.article_text .article_header{
    color: #555555;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.article_text .art_span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
}

.article_text .article_p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.article_text img, .article_p img, .article_p p img{
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
}

.article_trade{
    margin: 15px 0;
    border: 1px solid #555555;
    max-width: 100px;
    padding: 5px 5px;
    text-align: center;
    text-transform: uppercase;
}

.article_interested a{
    color: #555555;
}

.article_interested h3{
    padding: 25px 0;
    border-top: 1px solid #E6E6E6;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.article_list_element_img{
    width: 100%;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.article_list_element_img div{
    width: 100%;
    height: 100%;
}

.article_list_element_text{
    color: #555555;
    padding: 5px 10px 55px 10px;
    height: 100%;
}

.article_list_element_text a{
    color: #555555;
}

.article_list_element_text .interested_header{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    padding-bottom: 5px;
}

.article_list_element_text .interested_p{
    line-height: 20px !important;
    font-size: 14px !important;
    height: 90px;
    padding: 0px !important;
    margin: 0px !important;
}

.article_list_element_text .interested_p *{
    line-height: 20px !important;
    font-size: 14px !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
}

.article_list_element_text .interested_p img{
    display: none;
}

.article_button{
    position: absolute;
    bottom: 15px;
    right: 15px;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    width: 120px;
    text-transform: uppercase;
    color: #555;
}

.article_brand_info{
    max-width: 120px;
    text-transform: uppercase;
    left: 30px;
    position: absolute;
    bottom: 20px;
    font-size: 12px;
}

.related_article_link{
    cursor: pointer;
}

/*==============news=====================*/
.news_list_element{
    height: 100%;
    margin-bottom: 30px;
}
.news_list_element_img{
    width: 100%;
    height: 210px;
    margin: 0 auto;
}

.news_img{
    height: 100%;
    background-size: cover !important;
}

.news_list_element_text{
    color: #555555;
    padding: 5px 10px 55px 10px;
    background: #F4F4F4;
    width: 100%;
    position: relative;
}

.news_list_element_text a{
    color: #555555;
}

.news_list_element_text .news_header{
    margin: 5px 0;
    height: 52px;
    text-transform: uppercase;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.news_list_element_text .news_span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
    float: right;
    line-height: 30px;
}

.news_list_element_text .news_paragraph{
    margin-top: 5px;
    line-height: 25px;
    height: 175px;
}

.news_list_element_type{
    border: 1px solid #C9C9C9;
    width: 50%;
    height: 30px;
    line-height: 27px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}

.news_button{
    position: absolute;
    bottom: 15px;
    right: 15px;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    width: 120px;
    text-transform: uppercase;
    color: #555;
    background: #F4F4F4;
}


/*===========porady================*/
.tips_list_element{
    margin-bottom: 30px;
}

.tips_list_element_bg{
    position: relative;
    height: 400px;
}

.tips_list_element_img{
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.tips_list_element_text{
    background-color: rgba(43, 44, 43, 0.7);
    min-height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.tips_list_element a{
    color: #fff;
}

.tips_list_element .tips_header{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

.tips_list_element .tips_paragraph{
    line-height: 18px;
}

.tips_list_element .tips_button{
    position: absolute;
    background: transparent;
    bottom: 10px;
    right: 10px;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    text-transform: uppercase;
    color: #fff;
    width: 120px;
    text-transform: uppercase;
}

/*==============produkty==============*/

/*products.ctp*/
.products_elements a{
    color: #555555;
}

.products_elements h2, .products_elements_h1{
    padding: 30px 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-size: cover;
    background-position: center center;
    color: #fff;
    cursor: pointer; 
    font-size: 24px; 
}
.products_elements_desc{
    padding: 10px 10px;
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
}

.products_line_header h1{
    color: #444444;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.products_line_new_header{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    display: block;
    line-height: 1.1;
}
.products_line_new_header span {
    position: absolute;
    left: -15px;
    width: 30px;
    height: 27px;
    background: #FED638;
}

.product_desc a{
    color: #555555;
}

.products_img{
    border-top: 1px solid #F8F8F8;
    border-left: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
    position: relative;
    height: 250px;
    text-align: center;
}

.products_img div{
    margin: 20px 10%;
    height: 210px;
    width: 80%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.products_text{
    height: 130px;
    text-transform: uppercase;
    background: #eee;
    background: -moz-linear-gradient(top,  #dddddd 0%, #eeeeee 16%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #dddddd 0%,#eeeeee 16%,#ffffff 100%);
    background: linear-gradient(to bottom,  #dddddd 0%,#eeeeee 16%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
    background-repeat:no-repeat;
    background-size:100% 130px;
    position: relative;
}

.products_text div{
    height: 80px;
    display:table;
    text-align: center;
    width: 100%;
}

.products_text .products_text_p{
    padding: 0 15px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.products_text .product_button{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    color: #555555;
}

/*=====products_category========*/
.products_line{
    position: relative;
    cursor: pointer;
}

.products_element_style{
    border: 1px solid;
    border-color: #F2F2F2;
    margin-bottom: 15px;
}

.products_element_style:hover{
    border-color: #BCBABA;
}

.products_line span{
    position: absolute;
    left: -30px;
    width: 30px;
    height: 27px;
    background: #FED638;
}

.product_desc{
    padding: 0 15px;
    background: #F7F7F7;  
}

@media only screen and (min-width: 1200px)  and (max-width: 1560px){
    .product_desc{
        min-height: 320px;
    }
}

a.products_text_cat{
    color: #555555;
}

.products_text_cat{
    background: #F7F7F7;
    margin-bottom: 20px;
}

.prod_line_header{
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    height: 62px;
}

.products_text_cat .prod_line_desc{
    min-height: 80px;
}

.product_button_cat{
    background: transparent;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
    width: 100%;
    height: 34px;
    line-height: 20px;
    transition: all 500ms ease 0s;
}

.product_button_buy{
    text-transform: uppercase;
    color: #fff;
    background: #464646;
    margin-bottom: 10px;
    width: 100%;
}

.disabled{
    opacity: 1 !important;
    background: #E5E5E5 !important;
    color: #fff !important;
}


/*==========produkty pojedynczy==========*/
.product_name{
    width: 100%;
    height: auto;
    display: inline-block;
}

.product_main_img div.main_img_show.anime_hidden #main_img_show{
    background-size: contain;
    background-postion: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    max-width: 100%;
    overflow: hidden;
}

.row_product_img{
    width: 100%;
    height: 85px;
}

.row_product_img .img_show_nav{
    height: 85px;
    width: 200px;
    margin: 0 auto;
}

.row_product_img_plus .img_show_nav{
    height: 85px;
    width: 300px;
    margin: 0 auto;
}

.product_img{
    margin: auto;
    position: relative;
    height: 85px;
    width: 100px;
}

.show_gallery_btn{
    position: relative;
    height: 85px;
    width: 50px;
    float: left;
    text-align: center;
}

.row_product_gallery{
    width: 300px;
    margin: 0 auto;
    display: none;
    height: auto;
    overflow: auto;
}

.show_gallery_btn i{
    cursor: pointer;
    font-size: 60px;
    line-height: 85px;
}

.img_show_nav .img_show_single.product_img{
    width: 100px;
}

.img_show_nav .img_show_single.product_img a div{
    width: 85px;
    height: 85px;
    background-size: contain;
    background-postion: center center;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.back_button_product{
    background: #ffffff;
    border: 1px solid #C3C3C3;
    color: #C3C3C3;
    padding: 11px 20px;
    text-transform: uppercase;
    text-align: center;
}

.buy_button_content{
    float: right;
    background: #fff;
    border: 1px solid;
    padding: 11px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}


.video-sizer{
    max-width: 800px;
    max-height: 600px;
    margin: 0 auto 20px auto;
}

table.product_table{
    width: 100%;
}

table.product_table tr:nth-child(even){
    background: #F1F1F1;
}

table.product_table tbody tr th div,
table.product_table tbody tr td div{
    min-height: 40px;
    padding: 10px;
}

table.product_table tbody tr:hover{
    background: #DDDDDD;
}

#tab3.tabcontent{
    padding: 0;
}


.product_interested h3{
    padding: 25px 0;
    border-top: 1px solid #E6E6E6;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.product_list_element_text{
    color: #555555;
    padding: 5px 10px 55px 10px;
    height: 100%;
    background: #EBEBEB;
    position: relative;
}

.product_list_element_text a{
    color: #555555;
}

.product_list_element_text .interested_header{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.product_list_element_text .interested_p{
    line-height: 20px;
    height: 80px;
}

.product_list_element_text .interested_p img{
    display: none;
}

.product_button{
    background: transparent;
    position: absolute;
    bottom: 15px;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    width: 120px;
    text-transform: uppercase;
    color: #555;
}

.product_interested_element{
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
}

.product_list_element_img a{
    max-width: 100%;
}

.product_list_element_img{
    position: relative;
    height: 250px;
}

.product_list_element_img div{
    background-size: contain;
    height: 210px;
    width: 100%;
    margin: 20px auto;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
}



/*==========tabs============*/
ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


ul.tabs li {
    float: left;
}

ul.tabs li a {
    display: inline-block;
    color: #A2A2A2;
    text-align: center;
    padding: 14px 50px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Change background color of links on hover */
ul.tabs li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tabs li a:focus, .activeTab {
    background-color: #fff;
    border-top: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1 !important;
    border-right: 1px solid #F1F1F1 !important;
}

/* Style the tab content */
.tabcontent {
    margin-left: 1px;
    display: none;
    padding: 6px 12px 30px 12px;
    border: 1px solid #F1F1F1;
}



/*=========koszyk=============*/

/*---pusty koszyk---*/
.basket_no_products{
    text-align: center;
}

.basket_no_products_icon{
    font-size: 120px;
    color: #FBD33E;
}

.basket_no_products_info{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.basket_no_products_btn{
    min-width: 180px;
    padding: 12px 12px;
    background: #555555;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
}

/*--koszyk lista produtkow--*/

input.input_with_border{
    border-radius: 0px;
    border: 1px solid #DDDDDD !important;
    text-align: center;
    height: 28px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

input:focus.input_with_border{
    border: 1px solid #FBD33E !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}


.basket_all_table th{
    text-align: center;
    background: #555555;
    color: #fff;
}

.basket_product_header{
    width: 500px;
}

.basket_all_table tr td{
    text-align: center;
    background: #fff;
}

.basket_all_table .basket_product_name{
    text-align: left;
}

.basket_all_table tr td.basket_prod_img{
    width: 90px;
    text-align: center;
    vertical-align: middle;
}

.basket_prod_img img{
    max-width: 70px;
    max-height: 100px;
}

.basket_amount_input{
    width: 90px;
}

td.basket_delete_btn{
    padding-top: 0px !important;
}

.delete_product{
    cursor: pointer;
    color: #FBD33E;
    text-align: center;
    font-size: 25px;
}

/*---do zapłaty--*/
.to_pay_basket{
    text-align: right;
}

.title_to_pay_basket, .title_to_pay_basket2{
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 6px;
}
.title_to_pay_basket{
    text-align: right;
    padding-top: 4px;
}
.title_to_pay_basket2{
    font-weight: bold;
}
.basket_amount_to_pay_basket, .basket_amount_to_pay_basket_delviery, .basket_amount_to_pay_basket_all{
    font-size: 18px;
}
.basket_amount_to_pay_basket_all{
    font-size: 20px;
    font-weight: bold;
}

.basket_confirm{
    width: 190px;
    padding: 12px 12px;
    background: #FBD33E;
    color: #555555;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
}


/*-----koszyk krok 2 basket2.ctp-------*/
.basket2_header{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding: 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.error_box{
    background: #EEEEEE;
    font-weight: bold;
    color: red;
    min-height: 20px;
    display: none;
}

.basket2_account{
    background: #ffffff;
    text-align: center;
    padding: 5px;
    border: 2px solid #CCCCCC;
    width: 70%;
    transition: all 500ms ease 0s;
    cursor: pointer;
    font-size: 20px;
    margin: 5px auto;
    padding: 7px 0;
    text-transform: uppercase;
}

.basket2_account_buy:hover, .basket2_incognito_buy:hover{
    border: 2px solid #FBD33E;
}

.basket2_active_buy{
    border: 2px solid #FBD33E;
}

.basket2_box2_header{
    border-bottom: 1px solid #FBD33E;
    font-size: 16px;
    font-weight: normal;
}

.basket2_user_type2{
    background: #ffffff;
    border: 2px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    margin: 5px auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.basket2_user_type2_active, .basket2_user_type2:hover {
    border: 2px solid #FBD33E;
}

.basket2_box2_form_btn{
    background: #FBD33E;
    font-weight: bold;
    min-width: 120px;
}

.basket2_box2_form_btn:hover{
    background: #C3C3C3;
}

.basket2_back_btn{
    background: #555555 none repeat scroll 0 0;
    color: #fff;
    min-width: 120px;
    border: 0px;
}

.basket2_back_btn i{
    padding-right: 5px;
}

.basket2_box2 input, .basket2_box3 input, .basket2_box4 input, .basket2_box5 input, .basket2_box6 input, .basket2_box7 input{
    border-radius: 0px;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
}

.basket2_box2 input:focus, .basket2_box3 input:focus, .basket2_box4 input:focus, .basket2_box5 input:focus, .basket2_box6 input:focus, .basket2_box7 input:focus{
    border: 1px solid #FBD33E;
    outline: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.basket2_box3, .basket2_box5, .basket2_box7{
    display: none;
}

.country_radio_btn{
}

.country_label{
    text-align: right;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: bold;
}

.country_list{
    height: 250px;
    overflow-y: scroll;
    background: #fff;
}

.country_list_name{
    padding: 6px 12px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    color: #999999;
}

.country_list_name i{
    padding-top: 3px;
}

.country_list label{
    font-weight: normal;
    width: 100%;
    display: block;
    padding: 3px 12px;
    cursor: pointer;
    color: #999999;
}

.country_list label:hover{
    background: #F7F7F7;
}

.country_list_mark{
    background: #F7F7F7;
}

.country_list{
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 50;
}

.country_list input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display:none;
}

/*-----basket3.ctp---------*/
.address_change, .edit_address_change{
    cursor: pointer;
}

.address_change i, .edit_address_change i{
    color: #555555;
    font-size: 20px;
    margin-right: 5px;
    width: 20px;
}


/*------basket4.ctp-------*/
.resume_line {
    float: left;
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
}

.resume_line .resume_line_in {
    float: right;
    width: 65%;
}

.devliveryway{
    cursor: pointer;
}

.devliveryway i{
    color: #555555;
    font-size: 20px;
    margin-right: 5px;
    width: 20px;
}

.other_check{
    cursor: pointer;
}

.other_check i{
    color: #555555;
    font-size: 20px;
    margin-right: 5px;
    width: 20px;
}

.incognito_address_new{
    text-align: center;
}

/*--------orders_history-----*/
.basket_all_table tr.order_history_amount > td{
    text-align:right; 
    font-size: 16px; 
    font-weight: bold; 
    background: #E0E0E0;
}

/*--------login login.ctp------*/
.login_form input{
    border-radius: 0px;
}

.remaind_pass{
    text-decoration: underline;
    cursor: pointer;
}

.remaid_pass_box{
    display: none;
}

/*----payment_response.ctp-----*/
.payment_box{
    text-align: center;
}

.payment_box_icon{
    font-size: 120px;
    color: #FBD33E;
}

.payment_info{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.payment_info2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.payment_btn1{
    margin: 0 20px;
    min-width: 180px;
    padding: 12px 12px;
    background: #555555;
    color: #fff;
    text-transform: uppercase;
}

.payment_btn2{
    margin: 0 20px;
    min-width: 180px;
    padding: 12px 12px;
    background: #C3C3C3;
    color: #555555;
    text-transform: uppercase;
}

/*--------modal powtarzania zamówienia rshc.ctp--------*/
#repeatOrder .modal-header h4 {
    color: #fbd33e;
    font-size: 22px;
    font-weight: 600;
}

#repeatOrder .modal-header {
    padding: 20px auto;
    border-bottom: 1px solid #ebebeb;
}

#repeatOrder .modal-footer {
    background-color: #ebebeb;
}

.modal_order_repeat_box{
    width: 100%;
}

table.modal_order_repeat tr{
    background: #fff;
    font-size: 14px;
}

table.modal_order_repeat{
    width: 100%;
}

table.modal_order_repeat th{
    background: #F4F4F4;
    font-weight: bold;
}

table.modal_order_repeat th, table.modal_order_repeat td{
    padding: 5px;
}


/*-----modal produkt product_modal.ctp-------*/
#custom-product-modal .modal-footer {
    background-color: #ebebeb;
}

#custom-product-modal .modal-header {
    padding: 20px auto;
    border-bottom: 1px solid #ebebeb;
}

#custom-product-modal .modal-header button {
    margin-top: 5px;
}

#custom-product-modal .modal-header h4 {
    font-weight: 600;
    font-size: 22px;
    color: #fbd33e;
}

.btn-cpm-black, .btn-cpm-yellow {
    padding: 12px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: none;
}

.btn-cpm-black {
    background-color: #444;
}

.btn-cpm-yellow {    
    background-color: #fbd33e;
}

.modal_product_basket_box{
    width: 100%;
}

.modal_product_basket tr{
    background: #fff;
}

table.modal_product_basket{
    width: 100%;
}

table.modal_product_basket th{
    background: #F4F4F4;
}

table.modal_product_basket th, table.modal_product_basket td{
    padding: 5px;
}

.modal_product_buttons{
    display: inline-block;
    margin: 0 auto;
}

.modal_product_buttons input{
    text-aling: center;
    width: 65px;
}

.modal_product_buttons i{
    font-size: 25px;
    color: #FBD33E;
    cursor: pointer;
    padding: 0 5px;
    vertical-align: middle;
}

.height_my_event_model{
    height: 350px;
    overflow-y: hidden;
}

.cardButton{
    display: none; 
}



/*===========kariera==============*/
.job_list{
    padding-right: 10px;
}

.job_list_element{
    height: 100%;
    margin-top: 20px;
    margin-bottom:10px;
    position: relative;
}

.job_list_element_text{
    border: 1px solid #CECECE;
    margin: 0 auto;
    color: #555555;
    padding: 5px 10px;
    background: #fff;
    position: relative;
}

.job_list_element_text a{
    color: #555555;
}

.job_list_element_text .job_header{
    margin: 5px 5px;
    font-weight: bold;
    text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
    
    
    color: #ee1d23;
    font-size: 22px;
    text-align: center;
}

.job_list_element_text .job_span{
    color: #555;
    background-position: 0px center;
    text-align: center;
}

.job_list_element .job_button{
    width: 120px;
    text-transform: uppercase;
    color: #555;
    margin:30px auto;
    display: block;
}

.no_result{
    padding: 5px 0;
    max-width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    text-align: center;
    background: #F6F6F6;
}

.no_result_job_icon{
    font-size: 200px;
    text-align: center;
    padding-bottom: 10px;
}

/*===========pojedyncza porada=========*/

.tip_text{
    display: inline;
}

.tip_text .tip_header{
    font-weight: bold;
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
}

.tip_text .tip_span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
}

.tip_text .tip_p{
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
}

.tip_p img{
    max-width: 100%;
}

.tip_img{
    float: left;
    margin: 0px 20px 20px 0;
    width: 300px;
    height: 300px;
}

.tip_img div{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/*===========pojedyncza kariera=========*/
.career_text{
    display: inline;
}

.career_header{
    margin: 15px 0 5px 0px;
    font-weight: bold;
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
}

.career_header:first-of-type{
    margin: 0px 0 5px 0px;
}

.career_span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
}

.career_p{
    font-size: 14px;
    line-height: 24px;
}

.career_p:last-of-type{
    margin-bottom: 20px;
}

.career_p div{
    margin-bottom: 20px;
    font-size: 24px;
}

.career_img{
    width: 100%;
    height: 400px;
}

.career_img div{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*==========do pobrania==========*/

.download_element{
    position: relative;
    overflow: hidden;
    height: 350px;
    max-width: 100%;
}

.download_img{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    margin: auto;
    background-position: center !important;
    background-size: contain !important;
    background-color: #000;
    background-repeat: no-repeat;
}

.download_bg{
    background-color: rgba(43, 44, 43, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.download_title{
    width: 100%;
    display: table;
    padding: 0 10px;
    height: 40px;
    text-align: center;
}

.download_title_text{
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    height: 51px;
}

.download_date{
    text-align: center;
    margin: 5px 0 15px 0;
}

.download_date span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
}

.download_row_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.download_bg a{
    display: block;
}
.download_btn{
    margin-right: 10px;
    max-width: 120px;
    width: 100%;
    color: #fff !important;
    text-transform: uppercase;
}

.readOnline{
    margin-left: 10px;
    text-transform: uppercase;
    width: 100%;
    max-width: 120px;
}
@media only screen and (max-width: 1600px){
    .download_row_btn{
        flex-direction: column;
        padding-bottom: 5px;
    }
    .download_btn, .readOnline{
        margin: 10px auto;  
        max-width: 90%;      
    }
} 

/*---wersja pozioma---*/
/*.download_element{
    margin-bottom: 20px;
    height: 100%;
}
.download_element a{
    display: block;
}

.download_img{
    height: 150px;
}

.download_img div{
    height: 150px;
}

.download_title{
    margin-top: 50px;
}

.download_title h4{
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    width: 70%;
    color: #555555;
}

.download_title span{
    color: #fad33e;
    padding: 0 15px;
    background: url('/img/sites/tropical/time.png') no-repeat;
    background-position: 0px center;
}

.download_btn{
    margin-top: 55px;
    color: #555;
    text-transform: uppercase;
    width: 100%;
    max-width: 120px;
    float: right;
}*/

.download_view_button{
    background: #444444;
    border: none;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    color: #fff;
    width: 170px;
    height: 45px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
}

/*==============strony statyczne===============*/
.static_content img{
    max-width: 100%;
}

.static_content{
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    margin-bottom: 40px;
}

.static_header{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

/*===========rotacyjne obrazki==========*/


.main_img_show{
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.main_img_show div{
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img_show_single{
    width: 33.3%;
    height: 85px;
    margin: 0 auto;
    padding: 0;
    float: left;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.img_show_single:nth-child(3){
    width: 33.4%;
}


.img_show_single a {
    display: block;
    width: 100%;
}

.img_show_single div{
    width: 100%;
    height: 85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*============modal do zmiany marki===========*/
.cookie_brand_modal .modal-body{
    padding: 25px 15px;
}

.cookie_brand_modal .modal-content{
    border-radius: 0px !important;
}

.modal-header h3#myModalLabel.modal-title{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #555555;
}

.modal-header{
    border-bottom: 0px;
}

.modal-footer{
    border-top: 0px;
    text-align: center;
}

.brand_change_btn{
    width: 144px;
    background: #555555;
    color: #fff;
    border: 0px;
}

/*przycisk powrotu: artykuły, porady, newsy etc.*/
.back_button{
    margin: 30px 0 0 0;
    background: #444444;
    border: none;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;   -moz-transition: none;   -webkit-transition: none;
    color: #fff;
    width: 170px;
    height: 45px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
}


.back_button_content{
    float: right;
    background: #444444;
    border: none;
    box-shadow: none;   -webkit-box-shadow: none;   -moz-box-shadow: none;
    color: #ffffff;
    width: 170px;
    height: 45px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
}

.facebook_buttons{
    display: table;
    width: 100%;
}

.facebook_buttons div{
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    text-align: right;
}


/*============paginacja==============*/
.section_pagination ul.pagination {
    margin: 0;
}

.section_pagination{
    margin: 25px auto;
    text-align: center;
    height: 30px;
}

ul.pagination.pagination-large li a{
    margin: 0 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #555555;
}

ul.pagination.pagination-large li.active a{
    background: #fff;
    color: #555555;
    border: 1px solid #FBD33E;
}

.pagination > .active > a:hover{
    background: #FBD33E;
    border: 1px solid #FBD33E;
    color: #555555;
}

ul.pagination.pagination-large li.prev a, 
ul.pagination.pagination-large li.next a, 
ul.pagination.pagination-large li.disabled a{
    border-radius: 0px;
}

.pagination > li:first-child > a, 
.pagination > li:last-child > a{
    border-radius: 0;
}

/*tropical*/
ul.pagination.pagination-large.paginate_tropical li.active a{
    background: #fff;
    color: #555555;
    border: 1px solid #FBD33E;
}
/*tropifit*/
ul.pagination.pagination-large.paginate_tropifit li.active a{
    background: #fff;
    color: #555555;
    border: 1px solid #ED1C24;
}
/*tropidog*/
ul.pagination.pagination-large.paginate_tropidog li.active a{
    background: #fff;
    color: #555555;
    border: 1px solid #00734A;
}
/*tropicat*/
ul.pagination.pagination-large.paginate_tropicat li.active a{
    background: #fff;
    color: #555555;
    border: 1px solid #7F3F98;
}
/*biflorin*/
ul.pagination.pagination-large.paginate_biflorin li.active a{
    background: #fff;
    color: #555555;
    border: 1px solid #9bc546;
}

/*============captcha=============*/
.captcha{
    height: 38px;
}

.container_dragdaler{
    height: 34px;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    padding: 0px;
    margin-top: 10px;
    background-image: url('/img/sites/tropical/state_1.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.dragdealer {
    position: relative;
    height: 32px;
}
.dragdealer .handle {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.dragdealer .red-bar {
    width: 77px;
    height: 34px;
    background-image: url('/img/sites/tropical/slider_btn1.png');
    background-repeat: no-repeat;
}
.dragdealer .disabled {
    background: #898989;
}

.important_btn_success{
    background-image: url('/img/sites/tropical/state_3.png') !important;
}

.error_hide_full{
    display: none !important;
}


.lb-image{
    min-width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    object-fit: contain;
}

.dogcover {
    background: #3b9951;
    background: -moz-linear-gradient(left, #3b9951 0%, #017f4a 100%);
    background: -webkit-linear-gradient(left, #3b9951 0%,#017f4a 100%);
    background: linear-gradient(to right, #3b9951 0%,#017f4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9951', endColorstr='#017f4a',GradientType=1 );
}

/* Flash message */
.setflash{
    bottom: 10px;
}
.setflash .label {
    font-size: 14px;
}

.highlightBoxCountry{
    box-shadow: 0px 0px 5px 1px #444;
}

/*scroll up*/
.cd-top {
    display: inline-block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(225, 225, 225, 0.8) url(/img/sites/tropical/arrow_up_dark.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}



.basket_amount_to_pay_basket_free_delivery{
    color:#666;
    padding: 10px 0px;
}
.basket_amount_to_pay_basket_free_delivery span{
    color:#800;
    font-weight: bold;
    font-size: 18px;
}
.rule_tropical_basket{
    padding: 10px 0px;
    width: 220px;
    background: #eee;
    margin: 50px auto 30px auto;
    text-align: center;
    font-weight: bold;
    color:#222;
    display: block;
    border-bottom: 2px solid #333;
}
.rule_tropical_basket .fa{
    font-size: 22px;
    margin-right: 5px;
    color: #900;
}
.hidden_new_adress{
    display: none;
}
.modal_product_basket_box_loading{
    background: url('../../../img/sites/tropical/basket_loader.gif') no-repeat center top;
    padding: 50px 0px 20px 0px;
    margin-top: 20px;
    color:#444;
    text-align:center;
}

.product_not_evelablebe_in_shop{
    text-align: center;
    font-size: 11px;
    padding-bottom: 1px;
}

.modal-lg{
    max-width: 1600px;
    width: 98%;
}

.basket_back_to_shop{
    width: 190px;
    padding: 12px 12px;
    background: #ccc;
    color: #555555;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    float:left;
}


.productSliderSet .carousel-control{
    background: transparent !important;
    color: #444 !important;
    opacity: 1 !important;
}



/* START nowa kariera */
.carrier_box{
    background: #fff101;
    padding: 10px 0px 10px 40px;
    margin: 40px auto;
    width: 900px;
    max-width: 100%;
}
.carrier_box_logo,  .carrier_box_logo2{
    max-width: 100%;
    display: block;
    margin: 20px 0px;
}
.carrier_box_new{
    padding: 40px;
    border-radius: 20px 0 0 20px;
    background: #fff;
    font-size: 16px;
}
.carrier_box_new_line1{
    color:#747273;
    text-align: justify;
}
.carrier_box_new_line2{
    color:#ee1d23;
    font-size: 32px;
    text-align: center;
    padding: 20px 0 0px 0px;
    font-weight: bold;
}
.carrier_box_new_line3{
    color:#747273;
    text-align: center;
    padding: 0 0 20px 0px;
}
.carrier_box_new_line4{
    color:#000;
    padding: 30px 0px 5px 0px;
    font-weight: bold;
    font-size: 18px;
}
.carrier_box_new_line5{
    color:#333;
    border-left: 3px solid #ee1d23;
    padding: 0 0 0px 10px;
    margin: 0 0 0 5px;
    line-height: 1.6;
}
.carrier_box_new_line5 ul{
    list-style: none;
}
.carrier_box_new_line6{
    color:#333;
    padding: 20px 0px 0px 0px;
}
.carrier_box_new_line6 a{
    font-weight: bold;
    color:#000 !important;
}
.carrier_box_new_line7{
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}
.carrier_box_new_aply{
    background: #ee1d23;
    display: block;
    text-align: center;
    width: 160px;
    padding: 8px 0;
    border-radius: 10px;
    margin: 30px auto 15px auto;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
/* end nowa kariera */

.noelements{
    text-align: center;
    letter-spacing: 2px;
    padding: 100px 0px;
}

#newsletter_email{
    background: rgba(0,0,0,0);
    transition: all 0.5s ease;
    font-size: 18px;
    padding: 25px 0;
    text-align: center;
    display: inline-block;
}
#newsletter_email:hover{
    background: rgba(0,0,0,0.3);
}