:root {
  --blue_color: #477aa9;
}
* {
    padding: 0;
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    background-color: #fafafa;
    color: #3d3d3d;
}
body {
    min-width: 320px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 300;*/
}
main {
    flex: 1 0 auto;
}
img {
    border: 0;
}
/*base properties*/
h1{
    font-size: 3.125rem;
    font-weight: 900;
    text-align: center;
    color: #3d3d3d;
}
h2{
    font-size: 1.875rem;
    font-weight: 300;
    margin: inherit;
    line-height: inherit;
}
.ap_white{
    background-color: #fff!important;
}
.ap_blue{
    background-color: #477aa9!important;
}
.btn.ap_blue:hover{
    background-color: #5c92c3!important;
}
.ap_green{
    background-color: #49C169 !important;
}
.ap_red {
    background-color: #ff6f60 !important;
}
.ap_blue_text{
    color: #477aa9!important;
}
/*#66b7bb*/
.ap_light_blue_text{
    color: #66b7bb;
}
.ap_black_text{
    color: #3d3d3d!important;
}
.ap_white_text{
    color: #fff!important;
}
.ap_green_text{
    color: #49C169;
}
.ap_green_highlighted_text{
    color: #2bbbad;
}
.ap_red_text {
    color: #ff6f60 !important;
}
.ap_grey_text{
    color: #aaa;
}
.ap_height_100{
    height: 100%;
}
.ap_width_100{
    width: 100%;
}
.ap_padding_top_10{
    padding-top: 10px!important;
}
.ap_padding_bottom_5{
    padding-bottom: 5px;
}
.ap_padding_bottom_10{
    padding-bottom: 10px;
}
.ap_padding_top_20{
    padding-top: 20px!important;
}
.ap_padding_bottom_20{
    padding-bottom: 20px!important;
}
.ap_padding_bottom_15{
    padding-bottom: 15px!important;
}
.ap_padding_top_30{
    padding-top: 30px!important;
}
.ap_padding_bottom_30{
    padding-bottom: 30px!important;
}
.ap_margin_bottom_0{
    margin-bottom: 0;
}
.ap_margin_bottom_10{
    margin-bottom: 10px;
}
.ap_margin_bottom_15{
    margin-bottom: 15px;
}
.ap_margin_bottom_20{
    margin-bottom: 20px;
}
.ap_margin_bottom_30{
    margin-bottom: 30px!important;
}
.ap_margin_bottom_50{
    margin-bottom: 50px;
}
.ap_margin_left_10{
    margin-left: 10px!important;
}
.ap_margin_right_10{
    margin-right: 10px!important;
}
.ap_margin_left_30{
    margin-left: 30px;
}
.ap_padding_left_15{
    padding-left: 15px;
}
.ap_padding_right_15{
    padding-right: 15px;
}
.ap_margin_top_20{
    margin-top: 20px!important;
}
.ap_margin_top_30{
    margin-top: 30px!important;
}
.ap_margin_top_50{
    margin-top: 50px!important;
}
.ap_relative{
    position: relative;
}
.ap_span_inline_block,
.inline_block{
    display: inline-block;
}
.ap_no_padding{
    padding: 0!important;
}
.ap_middle_btn{
    transform: translateY(-50%);
}
.ap_rounded_btn{
    border-radius: 30px;
}
.ap_fs_12{
    font-size: 12px;
}
.ap_fs_13{
    font-size: 13px;
}
.ap_fs_14{
    font-size: 14px;
}
.ap_fs_16{
    font-size: 16px;
}
.ap_fs_20{
    font-size: 20px;
}
.ap_fs_24 {
    font-size: 24px;
}
.ap_fs_30{
    font-size: 30px;
}
.ap_fs_36{
    font-size: 36px;
}
.ap_fs_50 {
    font-size: 50px;
}
.ap_fs_56 {
    font-size: 56px;
}
.ap_fw_100{
    font-weight: 300;
}
.ap_fw_300{
    font-weight: 300;
}
.ap_fw_400{
    font-weight: 400;
}
.ap_fw_700{
    font-weight: 700;
}
.ap_fw_900{
    font-weight: 900;
}
.ap_uppercase{
    text-transform: uppercase;
}
.ap_center{
    margin-left: auto;
    margin-right: auto;
}
.ap_center_imp{
    margin-left: auto!important;
    margin-right: auto!important;
}
.ap_border_top{
    border-top: 1px solid rgba(0,0,0,0.1);
}
a.link:hover{
    text-decoration: underline;
}
a.link{
    color: #477aa9;
    text-transform: none!important;
    cursor: pointer;
}
.ap_break_word{
    word-break: break-all;
    word-break: break-word;
}
.ap_ff_rc{
    font-family: 'Roboto Condensed', sans-serif;
}
.ap_display_inline_table{
    display: inline-table;
}
.ap_display_table_cell{
    display: table-cell!important;
}
.ap_valign_middle{
    vertical-align: middle;
}
.ap_valign_sub{
    vertical-align: sub;
}
.ap_lineheight_100{
    line-height: 100%;
}
/*Mater Toast classes*/
.t_success{
    background-color: #49C169;
}
.t_warning{
    background-color: #FFC860;
}
.t_error{
    background-color: #FF6F60;
}
/*------------*/

.ap_hide{
    display: none;
}
.ap_show{
    display: inherit;
}
.ap_invisible{
    visibility: hidden;
}
.ap_visible{
    visibility: visible;
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

nav{
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.2);
}

ul.left.hide-on-med-and-down{
    margin-left: 30px;
}

.brand-logo{
    /*font-family: Quicksand, sans-serif;*/
    font-size: 2.25rem!important;
    padding-left: 15px;
}
.brand-logo img{
    vertical-align: middle;
    margin-top: 0;
    height: 37px;
    /*width: 40px;*/
}
span.badge{
    font-weight: 300;
    font-size: 0.875rem;
    border-radius: 2px;
    vertical-align: middle;
}
span.badge.new_messages {
    font-weight: 400;
    font-size: 0.675rem;
    min-width: inherit;
    height: inherit;
    line-height: 15px;
    padding: 0 6px;
}
span.badge.custom_badge{
    font-size: 10px;
    line-height: initial!important;
    font-weight: normal;
    border-radius: 3px;
    position: relative!important;
    display: inline-block!important;
    top: -5px!important;
    left: 2px!important;
    height: auto;
    min-width: auto!important;
    padding: 0 3px!important;
    float: none!important;
    margin-top: 0!important;
    margin-left: 5px;
}
.side-nav li{
    line-height: 64px;
}
.side-nav li > a{
    font-size: 1rem;
    font-weight: normal;
    line-height: 64px;
    height: auto;
    padding-left: 15px;
}
.side-nav .collapsible-header{
    padding-left: 15px;
}
.side-nav .collapsible-body li a{
   padding-left: 30px;
}
.side-nav li > a > i.material-icons{
    width: auto;
}
.side-nav .watchlist_collapsible .collapsible-body li a{
    padding-left: 45px;
}
.watchlist_collapsible > li.active,
.watchlist_collapsible > li.active:hover,
li.watchlist_list:hover{
    background-color: transparent;
}
#mobile span.badge{
   /*line-height: 1rem;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*left: 5px;*/
    /*top: -2px;*/
    /*margin-top: 24px;*/
    float: none;
}

.btn, .btn-large, .btn-flat{
    text-transform: none;
}
nav .btn{
    margin-left: 5px!important;
    margin-right: 15px!important;
    padding-left: 15px;
    padding-right: 15px;
}
nav li a {
    outline: none;
    /*padding: 0 35px;*/
    padding: 0 20px;
    /*display: inline-block;*/
}
#mobile li a,
#mobile li a i
{
    color: #477aa9;
}
nav ul a:hover{
     background-color: #eeeeee;
}


#wrapper header nav ul li a i{
    font-size: 1.5rem;
}
i.right {
    margin-left: 0;
}
#mobile .collapsible-header i,
nav .collapsible-header i
{
    float: none!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all 1.5s;
}
#mobile li.active > .collapsible-header i,
nav li.active > .collapsible-header i{
    transform: rotate(540deg);
}
#mobile .user_name{
    display: flex;
    align-items: center;
}
#mobile .user_name .material-icons {
    margin: 4px 0 0;
}
.dropdown-content li:focus{
    background-color: transparent;
}
a[data-target='user-dropdown']{
    padding: 0 7px 0 10px;
    max-width: 200px;
    /*min-width: 105px;*/
    height: 64px;
    float: right;
}
#user-dropdown{
    width: 200px!important;
    right: 0!important;
    left: auto!important;
}
.watchlist_collapsible.desktop{
    margin: 0;
    border: 0;
}
.watchlist_collapsible.desktop .collapsible-header{
    border: none;
}
.watchlist_collapsible.desktop .collapsible-body{
    padding: 0 0 0 15px;
    border: none;
}
div.clearfix:after {
    display: block;
    content: " ";
    font-size: 0;
    clear: both;
}
.dropdown-content a{
    color: #477aa9 !important;
}
/*Temp width of dropdown content */


ul#tools-dropdown,
ul#catalogues-dropdown,
ul#events-dropdown
{
    width: auto!important;
    /*dropdown top offset height of header*/
    top: 54px!important;
}

.premium_brand_logo{
    position: relative;
}
.premium_brand_logo:after{
    position: absolute;
    content: "Premium";
    color: #E4C18D;
    font-size: 11px;
    font-weight: 700;
    z-index: 1;
    top: -13px;
    right: -10px;
}

/*-----------------------*/



.footer_column_title{
    font-size: 1.5rem;
    color: #3d3d3d;
}
footer .container{
    max-width: none;
    width: 90%!important;
}
footer .row .col:last-child ul li{
    text-align: right;
}
footer .row .col:last-child .footer_column_title{
    text-align: right;
}
footer .social_images_container img{
    max-width: 48px;
    max-height: 48px;
}
footer .row{
    position: relative;
}
.social_images_container{
    position: absolute;
    bottom: 0;
    right:0.75rem;
}
.apple_cont,.google_play_cont{
    text-align: right;
}
.apple_cont img,
.google_play_cont img{
    height: 40px;
    width: auto;
    max-width: inherit!important;
}
footer .row .col:last-child{
    padding-bottom: 140px!important;
}
.reg_container .login,
.reg_container .signup,
#mobile .login,
#mobile .signup{
    display: inline-block;
    padding: 0 10px;
    line-height: 64px;
}
.reg_container .signup{
    margin-right: 15px;
}
.reg_container .login i,
.reg_container .signup i,
#mobile .login i,
#mobile .signup i{
    display: inline-block;
    font-size: 18px!important;
    padding-right: 5px;
    margin-right: 0;
}
.reg_container a span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    max-width: 135px;
    white-space: nowrap;
}
#mobile .login i,
#mobile .signup i{
    line-height: 64px;
    padding-left: 15px;
}
#mobile .login ,
#mobile .signup{
    /*display: block;*/
    height: inherit;
    padding: 10px 10px 5px 10px;
}
#mobile .login:hover,
#mobile .signup:hover{
  background-color: transparent;
}


/*----- dialogs styles*/
.modal .header,
#login_modal .header,
#signup_modal .header
{
    text-align: center;
}
.modal:not(.datepicker-modal),
#login_modal,
#signup_modal
{
    -webkit-overflow-scrolling: touch;
    max-width: 920px;
    width: 90%;
    /*max-height: 95%;*/
    background: #fff;
}
.modal.bottom-sheet{
    max-width: 100%;
}
.modal .modal-footer,
#login_modal .modal-footer,
#signup_modal .modal-footer{
    background-color: #fff;
}
#login_modal .fcb_login a,
#signup_modal .fcb_login a{
    display: inline-block;
    margin-bottom: 15px;
}
#login_modal .fcb_login img,
#signup_modal .fcb_login img{
    max-width: 260px;
    width: 100%;
}
#login_modal form .col,
#signup_modal form .col{
    padding-left: 0;
}
#login_modal form .input-field label,
#signup_modal form .input-field label{
    left: 0;
}
#login_modal .btn[type='submit']
{
    height: 50px;
    padding: 0 3.35rem;
}
#signup_modal .btn[type='submit']
{
    height: 50px;
    padding: 0 3.7rem;
}
#login_modal .signup.btn,
#signup_modal #open_login_modal{
    height: 50px;
    padding: 0 3.4rem;
    line-height: 50px;
    margin-top: 10px;
}
#login_modal input:-webkit-autofill,
#signup_modal input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
#login_modal .signup_cont{
    margin-bottom: 0;
}
#id_email{
    display: none;
}
#signup_modal form input:not([type='checkbox'])+label:after{
    width: calc(100% - 20px);
    min-width: 150px;
    /*font-size: 0.8rem;*/
    /*line-height: 100%;*/
    /*-webkit-transform: none;*/
    /*transform: none;*/
    /*transition: none!important;*/
    /*top:65px*/
}
#signup_modal input {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#signup_modal .modal-content{
    padding-bottom: 0;
}
#signup_modal .modal-content>.row{
    margin-bottom: 0;
}

.conditions_wrapper label{
    font-size: 14px;
    line-height: 20px;
}


/*-----------------------*/
.throbber_container{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.throbber_container .progress{
    position: relative;
    top: 50%;
    width: 50%;
    left: 25%;
}
/*dialog errors buttons*/
.errors.buttons_container{
    position: absolute;
    right: 10px;
    width: 65px;
    top: 10px;
}
.errors.buttons_container img{
    max-height: 25px;
}
.errors.buttons_container .btn{
    padding: 8px;
}
.errors.buttons_container .btn:first-child{
    margin-bottom: 10px;
}
.bottom_shadow{
    /*width: 80%;*/
    position: relative;
    top: 0;
    height: 25px;
    overflow: hidden;
    /*background: radial-gradient(50% 180%,#82b7de 10%,#5083b2 75%);*/
    /*background: -webkit-radial-gradient(50% 122%,rgba(0,0,0,0.07) 10%,#fafafa 80%);*/
    background: radial-gradient(50% 122%,rgba(0,0,0,0.07) 10%,#fafafa 60%);
    background: -moz-radial-gradient(50% 122%,rgba(0,0,0,0.07) 10%,#fafafa 60%);
    background: -webkit-radial-gradient(50% 122%,rgba(0,0,0,0.07) 10%,#fafafa 60%);
}
nav .sidenav-trigger i {
    font-size: 44px;
}

input.select-dropdown {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.user_profile_image{
    height: 50px;
    width:50px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.user_profile{
    height: 50px;
    width:50px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-transform: capitalize;
    border-radius: 50%;
    background-color: #477aa9;
    color: #fff!important;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    display: inline-block;

}
.user_profile img{
    height: 30px;
    vertical-align: middle;
    text-align: center;
}
/*Notifications styles */
.notifications_icons_cont{
    display: inline-block;
}
.notifications_icons_cont a,
.notifications_icons_cont .balance
{
    padding: 0 18px 0 0;
    position: relative;
    display: inline-block;
}
.notifications_icons_cont a img,
.site_search_icon img
{
    max-height: 20px;
    vertical-align: middle;
}
.notifications_icons_cont a .noty_count{
    position: absolute;
    right: 7px;
    top:15px;
    font-weight: 400;
    font-size: 10px;
    height: 12px;
    line-height: 13px;
    padding: 0 4px;
    background-color: #ff6f60;
    border-radius: 2px;
    min-width: 22px;
    text-align: center;
    animation: noty_blinking 1s ease-in infinite;
}

@keyframes noty_blinking  {
    from {opacity: 1;}
    to {opacity: 0}
}

.notifications_icons_cont a .noty_count:empty{
    display: none;
}
.reg_container img.user_image{

    /*max-height: 60px;*/
    /*max-width: 60px;*/

}
.site_search_icon{
    padding: 0 8px 0 4px;
}

.notifications_icons_cont a:hover,
.reg_container a:hover,
.site_search_icon:hover{
    background-color: transparent;
    cursor: pointer;
}

#notifications_container {
    /*display: none;*/
    position: absolute;
    top: -600px;
    right: 0;
    z-index: 3;
    background-color: #fff;
    padding: 15px;
    max-width: 330px;
    transition: top .25s;
    max-height: 500px;
    overflow-y: scroll;

}
#notifications_container.active{
    top: 0;
}
#notifications_container li{
    /*margin-bottom: 20px;*/
    /*padding-left: 30px;*/
    padding-bottom: 20px;
    position: relative;
    clear: both;
    word-wrap: break-word;
}
li.unread:before{
    position: absolute;
    content: " ";
    width: 6px;
    height: 100%;
    /* border-radius: 50%; */
    background-color: #26a69a;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
#notifications_container li a {
    color: #477aa9;
    cursor: pointer;
}
#notifications_container li a:hover{
    text-decoration: underline;
}


/*--------------*/

.premium_button{
    background-color: #fff;
    margin: 5px;
    max-width: 510px;
    padding: 10px 2%;
    min-height: 120px;
    min-width: 260px;
    display: inline-block;

}
.premium_button .button_image_block{
    height: 100%;
    width: 75px;
    margin-top: 15px;
    font-size: 0;
}
.premium_button .button_image_block img{
    max-height: 60px;
    max-width: 60px;
    vertical-align: middle;

}
.premium_button .text_block{
    width: calc(100% - 75px);
    line-height: 26px;
    font-size: 0;
}
.premium_button .price_text{
    color: #f5b736;
}
.no_premium{
    filter: blur(4px) grayscale(2%);
}


/* --------------Site search ----------------*/
.site_search_control .search_display_name{
    font-weight: 700;
}
.site_search_control .search_type_description{
    font-weight: 700;
    color: #3d3d3d;
    font-size: 13px;
}
.site_search_control .search_type_description:first-letter{
    text-transform: capitalize;
}
.site_search_control .search_details{
    font-weight: 300;
    color: #3d3d3d;
    font-size: 13px;

}
.site_search_control .search_site_dropdown_row{
    line-height: 120%!important;
}

#site_search_wrapper{
    position: absolute;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 5px 5px;
    max-width: 600px;
    z-index: 15;
    right: 0;
    display: flex;
    /*transform: translateX(0);*/
    transition: transform 0.2s ;
    /*align-items: center;*/
}
#site_search_wrapper.hidden{
    transform: translateX(650px);
}
#site_search_wrapper .custom_selectize {
    flex: 1 0 auto;
    width: 315px;
}
.search_control_icons img{
    max-height: 20px;
    margin: 0 4px;
}
.close_site_search_control{
    cursor: pointer;
    opacity: 0.4;
}
.site_search_control .selectize-input,
.site_search_control .selectize-input input{
    font-size: 16px!important;
}
.charter_live_small_links,
.companies_small_links{
    padding-left: 10px;
    margin-top: -10px;
    line-height: 12px;
    padding-bottom: 14px;
}
.charter_live_small_links a,
.companies_small_links a{
    font-size: 10px;
    display: block;
}
/*temp solution to hover on mobile version*/
.charter_live_tools_links:hover,
.companies_tools_links:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.charter_live_tools_links > a:hover,
.companies_tools_links > a:hover{
    background-color: transparent!important;
}
/*----------------------------------*/
.survey_mobile_link:before{
    position: absolute;
    content: " ";
    height: 100%;
    border-left: 7px solid #477aa9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*----------------------------------*/

/* ----------discount_notice on base template  */
#discount_notice, #animated_notice{
    /*background-color:#D22121;*/
    background-image: url("/static/app/images/v6/animated_workshop_pattern.gif");
    /*background-size: 500px 500px;*/
    background-size: 145px 145px;
    /*background-size: 200px 200px;*/
    background-repeat: repeat;
    height: 49px;
    line-height:49px;
    text-shadow: 2px 2px 11px rgba(51,51,51,0.88);
    width: 100%;
}
#animated_notice{
    background-image: url("/static/app/images/v6/covid_pattern2.png");
    background-size: 247px 50px;
    animation: slide_left 20s linear infinite;
}
.live_started{
    /*background-color: #e62020;*/
    padding: 3px 10px;
    border-radius: 6px;
    line-height: 130%;
    text-transform: uppercase;
    animation: fide_logo 1s linear infinite;
}
@keyframes fide_logo {
  from {
      background-color: #e62020;
      /*color: #fff;*/
  }
  to {
      background-color: #fc6a6a;
      /*color: #e62020 ;*/
  }
}

/*---------------------------------*/
@keyframes slide_down {
  from {background-position: 0 500px;}
  to {background-position:0 0;}
}
@keyframes slide_left {
  from {background-position: 0 0;}
  to {background-position: 988px 0px;}
}

/*-------owl slider nav buttons styles -----*/
.owl-carousel .owl-nav button{
    position: absolute!important;
    top: 0;
    height: 100%;
    opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next{
    right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel .owl-nav button img{
    height: 85px;
}
.owl-carousel .owl-nav button .owl_arrow_prev{
    transform: rotate(180deg);
}
/*-------------------------------------*/

/*cookie notification block*/
#cookie_consent{
    z-index: 999;
    min-height: 20px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0;
    display: none;
    right: 0;
    text-align: center;
    font-weight: bold;
    width:485px;
    padding-right: 150px;
}
#cookie_consent div{
    padding: 5px 0 0;
}
#cookie_consent .link{
     color: #88bcea;
}
.accept_cookie_wrapper{
    position: absolute;
    right: 10px;
    top: 2px;
}
/*-----------------------------*/
@media only screen and (min-width: 0){
    nav a.sidenav-trigger{
        margin-right: 10px;
        margin-left: 10px;
   }
    nav .brand-logo{
        top: -4px;
        position: relative;
        float: left;
        padding-left: 10px;
        left: 10px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}


@media only screen and (max-width: 600px) {
    /*.notifications_icons_cont a {*/
        /*padding-right: 15px;*/
    /*}*/
    .accept_cookie_wrapper{
        position: static;
        width: 100%;
    }
    #site_search_wrapper {
        width: calc(100% );
    }
    #site_search_wrapper .custom_selectize{
        width: calc(100% - 56px);
    }

    #site_search_wrapper{
        height: 54px!important;
        right: inherit;
        left: 0;
    }
    .title_container .h2{
        font-size: 1.5rem !important;
        font-weight: 400;
    }
    .brand-logo {
        /*position of label aviapages on mobile version at right*/
        padding-left: 10px!important;
        left: inherit!important;
        position: relative!important;
        transform: none!important;
        font-size: 1.875rem !important;
        top: -2px!important;
    }
    .brand-logo img {
        margin-top: -3px;
        height: 35px;
    }
    footer .row .col {
        text-align: center;
        margin-bottom: 30px;

    }
    footer .row .col:last-child ul li{
        text-align: center;
    }
    footer .row .col:last-child .footer_column_title{
        text-align: center;
    }
    .social_images_container{
        right: 0;
        left: 0;
        /*transform: translateX(-50%);*/
    }
    .social_images_container a{
        position: static;
        text-align: center;
    }
    .apple_cont{
        text-align: center;
    }
    .contact_page.hide-on-large-only{
        float: none!important;
    }
    .modal:not(.datepicker-modal){
        top: auto!important;
        /*bottom: -100%;*/
        margin: 0;
        width: 100%!important;
        max-height: 70%;
        border-radius: 0;
        will-change: bottom, opacity;
        bottom: 0;
        z-index: 2;
        background-attachment:fixed!important;
        position: fixed;
        }
    .modal.bottom-sheet{
        bottom:inherit;
    }

    .errors.buttons_container {
        position: fixed;
        bottom: 10px;
        top: auto;
        z-index: 2;
    }
    .notifications_icons_cont a{
        padding-right: 10px;
    }

       /*nav .brand-logo{*/
           /*position: relative;*/
           /*float: left;*/
       /*}*/
  /*.nav-wrapper{*/
      /*padding-left: 15px;*/
  /*}*/
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    /*height: 80px;*/
    /*line-height: 80px;*/

  }
}

@media only screen and (max-width: 992px){
    #cookie_consent{
        width: 100%;
        padding-right: 20px;
    }
    .title_container h3 {
       padding: 0 5px;
    }
    .contact_page.hide-on-large-only{
        float: right;
    }
    .footer_column_title+ ul a.link{
        line-height: 220%;
    }
     .brand-logo img {
        margin-top: 0;
    }

    /*nav .brand-logo{*/
        /*float: none;*/
        /*left: 5px;*/
        /*-webkit-transform: translateX(5px);*/
        /*transform: translateX(5px);*/
    /*}*/


}

@media only screen and (max-width: 1250px){
    nav a.sidenav-trigger {
        margin-left: 0!important;
    }
    .hide-on-medium-custom{
        display: none;
    }
    .show-on-medium-custom{
        display: block!important;
    }
    .notifications_icons_cont .balance{
        display: none;
    }
}

/*//temp*/
nav ul .tools_link a{
    position: relative;
}
nav ul a span.new.badge{
    position: absolute;
    vertical-align: middle;
    right: 3px;
    top: 16px;
    padding: 0;
    min-width: 32px;
    line-height: 1.2rem;
    height: auto;
}



