

/*@import url('https://fonts.googleapis.com/css?family=Varela+Round');*/

@font-face {
    font-family: 'em-accessibility';
    src:  url('fonts/em-accessibility.eot?e4g14j');
    src:  url('fonts/em-accessibility.eot?e4g14j#iefix') format('embedded-opentype'),
    url('fonts/em-accessibility.ttf?e4g14j') format('truetype'),
    url('fonts/em-accessibility.woff?e4g14j') format('woff'),
    url('fonts/em-accessibility.svg?e4g14j#em-accessibility') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ema-icon-"], [class*=" ema-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'em-accessibility' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ema-icon-brightness:before {
    content: "\e902";
}
.ema-icon-darkness:before {
    content: "\e903";
}
.ema-icon-grayscale:before {
    content: "\e907";
}
.ema-icon-bigger-font:before {
    content: "\e90b";
}
.ema-icon-smaller-font:before {
    content: "\e911";
}
.ema-icon-readable_font:before {
    content: "\e900";
}
.ema-icon-readable_font_en:before {
    content: "\e901";
}
.ema-icon-accessibility:before {
    content: "\e908";
}
.ema-icon-cursor-black:before {
    content: "\e905";
}
.ema-icon-cursor-white:before {
    content: "\e906";
}
.ema-icon-certificate:before {
    content: "\e904";
}
.ema-icon-delete:before {
    content: "\e909";
}
.ema-icon-close:before {
    content: "\e913";
}
.ema-icon-flash:before {
    content: "\e90a";
}
.ema-icon-highlight-link:before {
    content: "\e90c";
}
.ema-icon-highlight-title:before {
    content: "\e90d";
}
.ema-icon-image:before {
    content: "\e90e";
}
.ema-icon-keyboard:before {
    content: "\e90f";
}
.ema-icon-send:before {
    content: "\e910";
}
.ema-icon-windows:before {
    content: "\e912";
}


#ema {
    position: fixed;
    height: 100%;
    width: 340px;
    left: -340px;
    top: 0;
    z-index: 200;
    direction: ltr;
    max-width: 100%;
    -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
    transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
    color: #1f1f1f;
}

#ema.active {
    left:0;
    
}

#ema *:not(.icon) {
    /*font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;*/
}

header .top-menu > li.em-access:after {
    content: "\e908";
    font-family: 'em-accessibility' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    position: absolute;
    top: 9px;
    cursor: pointer;
}

#emaMenu .ema-menu-header span {
    display: none;
}

.active #emaMenu .ema-menu-header span {
    display: inline-block;
}

header .top-menu > li.em-access a {
    text-indent: -9999px;
    color: rgba(255,255,255,0);
}


.ema-tooltip {
    background: #333 !important;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px;
    position: absolute;
    font-size: 16px;
    line-height: 15px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*#cover-photo {
    overflow: hidden;
    position: relative;
}*/

.ema-center-vert {
    display: table;
    height: 100%;
    width: 100%;
}

.ema-center-vert-inside {
    display: table-cell;
    vertical-align: middle;
}

.ema-tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    /* border-right: 7px solid transparent; */
    border-top: 7px solid transparent;
    border-right: 7px solid #000040;
    position: absolute;
    bottom: 0;
    left: -6px;
    top: calc(50% - 8px);
}

/** Button **/
#emaButton {
    position: fixed;
    top: 260px;
    background: #333;
    color: #fff;
    font-size: 30px;
    left: 0px;
    border-radius: 0px 80px 80px 0;
    border: 2px solid #000040;
    width: 40px;
    padding-right: 5px;
    line-height: 49px;
    height: 50px;
    cursor: pointer;
    border-left: 0;
    z-index: 199;
    text-align: center;
}

#emaButton:hover {
    color: #fff;
    border-style: dashed;
    border-color: #fff;
}

#emaButton .ema-tooltip {
    top: 8px;
    left: 50px;
    border: 2px solid #fff;
}
#emaButton:hover .ema-tooltip {
    opacity: 1;
    visibility: visible;
}

/** Inside **/
#emaMenu {
    padding: 0 4px;
    height: 100%;
    position: relative;
    color: #000040;
    z-index: 200;
    background: #000040;
}

#emaMenu .ema-menu-header {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
}

#emaMenu .ema-menu-header span {
    right: -50px;
    position: absolute;
    cursor: pointer;
    top: 12px;
    width: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 2.4;
    padding-right: 10px;
    height: 50px;
    border-radius: 0px 50px 50px 0px;
}

#emaMenu .ema-inside {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 165px);
    border-bottom: 1px solid #000040;
    padding-bottom: 22px;
}

.ema-btn {
    float: left;
    width: 33.33333%;
    text-align: center;
    font-size: 12px;
    border: 1px solid #000040;
    padding: 25px 0;
    cursor: pointer;
    position: relative;
    background: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -ms-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}


.ema-btn:hover, .ema-btn.active {
    background: #ffffcc;
}


.ema-btn span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

/** Effects **/

/** Mono **/
html:not(#ema) body.emaMono > :not(#ema) {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}


    /** Dark **/

html:not(#ema) body.emaDark > :not(#ema) img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}

html:not(#ema) body:not(#ema).emaDark, html:not(#ema) body:not(#ema).emaDark > :not(#ema), html:not(#ema) body:not(#ema).emaDark > :not(#ema) *:not(img) {
    color: White;
    background-color: Black;
}

html:not(#ema) body:not(#ema).emaDark > a, html:not(#ema) body:not(#ema).emaDark > :not(#ema) a {
    outline: 1px dashed Gold;
    color: #fff !important;
}

html:not(#ema) body:not(#ema).emaDark > :not(#ema):not([tabindex="-1"]) a:focus, html:not(#ema) body:not(#ema).emaDark > :not(#ema):not([tabindex="-1"]) a:focus *, html:not(#ema) body:not(#ema).emaDark > :not(#ema) :not([tabindex="-1"]) a:focus, html:not(#ema) body:not(#ema).emaDark > :not(#ema) :not([tabindex="-1"]) a:focus *, html:not(#ema) body:not(#ema).emaDark a:hover, html:not(#ema) body:not(#ema).emaDark a:hover *, html:not(#ema) body:not(#ema).emaDark > :not(#ema) a:hover, html:not(#ema) body:not(#ema).emaDark > :not(#ema) a:hover *, html:not(#ema) body:not(#ema).emaLight > :not(#ema):not([tabindex="-1"]) a:focus, html:not(#ema) body:not(#ema).emaLight > :not(#ema):not([tabindex="-1"]) a:focus *, html:not(#ema) body:not(#ema).emaLight > :not(#ema) :not([tabindex="-1"]) a:focus, html:not(#ema) body:not(#ema).emaLight > :not(#ema) :not([tabindex="-1"]) a:focus *, html:not(#ema) body:not(#ema).emaLight a:hover, html:not(#ema) body:not(#ema).emaLight a:hover *, html:not(#ema) body:not(#ema).emaLight > :not(#ema) a:hover, html:not(#ema) body:not(#ema).emaLight > :not(#ema) a:hover * {
    color: Black !important;
    fill: Black;
    stroke: Black;
    background-color: LemonChiffon;
    font-weight: bold;
    -webkit-transition: color 0.3s ease-in, fill 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, fill 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, fill 0.3s ease-in;
    -o-transition: color 0.3s ease-in, fill 0.3s ease-in;
    transition: color 0.3s ease-in, fill 0.3s ease-in;
    -webkit-filter: contrast(1);
    -moz-filter: contrast(1);
    -ms-filter: contrast(1);
    -o-filter: contrast(1);
    filter: contrast(1);
}

.darkBackground {
    background-color:black;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}


/** Light **/
html:not(#ema) body:not(#ema).emaLight, html:not(#ema) body:not(#ema).emaLight > :not(#ema), html:not(#ema) body:not(#ema).emaLight > :not(#ema) *:not(img) {
    color: Black !important;
    background-color: White !important;
}

html:not(#ema) body:not(#ema).emaLight > h1, html:not(#ema) body:not(#ema).emaLight > h2, html:not(#ema) body:not(#ema).emaLight > h3, html:not(#ema) body:not(#ema).emaLight > h4, html:not(#ema) body:not(#ema).emaLight > h5, html:not(#ema) body:not(#ema).emaLight > h6, html:not(#ema) body:not(#ema).emaLight > [role="heading"], html:not(#ema) body:not(#ema).emaLight > :not(#ema) h1, html:not(#ema) body:not(#ema).emaLight > :not(#ema) h2, html:not(#ema) body:not(#ema).emaLight > :not(#ema) h3, html:not(#ema) body:not(#ema).emaLight > :not(#ema) h4, html:not(#ema) body:not(#ema).emaLight > :not(#ema) h5, html:not(#ema) body:not(#ema).emaLight > :not(#ema) h6, html:not(#ema) body:not(#ema).emaLight > :not(#ema) [role="heading"] {
    color: MidnightBlue !important;
}

html:not(#ema) body.emaLight > :not(#ema) img {
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    filter: contrast(1.5);
}

html:not(#ema) body:not(#ema).emaLight > a, html:not(#ema) body:not(#ema).emaLight > :not(#ema) a {
    outline: 1px dashed MidnightBlue;
}


.lightBackground {
    background-color:White;
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    filter: contrast(1.5);
}

/** Readable **/
html:not(#ema) body:not(#ema).emaArial, html:not(#ema) body:not(#ema).emaArial > :not(#ema), html:not(#ema) body:not(#ema).emaArial > :not(#ema) *:not(.fa) {
    font-family: Arial !important;
}

/** Cursor Black **/
body.emaPointerBlack * {
    cursor: url(../images/pointerBlack.cur), auto !important;
}

html:not(#ema) body:not(#ema).emaPointerBlack a, html:not(#ema) body:not(#ema).emaPointerBlack [role="link"] *, html:not(#ema) body:not(#ema).emaPointerBlack [role="link"], html:not(#ema) body:not(#ema).emaPointerBlack area, html:not(#ema) body:not(#ema).emaPointerBlack label, html:not(#ema) body:not(#ema).emaPointerBlack audio, html:not(#ema) body:not(#ema).emaPointerBlack video, html:not(#ema) body:not(#ema).emaPointerBlack button, html:not(#ema) body:not(#ema).emaPointerBlack [role="button"], html:not(#ema) body:not(#ema).emaPointerBlack [type="button"], html:not(#ema) body:not(#ema).emaPointerBlack [type="submit"], html:not(#ema) body:not(#ema).emaPointerBlack [type="image"], html:not(#ema) body:not(#ema).emaPointerBlack [role="radio"], html:not(#ema) body:not(#ema).emaPointerBlack [type="radio"], html:not(#ema) body:not(#ema).emaPointerBlack [role="checkbox"], html:not(#ema) body:not(#ema).emaPointerBlack [type="checkbox"], html:not(#ema) body:not(#ema).emaPointerBlack select, html:not(#ema) body:not(#ema).emaPointerBlack [role="combobox"], html:not(#ema) body:not(#ema).emaPointerBlack [role="option"], html:not(#ema) body:not(#ema).emaPointerBlack [role="slider"], html:not(#ema) body:not(#ema).emaPointerBlack [role="scrollbar"], html:not(#ema) body:not(#ema).emaPointerBlack [role="spinbutton"], html:not(#ema) body:not(#ema).emaPointerBlack [role="tab"] {
    cursor: url(../images/handBlack.cur), auto !important;
}

/** Cursor White **/

body.emaPointerWhite * {
    cursor: url(../images/pointerWhite.cur), auto !important;
}

html:not(#ema) body:not(#ema).emaPointerWhite a, html:not(#ema) body:not(#ema).emaPointerWhite [role="link"] *, html:not(#ema) body:not(#ema).emaPointerWhite [role="link"], html:not(#ema) body:not(#ema).emaPointerWhite area, html:not(#ema) body:not(#ema).emaPointerWhite label, html:not(#ema) body:not(#ema).emaPointerWhite audio, html:not(#ema) body:not(#ema).emaPointerWhite video, html:not(#ema) body:not(#ema).emaPointerWhite button, html:not(#ema) body:not(#ema).emaPointerWhite [role="button"], html:not(#ema) body:not(#ema).emaPointerWhite [type="button"], html:not(#ema) body:not(#ema).emaPointerWhite [type="submit"], html:not(#ema) body:not(#ema).emaPointerWhite [type="image"], html:not(#ema) body:not(#ema).emaPointerWhite [role="radio"], html:not(#ema) body:not(#ema).emaPointerWhite [type="radio"], html:not(#ema) body:not(#ema).emaPointerWhite [role="checkbox"], html:not(#ema) body:not(#ema).emaPointerWhite [type="checkbox"], html:not(#ema) body:not(#ema).emaPointerWhite select, html:not(#ema) body:not(#ema).emaPointerWhite [role="combobox"], html:not(#ema) body:not(#ema).emaPointerWhite [role="option"], html:not(#ema) body:not(#ema).emaPointerWhite [role="slider"], html:not(#ema) body:not(#ema).emaPointerBlack [role="scrollbar"], html:not(#ema) body:not(#ema).emaPointerWhite [role="spinbutton"], html:not(#ema) body:not(#ema).emaPointerWhite [role="tab"] {
    cursor: url(../images/handWhite.cur), auto !important;
}

/** Zoom **/

html:not(#ema) body.emaZoom {
    overflow-x: auto !important;
}

html:not(#ema) body.emaZoom > :not(#ema) {
    transform: scale( 1.5 );
    transform-origin: 100% 0;
}


html:not(#ema) body.emaZoom > :not(#ema) {
    zoom: 1.5;
}



/** Headers **/
html:not(#ema) body:not(#ema).emaHeaders > h1, html:not(#ema) body:not(#ema).emaHeaders > h2, html:not(#ema) body:not(#ema).emaHeaders > h3, html:not(#ema) body:not(#ema).emaHeaders > h4, html:not(#ema) body:not(#ema).emaHeaders > h5, html:not(#ema) body:not(#ema).emaHeaders > h6, html:not(#ema) body:not(#ema).emaHeaders > [role=heading], html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) h1, html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) h2, html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) h3, html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) h4, html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) h5, html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) h6, html:not(#ema) body:not(#ema).emaHeaders > :not(#ema) [role=heading] {
    outline: 2px dashed midnightblue;
    font-weight: bold;
}

html:not(#ema) body:not(#ema).emaHeaders.emaDark > h1, html:not(#ema) body:not(#ema).emaHeaders.emaDark > h2, html:not(#ema) body:not(#ema).emaHeaders.emaDark > h3, html:not(#ema) body:not(#ema).emaHeaders.emaDark > h4, html:not(#ema) body:not(#ema).emaHeaders.emaDark > h5, html:not(#ema) body:not(#ema).emaHeaders.emaDark > h6, html:not(#ema) body:not(#ema).emaHeaders.emaDark > [role=heading], html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) h1, html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) h2, html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) h3, html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) h4, html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) h5, html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) h6, html:not(#ema) body:not(#ema).emaHeaders.emaDark > :not(#ema) [role=heading] {
    outline: 2px dashed white;
    font-weight: bold;
}

/** Links **/
html:not(#ema) body:not(#ema).emaLinks > a, html:not(#ema) body:not(#ema).emaLinks > [role=link], html:not(#ema) body:not(#ema).emaLinks > :not(#ema) a, html:not(#ema) body:not(#ema).emaLinks > :not(#ema) [role=link] {
    color: Red !important;
    border-bottom: 2px solid red !important;
    text-decoration: none !important;
    background: transparent !important;
}

/** Image Alt **/
#emaTooltip {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    -ms-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

#emaTooltip.active {
    opacity: 1;
    visibility: visible;
}

/** Flicker **/
html body.emaFlicker * {
    transition: none !important;
    animation: none !important;
}

/*** Keyboard ***/
html body.emaKeyboard *:focus {
    background-color: #ffffcc !important;
    color: #bf1722 !important;
}

html body.emaKeyboard a:hover {
    box-shadow: 0 0 6px 3px Blue, 0 0 2px #333 inset !important;
}

/** Bottom Menu **/
.ema-bottom-menu {
    position: absolute;
    bottom: 27px;
    width: 100%;
    left: 0;
    padding: 0px 15px 5px;
    z-index: 201;

    background: #000040;
}

.ema-bottom-menu .inside {
    border-top: 1px solid #000040;
    padding-top: 5px;
}

#emCopyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 5px 0 8px;
    z-index: 201;
    background: #000040;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#emCopyright a,
#emCopyright a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/** Terms **/
.ema-pop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 2px solid #000040;
    width: 100%;
    text-align: left;
    padding: 40px 30px;
    z-index: 200;
    height: calc(100% - 133px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: top 0.5s ease-in-out, top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out, top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out, top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out, top 0.5s ease-in-out;
}

.ema-pop .closePop {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    top: 25px;
    right: 13px;
    cursor: pointer;
}

.ema-pop.active {
    top: 97px;
    display: block;
}

.ema-pop .ema-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

#ema_feedback {
    position: relative;
}

#ema_feedback .ema-group {
    margin-bottom: 15px;
}

#ema_feedback label {
    display: block;
    margin-bottom: 5px;
}

#ema_feedback label.error  {
    font-size: 12px;
    position: relative;
    color: #d9534f;
    bottom: 0;
}

#ema_feedback input {
    border: 1px solid #000040 !important;
    background: transparent !important;
    width: 100%;
    padding: 5px 10px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    box-shadow: none !important;
    outline: 0 !important;
}

#ema_feedback input.error, #ema_feedback textarea.error {
    border-color: #d9534f !important;
}

#ema_feedback input:focus, #ema_feedback textarea:focus {
    background: #fff !important;
}

#ema_feedback textarea {
    border: 1px solid #000040 !important;
    background: transparent !important;
    width: 100%;
    padding: 5px 10px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    box-shadow: none !important;
    outline: 0 !important;

}


#ema .loader {
    border: 2px solid #FFF;
    border-top-color: transparent;
    border-left-color: transparent;
    width: 25px;
    height: 25px;
    opacity: 1;
    margin: 7px auto;
    border-radius: 50%;
    animation: loadingSpinner 0.7s infinite linear;
    -webkit-animation: loadingSpinner 0.7s infinite linear;
}

@keyframes loadingSpinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loadingSpinner {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


#ema_feedback .ema-send {
    padding: 10px 25px;
    background: #000040;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-weight: bold;
}


#ema_feedback .ema-load {
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000040;
    width: 100%;
    height: 100%;
    display: none;
}


#ema_feedback .ema-send.ema-loading .ema-load {
    display: block;
}

#ema_feedback .ema-success {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}

#ema_feedback .ema-success .ema-success-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.ema-btn span.ema-icon-cursor-white {

}

.em-access {
    margin-top: 50px;
    font-size: 26px;
    cursor: pointer;
}


@media (max-width: 993px) {
    #emaButton {
        top: auto;
        bottom: 15px;
    }
}

@media (max-width: 469px) {
    .ema-btn {
        width: 50%;
    }

    .ema-bottom-menu .ema-btn {
        width: 50% !important;
        font-size: 12px !important;
    }

    .ema-bottom-menu .ema-btn span {
        font-size: 24px !important;
    }

    .ema-inside {
        max-height: calc(100% - 180px) !important;
    }

    #emaButton {

    }

    .ema-pop {
        height: calc(100% - 176px) !important;
    }

    #ema {
        width: calc(100% - 51px);
        right: 100%;
        left: auto;
    }

    .ema-pop {
        padding: 40px 15px;
    }
}