/*
Theme Name: Instytut Fotonowy
Description: All my skills are Pleo
Author: PLEOdigital
Author URI: http://pleodigital.com/
Version: 1.0

License:

 Copyright 2016 http://pleodigital.com

*/



@font-face {
    font-family: 'montserrathairline';
    src: url('fonts/montserrat-hairline-webfont.eot');
    src: url('fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-hairline-webfont.woff2') format('woff2'),
         url('fonts/montserrat-hairline-webfont.woff') format('woff'),
         url('fonts/montserrat-hairline-webfont.ttf') format('truetype'),
         url('fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'museo_sans900';
    src: url('fonts/museosans_1-webfont.eot');
    src: url('fonts/museosans_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_1-webfont.woff2') format('woff2'),
         url('fonts/museosans_1-webfont.woff') format('woff'),
         url('fonts/museosans_1-webfont.ttf') format('truetype'),
         url('fonts/museosans_1-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/museosans-webfont.eot');
    src: url('fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-webfont.woff2') format('woff2'),
         url('fonts/museosans-webfont.woff') format('woff'),
         url('fonts/museosans-webfont.ttf') format('truetype'),
         url('fonts/museosans-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}




p strong, span strong, strong{
   font-family: 'montserratregular';
}


.text_light{
     font-family: 'montserratlight';
}

.text_regular{
    font-family: 'montserratregular';
}

.text_hairline{
     font-family: 'montserrathairline';
}

.muss_900{
    font-family: 'museo_sans900';
}

.muss_500{
    
   font-family: 'museo_sans500';
   
}

body{
     
        background: #ffffff;
        color:#2e2c2d;
        padding: 0px !important;
        line-height: 1.2;
        font-family: 'montserratregular';
        font-size: 14px;
}

h4, h5{
  font-family: 'montserratregular';
}

h1 b, h2 b, h3 b, h4 b ,h5 b, span b, p b {
    font-family: 'montserratregular';
}


/*PREFABS*/

.jqvcenter{
    opacity: 0;
    
    -moz-transition:opacity 0.8s ease-out;
    -webkit-transition:opacity 0.8s ease-out;
    -o-transition:opacity 0.8s ease-out;
    transition:opacity 0.8s ease-out;
    
}

.animated{
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}

.animated-opacity{
    -moz-transition:opacity 0.4s ease-out;
    -webkit-transition:opacity 0.4s ease-out;
    -o-transition:opacity 0.4s ease-out;
    transition:opacity 0.4s ease-out;
}


.animated-bg{
    -moz-transition:background-color 0.4s ease-out;
    -webkit-transition:background-color 0.4s ease-out;
    -o-transition:background-color 0.4s ease-out;
    transition:background-color 0.4s ease-out;
}


.bg_cover{
    
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
}

.bg_contain{
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


#html-id{
    margin: 0px !important;
}

.capitalize{
    text-transform: capitalize;
}

p, span{
    font-size: 14px;
    font-weight: 400;
}



.abs-100{
    position: absolute;
    z-index:100;
    width: 100%;
    height: 100%;
	top:0px;
	left: 0px;
         display: block;
}

.abs_100z1{
   position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px; 
    display: block;
}

.image-holder{
    white-space: nowrap;
    text-align: center;
    
}

.image-holder img{
    vertical-align: middle;
    max-height: 80%;
    max-width: 80%;
   
}

.helper{
     display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.container-no-padding, .no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.container-main-padding{
    padding-left: 10px;
    padding-right: 10px;
}

.relative{
    position: relative;
}



.mobile-btn{
    display: none;
}

#wpadminbar{
    display: none;
}



/*GENERAL*/
/*buttons*/


.plus_btn{
     width: 22px;
      height: 22px;
      cursor: pointer; 
      position: relative;
      float: left;
}

.plus_btn:after, .plus_btn:before {
        content: '';
        position: absolute;
        width: 22px;
        height: 2px;
        background-color: #ffffff;
        top: 50%;
        left: 0; }


.plus_btn:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }



.close_btn{
      width: 22px;
      height: 22px;
      cursor: pointer; 
      position: relative;
      float: left;
}
      .close_btn:after, .close_btn:before {
        content: '';
        position: absolute;
        width: 22px;
        height: 4px;
        background-color: #34c1ef;
        top: 50%;
        left: 0; }
      .close_btn:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .close_btn:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }


      
      .close_btn_bigger{
         width: 30px;
        height: 30px; 
        
      }
      
      .close_btn_bigger:after, .close_btn_bigger:before {
           width: 30px;
      }
      

.fl_cl{
    float: left;
    display: block;
    clear: both;
}

.txt_holder_middle{
    clear: both;
    display: table;
    margin-left:auto;
    margin-right:auto;
    width: auto;
}

.skills_btn{
    font-size: 14px;
    font-family: 'museo_sans500';
    padding: 6px 28px 6px;
    border: none;
    display: table;
    color:#ffffff;
    text-transform:uppercase;
    line-height: 1;
    background: #2e2d2c;
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}

.skills_btn:hover{
    text-decoration: none;
    color:#2e2d2c;
    background: #ffffff;
}

.skills_btn:focus{
    color:#ffffff;
    background: #2e2d2c;
}

.skills_btn_bigger{
    font-size: 18px !important;
}

.btn_blue{
    color:#ffffff;
     background: #08b3f1;
}

.btn_blue:hover{
    color:#08b3f1;
     background: #ffffff;
}

.btn_blue:focus{
    color:#ffffff;
     background: #08b3f1;
}

.btn_white{
    color:#2e2d2c;
    background: #ffffff;
}

.btn_white:hover{
    color:#ffffff;
    background: #2e2d2c;
}

.btn_white:focus{
    color:#2e2d2c;
    background: #ffffff;
}


.banner_btn{
    float: left;
    clear: both;
    margin:48px 0 0 0;    
}

.btn_middle{
    display: table;
    margin: 0 auto;
    max-width: 80%;
}

.banner_btn2{
    float: left;
    margin: 26px 0 0 54px;
}

.abs_bg_l2{
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
} 


.col-lg-25{
    width:20%;
    float: left;
    min-height: 1px;
}

.btn_middle_holder{
    padding: 58px 0 0 0;
}


/*blocks*/
.block_left{
    display: block;
    float: left;
    min-height: 1px;
}

.block_right{
    display: block;
    float: right !important;
}

.block_inline{
    display: inline-block;
}

.block_clear{
    display: block;
    clear: both;
}

.r_fix{
    position: relative;
    z-index: 2;
}
    

.txt_center{
    text-align: center;
}

.txt_bl_center{
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
}





.loader_bg{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    pointer-events: none !important;
    z-index: 999999;
}


.preloader_ico{
   
    opacity: 1;
    width: 210px;
    height: 66px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader_ico_element1{
    width: 210px;
    height:28px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
}

.preloader_ico_element2{
    width: 210px;
    height:28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
     background: #ffffff;
}

/*section title*/
.section_title{
    margin: 70px 0px 30px 0px;
    clear: both;
    width: auto;
    display: table;
}

.section_title .sec_title_num{
    color:#f5cb14;
    
    text-transform: uppercase;
    margin: 15px 4px 0 0;
    padding: 0px;
    font-size: 41px;
}

.section_title h3{
    color: #2c2c2b;
    font-size: 48px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    float: left;
     font-family: 'montserratlight';
    
    text-transform: uppercase;
    clear: none !important;
    width: auto !important;
     max-width:100% !important;
}

.section_title span{
    float: left;
    color: #34c1ef;
    font-size: 11px;
    line-height: 1;
    padding: 4px 0px 0px 8px;
    margin: 0 0 0 0px;
    text-transform: uppercase;
    font-family: 'museo_sans900';
    
}

.subtitle_line{
    width: 42px;
    height: 2px;
    float: left;
    margin: 6px 0 0 42px;
    background: #34c1ef;
}

.tool_showcase p{
    display: none;
}

.metod_wrapper_2 p{
    display: none;
}

/*COOKIS INFO*/
.cookie_info{
    z-index: 999999;
    background: #30302f;
    background: rgba(48, 48, 47, 0.95);
    padding: 36px 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: auto;
}

.cookie_info p{
    display: table;
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.cookie_info .cookie_accept{
    color: #34c1ef;
    font-size: 12px;
}

.cookie_info .close_btn{
    display: none;
}

/*MAIN MENU*/
#logo-main{
   margin-top: 42px;
   display: block;
   float: left;
}

#main_menu{
    height: 150px;
    background: #ffffff;
    position: relative;
    overflow: visible;
    z-index: 200;
}

.container-menu{
    position: relative;
    height: 100%;
}

.main_menu_bar{
    height: 80px;
    position: absolute;
    bottom: -80px;
    z-index: 0;
    width: 100%;
}

.main_menu_barbg{
    background: #041b23;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    
    opacity:0.9;
}



.sidemenu_btn{
       display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 2;
}

.navbar-nav{
    float: left;
    clear: none !important;
    margin: 92px 0 0 82px;
    display: block;
    padding: 0px;
    z-index: 5;
    
}


.navbar-nav ul{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

.container_menu_abs{
    clear: both;
}


.navbar-nav li a{
    color:#2e2c2d;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 0px 0px;
    margin-bottom: 0px;
    margin-right:0px;
    text-shadow: none;
    text-align: left;
    font-weight: normal;
    background: none;
    font-family: 'montserratlight';
    
    outline:none !important;
    border: none !important;
    
    box-sizing: border-box;
    
    
    
     -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
   
}


.navbar-nav li{
   display: inline-block;
   margin-right:34px;  
   float: none !important;
}

.navbar-nav li:last-child{
   display: inline-block;
   margin-right:0px;       
}

.navbar{
    width:100%;
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}



.navbar-nav .current-menu-item a, .navbar-nav li a:hover,  .navbar-nav .current_page_item a , .navbar-nav .current-menu-ancestor a {

  background: none;
  color:#2e2c2d;
  text-decoration: underline !important;
  
 
}

.navbar-nav li a:focus{
     border-bottom: none;
     background: none;
     text-decoration: none !important;
     color:#2e2c2d;
}

a{
    color: #34c1ef;
}

a:hover{
    color: #34c1ef;
}

a:focus{
    color: #34c1ef;
}


/*SEARCH POPUP*/

.close_btn_search{
    top: 45px;
    right: 50px;
    position: absolute;
}

.search_menu_btn{
    width: 16px;
    float: left;
    margin: 93px 0 0 40px;
    cursor: pointer;
}

.search_menu_btn img{
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.search_popu_holder{
    position: absolute;
    left: -100%;
    opacity: 0;
    top: 150px;
    width: 100%;
    height: 100%;
    z-index: 5000;
    overflow: visible;
}

.search_popup_field_wrapper{
    padding-top: 100px;
    padding-bottom: 100px; 
    z-index: 5;
    position: relative;
}

.search_popup_field_wrapper form{
 
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 5;
   
} 

.search_popup_field_wrapper form label{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.search_popup_field_wrapper form label span{
    display: none;
}

.search_popup_field_wrapper form input{
    font-size: 60px;
    font-family: 'montserrathairline';
    width: 100%;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 300;
}

.search_popup_field_wrapper form input::-webkit-input-placeholder { font-family: 'montserrathairline';}
.search_popup_field_wrapper form input::-moz-placeholder  { font-family: 'montserrathairline';}
.search_popup_field_wrapper form input:-ms-input-placeholder { font-family: 'montserrathairline';}
.search_popup_field_wrapper form input::-moz-placeholder { font-family: 'montserrathairline';}


.search_popup_field_wrapper form .searchformico, .search_popup_field_wrapper form .search-submit{
    position: absolute;
    top: 50%;
    right: 40px;
    background: url(images/search_icon.png) no-repeat 0 0 transparent;
    height: 100%;
    width: 39px;
    height: 42px;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    color:transparent;
    
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 
.search_popup_bg{
    width: calc(100% - 20px);
    height: calc(100% - 250px);
    position: absolute;
    top: 250px;
    left: 10px;
    background: url(images/search_bg.png) no-repeat 0 0 transparent;
    z-index: 2;
    
}


.search-info{
    font-size: 32px;
    margin: 40px 0 0 0;
    padding: 0px;
    font-family: 'montserratregular';
}

.search-info span{
    font-size: 32px;
    margin: 0px;
    padding: 0px;
    font-family: 'montserratregular';
    color: #34c1ef;
}

.search-item{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 30px 0;
}

.search_lines{
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

.search-item h3{
    margin: 0px;
    font-size: 24px;
}

.search-item p{
    font-family: 'montserratlight';
    margin: 30px 0 0 0;
    padding: 0px;
}    
    



.dummy_bar{
    background: #2c2c2b;
    height: 10px;
}

.dummy_bar_blue{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #34c1ef;
    height: 100%;
}

.error_img{
    display: block;
    margin: 0 auto;
}

.error_wrapper{
    
    padding-bottom:120px;
}

.error_container span{
    font-size: 36px;
}

.error_container .txt_holder_middle, .error_container .txt_holder_middle .skills_btn{
    margin-top: 46px;
}

/*SUBMENU*/
.sub_menu{
   overflow: visible;
    padding: 64px 0 122px;
    position: absolute;
    top: 226px;
    width: 100%;
    z-index: -220;
    
/*    display: none;*/
    opacity:0;
    top: 326px;
}

.sub_menu_bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f7ca12;
    opacity: 0.95;
}

.sub_menu_arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f7c912 transparent;
    position: absolute;
    left: 250px;
    top: -15px;
    opacity: 0.95;
}

.sub_container{
    position: relative;
    z-index: 2;
}


.sub_bigtitle{
    color:#061b24;
    font-size: 30px;
    padding: 0 0 10px 0px;
    margin-bottom: 42px;
    font-family: 'museo_sans300';
}

.sub_bigtitle_2{
    color:#061b24;
    font-size: 30px;
    padding: 0 0 10px 40px;
    margin-bottom: 42px;
    font-family: 'museo_sans300';
    
}


.sub_bigtitle_3{
    color:#061b24;
    font-size: 30px;
    padding: 10px 0 0px 0px;
    margin-bottom: 0px;
    font-family: 'museo_sans300';
    position: absolute;
    left: 40px;
    top: 0px;
    
}



.sub_products_holder_2{
    padding-left: 40px;
    padding-right: 0px;
    position: relative;
}

.sub_products_col_border{
    border-right: 1px solid #1e3039;
    height: 100%;
}


.sub_product{
    padding: 0px;
    color:#061b24;
    overflow: hidden;
/*    background: none;*/
    padding: 0 25px 0 0;
    position: relative;
}

/*.sub_product:hover{
    background: #ffd62b;
}*/

.submenu_calnedar_box{
    position: absolute;
    bottom:0px;
    height: 50%;
    left: 40px;
   
}

.submenu_calendar_icon{
    display: block;
    float: left;
    height: 100%;
    width: auto;
}

.submenu_calendar_icon_txt{
    position: absolute;
    top: 0px;
    left: 20%;
    padding: 12px 24px;
    width: 73%;
}

.submenu_solo_link{
    margin-top:16px;
   font-size: 12px;
   text-decoration: underline;
}

.submenu_calendar_icon_txt span{
    font-size: 18px;
    margin: 0 0 12px 0;
    
}

.submenu_calendar_icon_txt p{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    
}

.sub_event_img{
    width: 20%;
    min-height: 100%;
    float: left;
    clear: none;
    max-height: 100%;
}

.sub_ev_txt{
    padding: 12px 12px 12px 24px;
    float: left;
    color:#061b24;
}

.sub_ev_txt h3{
    font-family: "museo_sans900";
    font-size: 18px;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.sub_events_item{
    padding-left: 0px;
    padding-right: 0px;
}

.sub_ev_txt p{
     font-size: 11px;
    margin: 0;
    padding: 0;
}

.sub_product_margin{
    margin-top: 35px;
    overflow: hidden;
}

.sub_producy_img{
    display: block;
    width:38%;
    margin: 0px 0px 0 0;
    padding: 0px;
    float: left;
    display: inline-block;
    background-color:  transparent;
    min-height: 100%;
    
    -moz-transition:opacity 0.4s ease-out;
    -webkit-transition:opacity 0.4s ease-out;
    -o-transition:opacity 0.4s ease-out;
    transition:opacity 0.4s ease-out;
}

.sub_product_txtholder{
    padding: 12px 20px 14px 35px;
    margin: 0px;
    display: inline-block;
    background-color:  transparent;
    min-height: 100%;
    
    
    -moz-transition:background-color 0.4s ease-out;
    -webkit-transition:background-color 0.4s ease-out;
    -o-transition:background-color 0.4s ease-out;
    transition:background-color 0.4s ease-out;
}


.sub_product:hover .sub_product_txtholder{
    background-color:#ffd62b;
}

.sub_product:hover .sub_producy_img{
    background-color:#ffd62b;
    opacity: 0.5 !important;
}

.sub_product h3{
    
    margin: 0 0 6px 0;
    font-size: 23px;
}

.sub_product p{
    font-size: 11px;

    padding: 0 0 0 0;
    margin: 0 0 10px 0;
} 

.sub_product ul{
    margin: 0px;
    padding: 0px;
}

.sub_product ul li{
    list-style: none;
    font-size: 11px;
    background: url(images/small_li_ico.png) no-repeat 0 2px transparent;
    padding: 0 0 0 9px;
    margin-bottom: 3px;
}

.sub_products_holder{
    border-right: 1px solid #1e3039;
    padding-right: 0px;
}


.sub_events_item{
   margin: 0px 0 20px 0;
   background:transparent;
   
   -moz-transition:background-color 0.4s ease-out;
    -webkit-transition:background-color 0.4s ease-out;
    -o-transition:background-color 0.4s ease-out;
    transition:background-color 0.4s ease-out;
}

.sub_events_item:hover{
    background: #ffd62b;
}

.sub_events_item:last-child{
    margin-bottom: 0px !important;
}

.sub_ev_title{
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 13px;
    width:100%;
}

.sub_ev_title span{
    display: block;
    width: 100%;
    color:#1e3039;
    
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    
}

.sub_ev_title_bg{
    background: #f7ca12;
    opacity: 0.77;
}

sub_events_item:last-child{
    padding-bottom: 0px !important;
}


.prod_cat_box{
    background: #34c1ef;
    padding: 60px 0;
    position: relative;
}

.prod_cat_box img{
    display: table;
    margin: 0 auto 20px;
    height: 53px;
    width: auto;
    
}

.prod_cat_box span{
    font-family: 'montserratlight';
    font-size: 15px;
    display: block;
    clear: both;
    width: 80%;
    margin: 0 auto 30px auto;
    text-transform: uppercase;
    text-align:  center;        
}

.prod_cat_box p{
    font-family: 'montserratlight';
    font-size: 14px;
    display: block;
    clear: both;
    width: 50%;
    margin: 0 auto 0px auto;
    text-align:  center;      
}

.prod_cat_box:hover .prod_cat_box_hover{
    opacity: 0;
}

.prod_cat_box_hover{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #30302f;
    top: 0px;
    left: 0px;
    opacity: 1;
}

.prod_cat_box_hover_1{
    background: #30302f;
}

.prod_cat_box_hover_2{
    background: #343433;
}

.prod_cat_box_hover_3{
    background: #383838;
}

.prod_cat_box_hover_4{
    background: #343433;
}

.prod_cat_box_hover_5{
    background: #383838;
}

.prod_cat_box_hover_6{
    background: #30302f;
}

.prod_cat_box_hover img{
    display: table;
    margin: 0 auto 24px;
    height: 70px;
    width: auto;
}

.prod_cat_box_hover span{
    color:#ffffff;
    margin: 0 auto;
}


h2 .highlight{
     font-size: 30px;
}


h3 .highlight{
     font-size: 24px;
}

/*POPUP CSS*/
.popup_social{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none;
    opacity: 0;
}

.social_btn_popup{
    display: block;
    margin: 76px 0 0 26px;
    float: left;
    cursor: pointer;
}

.social_btn_popup_2{
    margin-top: 46px !important;
}

.social_btn_popup_opentraining{
    margin-top: 67px !important;
}

.content_holder_posttype p a{
    color: #f8c722;
    font-weight: bold;
}

.popup_freshmail{
    float: left;
    width: 100%;
    clear: both;
    margin: 30px 0px 0px 0px;
    width: 100%;
}

.close_popup{
    position: absolute;
    right: 40px;
    top: 0px;
}



.popup_bg{
    background: url(images/popup_bg.png) no-repeat transparent;
   
   
}

.social_btn_popup:hover{
    opacity: 0.5;
}

.popup_holder{
    max-width: 870px;
    width: 870px;
    
    position: absolute;
    top:5%;
    left: 50%;
    transform: translateX(-50%);
    
    opacity: 0;
}

.popup_holder_visible{
    top:10%;
    opacity: 1;
}

.block{
    display: block;
}

.popup_holder h3{
    padding: 48px 0 0 0;
    margin: 0px;
    font-size: 85px;
}

.popup_holder span{
    font-size: 42px;
    margin: 72px 0 0 0;
}

.popup_holder ul{
    margin-top: 72px;
    padding: 0px;
}

.popup_holder ul li{
    display: inline-block;
    margin: 0px 22px;
    opacity: 1;
}

.popup_holder ul li:hover{
    opacity: 0.5;
}

.w100{
    width: 100%;
}

.abs_50{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.popup_freshmail div{
    width: 100% !important;
    max-width: 660px;
    display: table;
    margin:0 auto;
    background: none !important;
    padding: 0px !important;
}

.popup_freshmail form input{
    border: 4px solid #ffffff !important;
    color: #ffffff !important;
    height: auto !important;

    font-size: 12px !important;
    
    padding: 12px 30px;
    display: table;
    text-transform:uppercase;
    line-height: 12px;
    background: transparent;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
}

.message_error{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.message_success{
    clear: both;
    display: block;
    font-size: 18px !important;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    font-family: 'museo_sans900' !important;    
    text-transform: uppercase;
}

.popup_freshmail form div{
    width: calc(100% - 120px) !important;
    float: left;
    clear: none;
}

.popup_freshmail form p{
    width: 120px !important;
    float: left;
    clear: none;
}

.popup_freshmail form p button{
   border: 4px solid #ffffff !important;
    color: #f7ca12 !important;
    height: auto !important;
    border-radius: 0px !important;
    width: calc(100% - 4px) !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    
    font-size: 12px !important;
    
    padding: 12px 14px;
    display: table;
    float: right !important;
    text-transform:uppercase;
    line-height: 12px;
    background: #ffffff !important;
    
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
}


/*/////////////////*/

.abs50top{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.social_banner_ico{
    display: block;
    float: left;
}





.social_banner_form_holder div, .social_banner_form_holder form{
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}


.social_banner_form_holder .message_error{
    color: #f7ca12 !important; 
}

.social_banner_form_holder .message_success{
   color: #f7ca12 !important; 
}


.social_banner_form_holder form div{
    width: calc(100% - 120px) !important;
    float: left;
    clear: none;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}

.social_banner_form_holder form p{
    width: 120px !important;
    float: left;
    clear: none;
    margin: 0px !important;
        -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}

.social_banner_form_holder form p button{
   border: 4px solid #f7ca12 !important;
    color: #0d1e28 !important;
    height: auto !important;
    border-radius: 0px !important;
    width: calc(100% - 4px) !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    
    font-size: 12px !important;
    
    padding: 12px 14px;
    display: table;
    float: right !important;
    text-transform:uppercase;
    line-height: 12px;
    background: #f7ca12 !important;
    
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
}


.social_banner_form_holder form input{
    border: 4px solid #f7ca12 !important;
    color: #f7ca12 !important;
    height: auto !important;

    font-size: 12px !important;
    
    padding: 12px 30px;
    display: table;
    text-transform:uppercase;
    line-height: 12px;
    background: transparent; 
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
}


/*social_banner_yellow_form_holder//////////////////////////*/



.social_banner_yellow_form_holder div, .social_banner_yellow_form_holder form{
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    background: none !important;
    padding: 0px !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}


.social_banner_yellow_form_holder .message_error{
    color: #ffffff !important; 
}

.social_banner_yellow_form_holder .message_success{
   color: #ffffff !important; 
}


.social_banner_yellow_form_holder form div{
    width: calc(100% - 120px) !important;
    float: left;
    clear: none;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}

.social_banner_yellow_form_holder form p{
    width: 120px !important;
    float: left;
    clear: none;
    margin: 0px !important;
        -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
}

.social_banner_yellow_form_holder form p button{
   border: 4px solid #ffffff !important;
    color: #091e27 !important;
    height: auto !important;
    border-radius: 0px !important;
    width: calc(100% - 4px) !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    
    font-size: 12px !important;
    
    padding: 12px 14px;
    display: table;
    float: right !important;
    text-transform:uppercase;
    line-height: 12px;
    background: #ffffff !important;
    
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
}


.social_banner_yellow_form_holder form input{
    border: 4px solid #ffffff !important;
    color: #ffffff !important;
    height: auto !important;

    font-size: 12px !important;
    
    padding: 12px 30px;
    display: table;
    text-transform:uppercase;
    line-height: 12px;
    background: transparent; 
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    
}


.social_banner_yellow_form_holder form input::-webkit-input-placeholder { color:#ffffff; opacity:1; }
.social_banner_yellow_form_holder form input::-moz-placeholder { color:#ffffff; opacity:1; } /* firefox 19+ */
.social_banner_yellow_form_holder form input:-ms-input-placeholder { color:#ffffff; opacity:1; } /* ie */
.social_banner_yellow_form_holder form input:-moz-placeholder { color:#ffffff; opacity:1; }


/*SLIDER CSS*/
 
.header_bar{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 0px;
    height: 10px;
    background: #34c1ef;
    
    -moz-transition:width 0.4s ease-out;
    -webkit-transition:width 0.4s ease-out;
    -o-transition:width 0.4s ease-out;
    transition:width 0.4s ease-out;
}

.slider_caption_bg{
    background: #041b23;
    z-index: 0;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity:0.9;
    z-index: 1 !important;
    
}

.carousel{
    background: #2c2c2b;
}

 .carousel-indicators{
    bottom: 50px;
    left: 40px;
    margin: 0;
    position: absolute;
    width: auto;
 }
 
 .slider-indicators{
      bottom: 124px;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 2;
 }
 
 .carousel-indicators li{
      display: inline-block;
     width:22px;
     height: 7px;
     border:none !important;
     background: none;
     border-radius: 0px;
     margin: 0 5px 0 0;
     padding: 0px;
     opacity:1;
     text-indent: 0px;
     height: 7px;
     color:#ffffff;
     background: transparent;
     border-top: 2px solid #ffffff !important;
     border-bottom: 2px solid #ffffff !important;
 }
 
  .carousel-indicators li:hover{
      background: #ffffff;
  }
 
  .carousel-indicators .active{
    display: inline-block;
     width:22px;
     height: 7px;
     border:none !important;
     background: none;
     border-radius: 0px;
     margin: 0 5px 0 0;
     padding: 0px;
     opacity:1;
     text-indent: 0px;
     height: 7px;
     color:#ffffff;
     background: #ffffff;
     
 }
 
 
 .slider-bg{
     position: absolute;
     z-index: 1;
     height: 100%;
     right:0px;
     left:auto;
 }
 
 .carousel{
    
    height: 532px !important;
    margin: 0px;
    width: 100%;
    
    
}

.carousel-control.left, .carousel-control.right{
   
    display: none;
}

.carousel-control{
    width: 51px;
    height: 96px;
    opacity:0.77;
    left: 150px;
    top:calc(50% - 48px);
    
}

.carousel-control.left{
    background: url(images/banner_btn_l.png) no-repeat 0 0 transparent ;
}

.carousel-control.right{
    background: url(images/banner_btn_r.png) no-repeat 0 0 transparent;
    right:150px;
    left: auto;
}

.carousel-control:hover{
    opacity: 1;
}

.carousel-control .glyphicon{
    display: none;
}

.carousel .item{
	overflow:hidden;
}

.carousel .item, .carousel-inner{
    height: 100%;
}

.item.active.right{
    display: block !important;
/*    left: 0px !important;*/
    float: none !important;
    
}

.carousel prev{
    display: block !important;
}

.left:hover .glyphicon-chevron-left{
     background: url(images/arrow-l-h.png) no-repeat 0 0 transparent;
}

.right:hover .glyphicon-chevron-right{
     background: url(images/arrow-r-h.png) no-repeat 0 0 transparent;
}

.carousel-caption{ 
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
    margin: 0px;
    padding:  0px 0px 0 0%;

     z-index: 2;

   background:none;
   
    

   
    text-shadow:none !important;
    text-align: left !important;
}


.global_padding{
    padding-left: 210px;
    padding-right: 210px;
}

.slider-marker-holder{
    height: 35px;
    padding: 0px;
    margin: 0px;
    
    border-left: 30px solid #ffffff;
    border-right: 30px solid #ffffff;
}
    

    .slider-marker{
        float: right !important;
        background: #e29a9e;
        height: 100%;
    }    
    
    
    .slider-content{
        position: absolute;
        z-index: 2;
        height: 100%;
    }
    
.carousel-caption p, .carousel-caption p span{
   
     font-size: 42px;
     font-family: 'montserrathairline';
     text-align: left;
     margin: 0px 0px 0px 0px;
     color:#ffffff;
     padding-right: 0px;
     margin-top: 0px;
    
} 



.slider_title_line{
   background: #f6c916;
    height: 3px;
    left: 0;
    position: absolute;
    top: 352px;
    width: 23%;
}

.carousel-caption h3{
    font-size: 116px;
    color:#ffffff;
    font-family: 'museo_sans100';
    padding: 0px;
    margin: 0 0 8px 0;
    line-height: 116px;
}


.carousel-caption .slider_title_slogan{
    font-size: 58px;
    line-height: 58px;
    color: #ffffff;
    
    margin: 0 0 0 0px;
    text-transform: uppercase;
    padding: 0 0 0 0px;    
   display: inline-block;
}

.title_slogan_ico{
    display: inline-block;
    width:25px;
    height: auto;
    margin: 0 8px 0 46px;
    position: relative;
    top: -12px;
    z-index: 1;
}

.carousel-caption h3 p{
 
     font-size: 57px;
     text-align: left;
     margin-bottom: 24px;
     color:#ffffff;
     line-height: 57px;
     opacity: 0.77;
     padding-right: 0px;
    
}

.carousel-caption p b{
    font-weight: bold;
}

.slider-btn{
    width:157px;
    height:37px;
    background: url(images/slider-btn.png) no-repeat 0 0 transparent;
    margin-top: 28px;
    display: block;
}

.slider-btn p{
    width:100%;
    display: block;
    padding-right: 38px;
    margin: 8px 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 35px 0 0 !important; 
}

.carousel-inner > .item > img{
    
    min-height: 100% !important;
    min-width: 100% !important;
    width: auto !important;
    
}

.slider-b-t-holder{
    text-align: center;
}

.slider-b-t-holder:before {
  content: '';
  display: inline-block;
  height: 118px; 
  vertical-align: middle;
  margin-right: -6px; 
 }

.slider-b-t-holder span{
    color: #ffffff;
    font-size: 18px;
    font-family: 'museo_sans300';
    line-height: 23px;
    width: 100%;
    
    display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  
  position: relative;
  right: 0px;
    top: -4px;
}


.container-slider{
    position: relative;
    z-index: 2;
        
}


.slider-black{
     position: absolute;
     left: 0px;
     top: 0px;
     background: #ffffff;
     opacity: 0.55;
     width: 100%;
     height: calc(100%);
     z-index: 1;
}

.carousel-control{
    z-index: 2;
}


/*NEWS BLOCKS*/

.news_fish{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    color: #000000;
    background: #f7ca12;
    padding: 6px 22px;
    font-size: 14px;
    z-index: 12;
}

.abs_bg{
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.news_box{
    position: relative;
    overflow: hidden;
    background: #091e27;
    height: auto !important;
}

.news_box_txt .news_box_txthover{
    position: absolute;
    top:31px;
    display: block;
    z-index: 11;
    color: #ffffff;
    
    font-size: 34px;
    line-height: 34px;
    width: 100%;
    padding: 0 32px;
    margin: 0px;
    opacity: 0;
    text-align: right;
    right: -100%;
}

.news_box_txt{
    position: absolute;
    z-index: 11;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 36px 32px;
    overflow: hidden;
    
}

.news_box_txt .news_box_txt_n{
    
    width: 100%;
    text-align: right;
    padding: 0 32px;
    color: #ffffff;
    
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    opacity:1;
    left: 0px;
    position: relative;
    top: 0px;
    z-index: 1;
}

.news_txt_bg{
    background:#091e27; 
    opacity:0.66;
}

.abs_bg_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
} 

.news_box_bghov{
    opacity: 0;
    background: #f7ca12;
    pointer-events: none;
}



.news_box:hover .news_box_bghov{
    opacity: 0.75;
}

.news_box:hover .news_txt_bg{
    opacity: 0;
}

.news_box:hover .news_box_txt_n{
    opacity: 0;
    left:-100%;
}

.news_box:hover .news_box_txthover{
    opacity: 1;
    right:0px
}

.news_box:hover .news_fish{
    opacity: 1;
}



.news_box_txt_vertical{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
     display: table; 
     background: #091e27;
     z-index: 11;
     
     opacity:1 !important;
}

.newsbox_vertical_txt_hover .news_box_vertical_holder p{
    color:#f7ca12;
}

.newsbox_vertical_txt_hover{
    left:100% !important;
}

.news_box_txt_vertical p{
    float: left;
    display:  block;
    width: 100%;
    padding: 0 84px;
        
}

.news_box_txt_vertical p{
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
    margin: 5px 0;
}

.news_box_vertical_holder{
    float: left;
    width: 100%;
    clear: both;
}


.news_box:hover .news_box_vertical_holder_n{
    left: -100%;
    opacity:0;
}

.news_box:hover .newsbox_vertical_txt_hover{
    left: 0px !important;
    opacity:1;
}


.white_triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 42px 44px 0;
    border-color: transparent #ffffff transparent transparent;
    
    position: absolute;
    z-index: 1;
    top: calc(50% - 44px);
    right: 0px;
}

.ht_desc{
    background:#ebeef2; 
    padding: 36px 74px 42px 48px;
}

.ht_desc h3{
    color:#061b24;
    font-size: 36px;
    margin: 0 0 36px 0;
    font-family: 'museo_sans300';
    float: left;
    clear: both;
    display: block;
}

.ht_desc ul{
    padding: 0px;
    float: left;
    clear: both;
    display: block;
    margin: 0 0 38px 0;
}

.ht_desc ul li{
    color:#061b24;
    font-family: 'museo_sans300';
    font-size: 14px;
    margin: 0 0 8px 0;
    list-style: none;
}

.ht_desc ul li span{
    
}

.ht_desc p{
    color: #061b24;
    font-family: 'museo_sans300';
}



.ht_desc2{
    padding: 46px 54px 125px;
}

.ht_desc2 ul{
    padding: 0px;
    margin: 0 0 0px 0;
}

.ht_space_info{
    bottom: 75px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.ht_space_info p , .ht_space_info span{
    float: none !important;
    display: inline-block !important;
}

.ht_desc2 ul li{
    list-style: none;
    color: #061b24;
    font-size: 14px;
    padding: 0px 0 7px 40px;
    margin: 0 0 14px 0;
}

.price{
    background: url(images/price_ico.png) no-repeat 0 0 transparent;
}

.person{
    background: url(images/person_ico.png) no-repeat 0 0 transparent;
}

.company{
    background: url(images/company_ico.png) no-repeat 0 0 transparent;
}

.speed{
    background: url(images/speed_ico.png) no-repeat 0 0 transparent;
}

.pencils{
    background: url(images/pencils_ico.png) no-repeat 0 0 transparent;
}


.ht_desc2 span{
    color: #061b24;
    font-size: 20px;
    display: block;
    float: left;
    text-align: left;
    
    margin-right: 5px;
}

.ht_desc2 p{
    color: #061b24;
    font-size: 20px;
    display: block;
    float: left;
    text-align: left;
    font-family: 'museo_sans300';
    text-transform: uppercase;
}

.training_sign_btn{
    margin: 24px auto 0 auto;
}


.yellow_triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #f7c912 transparent transparent;
    
    position: absolute;
    left: -15px;
    top: 50px;
}

.ht_list{
    background: #f7c912;
    padding: 30px 66px 110px;
    float: right !important;
    position: relative;
    z-index: 10;
}

.ht_col_item{
    position: absolute;
    z-index: 1;
    opacity: 1;
    left: 0px;
    top: 0px;
    padding: 0px;
    background: #ffffff;
    
}



.ht_tr_list{
    width: 100%;
}

.ht_li_item{
    padding: 16px 12px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}


.ht_li_item:hover .ht_span_l_hov{
   left:12px;
   opacity: 1;
}



.ht_li_item:hover .ht_span_r_hov{
   right:12px;
   opacity: 1;
}

.ht_span_l{
    color: #061b24;
    display: block;
    font-size: 17px;
    font-family: 'museo_sans300';
    width: 70%;
    position: relative;
    top:0px;
    left: 0px;
    opacity:1;
}

.ht_li_item:hover .ht_span_l{
   left:-70%;
   opacity: 0;
}

.ht_span_l_hov{
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    
    width: 70%;
    position: absolute;
    top:16px;
    left: 12px;
    opacity:0;
}

.ht_span_r{
    color: #061b24;
    font-size: 17px;
    font-family: 'museo_sans300';
    line-height: 17px;
    position: absolute;
    right: 12px;
    top: calc(50% - 9px);
    opacity:1;
}

.ht_li_item:hover .ht_span_r{
   right:-30%;
   opacity: 0;
}

.ht_span_r_hov{
    color: #ffffff;
    font-size: 18px;
    
    line-height: 18px;
    position: absolute;
    right: 12px;
    top: calc(50% - 9px);
    opacity: 0;
}

.ht_li_btn{
    margin: 24px auto 0;
}



.ht_btn{
    position: absolute;
    bottom: 34px;
    left:50%;
    transform: translateX(-50%);
    
}

.ht_collection_holder{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    height: 100%;
}


.ht_col_item_2{
    left: -100%;
    opacity: 0;
    z-index: 0;
}

/*image banner*/
.image_banner{
    padding: 96px 40px;
}



.skills_dark_cover{
    background: #091e27;
    opacity: 0.77;
}

.ib_left{
    position: relative;
    z-index: 2;
    padding: 0 40px 0 0;
    
}

.ib_txt1{
    display: block;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.2;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    
}

.ib_txt2{
    display: block;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    font-family: 'museo_sans300';
}

.ib_txt2_light{
   font-family: 'museo_sans100' !important;
   font-size: 38px !important;
}

.ib_right{
    position: relative;
    z-index: 3;
     padding: 0  0 0 40px;
}

.newsletter_btn{
    width: 80%;
    margin-top: 28px;
    float: left;
}

.newsletter_btn_ico{
    display: block;
    float: left;
    width: 60px;
    height: 47px;
    background: url(images/btn_ico.png) no-repeat 100% 0 transparent;
    margin-top: 26px;
}


/*trainers home*/
.trainers_home{
    background:#ebeef2;
    padding: 40px 0px;
}

.th_col{
    margin:40px 0 40px;
    padding: 0 30px;
}

.th_img_holder{
    clear: both;
    width:auto;
    margin: 0 auto;
    display: table;
}

.th_img_circle{
    width: 212px;
    height: 212px;
    border-radius: 106px;
    -webkit-border-radius: 106px;
    -moz-border-radius: 106px;
    margin: 0 auto;
    border: 4px solid #f7ca12;
   
}

.th_ico{
    position: absolute;
    bottom: 0px;
    right:22px;
    z-index: 2;
    opacity: 1;
    
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);    
}

.th_ico:hover{
   opacity: 0.8;
    
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg); 
}


.th_name{
    margin-top: 32px;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    color:#091e27;
    font-size:24px; 
    
    text-transform: uppercase;
}

.th_company{
    margin-top: 5px;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    color:#f7ca12;
    font-size:15px; 
    
}

.th_skills{
    margin-top: 14px;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    color:#091e27;
    font-size:14px; 
    font-weight: 500;
    text-transform: uppercase;
}

.container .th_col p{
    margin-top: 28px;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    color:#091e27;
    font-size:14px; 
    font-family: 'museo_sans300';
   
}




/*image banner 2*/
.banner_txt_holder{
    float: left;
    
}

.image_banner .container{
    position: relative;
    z-index: 3;
}

.banner_btn_holder{
    float: left;
}


.events_col{
    height: 400px;
    position: relative;
    overflow: hidden;
}


.events_bg2{
    background: #091e27;
    opacity: 0.66;
}

.events_txt{
    position: absolute;
    padding: 40px 20px;
    z-index: 5;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 1;
}


.events_bg_bar{
    background:#f7ca12;
    opacity: 0.88;
}

.events_txt span{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 30px;
    color:#1e3039;
    position: relative;
    z-index: 10;
    
}


.events_txt_h{
    position: absolute;
    padding: 40px 20px;
    z-index: 5;
    width: 100%;
    left: 0px;
    top: -100%;
    opacity: 1;
}


.events_bg_bar_h{
    background:#091e27;
    opacity: 0.88;
}

.events_txt_h span{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 30px;
    color:#ffffff;
    position: relative;
    z-index: 10;
    
}

.events_col:hover .events_txt{
    top: 100%;
    opacity: 0;
}

.events_col:hover .events_txt_h{
    top: 0px;
    opacity: 1;
}

.events_col:hover .events_bg2{
    opacity:0.33;
}

.yellow_banner{
    background: #f7ca12;
}

.image_banner_shortert{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}


.btn_graybox{
    margin-top: 30px;
    clear: both;
}

#swipebox-overlay{
    background: rgba(0, 0, 0, 0.9) !important;
}

/*IMAGES ROTATOR CSS*/

.images-rotator-wrapper{
    margin: 0px 0 80px 0;
}

.images-rotator-module{
    opacity:1;
    height: 74px;
    margin: 0px;
    width: 100%;
    clear: both;
    float: left;
}

.images-rotator-mask{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.images-rotator-mask{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.images-rotator-i-holder{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0px;
     left: 0px;
}

.image-rotator-item{
    float: left;
    height: 100%;
}

.image-rotator-item img{
    max-height: 100% !important;
    width: auto;
}


/*FOOTER*/
footer{
    
    position: relative;
    clear: both;
    display: table;
    width: 100%;
    padding: 0px;
    margin: 40px 0 40px 0 ;
    
}

.footer_menu .subtitle_lines{
    float: none;
    margin: 5px auto 22px auto;
    display: table;
    height: 5px;
    width: 32px;
}

.footer_menu{
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    
}

.footer_menu ul{
    width: 100%;
    text-align: center;
}

.footer_menu ul li{
    display: inline-block;
    float: none !important;
}

.footer_menu ul li a{
    font-size: 11px;
}

.footer_menu .subtitle_lines{
    cursor: pointer;
}

.footer_logo{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}

.footer_logo .f_logo_block{
    background: #2e2d2c none repeat scroll 0 0;
    clear: both;
    float: left;
    height: 20px;
    margin-bottom: 7px;
    width: 82px;
}

.footer_logo span{
     font-size: 10px;
     display: block;
     float: left;
     color: #2e2d2c;
     margin:9px 0 0 0;
     clear: both;
}

.footer_info{
    position: absolute;
    right: 0px;
    top: 0px;
}

.footer_info span{
    display: inline-block;
    font-size: 10px;
    text-align: right;
}

.footer_info img{
    float: right;
    
    display: block;
    margin-bottom: 14px;
    
    
}

.footer_info .flags_footer{
    width:auto !important;
    float: right;
    clear: none;
    margin: 0px 0px 0px 14px;
}

.footer_info .flags_footer .lan_btn{
    display: inline-block;
    clear: none;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 5px;
}

.footer_info .flags_footer  span{
    font-size: 11px;
}

.footer_info div{
    float: right;
    clear: both;
    width: 320px;
    text-align: right;
}


/*TRAINING BIG*/
.header_fix{
    width:100%;
    clear:both;
    margin:0px;
    padding: 0px;
    height: 80px;
}

.abs_bg_yellow_088{
    background: #ffd733;
    opacity: 0.88;
}

.training_big_banner_side{
    padding: 72px 100px 74px 242px;
    z-index: 2;
}

.big_title{
    font-size: 116px;
    font-family: 'museo_sans100';;
    color:#1e3039; 
    line-height: 1;
}

.big_subtitle{
    font-size: 50px;
    font-family: 'museo_sans100';;
    color:#1e3039; 
    
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 0px;
    margin: 2px 0 0 0;
/*    background: url(images/banner_subico_dark.png) no-repeat 0 10px transparent;
    padding: 0 0 0 36px;
    margin: 0 0 0 13px;*/
}

.training_big_banner_side p{
    color:#1e3039;
    font-size: 19px;
    font-family: 'museo_sans300';
    padding-left: 52px;
    margin-top:40px;
    
    
          display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 1;
}


.dark_line{
    position: absolute;
    left: 0px;
    background: #091e27;
    height: 3px;
    top: 132px;
    width: 228px;
    z-index: 2; 
}


.yellow_line{
     position: absolute;
    left: 0px;
    background: #f7ca12;
    height: 3px;
    top: 90px;
    width: 1px;
    z-index: 2; 
}

.black_line{
   position: absolute;
    left: 0px;
    background: #142832;
    height: 3px;
    top: 108px;
    width: 1px;
    z-index: 2;  
}

.training_big_col_holder{
    padding: 40px 0;
}

.training_big_col{
    padding: 40px 48px;
    cursor: pointer;
}



.training_circle{
    width: 96px;
    height: 96px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    border:4px solid #404041;
    margin: 0 auto 40px auto;
}

.training_circle img{
    position: absolute;
    top: 50%;
    left:  50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.training_big_col span{
    color:#142832;
    font-size: 20px;
    font-family: 'museo_sans300';
    margin-bottom: 4px;
    text-transform: uppercase;
}

.training_big_col p{
    color:#142832;
    font-size: 14px;
    font-family: 'museo_sans300';
    margin:0px;
}

.training_circle_hover{
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f7ca12;
    opacity: 0;
   -webkit-border-radius: 50%;
    border-radius: 50%; 
    z-index: 1; 
    width:0px;
    height: 0px;
}

.training_big_col .abs_bg{
    background: #ffffff;
    opacity:1;
}

/*.training_big_col:hover .abs_bg{
    background: #142832;
}*/

.training_big_col:hover .training_circle .training_circle_hover{
    width:100%;
    height: 100%;
    opacity:1;
}

.training_big_col:hover span{
    
}

.training_circe_img{
    width: 96px;
    height: 96px;
    height: auto;
    display: block;
    position: relative !important;
    transform: none !important;
    z-index: 2;
    top: 0px !important;
    left: 0px !important;
}

.training_circle_short{
    border:none !important;
}

.training_single_col_holder .training_big_col p{
    width: 100%;
    font-size: 14px;
}

.training_single_col_holder br{
    display: none;
}

.training_big_col p br{
    display: block !important;
}


.service_content_area br{
    display: none;    
}

/*BREAD*/

.breadcrumb_wrapper{
    background: #f7ca12;
    padding: 0px;
    margin: 0px;
}

.breadcrumb-holder{
   
     background: #3a3a3a none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 8px 0 10px;
    position: absolute;
    width: 100%;
}

.breadcrumb-holder .breadcrumb{
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.breadcrumb-holder span a, .breadcrumb-holder span{
    color:#afafaf;
    font-size: 9px;
    line-height: 1;
    float:left;
    margin-right:4px;
    opacity: 1;
    text-transform: lowercase;
    
}

.breadcrumb-holder span a{
    opacity:1 !important;
    margin-right: 0px;
    
}

.breadcrumb-holder span a:hover span{
    text-decoration: none;
    color:#ffffff !important;
}

.breadcrumb-holder span span{
    color:#afafaf;
    text-transform: lowercase;
    margin-right: 0px;
}


/*FILTERS*/
.filter_wrapper{
    background: #ffd733;
    padding: 30px 0;
    margin-bottom: 40px;
}

.filters_col:first-child{
    padding-left: 0px !important;
}

.filters_col{
    border-right: 1px solid #091e27;
    padding: 0px 0px 0px 42px;
    float: left;
}

.filters_col_singlerow{
    border-left: 1px solid #091e27;
    border-right:none;
    padding: 12px 0 12px 36px !important;
}

.filters_row{
    padding: 0px;
    float: left;
    clear: both;
    margin: 0px;
}

.filters_col .fancy_txt_btn{
    display: block;
    float: left;
    margin: 7px 42px 7px 0px;
    cursor: pointer;
}

.filters_col span:hover{
   text-decoration: underline;
}

.fancy_txt_btn{
    position: relative;
    width: auto;
    overflow: visible;
}

.fancy_txt_btn span{
    font-size: 14px;
    color: #091e27;
    padding: 0px;
    font-weight: normal;
    opacity: 1;
    display: block;
    text-decoration: none !important;
    position: relative;
    top:0px;
    left:0px;
}

.fancy_txt_btn .fancy_txt_btn_h{
    font-size: 14px;
    color: #091e27;
    padding: 0px;
    
    position: absolute;
    opacity: 0;
    top:-10px;
    left: 0px;
    width:110%;
    
}

.fancy_txt_btn:hover span{
    opacity: 0;
    top:10px;
}

.fancy_txt_btn:hover .fancy_txt_btn_h{
    opacity: 1;
    left: 0px;
    top:0px;
}


.clear_filters{
    float: left;
    margin-top: 16px;
    cursor: pointer;
    margin-left: 40px;
}


.clear_filters_left{
    margin-left:0px !important;
    margin-right: 40px;
}



.clear_filters div, .clear_filters span{
    display: inline-block;
    float: left;
} 

.clear_filters span{
    color:#ffffff;
    font-size: 14px;
    
    text-transform: uppercase;
    padding: 4px 0 0 10px;
}


.filters_dark_btn{
    float: right;
    background: #142832;
    padding: 23px 32px;
    cursor:pointer; 
}

.filters_dark_btn_ico{
    padding-right: 100px !important;
    background: url(images/calendar_ico.png) no-repeat 88% 16px #142832;
}

.filters_dark_btn span{
    color:#ffffff;
    text-transform: uppercase;
    
}


.calendar_list_item{
    color:#142832;
}

.calendar_list_item .date{
    font-size: 21px;
    
    display: block;
    text-align: left;
    width: 100%;
    
}

.calendar_list_item .category{
    font-size: 14px;
    
    display: block;
    text-align: center;
    width: 100%;
}

.calendar_list_item .desc{
     display: block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    max-width: 360px;
    text-align: left;
    width: 100%;
    padding-top: 0px;
    line-height: 1.5;
}


.cal_icos_table{
    float: right;
}

.cal_icos_column1{
    padding-right: 44px;
}

.cal_icos_column{
    float: left;
}


.calendar_txt_ico{
    padding: 0px  0px 5px 40px ;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}

.numinfo{
    
    display: inline-block;
 
}

.num{
    font-size: 21px;
    
    color: #f7ca12;
    margin-right: 4px;
}

.leftinfo{
    font-size: 21px;
    
    color: #142832;
}

.ctx1{
    background: url(images/price_ico.png) no-repeat 0 0 transparent;
}


.ctx2{
    background: url(images/location_ico.png) no-repeat 0 0 transparent;
}

.ctx3{
    background: url(images/speed_ico.png) no-repeat 0 0 transparent;
}

.ctx4{
    background: url(images/pencils_ico.png) no-repeat 0 0 transparent;
}


.right{
    float: right;
}


.calendar_list_item:first-child{
    border-top: 1px solid #f7ca12;
}

.calendar_list_item{
    
    padding: 34px 0;
    border-bottom: 1px solid #f7ca12;
    
}

.calendar_pad_pix{
    padding-top: 0px;
}

.calendar_pad_pix2{
    padding-top: 0px;
}

.calendar_list_wrapper{
    margin-bottom: 168px;
}



.yellowbg{
    background: #f7ca12;
}

.graybg{
    background: #ebeef2;
}

.lightgraybg{
    background: #f8fcfc;
}

.whitebg{
    background: #ffffff;
}


.container50_padding_l{
    padding-left: 146px;
} 


.container50_padding_r{
    padding-right: 146px;
}



.contact_subtitle{
    font-size: 18px;
    
}


.order_col{
    padding: 0px 0 80px 0;
}

.order_col_2{
    padding: 0px 0 80px 0;
}

.order_col h4{
    display: block;
    width: 100%;
    clear: both;
    margin: 0 auto 60px;
    color:#091e27;
    font-size: 18px;
     
     text-align: center;
     text-transform: uppercase;
}


.contact_row{
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 5px 0;
}

.contact_row .wpcf7-submit{

        
    font-size: 12px !important;
    font-family: 'museo_sans900' !important;
    padding: 12px 30px !important;
    border: 4px solid #ffffff !important;
    display: table !important;
    color:#ffffff !important;
    text-transform:uppercase  !important;
    line-height: 12px !important;
    background: none !important;
    
}
    
.order_details_holder{
    width: 0px;
    height: 0px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    opacity: 0px;
    pointer-events: none;
    
}

.contact_row_inner{
    float: right;
    width:calc(100% -  142px);
    padding: 0px;
    margin: 0px;
}

.contact_row_inner p, .contact_row_inner span{
    float: left;
    display: inline-block;
}

.contact_row_inner span .wpcf7-acceptance{
    margin: 0 15px 0 0;
    
}


.wpcf7, .wpcf7-form{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.form_left_column{
    float: left;
    width: 40%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}


.form_left_column p , .form_left_column p input{
    display: block;
    padding: 0px;
    margin: 0px 0 12px 0;
    width: 100%;
    clear: both;
}

.form_left_column p:last-child, .form_left_column p:nth-last-child(2){
    margin-bottom: 0px !important;
}

.wpcf7-response-output{
    color: #ffffff !important;
    font-size: 12px !important;
    margin: 1em 0 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    border: none !important;
}

.form_left_column p input{
    padding: 8px 10px;
    margin-bottom: 0px;
    font-family: 'museo_sans500';
    font-size: 14px;
   
}

.accept_row span, .accept_row p{
    display: inline-block;
}


.accept_row{
    position: relative;
    top:0px;
    left: 0px;
}

.accept_row p{
    color: #ffffff;
    font-family: 'museo_sans500';
    font-size: 10px;
    float: left;
    width: 100%;
    padding-left: 37px;
}

.accept_btn_holder{
    width: 32px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}




.contact_subtitle2{
    padding-bottom: 30px;
}

.form_right_column{
    float: left;
    width: 60%;
    padding: 0px 0px 0px 14px ;
    margin: 0px;
}

.wpcf7-submit{
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    width: calc(60% - 14px);
    background: #ffffff;
    line-height: 1;
    padding: 8px 28px ;
    border:none !important;
    outline: none !important;
    text-transform: uppercase;
    font-size: 18px;
}

.disabled{
    pointer-events: none !important;
    cursor: default !important;
}

.wpcf7-validation-errors, .wpcf7-validation-errors{
        border: none !important;
    }
    
    .wpcf7-not-valid-tip{
        text-transform: uppercase !important;  
        font-size: 9px!important;
        color:#ffffff !important;
    }
   
  .wpcf7-mail-sent-ok{
    border: medium none;
    clear: both;
    float: left;
    margin: 12px 0 0;
    padding: 0;
  }
    
.contact_bigtxt{
    font-size: 52px;
}

a:focus{
    outline: none;
    border: none;
    text-decoration: none;
}

.contact_bigtxt:hover{
    color:#ffffff;
}

.order_col_l{
    padding-right: 0px;
}

.order_col_r{
     padding-left: 60px;
}


.order_desc1{
    font-size: 18px;
    color:#142832;
    text-transform: uppercase;
}

.order_desc1{
    font-size: 18px;
    color:#142832;
    text-transform: uppercase;
    margin: 0 0 0px 0; 
}

.order_desc2{
    font-size: 30px;
    color:#f7ca12;
    text-transform: uppercase;
    margin: 42px 0 0 0; 
    
}

.order_col_r span{
/*    width: auto !important;*/
   line-height: 1.2;
    float: left !important;
    text-align: left !important;
}

.order_col_r .th_company, .order_col_r .th_skills {
    margin: 0px !important;
}

.order_col_r .th_name {
    margin: 20px 0 0 0 !important;
}



.order_person_desc{
    width: calc(100% - 212px);
    padding-left: 50px;
}

 .order_person_desc span a{
        color: #091e27;
    }


.order_img_holder{
    margin-top: 6px;
}



/*//BIG HEADER*/
.big_header_wrapper{
    
    height: 674px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    
}

.big_header_content{
    height: 100%;
    position: relative;
    z-index: 2;
}

.big_header_content *{
    position: relative;
    z-index: 2
}


.big_header_title{
    margin-top: 112px;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    font-size: 96px;
    padding-left: 96px;
    margin-bottom: 20px;
    
}

.big_header_title2{
    
    padding-left: 0px !important;
    margin-top: 162px !important;
}

.big_header_title3{
     margin-top: 112px;
      padding-left: 0px !important;
}

.big_header_serv_ico{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.big_header_title_line{
    position: absolute;
    z-index: 2;
    left: 0px;
    width: 22%;
    height: 3px;
    background: #f7ca12;
    top: 164px;
}

.big_header_title_line2{
    top: 216px !important;
}

.bighead_info_row{
    padding-left: 132px;
    width: 100%;
    clear: both;
}

.bighead_info_row span{
    font-size: 20px;
   
}

.yellow_txt{
    color:#f7ca12 !important;
}

.bigger_btn{
    font-size: 18px !important;
    height: 56px;
    line-height: 1;
    padding: 15px 35px;
}

.big_hed_btn{
    float: left;
   margin-left: 132px;
   margin-top: 52px;
}

.big_hed_btn2{
   float: left;
   margin-left: 20px;
   margin-top: 52px;
}

.big_hed_btn_2{
    float: left;
    margin-left: 55px;
    margin-top: 32px;
}

.product_info_col{
    padding: 44px 74px;
}

.short_content_area br{
    display:none;
}

.big_header_content p{
    display: block;
    padding-left: 54px;
    float: left;
    clear: both;
    color:#ffffff;
    font-size: 19px;
    font-family: 'museo_sans300';
    padding-right: 130px;
}

.product_info_col h3, .product_info_col h1, .product_info_col h2, .product_info_col h4, .product_info_col h5{
        
    text-transform: uppercase;
     font-family: 'museo_sans900' !important;
     color:#091e27;
     text-align:  left;
     display: block;
     float: left;
     clear: both;
    
    
}

.banner_prod_txt{
    padding-left: 78px !important;
}

.small_title{
    font-size: 18px;
    text-transform: uppercase;
    
}

.txt_black{
    color:#091e27 !important;
}

.txt_white{
     color:#ffffff ;
}

.txt_yellow{
    color:#f7ca12;
}

.uppercase{
    text-transform: uppercase;
}

.txt_left{
    text-align: left;
}

.clear_padding{
    padding: 0px;
}

.clear_margin{
    margin: 0px;
}


.show_br br{
    display: block !important;
}

/*PRODUCT INFO BOXES*/
.h100{
    height: 100%;
}

.vertical_txt_center{
        display: inline-block;
}

.vertical_txt_center span, .vertical_txt_center p, .vertical_txt_center img{
        display: inline-block;
        vertical-align: middle;
}


.img_100w{
    display: block;
/*    width: 100%;*/
    height: auto;
    clear: both;
    max-width: 100%;
}

.product_info .price{
    background: none;
    margin: 0 0 16px 0;
    font-size: 30px;
    background: none;
}

.product_info .price .highlight{
    font-size: 30px;
}

.product_info .subtitle_lines{
    margin: 0 0 28px 0 ;
}

.product_prices span{
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
}

.product_prices span:last-child{
    padding-left: 0px;
}

.product_prices_holder{
    padding-left: 60px;
}

.product_prices_holder .skills_btn{
    clear: both;
    margin: 55px 0 0 0 ;
    float: left;
}

/*//INSTITUTE CSS*/

.free_txt_column{
    float: left;
    width: auto;
    margin: 20px 72px 20px 0px;
    
}


.free_txt_column_nomargin{
    margin-right: 0px;
}

.free_txt_column span{
    margin: 0px;
    clear: both;
    float: left;
    display: block;
    font-size: 24px;
}

.content_wrapper h1, .content_wrapper h2, .content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .navigation_title{
    
    display: block;
    float: left;
    clear: both;
    
}

.content_wrapper img{
    width:100%;
    max-width: 100%;
    height: auto;
}

.content_wrapper h1{
    font-size: 43px;
    font-family: 'montserratregular';
    margin: 40px 0 20px 0;
    line-height: 1.2;
    
    
}

.content_wrapper h1 .highlight{
    font-size: 43px;
}

.navigation_title{
    font-size: 48px;
    font-family: 'montserratlight';
    margin: 40px 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
   
    width: 100%;
}

.product_wrapper_single .navigation_title span{      
     border-bottom: 2px solid #2e2c2d;
}

.product_prices .highlight{
    font-weight: normal !important;
}

.navigation_title span{
    font-size: 48px;
}

.content_wrapper h5{
         font-family: 'montserratregular';  
         font-size: 18px;
          margin: 20px 0;
          line-height: 1.5;
}

.content_wrapper h5 .highlight{
    font-size: 18px;
}

.content_wrapper h4{
         font-family: 'montserratregular';  
         font-size: 21px;
          margin: 20px 0;
          line-height: 1.5;
}

.content_wrapper h4 .highlight{
    font-size: 21px;
}

.content_wrapper ul, .content_wrapper ol{
      display: block;
      float: left;
      clear: both;
      padding: 0px;
      margin: 20px 0;
}

.content_wrapper ul li{  
    list-style: none;
}

.content_wrapper ul li, .content_wrapper ol li{                       
     font-family: 'montserratlight';
     font-size: 13px;
     margin-bottom: 20px;
     padding: 0px;
     padding: 0 0 0 20px;
     position: relative;
     display: block;
     clear: both;
     float: left;
}

.content_wrapper ul li:before {
    content: "";
    width:8px;
    height:8px;
    background:#3a3a3a;
    display: block;
    float: left;
    margin-right: 0px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.content_wrapper ol{
    counter-reset: ol-counter;
}

.content_wrapper ol > li:before {
	content: counter(ol-counter) ".";
	counter-increment: ol-counter;
        font-size: 16px;
        color: #08b3f1;
        font-weight: bold;
        margin-right: 8px;
}

.content_wrapper ol  li{
    display: block;
    padding: 0 0 0 0px;
}
/*
.content_wrapper ol li{
    display: list-item;
    list-style-position: inside;
    padding: 0 0 0 0px;
}*/


.content_wrapper ol li ul li{

    padding: 0 0 0 20px;
    
}

ol li ul, ul li ul, ul li ol{
    margin-left: 20px !important;
    
}


/*ol li ul:before, ul li ul:before{
    content: "";
    display: block;
    clear: both;
    padding: 0px;
    margin: 0px;
        
}*/

ol li ul, ul li ul, ul li ol{
    float: none !important;
    display: table !important;
    margin-bottom: 0px !important;
}

ul li span{
    font-size: 14px !important;
}

.content_wrapper p span{
    font-size: 14px ;
    float: none !important;
    display: inline !important;
    clear: none !important;
}
    
.content_wrapper ul li:last-child, .content_wrapper ol li:last-child{
    margin-bottom: 0px;
}

.content_wrapper p{
    padding: 0px;
    margin: 18px 0 18px 0;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 2;
    font-family: 'montserratlight';
    clear: both;
}

.col2_txtholder{
    
    padding:0 60px 0 0;
}

.col2_nomargin{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.col2_txtholder h2{
    font-size: 36px;
    font-family: 'montserratregular';
    margin-bottom: 10px;
}

.col2_txtholder h2 .highlight{
    font-size: 36px;
}


.col2_txtholder span{
    display: block;
    clear: both;
    float: left;
    font-size: 26px;
    font-family: 'montserratlight';
}


.col2_module{
    margin: 20px 0px;
}

.col2_txtholder .skills_btn{
    display: block;
    float: left;
    clear: both;
    margin: 20px 0 0 0;
}

.steptitle{
    color:#08b3f1;
    display: block;
    clear: both;
    float: left;
    font-size: 30px;
    padding: 0px;
    margin: 20px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.steptitle .highlight{
    font-size: 30px;
}

.col2_txtholder .navigation_title span, .col2_img .navigation_title span, .col2_txtholder p .navigation_title span, .col2_txtholder .navigation_title, .col2_img .navigation_title{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
}


.currency_select{
    display: block;
    position: absolute;
   margin: 0px !important;
    padding: 0px ;
     overflow: visible;
     left: 0px;
     top: calc(50% - 12px);
    
}

.currency_select li{
     font-size: 14px !important;
     background:#ececec;
     color: #2c2c2b;
     padding: 5px 42px 5px 16px !important;
     text-transform: uppercase; 
     margin: 0px !important;
     display: none !important;
     opacity: 1;
     position: relative;
     opacity: 1;
     clear: both !important; 
     float: left !important;
     cursor:pointer;
         
}

.currency_select:hover li{
    display: block !important;
    opacity: 1;
}

.currency_select .active_curr{
    display: block !important;
    background: #08b3f1;
    color: #ffffff;
    opacity: 1;
}

body .currency_select  .curr_jq_disabled{
    display: none !important;
}


.content_btn{
    display: block;
    float: left;
    clear: both;
    margin: 20px 0 20px 0;
}

.jobtitle{
    display: block;
    width: 100%;
    clear: both;
     font-family: 'montserratregular';
     font-weight: bold;
     background: #2c2c2b;
     color:#ffffff;
     padding: 20px 60px;
     text-transform: uppercase;
}

.jobbox{
    background: #ececec;
    padding: 40px 60px;
    margin: 0px;
}

.jobbox_outer{
    padding-top: 15px;
    padding-bottom: 15px;
}

.jobbox_left{
    padding-right: 15px;
    padding-left: 0px;
}

.jobbox_right{
    padding-right: 0px;
    padding-left: 15px;
}


.jobbox p, .jobbox ul{
    margin: 10px 0px;
}

.cib{
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0px;
    pointer-events: none;
    position: absolute;
    top: -9000px;
    left: -9000px;
}



.flags_language_selector{
    float: right;
    margin: 39px 0 0 0px;   
}

.flags_language_selector .lan_btn{
    display: block;
    clear: both;
    width: 27px;
    height: 27px;
    background: #2c2c2b;
    margin: 6px 0px;
    padding: 0px;
    position: relative;
}


.flags_language_selector span{
    position: absolute;
    bottom: -2px;
    left: 0px;
    display: block;
    width: 100%;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-family: 'montserratregular';
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.flags_language_selector a span{
    font-weight: bold;
}

/*//INSTYTUT CSS AKCESORIA*/

.accesory_subcol{
    padding-top: 30px;
    padding-bottom: 30px;
}

.accerosy_title span{
    
   display: block;
   float: left;
   clear: both;
   margin: 0px;
   padding: 0px 0px 0px 40px;
   font-size: 20px;
}


.accessory_box{
    
    clear: both;
    margin: 20px 0;
}

.accessory_module{
    width: 100%;
    max-width: 960px;
    clear: both;
}



.overflow_visible{
    overflow: visible;
}



.currency_select li:before{
    content: "";
    width: 15px !important;
    height: 8px !important;
    background: url(images/currency_arrow.png) no-repeat 0 0 transparent !important;
    position: absolute !important;
    right: 14px !important;
    top: 9px !important;
    display: none !important;
    margin: 0px !important;
    padding: 0px !important;
    left: auto !important;
    
}


.currency_select .active_curr:before{
    display: block !important;
}


.currency_select li:hover{
     background: #08b3f1;
    color: #ffffff;
}


.accessories_title{
  
    font-size:20px;
    margin: 20px 0 5px 0px;
}

.accessories_subtitle{
    font-size: 15px;
    margin: 0px 0 20px 0px;
}


.accessory_select{
    padding: 6px;
    background: #08b3f1;
    cursor: pointer;
    position: relative;
}

.accessory_select img{
    opacity: 0;
    width: 12px;
    height: 12px;
}

.accessory_select .aimg{
 
    position: absolute;
    left: 6px;
    top: 6px;
    
}

.accessory_select:hover .himg{
    opacity: 1;
}

.accessory_select_active .aimg{
     opacity: 1;
}

.accessory_currency_info{
    line-height: 1;
    margin: 0 17px 0 0;
    position: relative;
    top: -7px;
    left: 0px;
}

.accessory_col_2{
    padding-left: 22px;
}

.accessories_price_title{
    font-size: 17px;
    margin: 0 0 20px 0;
}

.accessories_price_holder{
    background:#08b3f1;
    padding: 34px 24px 34px 24px;
    margin: 60px 0 0;
}

.accesory_prices_holder .product_prices span{
    margin-right: 40px;
}

.accessories_price_total{
    padding: 24px;
    background: #2c2c2b;
    clear: both;
    margin: 0 0 40px 0;
}

.currency_select_totl{
    right: 0px;
    left: auto;
}

/*//INSTYTUT CSS PODOBNE */


.smilar_box{
    padding: 0px;
    text-align: center;
    margin: 20px 0;
}

.smilar_box span{
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 218px;
    color: #3a3a3a;
    font-size: 14px;
    padding-top: 20px;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
}

.smilar_box span .highlight{
    width: auto;
    display: inline-block;
    color: #08b3f1;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.smilar_hover_box{
    background: #34c1ef;
    opacity: 0;
}

.smilar_box:hover .smilar_hover_box{
    opacity: 1;
}


.smilar_hover_box h3{
    text-transform: uppercase;
    color: #3a3a3a;
    font-size: 18px;
    width: 100%;
    padding: 0 20px;
    margin: 0px;
}

.smilar_hover_box p{
    width: 100%;
    color:#ffffff;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.similar_box_square{
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: inline-block;
}

.floating_menu{
    width: 208px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ececec;
    padding: 20px;
    text-align: center;
}


.floating_menu .subtitle_lines{
    float: none;
    display: inline-block;
    margin: 20px 0;
    cursor: pointer;
    
}

.floating_menu ul{
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.floating_menu ul br{
    display: none;
}



.floating_menu ul li{
     text-align: center;
     width: 100%;
     list-style: none;
     padding: 0px;
     margin: 10px 0;
     font-family:"montserratlight";
     text-transform: uppercase;
    float: none;
     
}
.floating_menu ul li:before{
    display: none;
}

.floating_menu ul li:last-child{
    margin-bottom: 20px;
}

.floating_menu ul .bolded a{
    font-family:"montserratregular";
    font-weight: bold;
}

.floating_menu ul li a{
        color:#3a3a3a;
        font-size: 13px;   
        border-bottom: 1px solid #ececec;
}

.floating_menu ul li a:hover{
        color:#08b3f1;
        text-decoration: none;
}


.floating_menu ul .active{
     color:#08b3f1;
    border-bottom: 1px solid #08b3f1;
}



.contact_bigtitle{
    font-size: 52px;
    padding: 60px 0;
}


.contact_bigtitle2{
    padding-bottom: 0px;
}

.contact_bigsubtitle{
    padding: 10px 0 25px 0;
    font-size: 18px;
    color:#9a9a9a;
}

.category_holder{
    margin-bottom: 40px;
}


.search_txt_bar{
    position: absolute;
    bottom: -38px;
    width: 100%;
    background: #2c2c2b;
    height: 38px;
    overflow: visible;
    padding: 8px 20px;
    left: 0px;
}

.search_txt_bar input, .search_txt_bar img{
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.search_txt_bar input{
    background: #2c2c2b;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-family:"montserratlight";
    width: 100%;
}

.search_txt_bar img{
    width: auto;
    height: 17px;
    float: left;
    position: absolute;
    right: 20px;
    top: 9px;
    background: #2c2c2b;
    cursor: pointer;
}

.highlight{
    background: #ececec;
    color: #08b3f1;
    font-weight: bold;
    margin-right: 0px !important;
}


.search_navigation{
    position: absolute;
    bottom: -76px;
    width: 100%;
    background: #08b3f1;
    height: 38px;
    overflow: visible;
    padding: 12px 20px;
    left: 0px;
    opacity: 0;
    pointer-events:none;
}




.search_navigation span{
    float: left;
    font-size: 14px;
    color: #ffffff;
    font-family:"montserratlight";
}

.search_navi_info_2{
    padding: 0 8px;
}

.snav_close{
    margin-left: 12px;
}

.snavi_down{
    margin-left: 5px;
}

.search_navigation img{
    cursor: pointer;
}

/*CONTACT PAGE*/
.big_header_contact{
    padding-left: 30px !important;
}

.big_header_content_contact p{
    padding-left: 64px !important;
}


.big_header_content_contact h2{
    font-size: 38px;
    color:#f7ca12; 
    
    text-transform: uppercase;
    margin: 44px 0 8px 0;
    padding-left: 64px;
    float: left;
    display: block;
    clear: both;
        
}

.main_map{
   width: 150%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1;
}

.banner5050 div{
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner5050 h3{
    margin: 0 0 40px 0;
    width: 100%;
    font-size: 30px;
    
}

.banner5050 p{
    display: block;
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
    font-size: 20px;
    color: #091e27;
     font-family: 'museo_sans100';
}

.materials_wrapper{
    padding: 68px 0;
}

.materials_col img{
    display: block;
    float: left;
    clear: both;
    margin: 0px;
    max-width: 100%;
    height: auto;
}

.ib_txt1_smaller{
    font-size: 41px !important;
    line-height: 1.2 !important;
}

.ib_txt2_smaller{
     font-size: 30px !important;
    line-height: 1.2 !important;
}

.yellow_banner_ico{
    display: block;
    float: left;
    margin: 0 15px;
}

.materials_col .skills_btn{
    float: left;
    margin: 34px 30px 0 0;;
}

.metod_item{
    padding: 30px;
    border-right: 4px solid #ebeef2;
    border-bottom: 4px solid #ebeef2;
    overflow: hidden;
    
}


.metod_item:nth-child(4n), metod_wrapper .metod_item:last-child{
    
   border-right: 4px solid #ffffff;
    
}

.metod_wrapper_2{
     border-top: 4px solid #ebeef2 !important;
}

.metod_wrapper{
    border-top: 4px solid #ebeef2;
    margin-bottom: 112px;
}

.metod_title{
    position: absolute;
    bottom: 38px;
    left: 30px;
    font-size: 36px;
}


.metod_item:hover .metod_hover{
     left: 0px;
     opacity:1;
}

.metod_hover{
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5; 
    opacity:0;
    padding: 30px;
}

.metod_h_title{
    
    font-size: 57px;
    
}

.metod_h_desc{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px;
}

.metod_h_desc p{
    color: #ffffff;
    font-size: 18px;
    display: block;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: 'museo_sans300';
}

.metod_h_desc img{
    float: left;
    margin: 44px 10px 0 0;
} 


.metod_h_title:hover{
    text-decoration: underline;
    color: #ffffff;
}



.trener_training_list_ico_metodyka{
    margin-bottom: 20px !important;
}



.metodyka_wrapper{
    max-width: 760px;
    margin: 0 auto;
}


.metodyka_wrapper p, .metodyka_wrapper span{
    color:#091e27;
}

.metod_sec_title span{
    display: inline-block;
}

.metod_sec_title{
    position: relative;
     height: 80px;
    overflow: hidden;
    margin-bottom: 74px;
}

.metod_sec_title .num{
    font-size: 72px;
    padding-right: 30px;
    width: 120px;
    margin: 0px;
    float: left;
}

.metod_sec_title .txt{
    font-size: 19px;
    float: left;
     padding-top: 48px;
}

.metod_sec_title span{
   
    color:#091e27;
}


.tool_image{
    margin-bottom: 64px;
}

.tool_image .tbimg{
    border: 2px solid #f7ca12;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    cursor: pointer;
}

.tool_zoom{
    width: 73px;
    height: 73px;
    background: url(images/tool_zom_ico.png) no-repeat 0 0 transparent;
    z-index: 5;
    opacity: 0.5;
    pointer-events: none;
}


.tool_image:hover .tool_zoom{
    opacity: 1;
}

.abs_center{
    position: absolute;
    left: 50%;
    top:  50%;
    
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tool_info_col{
    padding: 0px;
}

.tool_info_col span{
    display: block;
    float: left;
    width:26px;
    font-size: 24px;
    text-transform: uppercase;
}

.tool_info_col p{
    display: block;
    float: left;
    width:calc(100% - 26px);
    font-size: 12px;
    font-family: 'museo_sans300';
    padding: 0 45px 25px 0;
}



.gray_contentbox_txt{
    padding: 28px 54px;
}

.gray_contentbox_txt span{
    font-size: 18px;
}

.span2{
    padding: 1px 0 0 4px;
}

.span_row{
    margin-bottom: 8px;
}

.graybox_col p{
    display: block;
    float: left;
    width: 100%;
    color:#091e27;
    font-size: 14px;
    margin: 12px 0 32px 0;
    font-family: 'museo_sans300';
}

.graybox_col .triangle_gray_big_left{
    display: none;
}



.graybox_right .graybox_col{
    float: right !important;
}


.graybox_right .graybox_col .triangle_gray_big_right{
    display: none;
}

.graybox_right .graybox_col .triangle_gray_big_left{
    display: block;
}



.header_bigtxt{
   
    display: block;
    width: 100%;
    float: left;
    
}

.header_bigtxt p{
     font-family: 'museo_sans100';
    font-size: 71px;
    padding: 0px !important;
}

.about_box_col{
    min-height: 564px;
}

.about_box_right div{
    float: right !important;
}

.about_gray_box{
    padding: 70px 80px 70px 0px;
}

/*.news_box{
    padding: 60px !important;
}*/

.about_box_gray{
    background: #ececec;
}


.about_gray_box p{
    font-size: 12px;
    line-height: 2;
    color: #091e27;
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-width: 580px;
    clear: both;
}

.about_gray_box .skills_btn{
    margin-top: 50px;
    float: left;
    clear: both;
}

.subtitle_lines{
    width: 44px;
    height: 8px;
    float: left;
    clear: both;
    border-top: 2px solid #2e2d2c;
    border-bottom: 2px solid #2e2d2c;
    margin: 20px 0 40px 0;
}

.col2_module .subtitle_lines{
    margin: 20px 0 20px 0px !important;
}

.about_box_right .subtitle_lines{
    float: left !important;
}

.col2_img img{
    width: 100% !important;
    max-width: 450px !important;
}

.news_banner{
    margin-bottom: 10px !important;
}

.news_date{
    font-size: 14px !important;
    color:#2e2d2c;
    margin: 0 0 15px 0 !important;
}

.about_gray_box span{
    color:#2e2d2c;
    display: block;
    float: left;
    clear: both;
    font-size: 36px;
    
    margin: 0 0 0px 0;
    width: 100%;
}

.gray_subtitle, .about_gray_box .gray_subtitle{
    color:#adadad;
    display: block;
    float: left;
    clear: both;
    font-size: 26px;
    margin: 0 0 0px 0;
    width: 100%;
    font-family: 'montserratlight';
}

.news_subtitle{
    color:#2e2d2c !important;
}

.skills_numbers{
    padding: 92px 0px;
}

.skills_numbers_col span{
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    color:#091e27;
}

.skills_numbers_col .small{
    font-size: 30px;
    font-family: 'museo_sans300';
    height: 36px;
}

.skills_numbers_col .num{
    font-size: 100px;
    margin-bottom: 40px;
    
}

.skills_numbers_col .desc{
    font-size: 30px;
    font-family: 'museo_sans300';
    text-transform: uppercase;
}

.skills_numbers_col{
    padding: 0 94px;
}



.projects_collection_title{
    
    color:#091e27;
    display: block;
    float: left;
    clear: both;
    margin: 46px 0;
    font-size: 34px;
}

.z0{
    z-index: 0 !important;
}

.project_big_banner_side{
    padding: 73px 66px 72px 0px;
    z-index: 2;
}


.project_big_banner_side h3{
    color:#ffffff;
    text-transform: uppercase;
    font-size: 48px;
    margin: 0 0 50px 18px;
}

.project_big_banner_side p{
    padding: 0 0 0 64px;
    font-size: 20px;
    margin: 0 0 42px 0px;
    display: block;
    clear: both;
    position: relative;
    z-index: 1;
    font-family: 'museo_sans300' !important;
}

.project_big_banner_side  .skills_btn{
     margin: 0 0 0 64px;
}


.project_big_banner{
    margin-bottom: 52px;
}


.yellow_bg_77{
    background: #f7ca12;
    opacity: 0.77;
}




.content_holder h1, .content_holder h2, .content_holder h3, .content_holder h4, .content_holder h5, .content_holder p {
    color: #091e27;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width:80%;
     
}

.article_hash{
    color: #f7ca12;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width:80%;
    font-size: 19px;
    
    margin-top: 0px;
    margin-bottom: 44px;
}

.article_hash span{
    font-size: 19px;
    margin: 0px 22px 0px 0px;
    padding: 0px;
        
}

.txt_gray_half{
    padding: 0 20px 0 0 !important;
    width: 50% !important;
    clear: none !important;
    display: inline-block !important;
}



.article_title{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 12px;
    padding: 0px;
}

.article_date{
    margin: 74px auto 12px auto;
    font-size: 20px;
    font-family: 'museo_sans300';
    padding: 0px;
}

.content_holder p {
    font-family: 'museo_sans300';
    font-size: 19px;
}

.content_holder h1, .content_holder h2, .content_holder h3, .content_holder h4, .content_holder h5{
    
}





.print_big_banner_side{
    padding: 73px 66px 72px 0px;
    z-index: 2;
}


.print_big_banner_side h3{
    font-size: 60px;
    margin: 0 0 50px 18px;
}

.print_big_banner_side p{
    padding: 0 0 0 64px;
    font-size: 20px;
    margin: 0 0 42px 0px;
    display: block;
    clear: both;
    position: relative;
    z-index: 1;
   font-family: 'museo_sans300' !important;
   color: #091e27;
    
}


.print_big_banner_side  .skills_btn{
     margin: 0 0 0 64px;
}


.print_big_banner{
    margin-bottom: 52px;
}


.trener_item_article{
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 658px;
    max-width: 100%;
}

.th_bigger_social{
    margin: 22px 0 28px 0;
}

.th_bigger_social a{
    margin-right: 22px;
}



.banner_info_txt{
    text-align: left;
    padding: 74px 0 34px 0;
}

.banner_info_txt span{
    display: inline-block;
    color:#2e2d2c;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    margin-right: 20px
}

.banner_info_txt span:last-child{
   margin-right: 0px;
}

.blue_txt{
    color: #34c1ef !important;
}

.banner_info_txt .skills_btn{
    margin-top: 37px;
}


.poster_banner_txt{
    padding: 150px 0px;
}

.poster_banner_txt span, .poster_banner_txt p{
    display: block;
    clear: both;
    line-height: 1.5;
}

.poster_banner_txt span{
    color:#ffffff;
    font-size: 38px;
}

.poster_banner_txt .subtitle{
    color:#ffffff;
    font-size: 18px;
}

.poster_banner_txt p{
    color:#ffffff;
    font-size: 19px;
    color:#34c1ef;
    margin-top: 56px;
    font-style: italic;
    font-family: 'montserratlight';
}




/*//PAGE BANNER*/

.products_content_wrapper{
    padding-right: 40px;
}

.page_banner{
    padding: 0px 0px;
    margin: 0 0 82px 0;
    height:264px;
}

.page_banner_txtholder span, .page_banner_txtholder p{
    display: block;
    clear: both;
    line-height: 1.5;
}

.page_banner_txtholder span{
    color:#ffffff;
    font-size: 42px;
    line-height: 1;
}


.page_banner_txtholder .subtitle{
    color:#ffffff;
    font-size: 24px;
}


.page_banner_txtholder p{
    color:#ffffff;
    margin-top: 21px;
    font-family: 'montserrathairline';
    margin: 22px 0 0 0;
    font-size: 21px;
}




.products_collection_wrapper h1{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1;
}






.product_wrapper_inner{
    padding: 0 208px 0 0;
}







.mobile_btn{
    position: absolute;
    right: 32px;
    top: 15px;
    display: none;
    width: 20px;
    cursor: pointer;
}

.mobile_btn span{
    width: 20px;
    height: 3px;
    background: #f7ca12;
    display: block;
}   

.mobile_btn span:first-child{
    margin-bottom: 4px;
}



#collection_mobile{
    display: none;
}

#collection_desktop{
    display: block;
}

.mobile_visible{
    display: none;
}


.mobile_menu_wrapper{
    position: absolute;
    z-index: 480;
    top:150px;
    left: 10px;
    opacity: 0;
    width: calc(100% - 20px);
    padding-bottom: 100px;
    display: none;
    border-bottom: 4px solid #34c1ef;
}

.mobile_close{
    position: absolute;
    top:10px;
    right: 10px;
    left: auto;
    z-index: 2;
}

.mobile_close:after, .mobile_close:before {
    background: #34c1ef !important;
}

.mobile_menu{
    width: auto !important;
    clear: both !important;
    float: left !important;
    padding: 60px 0 0 20px !important;
    position: relative !important;
    margin: 0px !important;
    z-index: 1;
    left:0px !important;
    top: 0px !important;
   
}

.mobile_menu li{
    clear: both !important;
    margin: 0 0 18px 0px !important;
    display: block !important;
    float: left !important;
}



.mobile_menu_wrapper .mobile_bg{
    background: #2c2c2b;
    cursor:default !important;
}

.mobile_menu_wrapper ul li a{
    color: #ffffff;
    font-size: 14px;
}

.mobile_menu_wrapper ul li a:focus{
    color: #ffffff !important;
}

.mobile_menu_wrapper ul .current-menu-item a, .mobile_menu_wrapper ul li a:hover, .mobile_menu_wrapper ul .current_page_item a, .mobile_menu_wrapper ul .current-menu-ancestor a{
    color: #ffffff;
}

/*container settings*/
@media (min-width: 1920px) {
    
    .container{
/*           max-width: 1648px;*/
             width:calc(100% - 160px) !important;
    }
    
    .news_box, .news_col{
        min-height: 440px;
    }

}

@media (max-width: 1920px) {
    
    .container{
/*        max-width: 1648px;*/
            width:calc(100% - 160px) !important;
    }

}


@media (max-width: 1700px) {
    
    
   .contact_bigtxt {
    font-size: 40px;
}
    
    .container{
/*            max-width: 1648px;*/
            width:calc(100% - 160px) !important;
    }

}






@media (max-width: 1440px) {
    
    
     .contact_bigtxt {
        font-size: 24px;

    }
    
    .service-imgholder{
        width: 30% !important;
    }
    .contact_bigtxt_service_wrapper{
        width: 70% !important;
    }
}

@media (max-width: 1350px) {
    
    
   .container{
    max-width:100% !important;
     width:calc(100% - 120px) !important;
}

}




.cookie_info{
    display: none;   
}


@media (max-width: 1100px) {
   .container{ 
    max-width:100% !important;
     width:calc(100% - 40px) !important;
    }  
    
    .service-imgholder{
        width: 25% !important;
    }
    .contact_bigtxt_service_wrapper{
        width: 75% !important;
    }
    
    .
    
}

.map_txt{
    position: relative;
    overflow: visible;
    z-index: 2;
}

.map_txt div p{
    font-size: 14px;
    width: 100%;
}

.map_txt div h4{
   width: 100%; 
}

.right_outer_yellow_triangle{
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #f7c912;
    top:50%;
    transform: translateY(-50%);
    position: absolute;
}


#menu-secondary_menu, #menu-secondary_menu-1{
    left: auto !important;
    right: 0px;
}

#menu-secondary_menu li a, #menu-secondary_menu-1 li a{
    font-weight: bold;
    text-transform: lowercase;
    color: #ffffff;
   
}  

#menu-secondary_menu li, #menu-secondary_menu-1 li{
    margin-right: 20px;
} 

#menu-secondary_menu li:last-child, #menu-secondary_menu-1 li:last-child{
     margin-right: 0px;
}

.mobile-btn{
    display: none;
    float: right;
    margin: 14px 0 0;
    cursor: pointer;
    
}

.mobile-btn span{
    display: block;
    width: 14px;
    height: 14px;
    background: #2c2c2b;
    padding: 0px;
    margin: 0 0 6px 0px;
}

.mobile-btn span:last-child{
    margin-bottom: 0px;
}






 .floating_menu p{
        display: none;
    }

.error_img{
        max-width:100%;
        height: auto;
    }
    
    .currency_main_holder{
        position: relative;
        float: left;
        overflow: visible;
         margin-top: 20px !important;
         width: 90px;
         height: 25px;
    }
    
    .currency_select_main{
        position: absolute !important;
        left:0px;
        top: 0px;
        float: left !important;
        clear: both !important;
        margin: 0px !important;
       
    }
    
    .floating_show{
        cursor: pointer;
        text-transform: uppercase;
        padding: 0px;
        display: none;
        font-size: 12px;
    }

    
    
     @media (max-width: 1680px) {
     
         .smilar_hover_box h3{
             font-size: 17px;
             padding-left: 16px;
             padding-right: 16px;
             
         }
         
         .smilar_hover_box p{
             margin-top: 12px;
             padding-left: 16px;
             padding-right: 16px;
             line-height: 1.2;
         }
         
     }
    

     @media (max-width: 1440px) {
     
         .smilar_hover_box h3{
             font-size: 16px;
             padding-left: 16px;
             padding-right: 16px;
             
         }
         
         .smilar_hover_box p{
             margin-top: 10px;
             padding-left: 16px;
             padding-right: 16px;
             line-height: 1.2;
         }
         
         .smilar_box {
                width: 25% !important;
            }
			
		
			
         
     }
     
    
 @media (max-width: 1500px) {
	
	
	 .footer_menu{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    
    .footer_menu .subtitle_lines{
        display: none;
    }
    
    .footer_menu ul li{
        margin-right: 16px !important;
    }
    
    .footer_menu ul li a{
        font-size: 9px;
    }
	
	
 }
    
 @media (max-width: 1360px) {
    
     
     .flags_language_selector{
        float: right;
        margin: 56px 0 0 0px;   
    }

    .flags_language_selector .lan_btn{
        display: inline-block;
        clear: none;
        margin: 0px 0px 0px 6px;
    }



     
    #main_menu{
        height: 108px;
    }
    
    #logo-main{
        height: 42px;
        
    }
    
     .search_menu_btn{
       float: left;
        margin: 64px 40px 0 22px;
        width: 19px;
    }
    
    .navbar-nav{
        margin: 66px 0 0 33px;
    }
    
    .carousel-caption p, .carousel-caption p span{
        font-size: 38px;
    }
    
    .carousel{
        height: 540px !important;
    }
    
    .carousel-indicators{
        bottom: 30px;
        left: 30px;
    }
    
    .section_title h3{
        font-size: 33px;
    }
    
    .section_title span{
        font-size: 10px;
       
    }
    
    .subtitle_line{
        width: 30px;
        margin: 6px 0 0 8px;
        
    }
    .section_title{
       margin:  34px 0 21px;
    }
    
    .prod_cat_box span{
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .prod_cat_box_hover img{
        height: 45px;
        margin-bottom: 12px;
    }
    
    .prod_cat_box p{
        font-size: 12px;
        width: 80%;
        
    }
    
    .prod_cat_box img{
        margin-bottom: 12px;
    }
    
    .about_box_col{
        min-height: 480px;
    }
    
    .about_gray_box span{
        font-size: 21px;
    }
    
    .gray_subtitle, .about_gray_box .gray_subtitle{
        font-size: 16px;
    }
    
    .about_gray_box .skills_btn{
        margin-top: 30px;
    }
    
    .about_gray_box{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .banner_info_txt span{
        font-size: 28px;
    }
    
    .banner_info_txt{
        padding: 40px 0;
    }
    
    .banner_info_txt .skills_btn{
        margin-top: 20px;
    }
    
    .poster_banner_txt span{
        font-size: 32px;
    }
    
    .poster_banner_txt .subtitle{
        font-size: 16px;
    }
    
    .poster_banner_txt p{
        font-size: 16px;
        margin-top: 48px;
    }
    
    .footer_menu{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    
    .footer_menu .subtitle_lines{
        display: none;
    }
    
    .footer_menu ul li{
        margin-right: 16px !important;
    }
    
    .footer_menu ul li a{
        font-size: 9px;
    }
    
     .search_menu_btn{
        margin-top: 67px;
    }
    
    .page_banner_txtholder p{
        font-size: 16px;
    }
    
    .page_banner_txtholder span{
        font-size: 38px;
    }
    
    .navigation_title{
        font-size: 33px;
        margin: 20px 0 10px;
    }
    
    .navigation_title span{
        font-size: 33px;
    }
    
    .content_wrapper p{
        font-size: 12px;
        margin: 10px 0;
    }
    
    .content_wrapper ul{
        margin: 10px 0;
    }
    
    .content_wrapper ul li{
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .col2_module{
        margin: 20px 0;
    }
    
    .col2_txtholder h2{
        font-size: 26px;
    }
    
    .col2_txtholder .navigation_title, .col2_img .navigation_title{
        font-size: 33px;
    }
    
    
     .col2_txtholder .navigation_title span, .col2_img .navigation_title span{
        font-size: 33px;
    }
    
    
    .news_date{
        font-size: 12px;    
    }
    
    .free_txt_column{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .free_txt_column span{
        font-size: 21px;
    }
    
     .error_container span{
        font-size: 26px;
    }
    
    .error_container .txt_holder_middle, .error_container .txt_holder_middle .skills_btn{
        margin-top: 26px;
    }
    
    .subtitle_lines{
        margin: 10px 0 20px;
    }
    
    .content_wrapper h1{
        font-size: 30px;
        margin: 20px 0 10px;
    }
    
    h3, .h3{
        font-size: 21px;
        margin: 10px 0px;
    }
    
    h3 .highlight{
        font-size: 21px;
    }
    
    .page_banner{
        margin: 0 0 42px;
    }
    
    .smilar_box{
        width: 33.3333% !important;
    }
    
    .smilar_hover_box h3{
        font-size: 16px;
    }
    
    .category_holder {
        margin-bottom: 20px;
    }
    
    .smilar_box {
        margin: 0;
    }
    
    .contact_bigtitle {
        font-size: 42px;
        padding: 42px 0;
    }
    
    .contact_bigsubtitle {
    
        font-size: 15px;
    }
    
    .order_col {
        height: auto !important;
        max-width: 712px;
        padding-bottom: 50px !important;
       padding-right: 40px !important;
        padding-top: 0;
        width: 100%;
        
    }
    .order_col_r{
        padding-left: 120px;
   }
   
   .product_info .price{
       font-size: 24px;
   }
   
   .product_info .subtitle_lines{
       width: 24px;
       border-bottom: 1px solid #2e2d2c;
        border-top: 1px solid #2e2d2c;
        height: 4px;
        margin-bottom: 18px;
   }
   
   .product_prices span {
        display: inline-block;
        font-size: 16px;
        margin-right: 20px;
    }
    
    .product_prices_holder .skills_btn{
        margin-top: 30px;
    }
    h2, .h2 {
        font-size: 25px;
    }
    
    .content_wrapper h4, .content_wrapper h5, .content_wrapper h3, .content_wrapper h2{
        margin: 10px 0;
    }
   
    .col2_txtholder h2{
        font-size: 24px;
    }
    
    .col2_txtholder span{
        font-size: 18px;
    }
    
    .product_info{
        margin-bottom: 40px;
    }
    
    .accessory_box{
        margin: 10px 0;
    }
    
     .accerosy_img{
        display: none;
    }
    
    .accessory_box .col-md-6{
        width: auto !important;
        
    }
    
    .accessory_box{
        width: auto;
    }
    
    .accerosy_title{
        width: 100% !important;
    }
    
    .accerosy_title span{
        padding-left: 0px;
        min-width: 257px;
        max-width: 257px;
        font-size: 14px;
    }
    
    .navbar-nav li{
        margin-right: 20px;
    }
    
    .search_menu_btn{
        margin-right: 0px;
    }
    
    .accessories_price_holder, .accessories_price_total{
        min-width: 440px;
        
    }
    
    .search_popup_field_wrapper form input{
        font-size: 24px;
    }
    
    .search-info span{
        font-size: 21px;
    }
    
    .search_popu_holder{
        top: 108px;
    }
    
    .search_popup_field_wrapper{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .close_btn_search {
        position: absolute;
        right: 37px;
        top: 10px;
        z-index: 30;
    }
    
    .search_popup_bg{
        top: 170px;
        height: calc(100% - 170px);
    }
}   

    

/*SECTION MOBILE*/



@media (max-width: 1100px) {
     
    
     .search_txt_bar {
       
        bottom: -25px;
        height: 25px;
        left: 0;
        overflow: visible;
        padding: 4px 10px;
        position: absolute;
        width: 50%;
    }
    
    .order_col_2{
        width: 100% !important;
    }
    
    .order_col_2.container50_padding_r2{
        padding-left: 40px;
        padding-right: 0px;
        
    }

    .search_txt_bar input{
        font-size: 13px;
    }
    
    .search_navigation span{
        font-size: 13px;
    }
    
    
    .search_txt_bar img{
        height: 15px;
        top: 5px;
        right: 12px;
    }
    
    
    .floating_menu ul{
        position: relative;
        top: -1px;
    }
    
    .search_navigation div{
        position: relative;
        top: -2px;
        left:0px;
    }
    
    
    .search_navigation{
        bottom: -25px;
        height: 25px;
        left: 50%;
        opacity: 0;

        padding: 4px 17px;
      
        position: absolute;
        width: 50%;
    }
    
     .flags_language_selector{
        float: right;
        margin: 56px 30px 0 0px;   
    }
    
    .search_menu_btn{
        margin-right: 64px;
    }
    
    .accerosy_title span{
        font-size: 14px;
    }
    
    .steptitle {
        font-size: 24px;
        margin: 15px 0px;
    }
    
    .accessories_price_holder{
        min-width: 440px;
         max-width: 440px;
    }
    .accessories_price_total{
       min-width: 440px;
        max-width: 440px;
    }
    
    .accerosy_img{
        display: none;
    }
    
    .accessory_box .col-md-6{
        width: auto !important;
    }
    
    .accerosy_title{
        width: 100% !important;
    }
    
    .accerosy_title span{
        padding-left: 0px;
        min-width: 257px;
        max-width: 257px;
    }
    
    .col2_col{
        width: 100% !important;
        height: auto !important;
            
    } 
    .col2_txtholder{
        padding-right: 0px;
    }
    
    .col2_img img {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px !important;
        max-height: 400px;
        max-width: 100% !important;
        width: auto !important;
    }
    
     .floating_menu{
        width: calc(100% + 40px);
        z-index: 450;
        top:-120px;
        right: -20px;
        top: -40px;
        padding: 5px 20px;
    }
    
   
    
    .floating_menu .subtitle_lines{
        display: none;
    }
    
    .subtitle_lines{
        margin: 10px 0 10px;
    }
    
    .mobile-btn{
        display: block;
    }
    
    .home_menu{
        display: none;
    }
    
    .mobile-btn{
        margin: 50px 0 0;
    }
    
    .search_menu_btn{
        float: right;
        margin-top: 57px;
    }
    
    .floating_menu ul li{
        margin: 0 10px;
        display: inline-block;
        width: auto;
        
    }
    
    .floating_menu ul li a{
        font-size: 10px;
    }
    
    .floating_menu ul li:last-child{
        margin-bottom: 0px;
    }
    
    .floating_menu{
        padding: 5px;
    }
    
    .products_content_wrapper, .product_wrapper_inner{
        padding-right: 0px;
    }
    
    .order_col_r{
        padding-left: 40px !important;
    }
    
}



@media (max-width: 768px) {
    
   
    .col2_txtholder{
        padding-right: 0px;
    }
    
    .col2_col{
        height: auto !important;
    }
 
    
   .container{ 
    max-width:100% !important;
     width:calc(100% - 40px) !important;
    }
    
    #menu-main_menu{
        display: none;
    }
    
}

.flags_mobile{
    float: left !important;
    margin: 10px 0 0 15px !important;
    position: relative;
    z-index: 2;
    clear: both !important;
}

.flags_mobile div{
    background: #34c1ef !important;
}

.flags_mobile div{
    background: #34c1ef !important;
}

.flags_mobile span{
    color: #2c2c2b !important;
}



@media (max-width: 766px) {
        
    
    .products_content_wrapper{
        padding-top: 40px !important;
    }
    
    
    .search_txt_bar{
        width: 100%;
    }
    
     
    .search_navigation {
        width:100%;
        left:0px;
        bottom:-50px;
    }
    
    .fl_main{
       display: none; 
    }
    
    .accessories_price_holder, .accessories_price_total{
        min-width:auto;
    }
    
    .accessory_box .col-md-6{
        width: 100% !important;
    }
    
    .free_txt_column{
        height: auto !important;
    }
    
    .col2_col{
        height: auto !important;
    }
    
    .search_menu_btn{
       float: right;
        margin: 22px 40px 0 0;
        width: 19px;
    }
    
    
    .mobile-btn{
        
        margin: 14px 0 0;
        
    }
    
    .floating_menu ul li:last-child{
        margin-bottom: 10px;
    }
    
    .floating_show{
        display: block;
    }
    
    .floating_menu ul li{
        line-height: 1;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .floating_menu ul{
        height: 0px;
        overflow: hidden;
    }
    
    .currency_main_holder .currency_select_main{                                                
        margin: 0px !important;
    }
    
    .smilar_hover_box{
        left: -20px;
        width: calc(100% + 40px);
    }
    
    .accessories_price_title{
        font-size: 14px;
    }
    
    .accessories_price_holder{
        width: calc(100% + 40px);
        position: relative;
        left: 20px;
        max-width:200%;
    }
    
    .accessories_price_total{
       width: calc(100% + 40px);
        position: relative;
        left: 20px; 
        padding-right: 0px;
        max-width:200%;
    }
    
    .accessory_select{
        margin-top: 15px;
    }
    
    .accesory_currency_holder{
        width: 100%;
        max-width: 256px;
    }
    
    .accessory_currency_info{
        position: absolute;
        right: 0px;
        position: absolute;
        top: -21px !important;
        left: auto;
        margin: 0px;
        font-size: 11px;
    }
    
    .total_price_title2{
        margin-top: 20px;
    }
    
    .search_popu_holder{
        top: 62px;
    }
    .steptitle{
        font-size: 24px;
    }
    
    
    .currency_select{
       position: static;
       float: left;
       margin-top: 20px !important;
       clear: both;
    }
    
    .accessories_price_holder div{
        margin-top: 0px !important;
        height: auto !important;
    }
    
    .accesory_prices_holder .product_prices span, .product_prices span{
        margin-right: 0px;
    }
    
    .accessory_col_2{
        padding-left: 0px;
        margin-top: 20px;
    }
    
     .accerosy_img{
        display: none;
    }
    
    .price_total_txt{
        display: none;
    }
    
    .price_total_numbers{
        width: 100% !important;
        height: auto !important;
    }
    
    .price_total_numbers div{
        margin-top: 0px !important;
    }
    
    .price_total_numbers .currency_select{
        float: right !important;
        clear: none !important;
        margin-top: 0px !important;
        position: absolute !important;
        right: 0px !important;
        top: 4px !important;
    }
    
    .accerosy_title span{
        font-size: 16px;
        padding: 0px;
    }
    .product_prices{
        width: 100%;
        max-width: 224px;
    }
    
 
    
    .product_prices span:last-child{
        float: right !important;
    }
       
    .accesory_subcol{
        padding: 0px 0px;
        height: auto !important;
        width: 100%;
    }
    
    .product_prices_holder .skills_btn{
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    h2, .h2{
        font-size: 25px;
    }
    
    .col2_module{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .col2_txtholder .skills_btn{
        margin-top: 0px;
        font-size: 12px !important;
    }
    
    .content_wrapper h4{
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .content_wrapper h5{
        font-size: 14px;
         margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .product_prices span{
        font-size: 14px;
    }
    
    .product_info .price{
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .product_info .subtitle_lines{
        margin-bottom: 20px;
    }
    
    .product_prices_holder{
        padding: 0px;
    }
    
    .product_info_img{
        height: auto !important;
    }
    
    .search-item h3{
        font-size: 15px;
    }
    
    .search-item{
       margin-top: 15px;
       margin-bottom: 15px;
    }
    
    .search-item p{
        margin-top: 15px;
    }
    
    .search-info{
        margin-top: 20px;
    }
    
    .search-info span{
        font-size: 16px;
        line-height: 1 !important;
    }
    
    .contact_bigsubtitle{
        font-size: 13px;
    }
    
    .contact_subtitle{
        font-size: 17px;
    }
    
    .order_col_r{
        padding-left: 20px;
    }
    
    .order_col{
        padding-bottom: 20px;
        height: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .contact_bigtxt{
        font-size: 25px;
        
    }
    
    .order_col_r{
        padding-bottom: 40px !important;
    }
    
    .form_left_column, .form_right_column{
        width: 100%;
    }
    
    .form_right_column{
        padding-top: 20px;
        padding-left: 0px;
    }
    
    .wpcf7-submit{
        width: 100%;
        margin-top: 15px;
        position: static;
        float: left;
    }
    
    
    .contact_bigtitle{
        font-size: 35px;
        padding-top: 40px;
        padding-right: 20px;
    }
    
    .smilar_hover_box h3{
        font-size: 16px !important;
    }
    
    .smilar_box{
        margin-top:10px;
        margin-bottom: 10px;
    }
    
    .category_holder{
        margin-bottom: 20px;
    }
    
    .smilar_box{
        width: 100% !important;
    }
    
    .similar_box_square{
        max-width: 100%;
    }
    
    .product_wrapper_inner, .products_content_wrapper{
        padding: 0px;
    }
    
    .floating_menu{
        width: calc(100% + 40px);
        z-index: 450;
        top:-120px;
        right: -20px;
        top: -40px;
        padding: 5px 20px;
    }
    
   
    
    .floating_menu .subtitle_lines{
        display: none;
    }
    
    .subtitle_lines{
        margin: 10px 0 10px;
    }
    
    .content_wrapper h1{
        margin: 20px 0 10px;
        font-size: 30px;
    }
    
    .content_wrapper h3{
        margin: 10px 0;
        font-size: 18px;
    }
    
    .page_banner{
        margin-bottom: 40px;
    }
    
    .free_txt_column span{
        font-size: 20px;
    }
    
    .free_txt_column{
        width: 100% !important;
       
        margin: 10px 0;
    }
    
    .error_container .txt_holder_middle, .error_container .txt_holder_middle .skills_btn{
        margin-top: 30px;
    }
    
    .skills_btn_bigger{
        font-size: 16px !important;
    }
    
    .error_wrapper{
        padding-bottom: 60px;
    }
    
    .error_container span{
        font-size: 20px;
    }
    
    .about_gray_box .skills_btn{
        margin-top: 30px;
    }
    
    .news_date{
         font-size: 12px !important;
    }
    
    .about_box_gray{
        height: auto !important;
    }
    
    .jobtitle, .jobbox{
        padding: 10px 20px;
    }
    
    .jobbox_outer{
        width: 100%;
        padding: 10px 0 10px;
    }
    
    .col2_txtholder .navigation_title, .col2_img .navigation_title{
        font-size: 26px;
    }
    
    .col2_txtholder .navigation_title span, .col2_img .navigation_title span{
        font-size: 26px;
    }
    
    .col2_img img{
        margin: 10px 0 10px;
    }
    
    .col2_img{
        margin-top: 20px;
    }
    
    
    
    
    .content_wrapper ul{
        margin: 10px 0;
    }
    
    .col2_txtholder h2{
        font-size: 18px;
    }
    
    .col2_txtholder{
        padding: 0px;
    }
    
    .col2_col{
        width: 100%;
    }
    
    .col2_txtholder span{
        font-size: 14px;
    }
    
    .content_wrapper p{
        margin: 10px 0;
    }
    
    .navigation_title{
        font-size: 26px;
        margin: 20px 0 10px; 
    }
    
    
    .navigation_title span{
        font-size: 26px;
    }
    
    .page_banner_txtholder span{
        font-size: 35px;
    }
    
    .page_banner_txtholder p span, .page_banner_txtholder p{
        font-size: 15px;
    }
    
    .page_banner{
        height: 395px;
    }
    
    .search_popup_field_wrapper form input{
        font-size: 19px;
        padding: 10px;
    }
    
    .search_popup_field_wrapper{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .search_popup_field_wrapper{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .search_popup_bg{
        top:130px;
        height: calc(100% - 130px);
    }
    
    .search_popup_field_wrapper form .searchformico, .search_popup_field_wrapper form .search-submit{
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        width: 28px;
        height: 30px;
        right: 10px;
    }
    
    .close_btn_search{
        right: 10px;
        top: 10px;
    }
    
    .carousel{
        height: 396px !important
    }
    
    .header_bar{
        width: 0px;
    }
    
   .container{ 
     max-width:100% !important;
      width:calc(100% - 40px) !important;
    }
    
    #main_menu{
        height: 62px;
    }
    
    #logo-main{
        height: 32px;
        width: auto;
        margin-top: 15px;
    }
    
    .carousel-caption p, .carousel-caption p span{
        font-size: 18px;
    }
    
    .carousel-indicators{
        bottom: 20px;
        left: 20px;
    }
    
    .skills_btn{
        font-size: 12px;
    }
    
    .section_title h3{
        font-size: 26px;
    }
    
    .section_title span{
        font-size: 6px;
    }
    
    .subtitle_line{
        width: 20px;
        margin: 4px 0 0 2px;
        height: 1px;
        
    }
    
    .section_title span{
        font-size: 6px;
    }
    
    .section_title{
        margin: 30px 0 15px;
    }
    
    .prod_cat_box{
        width: 100% !important;
    }
    
    .prod_cat_box{
        padding: 18px 0;
    }
    .prod_cat_box p{
        width: 80%;
        font-size: 12px;
    }
    
    .prod_cat_box span{
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    .prod_cat_box img{
        height: 52px;
    }
    
    
    
    .about_img_box{
       position: absolute;
       top: 0px;
       left: 0px;
    }
    
    .about_gray_box{
       padding-top: 20px;
       padding-bottom: 30px;
    }
    
    .about_gray_box span{
       font-size: 18px; 
    }
    
    .gray_subtitle, .about_gray_box .gray_subtitle{
        font-size: 14px;
    }
    
    .subtitle_lines{
        margin-bottom: 20px;
    }
    
    .about_box_col{
        min-height: 1px;
    }
    
    .banner_info_txt span{
        font-size: 18px;
        text-align: left;
    }
    
    .banner_info_txt{
        padding: 26px 0 26px;
    }
    
    .poster_banner_txt span{
        font-size: 32px;
        line-height: 1;
    }
    .poster_banner_txt .subtitle{
        font-size: 16px;
        margin-top: 8px;
    }
    
    .poster_banner_txt p{
        font-size: 16px;
        margin-top: 25px;
    }
    
    .poster_banner_txt{
        padding-top: 540px;
        padding-bottom: 60px;
    }
    
    .poster_banner{
        background-image: url(images/zbigniew_mobile.jpg) !important;
        background-position: center top !important;
    }
    
    .footer_logo{
        position: static;
        clear: both;
    }
    
    .footer_info{
        position: static;
        clear: both;
        float: left;
    }
    
    .footer_menu .subtitle_lines{
        display: none;
    }
    
    .footer_menu ul li{
        float: left !important;
        margin-left: 0px !important;
        clear: both !important;
    }
    
    .footer_info img{
        float: left;
        
    }
    
    .footer_info div{
        float: left;
        max-width: 100%;
        width: auto;
    }
    
    .footer_info span{
      display: block;
      font-size: 10px;
      text-align: left;
    }
    
    .footer_menu ul{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */




.tablepress tfoot th, .tablepress thead th{
    color:#ffffff;
    background: #08b3f1 !important;
}

.tablepress td, .tablepress th{
    padding: 15px 20px !important;
}

.tablepress tbody td, .tablepress tfoot th{
   border-bottom: 1px solid #000000 !important;
}

.tablepress tbody td{
    border-left: 1px solid #000000 !important;
}

.tablepress tbody{
    border-right: 1px solid #000000 !important;
     border-top: 1px solid #000000 !important;
}

.tablepress{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.tablepress{
            font-size: 13px;
}

table caption{
    display: none !important;
}


.linkIcon{
    background: url(images/download_icon.png) no-repeat 100% 0 transparent;
    padding: 0 30px 0px 0px;
}


.skills_btn.linkIcon {
    padding: 6px 28px;
    background: #2e2d2c;
}

.skills_btn.linkIcon:focus {
    background: #2e2d2c;
    color: #ffffff;
}

.skills_btn.linkIcon:hover {
    background: #ffffff;
    color: #2e2d2c;
}

/*.tablepress tr{
    border-bottom: 1px solid #000000 !important;
}*/

/*.tablepress thead tr{
     border-bottom: 1px solid #000000 !important;
}*/

.next_pp, .prev_pp{
    display: none !important;
}

.navigation{
    float: left;
    width: 100%;
    clear: both;
    padding: 0 24px;
    margin: 40px 0 0 0;
}

.navigation ul{
    display: block;
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: center;
      
}

.navigation ul li{
    display: inline-block;
    border-right: 1px solid #2e2d2c;
    padding: 0px 10px;
    margin: 0px;
}

.navigation ul li:last-child{
    border-right: none !important;
}

.navigation ul li a{
    font-family: "montserrathairline";
    font-size: 28px;
    color: #2e2d2c;
    font-weight: normal;
    
}

.navigation ul .active a{
    font-weight: bold;
    font-family: "montserratlight";
}

.navigation ul li a:hover{
    font-weight: bold;
    font-family: "montserratlight";
    text-decoration: none;
}
.service_title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 0px;
}

.service_subtext {
    font-size: 30px;
    display: block;
    float: left;
    clear: both;
    margin: 6px 0 0 0;
    font-weight: 300;
     font-family: "montserratlight";
}

.service_item_wrapper {
    margin: 0 0 80px 0;
}

.subtitleline_service {
    margin-top: 38px;
    margin-bottom: 20px;
}

.service-imgholder {
    padding: 0 32px 0 0;
}

.service_img {
    max-width: 100%;
    height: auto;
    display: block;
    float: left;
}

.contact_service_personname {
    font-size: 18px;
    margin: 0 0 34px 0;
    line-height: 1;
    font-family: 'montserratregular';
    font-weight: 700;
}



@media (max-width: 500px) {
        
    
    .service_subtext{
        font-size:18px;
    }
    
    .service_title {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    
    .contact_bigtitle{
        font-size: 26px;
    }
    
    .service-imgholder, .contact_bigtxt_service_wrapper{
        width: 100% !important;
        
    }
    
    .service_img{
         width: 70% !important;
    }
    
    
    .contact_bigtxt_service_wrapper{
         padding-left: 0px;
         padding-right: 0px;
    }
    
    
    .service_img{
        margin: 0;
        margin-bottom: 34px;
        float: none;
    }
    
    .service-imgholder{
        padding: 0px;    
    }
    
  
    
    .order_col_2 {
        padding: 0px 20px 30px 20px !important;
        height: auto !important;
    }
    
    .contact_service_personname, .contact_bigtxt_service{
        text-align: left;
       
    }
    
   .contact_bigtxt_service_wrapper  .contact_bigtxt_service{
        font-size: 16px;
    }

    .order_col_2_2{
       margin-bottom: 30px; 
    }
    
}


/* /////////////   NEW STYLES   //////////// */
.h-line {
    width:100%;
    height:1px;
    background: #000;
    margin: 20px 0;}

.mr30 {
    margin-right: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mb90 {
    margin-bottom: 90px;
}
.center-verticall-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.soft_title {
    font-size: 20px;
}

.iframe-link {
    padding: 0 15px 15px 0;
}

@media (max-width: 500px) {
    .iframe-link {
        padding: 0 0 15px 0;
    }
}
