/* Structural, common */
html, body {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-weight: 500;
}

*, *:after, *:before {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    text-transform: none;
}

::-moz-placeholder {
    text-transform: none;
}

:-ms-input-placeholder {
    text-transform: none;
}

.bright {
    color: #555;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

::-webkit-input-placeholder {
    color: #A6A6A6;
}

:-ms-input-placeholder {
    color: #ABABAB;
}

/* Gallery */
/* Grow on hover */

a.grow {
    width: 260px;
    height: 260px;
    display: inline-block;
    overflow: hidden;
    border: white 10px solid;
}

a.grow img {
    height: auto;
    width: 240px;
    max-width: 400px !important;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border: none !important;
}

a.grow:hover img {
    width: 400px !important;
    height: auto !important;
    max-width: 400px !important;
    margin: -80px 0 0 -80px;
}

/* Products */
a.bw2color {
    width: 260px;
    height: 260px;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    background: black;
    position: relative;
    border: 0 none;
    border-color: transparent;
}

a.bw2color span {
    display: block;
    width: 260px;
    text-align: center;
    color: white;
    position: absolute;
    top: 40%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .4px;
    line-height: 26px;

    transition: all .2s ease;
}

a.bw2color img {
    transition: all .4s ease;
    border: none !important;
    filter: blur(3px) grayscale(100%);
    -webkit-filter: blur(3px) grayscale(100%);
    opacity: .5;
}

a.bw2color:hover img {
    filter: blur(0px) grayscale(0%);
    -webkit-filter: blur(0px) grayscale(0%);
    opacity: 1;
}

a.bw2color:hover span {
    display: none;
}

/* Top menu */
.header-stack #Top_bar .logo {
    border: none;
}

a#logo {
    /*
    display: block !important;
    */
}

#Top_bar:not(.is-sticky) .menu {
    padding: 0;
}

#Top_bar .menu > li > a span:not(.description) {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

#Top_bar .menu > li.current_page_item > a {
    color: #F96D64;
}

/* DESIGN BY DODC */
a.dim2Bright img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: all .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    opacity: .6;
}

a.dim2Bright:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}

.dodcH5 {
    display: inline-block;
    margin-right: 25px;
}

/* share button */
div.share-button {
    position: fixed;
    top: 20%;
    right: 0;
    display: inline-block !important;
    width: 40px;
}

.share-button .social.active {
    margin-left: -10px;
}

.entypo-export::before {
    text-align: center;
    display: block;
}

/* Contact */
table#business-hours, table#business-hours td {
    border: 0 none !important;
    width: auto;
    background: none !important;
}

/* MAPS */

/*
.gm-style-iw + div {
    display: none;
}

.gm-style-iw {
    top: 15px !important;
    left: 27px !important;

    margin: 0 !important;
    padding: 0 !important;
}
 */

button.gm-ui-hover-effect {
    display: none !important;
}

/* Services */
/* Effect */
div.fx_box {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 500;

    /*
    height: calc(100vh - 40px);
    min-height: 460px;
    */
    /*
    max-width: calc(100vw - 40px);
    */
    max-width: 100%;
    /*
    background: #DDD;
    */
    margin: 20px;
    padding: 0 0;
    z-index: 1;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0); /* Solves Safari bug because of SVG clipping mask */
}

div.fx_box a.fx-link {
    outline: none;
    text-decoration: none;
    position: relative;
    /*
    font-size: 8em;
    */
    font-size: 40px;
    color: #9E9BA4;
    display: inline-block;

    text-transform: uppercase;
    font-weight: 900;
    overflow: hidden;
    line-height: 0.9;
    color: #C5C2B8;
    padding-bottom: 35px;
    width: 100%;
}

div.fx_box a.fx-link:hover {
    color: #F96D64;
}

div.fx_box a.fx-link::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 100%;
    top: 25%;
    margin-top: -8px;
    right: 0;
    background: #F9F9F9;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

div.fx_box a.fx-link:hover::after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

div.fx_box a.fx-link::before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #424242;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.4s 0.3s;
    transition: width 0.4s 0.3s;
}

div.fx_box a.fx-link:hover::before {
    width: 100%;
}

div.fx_box a.fx-link span {
    padding-top: 10px;
    display: block;
    /*
    font-size: 20%;
    */
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    /*
    position: absolute;
    /*
    right: 15px;
    */

    color: black;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    opacity: 0;

    -webkit-transform: translate3d(-10px, -30px, 0);
    transform: translate3d(-10px, -30px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    text-transform: none;
}

div.fx_box a.fx-link:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Calendar */
.calendar-wrapper {
    max-width: 400px;
}

.calendar-wrapper .heading {
    background-color: #353C40;
    margin: 0 auto 6px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.calendar-wrapper .heading h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    margin: 0;
}

.calendar-wrapper .heading::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #353C40;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 100%;
    width: 0;
}

.calendar-box {
}

a.prev-month, a.next-month {
    font-size: 24px;
    transition: all 0.1s ease-out 0s;
    color: #353C40;
    padding: 2px;
    display: none;
}

a.prev-month:hover, a.next-month:hover {
    padding: 0;
}

.calendar-wrapper .calendar-table {
    width: 100%;

    box-shadow: none !important;
    box-sizing: border-box;
    text-shadow: none !important;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFF;
    border-color: #DDD #DDD -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
}

.calendar-wrapper .calendar-table th, .calendar-wrapper .calendar-table td {
    border: none;
    background: 0 none !important;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.calendar-wrapper .calendar-table thead {
    background: #E5E7E9 none repeat scroll 0 0 !important;
}

.calendar-wrapper .calendar-table thead th {
    color: black;
    text-align: center;
}

tr.days th {
    width: 16.667%;
}

.calendar-wrapper .calendar-table thead tr:first-child th {
    background: #E5E7E9 none repeat scroll 0 0 !important;
    letter-spacing: normal !important;
    font-size: 20px;
    line-height: 1;
    padding: 21px 0;
}

.calendar-wrapper .calendar-table thead tr:nth-child(2) th {
    background: #F1F3F4 none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #8D9093 !important;
}

.calendar-wrapper .monthName {
    color: #353C40;
}

.calendar-wrapper .calendar-table tbody td {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #DDD;
    color: #6C6C6C;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    border-left: 0 none !important;
    border-right: 0 none !important;
}

.calendar-wrapper .calendar-table tbody td span.date {
    background: #FFF none repeat scroll 0 0;
    cursor: default;
    display: block;
    width: 100%;
    line-height: 46px;
}

.calendar-wrapper .calendar-table tbody td:hover span.date {
    background: #FFF;
    cursor: pointer;
    color: #000;
}

.calendar-wrapper .calendar-table tbody td:hover span.date span.number {
    background: #F9F9F9;
}

.calendar-wrapper .calendar-table tbody td span.date {
    background: #FFF;
    cursor: pointer;
    color: #000;
}

.calendar-wrapper .calendar-table tbody td span.date span.number {
    transition: transform 0.2s ease-in-out 0s;
    border-radius: 25px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.calendar-wrapper .calendar-table tbody td.prev-date span.date {
    color: #D0D0D0;
}

.calendar-wrapper .calendar-table tbody td.prev-date:hover span.date {
    cursor: default;
    color: #D0D0D0;
    background: #FFF;
}

.calendar-wrapper .calendar-table tbody td.prev-date:hover span.date span.number {
    background: transparent;
}

.calendar-wrapper .calendar-table tbody td.today span.date {
    background: #FFF none repeat scroll 0 0;
    color: #6C6C6C;
}

.calendar-wrapper .calendar-table tbody td.today span.date span.number {
    background: #E3F2F9 none repeat scroll 0 0;
}

.calendar-wrapper .calendar-table tbody td.today:hover span.date span.number {
    background: #E3F2F9 none repeat scroll 0 0;
    cursor: default;
}

.calendar-wrapper .calendar-table tbody td.blur span.date {
    color: #E4E4E4;
}

.calendar-wrapper .calendar-table tbody td.blur:hover span.date {
    color: #E4E4E4;
    cursor: default;
    background: #FFF;
}

.calendar-wrapper .calendar-table tbody td.blur:hover span.date span.number {
    background: transparent;
}

/* Appointments */
tr.week td.active span.date, tr.week td.active:hover span.date {
    background: #DDD none repeat scroll 0 0;
    border-bottom-color: #DDD;
}

tr.week td.active span.date span.number, tr.week td.active:hover span.date span.number {
    background: #FFF none repeat scroll 0 0;
    border: medium none;
    color: #000;
}

tr.apptDlgTR {
    background-image: none;
    background-color: #DDD;
    color: #FFF;
}

tr.apptDlgTR td.apptDlgTD {
    background-image: none;
    background: #DDD none repeat scroll 0 0;
    border-bottom-color: #DDD;
    color: #FFF;
    padding: 2%;
}

tr.apptDlgTR td div.apptDlgDiv {
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px 20px 10px;

    background: #FFF none repeat scroll 0 0;
    color: #000;

    font-size: 15px;
    line-height: 1.7;
}

div.apptDlgDiv h2 {
    font-family: "Lato", sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
    color: #555;
    line-height: 1.1;
}

div.apptDlgDiv div.timeSlot {
    margin: 0 9px 6px 9px;
    transition: all 0.1s ease-out 0s;
    background: #F96D64 none repeat scroll 0 0;

    font-family: "Open Sans", sans-serif;

    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;

    cursor: pointer;

    float: left;
    padding: 0 10px;

    display: inline-block;

    width: 42%;

}

div.apptDlgDiv div.timeSlot:hover {
    background: #434A4D none repeat scroll 0 0;
}

a.backToMonth {
    margin-bottom: 30px;
    color: #353C40;
    opacity: 0.6;
    font-size: 12px;
    white-space: nowrap;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    top: -3px;
    display: none;
}

div#overlay {
    animation: 0.2s ease 0s normal none 1 running booked-fadein;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 1000;
}

div.apptDlg {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #F5F5F5 none repeat scroll 0 0;
    overflow-y: auto;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 30px 20px;
    position: relative;
    width: 100%;
    max-width: 330px;
    box-sizing: border-box;
    margin-top: 100px;
}

div.apptDlgForm h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    color: #888;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}

div#dateTimeDiv {
    font-weight: 700;
}

div.apptDlg input.apptDlgInput {
    border-radius: 3px;
    color: #5C5C5C;
    font-size: 13px;
    padding: 7px 10px;

    background: #FFF none repeat scroll 0 0;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: left;
    font-family: "Open Sans", sans-serif !important;
    margin: 5px 1.5% 5px 0;
}

div.apptDlg input.apptDlgInput:focus {
    background: #FFF none repeat scroll 0 0 !important;
    border: 1px solid #999;
    color: #5C5C5C;
}

div.apptDlg a.apptDlgSbmt {
    border-color: #F96D64 !important;
    background: #F96D64 none repeat scroll 0 0 !important;
    border: 1px solid;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px !important;
    font-family: "Open Sans", sans-serif !important;
    height: auto;
    padding: 6px 12px !important;
    letter-spacing: normal;
    line-height: 32px;
    margin: 10px 15px 10px 0;
    transition: transform 0.2s ease-in-out 0s;
}

div.apptDlg a.apptDlgSbmt:hover {
    border-color: #434A4D !important;
    background: #434A4D none repeat scroll 0 0 !important;
    text-decoration: none;
}

div.apptDlg a.apptDlgCancel {
    border-color: #CCC !important;
    background: #EEE none repeat scroll 0 0 !important;
    border: 1px solid;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px !important;
    font-family: "Open Sans", sans-serif !important;
    height: auto;
    padding: 6px 12px !important;
    letter-spacing: normal;
    line-height: 32px;
    margin: 10px 0 10px 0;
    transition: transform 0.2s ease-in-out 0s;
}

div.apptDlg a.apptDlgCancel:hover {
    border-color: #CCC !important;
    background: #DDD none repeat scroll 0 0 !important;
    color: #000;
    text-decoration: none;
}

div.apptDlg span.apptDlgInputText {
    color: #5C5C5C;
    font-size: 13px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif !important;
}

div.apptDlg input[type=checkbox].apptDlgInput {
    border-radius: 3px;
    color: #5C5C5C;
    font-size: 13px;
    padding: 7px 10px;

    background: #FFF none repeat scroll 0 0;
    border: 1px solid #CCC;
    box-sizing: border-box;
    float: left;
    font-family: "Open Sans", sans-serif !important;
    margin: 6px 1.5% 5px 0;
}

/* Appt page */
table.doctorHours {
    width: 90%;
}

table.doctorHours tr, table.doctorHours td {
    background: none !important;
}

table.doctorHours td {
    padding: 8px 10px;
}

table.doctorHours tr:hover td {
    color: #595959;
}

/* Responsive */
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
    /* Nav font size */
    #menu > ul > li > a {
        font-size: 15.7px;
    }

}

@media only screen and (min-width: 1024px) {
    #Top_bar:not(.is-sticky) .menu_wrapper {
        width: 100%;
    }

    body:not(.header-simple) #Top_bar #menu {
        display: block !important;
    }

    #Top_bar:not(.is-sticky) .menu > li {
        display: inline-block;
        float: none;
    }

    .header-stack .menu_wrapper #menu {
        left: auto;
        right: auto;
    }

    #Top_bar:not(.is-sticky) .menu {
        text-align: center;
    }

    /* .header-simple | Mobile Menu */
    .header-simple #Top_bar #menu {
        display: none;
        height: auto;
        width: 300px;
        bottom: auto;
        top: 60px;
        right: 1px;
        position: absolute;
        margin: 0px;
        background: #FFF;
    }

    .header-simple #Header a.responsive-menu-toggle {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 25px;
        text-align: center;
        position: absolute;
        top: 28px;
        right: 10px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .header-simple #Header a:hover.responsive-menu-toggle {
        text-decoration: none;
    }

    /* main menu 1st level */
    .header-simple #Top_bar #menu > ul {
        width: 100%;
        float: left;
    }

    .header-simple #Top_bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }

    .header-simple #Top_bar #menu ul li a {
        padding: 0 20px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }

    .header-simple #Top_bar #menu ul li a:after {
        display: none;
    }

    .header-simple #Top_bar #menu ul li a span {
        border: none;
        line-height: 48px;
        display: inline;
        padding: 0;
    }

    .header-simple #Top_bar #menu ul li.submenu .menu-toggle {
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.03);
        background: url(/images/menu-plus.png) center no-repeat;
    }

    .header-simple #Top_bar #menu ul li.hover > .menu-toggle {
        background: none !important;
    }

    .header-simple #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }

    .header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    /* Header */
    #Top_bar #menu {
        display: none;
        height: auto;
        /*
        width: 300px;
        */
        bottom: auto;
        top: 100%;
        right: 1px;
        position: absolute;
        margin: 0px;
        background: #FFF;
    }

    #Top_bar a.responsive-menu-toggle {
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        position: absolute;
        top: 30% !important;
        right: 10px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #Top_bar a:hover.responsive-menu-toggle {
        text-decoration: none;
    }

    #Top_bar a.responsive-menu-toggle i {
        font-size: 35px;
        line-height: 35px;
    }

    #Top_bar a.responsive-menu-toggle span {
        float: right;
        padding: 10px 5px;
        line-height: 14px;
    }

    /* main menu 1st level */
    #Top_bar #menu > ul {
        width: 100%;
        float: left;
    }

    #Top_bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }

    #Top_bar #menu ul li a {
        padding: 0 20px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }

    #Top_bar #menu ul li a:after {
        display: none;
    }

    #Top_bar #menu ul li a span {
        border: none;
        line-height: 48px;
        display: inline;
        padding: 0;
    }

    #Top_bar #menu ul li a span.description {
        margin: 0 0 0 5px;
    }

    #Top_bar #menu ul li.submenu .menu-toggle {
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.03);
        background: url(/images/menu-plus.png) center no-repeat;
    }

    #Top_bar #menu ul li.hover > .menu-toggle {
        background: none !important;
    }

    #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }

    #Top_bar #menu ul li a span:after {
        display: none !important;
    }

    #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }

    /* Hamburger */
    .header-stack .menu_wrapper a.responsive-menu-toggle {
        position: absolute !important;
    }

    /* Calendar */
    tr.apptDlgTR td div.apptDlgDiv {
        max-height: 190px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 15px 12px 10px;

        background: #FFF none repeat scroll 0 0;
        color: #000;

        font-size: 15px;
        line-height: 1.7;
    }

    div.apptDlgDiv div.timeSlot {
        margin: 0 6px 6px 6px;
        transition: all 0.1s ease-out 0s;
        background: #F96D64 none repeat scroll 0 0;

        font-family: "Open Sans", sans-serif;

        color: white;
        font-size: 12px;
        font-weight: 600;
        line-height: 32px;

        cursor: pointer;

        float: left;
        padding: 0 8px;

        display: inline-block;

        width: 44%;

    }

}

@media only screen and (max-width: 767px) {
    .centerOn100 {
        text-align: center !important;
    }

    .dodcH5 {
        display: block;
        margin-right: 0;
    }

    #Top_bar .logo h1 {
        padding-right: 20%;
    }

    #Top_bar .logo #logo {
        padding: 5px 42px 15px 21px;
    }

    table.doctorHours {
        width: 100%;
    }

    /* Calendar */
    tr.apptDlgTR td div.apptDlgDiv {
        max-height: 190px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 15px 8px 10px 12px;

        background: #FFF none repeat scroll 0 0;
        color: #000;

        font-size: 15px;
        line-height: 1.7;
    }

    div.apptDlgDiv div.timeSlot {
        margin: 0 6px 6px 6px;
        transition: all 0.1s ease-out 0s;
        background: #F96D64 none repeat scroll 0 0;

        font-family: "Open Sans", sans-serif;

        color: white;
        font-size: 13px;
        font-weight: 600;
        line-height: 32px;

        cursor: pointer;

        padding: 0 8px;

        display: inline-block;

        width: 90%;

    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    h2#smallerUnlesss100 {
        font-size: 2.7vw;
    }
}

@media only screen and (max-width: 479px) {
    .calendar-wrapper .calendar-table tbody td span.date span.number {
        border-radius: 6vw;
        height: 7vw;
        line-height: 6.5vw;
        transition: transform 0.2s ease-in-out 0s;
        width: 7vw;
        font-size: 16px;
    }

    .calendar-wrapper .calendar-table tbody td span.date {
        line-height: 35px;
    }

    tr.days th {
        padding: 3px;
    }

    div.fx_box a.fx-link {
        font-size: 30px;
    }

    #Top_bar .logo #logo {
        padding: 5px 42px 15px 0;
    }

    div.fx_box a.fx-link {
        font-size: 6vw;
    }

    h2.long-line-reduce-font {
        font-size: 7.6vw;
    }
}
