body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #48382d;
}

@media (min-width: 576px) {
    body {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 15px;
    }
}

div.row+div.row {
    margin-top: 15px;
}

.container {
    max-width: 942px;
}

@media (min-width: 768px) {
    #main-wrap .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    #main-wrap .container {
        width: 942px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #main-wrap .container {
        width: 942px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #main-wrap .container {
        width: 942px;
        padding: 0;
    }
}

.price,
.price-amount {
    font-family: 'Be Vietnam', sans-serif;
}

.font-beviet,
.font-bevn,
font-bevietnam {
    font-family: 'Be Vietnam', sans-serif !important;
}

.font-roboto,
sub-font {
    font-family: 'Roboto', sans-serif !important;
}

.font-roboto2 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.font-oswald,
heading-font {
    font-family: 'Oswald', sans-serif !important;
}

#header-wrap,
#logo-wrap,
.banner-outer,
.banner-inner,
#nav-wrap,
#main-wrap,
#footer-wrap {
    width: 100%;
}

a {
    color: #C00D0D;
}

div.paragraph a:hover {
    color: #000;
    border-bottom: 1px solid #444;
}

p a:hover {
    color: #000;
    border-bottom: 1px solid #444;
}

h2 {
    font-size: 24px;
    padding: .5em 0 .1em 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
    color: #48382d;
    border-bottom: 1px solid #c4c4c4;
}

div#content {
    min-height: 400px;
}

.top-bar {
    background: #261c1a url(assets/theme/top-bar-bg-red.jpg) repeat-x top;
    min-height: 40px;
    padding: 10px 0;
}

.top-bar .phone {
    color: #afafaf;
    display: block;
    font-size: 13px;
    text-align: justify;
}

.top-bar .phone a {
    color: #FFF;
}

.top-bar .social {
    color: #FFF;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}

.top-logo {
    background: #fbfaf9 url(assets/theme/logo-bg-red.gif) repeat-x bottom;
}

#logo {}

#logo img {
    display: none;
    display: inline-block;
    max-height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#nav-wrap {
    background: #FFFFFF url(assets/theme/nav-bg-red.jpg) repeat-x top;
    min-height: 55px;
    z-index: 1000;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 0 1rem;
}

#nav-wrap .container {
    clear: both;
}

#nav-wrap .container ul {
    list-style: none;
}

#nav-wrap .container ul li {
    list-style: none;
}

#nav-wrap .container ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #48382d;
    padding: 0px 5px;
    line-height: 33px;
    height: 33px;
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #f6f5f3;
    font-weight: bold;
}

#nav-wrap .container ul li .dropdown-menu a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    line-height: 1;
    padding: 10px;
    font-size: 0.9em;
    color: #d8d2cb;
    background: #4b4039;
    border: 0;
    border-bottom: 1px solid #544740;
    text-transform: none;
    text-shadow: 0px 0px 0px transparent;
    height: auto;
    display: block;


}

#nav-wrap .container ul li>a:hover {
    background: #e7e3dd50;
    border: 0;
    -webkit-box-shadow: -1px 1px 0 0 rgba(1, 1, 1, 0.1);
    box-shadow: -1px 1px 0 0 rgba(1, 1, 1, 0.1);
    text-decoration: none;
    display: block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: #e7e3dd;
    background: #e7e3dd;
}

#nav-wrap .container ul li .dropdown-menu>a:hover {
    background: #332a24;
    border-bottom: 1px solid #544740;
}

#nav-wrap .container ul li#active a {}

#nav-wrap table {
    width: 100%;
    vertical-align: middle;
}

#nav-wrap .wsite-search {
    background: url(assets/theme/search-bg-red.gif) no-repeat top left;
    float: right;
    display: block;
    width: 220px;
}

#nav-wrap .wsite-search-input {
    height: 25px;
    width: 182px;
    border: none;
    padding: 4px;
    color: #fff;
    font-size: 11px;
    background: none;
    float: left;
}

#nav-wrap .wsite-search-button {
    position: relative;
    width: 30px;
    height: 33px;
    background: url(assets/theme/search-button-red.jpg) no-repeat top left;
    display: block;
    float: left;
}

.navbar {
    border-radius: 0 !important;
    border: 0 none !important;
    min-height: 55px !important;
    margin-bottom: 0 !important;
}


.navbar-nav {
    margin-top: 3px !important;

}

.navbar-nav>li>.dropdown-menu {
    margin-top: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: auto;
    text-align: left;
    padding: 5px;
    background: #e7e3dd;
}


.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 5%;
    right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e7e3dd;
    border-left: 7px solid transparent;
    border-bottom-color: #e7e3dd;
    content: '';
}

@media (max-width: 767px) {
    .dropdown-menu:before {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        background: #e7e3dd;
        border-radius: 0;
    }
}

.dropdown-header {
    font-family: 'Roboto Condensed', sans-serif;
    color: #48382d;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #f6f5f3;
    font-weight: bold;
}


.dropdown-menu .divider {
    background-color: #d3cfc6;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #e7e3dd;
}

.navbar-toggle {
    margin-top: 10px;
}

.navbar-brand {
    width: 50%;
    max-height: 55px;
    padding: 0;
    background-image: url(/assets/theme/eec-nav-logo.png);
    height: 55px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-brand img {
    visibility: hidden;
}

.navbar-button-contact {
    color: #0060ad !important;
}

.navbar-button-buy {
    color: #bf1e2d !important;
}


#banner-wrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e040c+4,9a0c17+100 */
    background: #5e040c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5e040c 4%, #9a0c17 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5e040c 4%, #9a0c17 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5e040c 4%, #9a0c17 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e040c', endColorstr='#9a0c17', GradientType=0);
    /* IE6-9 */
    margin-bottom: 15px;
}

.pimsleur-page #banner-wrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e040c+4,9a0c17+100 */
    background: #5e040c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5e040c 4%, #9a0c17 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5e040c 4%, #9a0c17 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5e040c 4%, #9a0c17 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e040c', endColorstr='#9a0c17', GradientType=0);
    /* IE6-9 */
    margin-bottom: 15px;
}

.banner-outer {
    background: url(assets/theme/banner-bg-transparent.png) repeat-x bottom;
    padding-bottom: 60px;
}

.banner-content>img,
.banner-content>div {
    border: 5px solid #FFF;
    margin: 0;
}

.video-header-page .banner-content,
.short-header-page .banner-content,
.tall-header-page .banner-content,
.landing-page .banner-content {
    margin: 20px auto;
}





.no-header-page .banner-content {
    display: none;
}

.no-header-page #main-wrap {
    padding-top: 15px;
}

.banner-left {}

.landing-content {
    margin-top: 20px;
}

.landing-content-inner {}



.banner-right h2 {
    color: #aa2c2c;
    font-size: 30px;
    font-weight: normal;
    border: none;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}






@media (min-width: 992px) {
    .banner-outer {
        background: url(assets/theme/banner-bg-transparent.png) repeat-x bottom;
        padding: 0;
    }

    .video-header-page .banner-inner {
        background: url(assets/theme/banner-video-bg.png) no-repeat top center;
        height: 583px;
    }

    .short-header-page .banner-inner {
        background: url(assets/theme/banner-short-bg.png) no-repeat top center;
        height: 355px;
    }

    .tall-header-page .banner-inner {
        background: url(assets/theme/banner-tall-bg.png) no-repeat top center;
        height: 477px;
    }

    .video-header-page .banner-content iframe {
        max-width: 850px;
        max-height: 478px;
    }

    .landing-page .banner-inner {
        background: url(assets/theme/banner-landing-bg.png) no-repeat top center;
        height: 477px;
    }

    .video-header-page .banner-content,
    .short-header-page .banner-content,
    .tall-header-page .banner-content,
    .landing-page .banner-content {
        margin-top: 53px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        border: 0 none;
    }

    .banner-content>img,
    .banner-content>div {
        border: 0 none;
    }

    .video-header-page .banner-content {
        max-width: 850px;
        max-height: 478px;
    }

    .short-header-page .banner-content {
        max-width: 849px;
        max-height: 252px;
    }

    .tall-header-page .banner-content {
        max-width: 849px;
        max-height: 370px;
        overflow: hidden;
    }

    .landing-page .banner-content {
        max-width: 474px;
        max-height: 370px;
        margin-left: 34px;
        position: relative;
        width: 474px;
        height: 370px;
    }

    .landing-page .landing-content {
        max-width: 340px;
        max-height: 370px;
        margin-top: 53px;
    }

    .landing-page .banner-content .embed-responsive-16by9 {
        padding-bottom: 78.06% !important;
    }

    .landing-page .banner-content .img-fluid {
        height: 370px;
        max-width: none;
        position: absolute;
        left: 50%;
    }


}



@media (max-width: 992px) {
    .landing-page .banner-content img {
        margin: 0 auto !important;
    }

}




#main-wrap {
    background: #fff;
    padding-bottom: 50px;
}

#wsite-content {
    min-height: 400px;
}

#main-wrap h2 {
    color: #dc3545;
    font-size: 2em;
    line-height: 1.3em;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}


@media (max-width: 575.98px) {
    #main-wrap h2 {
        font-size: 1.7em;
        line-height: 1.2em;
    }

}

#main-wrap .container {}

#main-wrap .paragraph ul {
    margin: 15px 0px !important;
    padding-left: 5px !important;
}

#main-wrap .paragraph ul li,
#nav-wrap div.paragraph li {
    list-style: none !important;
    font-size: 14px;
    color: #000;
    font-style: italic;
    background: url(assets/theme/bullet-red.gif) no-repeat 0px 9px;
    padding: 2px 0 0 15px !important;
    margin-left: 15px !important;
}

#main-wrap .paragraph ul li,
#nav-wrap p li {
    list-style: none !important;
    font-size: 14px;
    color: #000;
    font-style: italic;
    background: url(assets/theme/bullet-red.gif) no-repeat 0px 9px;
    padding: 2px 0 0 15px !important;
    margin-left: 15px !important;
}

#main-wrap .paragraph ol li,
#nav-wrap div.paragraph ol li {
    margin-left: 25px !important;
}

#main-wrap .paragraph ol li,
#nav-wrap p ol li {
    margin-left: 25px !important;
}

#main-wrap blockquote {
    font-size: 1.1em;
    color: #dc3545;
    border: 0 none;
    margin: 20px auto;
    padding: 0;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-family: 'Sriracha', cursive;
}

#main-wrap blockquote:before {
    content: "\f10d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.8em;
    vertical-align: 0;
    margin-right: 0.2em;
    overflow: hidden;

}

#footer-wrap {
    border-bottom: 5px solid #C00D0D;
    background: #140200 url(assets/theme/banner-bg-red-black.png) repeat-x top;
    color: #dcdcdc;
    font-size: 12px;
    padding: 30px 0px 30px;
    text-align: left;
    margin-top: 20px;
}

#footer-wrap div.paragraph ul {
    list-style: inside circle;
}

#footer-wrap ul,
#footer-wrap ul li {
    list-style: none;
}

#footer-wrap .container h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #d9d3cc;
    border-bottom: 1px solid #453c35;
    padding-bottom: 10px;
}

#footer-wrap blockquote {
    border-left: 4px solid #524a43;
    margin: 10px 0 10px 0;
    padding-left: 20px;
    line-height: 1.5;
    color: #8c837a;
}

#footer-wrap div.paragraph ul {
    padding: 0px !important;
}

#footer-wrap p ul {
    padding: 0px !important;
}

#footer-wrap div.paragraph li {
    margin-bottom: 10px !important;
}

#footer-wrap p li {
    margin-bottom: 10px !important;
}

#footer-wrap div.paragraph li a {
    color: #6f6055 !important;
}

#footer-wrap p li a {
    color: #6f6055 !important;
}

#footer-wrap div.paragraph li a:hover,
#footer-wrap a:hover {
    color: #fff !important;
}

#footer-wrap p li a:hover,
#footer-wrap a:hover {
    color: #fff !important;
}

#footer-wrap form .wsite-form-label {
    color: #e7e3dd;
    margin-top: 10px;
}

#footer-wrap .wsite-form-container {
    text-align: left;
}

#footer-wrap p {
    font-size: 12px;
}

.footer .title {
    text-align: left;
    color: #ffffffcf;
    font-size: 2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 10px 0;
}

.footer .social-icon {
    padding: 0px;
    margin: 0px;
}

.footer .social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px;
}

.footer .acount-icon a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
}

.footer .acount-icon .fa {
    margin-right: 25px;
}

.footer .support-info {
    border: 1px dashed #fdd200;
    border-radius: 7px;
    padding: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em !important;
    font-weight: bold;
    color: #ffce10;
    display: inline-block;
    text-decoration: none;
}

.footer .support-info a {
    font-weight: bold;
    color: #ffce10;
    text-decoration: none;
}

#weeblyfootertext a {
    color: #fff;
}

.wsite-form-label {
    display: inline-block;
    font-weight: normal;
    margin: 20px 0px 5px;
}

.wsite-form-input,
.wsite-search-element-input {
    color: #48382d;
    background: #fff;
    border: 1px solid #c7c7c7;
    padding: 6px !important;
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 12px;
}

#footer-wrap .wsite-form-container {
    margin-top: 0px !important;
}

.wsite-button {}

.wsite-button:hover {
    background-position: 100% -152px;
}

.wsite-button:active {
    background-position: 100% -190px;
}

.wsite-button-inner {
    color: #fff !important;
    font-family: "Times New Roman", Georgia, Times, serif;
    height: 33px;
    line-height: 33px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 6px 0px 13px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    background: url(assets/theme/button-highlight-red.png) no-repeat 0px 0px;
}

.wsite-button:hover .wsite-button-inner {
    background-position: 0px -38px;
}

.wsite-button:active .wsite-button-inner {
    background-position: 0px -76px;
}

.wsite-button-large {
    color: #fff !important;
    height: 41px;
    background: url(assets/theme/button-large-highlight-red.png) no-repeat 100% -138px;
    padding: 0px 10px 0px 0px;
}

.wsite-button-large:hover {
    background-position: 100% -184px;
}

.wsite-button-large:active {
    background-position: 100% -230px;
}

.wsite-button-large .wsite-button-inner {
    height: 41px;
    line-height: 41px;
    padding: 0px 8px 0px 18px;
    background: url(assets/theme/button-large-highlight-red.png) no-repeat 0px 0px;
}

.wsite-button-large:hover .wsite-button-inner {
    background-position: 0px -46px;
}

.wsite-button-large:active .wsite-button-inner {
    background-position: 0px -92px;
}

.wsite-button-highlight {
    background-image: url(assets/theme/button-red.png);
}

.wsite-button-highlight .wsite-button-inner {
    background-image: url(assets/theme/button-red.png);
}

.wsite-button-large.wsite-button-highlight {
    background-image: url(assets/theme/button-large-red.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
    background-image: url(assets/theme/button-large-red.png);
}

.fb-footer {
    display: block;
    padding: 20px 20px;
    border: 5px solid #3b55a0;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    box-shadow: 0 7px 14px #EEE
}

.fb-footer .fb-like span {
    border-left: 0 none !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

#main-wrap .fake-fb-like span {
    border-left: 0 none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

.download-page #main-wrap .wcustomhtml .iframe {
    border: 1px solid #EEE;
    margin: 20px 0px;
}

#main-wrap .addthis_recommended_horizontal .addthis-smartlayers {
    text-align: center;
    margin: 20px 0;
    display: block;
    padding: 10px 9px 10px 18px;
    border: 5px solid #45B917;
    border-radius: 10px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    box-shadow: 0 7px 14px #EEE;
}

#commentArea {
    display: none;
}

ul.border {
    list-style: none;
    width: 100%;
    font-size: 0;
}

ul.border li {
    display: inline-block;
    width: 20%;
    height: 5px;
}

ul.border li:nth-child(1) {
    background: #2ecc71;
}

ul.border li:nth-child(2) {
    background: #3498db;
}

ul.border li:nth-child(3) {
    background: #f1c40f;
}

ul.border li:nth-child(4) {
    background: #e74c3c;
}

ul.border li:nth-child(5) {
    background: #9b59b6;
}

.nobr {
    white-space: nowrap !important;
}

.readonly {
    border: 0 none;
}

.arial {
    font-family: Arial !important;
}

.bold {
    font-weight: bold !important;
}

.lcase {
    text-transform: lowercase !important;
}

.ucase {
    text-transform: uppercase !important;
}

.ccase {
    text-transform: capitalize !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.al {
    text-align: left !important;
}

.aj {
    text-align: justify !important;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.vt {
    vertical-align: top !important;
}

.vm {
    vertical-align: middle !important;
}

.vb {
    vertical-align: bottom !important;
}

.vtb {
    vertical-align: text-bottom !important;
}

.clr,
.clrs,
.clear {
    clear: both !important;
    display: block !important;
    float: none !important;
    font: 0 serif !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    visibility: hidden !important;
}

.fixed {
    position: fixed;
    top: 0;
    min-height: 55px;
    z-index: 999;
    box-shadow: 0px 0px 5px #333;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.myfblike .myfblikecontent {
    margin: 0;
    padding: 0;
}

.myfblike td {
    font-size: 11px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.myfblike {
    font-size: 11px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    color: #333;
    line-height: 1.28;
    text-align: left;
}

.myfblike.style1 {
    position: absolute;
    background: #FFF;
    padding: 5px;
    border-radius: 4px;
}

.myfblike .uiGrid {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.myfblike .connect_widget_button_count_count {
    background: white 11px !important;
    border: 1px solid #9197a3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #6a7180 !important;
    display: inline-block;
    font-size: 11px !important;
    height: auto;
    line-height: 18px;
    margin-left: 6px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center !important;
    white-space: nowrap !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-family: tahoma !important;
}

.myfblike .connect_widget_button_count_nub s,
.myfblike .connect_widget_button_count_nub i {
    border-color: transparent #9197a3;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
    position: relative;
    top: 1px;
}

.myfblike .connect_widget_button_count_nub i {
    border-right-color: #fff;
    left: 2px;
    top: -7px;
}

.myfblike .connect_widget_button_count_nub {
    height: 0;
    left: 2px;
    position: relative;
    top: -15px;
    width: 5px;
    z-index: 2;
}

#form-510942385913643101 label {
    font-weight: normal !important;
}

#form-510942385913643101 label.wsite-form-label {
    font-weight: bold !important;
}

.blog-sidebar {
    width: 340px;
}

.column-blog {
    width: 320px;
    background-color: #ECECEC;
}

#banner .video .wsite-video {
    margin-top: -16px;
     !important;
}

div.paragraph ul,
div.paragraph ol {
    padding-left: 2.3em !important;
    margin: 5px 0 !important;
    overflow: hidden;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

div.paragraph ul,
div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph ol,
div.paragraph ol li {
    list-style: decimal outside !important;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 250px;
    height: 100px
}

/* End carousel */

.carousel blockquote {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.carousel blockquote:before {
    content: '' !important;
}

.carousel blockquote span {
    padding-right: 30px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 11pt;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote span:before {
    content: "\f10d";
    font-family: 'spanawesome';
    float: left;
    margin-right: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.wsite-mobile h2 {
    font-size: 24px;
    padding: .5em 0 .1em 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: normal;
    color: #48382d;
    border-bottom: 1px solid #c4c4c4;
    text-transform: uppercase;
    color: #dc3545 !important;
}

.myfblike {
    font-size: 11px;
    font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif;
    color: #333;
    line-height: 18px;
    text-align: left;
}

.wsite-image .myfblike {
    max-width: 180px;
    min-width: 160px;
    width: 162px;
    margin: 5px auto;
}

.myfblike .myfblikecontent {
    margin: 0;
    padding: 0;
}

.myfblike td {
    font-size: 11px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.myfblike.style1 {
    position: absolute;
    background: #FFF;
    padding: 5px;
    border-radius: 4px;
}

.myfblike .uiGrid {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.myfblike .connect_widget_button_count_count {
    background: white 11px !important;
    border: 1px solid #9197a3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #6a7180 !important;
    display: inline-block;
    font-size: 11px !important;
    height: auto;
    line-height: 18px;
    margin-left: 6px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center !important;
    white-space: nowrap !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-family: tahoma !important;
}

.myfblike .connect_widget_button_count_nub s,
.myfblike .connect_widget_button_count_nub i {
    border-color: transparent #9197a3;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
    position: relative;
    top: 1px;
}

.myfblike .connect_widget_button_count_nub i {
    border-right-color: #fff;
    left: 2px;
    top: -7px;
}

.myfblike .connect_widget_button_count_nub {
    height: 0;
    left: 2px;
    position: relative;
    top: -15px;
    width: 5px;
    z-index: 2;
}

#wsite-content div.paragraph,
#wsite-content p,
#wsite-content .product-block .product-title,
#wsite-content .product-description,
#wsite-content .wsite-form-field label,
#wsite-content .wsite-form-field label,
.blog-sidebar div.paragraph,
.blog-sidebar p,
.blog-sidebar .wsite-form-field label,
.blog-sidebar .wsite-form-field label {
    color: #151515;
}

.wsite-elements.wsite-footer div.paragraph,
.wsite-elements.wsite-footer p,
.wsite-elements.wsite-footer .product-block .product-title,
.wsite-elements.wsite-footer .product-description,
.wsite-elements.wsite-footer .wsite-form-field label,
.wsite-elements.wsite-footer .wsite-form-field label {}

#wsite-content h2,
#wsite-content .product-long .product-title,
#wsite-content .product-large .product-title,
#wsite-content .product-small .product-title,
.blog-sidebar h2 {
    color: #dc3545 !important;
}

#wsite-title {
    font-size: 50px !important !important;
}

.wsite-footer h2 a,
.wsite-footer .paragraph a,
.wsite-footer blockquote a {
    color: #c23b3b !important;
}

.wsite-menu-default a {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.wsite-menu a {}

.wsite-image div,
.wsite-caption {
    font-style: italic;
}

.galleryCaptionInnerText {}

.fancybox-title {}

.wslide-caption-text {}

.wsite-phone {
    font-size: 16px !important;
}

.wsite-headline {

    text-align: left !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 2.1em !important;
    color: #ffb000 !important;
}

.wsite-headline-paragraph {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 25px 0px;
    line-height: 140%;
    text-align: justify;
}

.wsite-arrow i,
.wsite-arrow svg {
    color: #ffffff !important;
}

@media (min-width:992px) {
    .wsite-headline {
        color: #b78e58 !important;
    }

    .wsite-headline-paragraph {
        color: #e0d0bb;
    }

    .wsite-arrow i,
    .wsite-arrow svg {
        color: #e0d0bb !important;
    }
}

.wsite-headline-paragraph>p:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 2em;
    vertical-align: 0;
    margin-right: 0.2em;
    overflow: hidden;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.wsite-button-inner {
    font-family: "Verdana" !important;
}

.wsite-not-footer blockquote {
    font-size: 1em;
}

.wsite-footer h2 a:hover,
.wsite-footer .paragraph a:hover,
.wsite-footer blockquote a:hover {
    color: #c23b3b !important;
}

.wsite-multicol-col-12 {
    vertical-align: top;
}

#main-wrap .heading-title {
    text-align: center;
    margin-top: 30px;
}

#main-wrap .heading-title h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    border: 0;
    border: 0 none;
    color: #dc3545;
    display: inline-block;
    border-bottom: 3px dotted #dc3545;
    border-top: 0;
    line-height: 1.4em;
    text-align: center !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

#main-wrap .heading-title h1~h2 {
    text-align: center;
    font-size: 1.3em;
    border: 0 none;
    color: #dc3545;
    display: block;
    line-height: 1.4em;
    display: block;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Lobster';
}


h2.heading-xl {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
    border: 0 none;
    color: #dc3545;
    margin: 15px 0;
}

h3.heading-xl {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20pt;
    border: 0;
    line-height: 1.4em;
    border: 0 none;
    color: #dc3545;
}

h3.heading-xl span:only-of-type {
    text-align: left;
    font-family: 'Oswald', sans-serif!important;
    font-size: 20pt;
    border: 0;
    line-height: 1.4em;
    border: 0 none;
    color: #dc3545;
}

h4.heading-xl,
.content-xl {
    color: #dc3545;
    display: inline-block;
    line-height: 1.3em;
    margin: 10px auto 15px auto;
    color: #dc3545 !important;
    font-size: 1em !important;
    display: block;
    font-weight: normal !important;
    text-transform: none !important;
    text-align: justify;
    font-family: 'Roboto Condensed', sans-serif !important;
    border: 2px dotted #dc3545 !important;
    border-radius: 5px;
    padding: 10px;
}


h3.heading-xl {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    border: 0;
    line-height: 1.4em;
    border: 0 none;
    color: #dc3545;
    margin: 0 auto !important;
    position: relative;
    z-index: 10;
}


#wsite-content h2.heading-xl span {
    display: inline-block;
    line-height: 1.3em;
    font-size: 28px;
    margin: 10px auto 5px auto;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #dc3545;
    text-transform: uppercase;
}

#wsite-content h3.heading-xl span {
    display: inline-block;
    line-height: 1.3em;
    font-size: 18px;
    margin: 10px auto 5px auto;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #dc3545 !important;
    text-transform: uppercase;
}

#wsite-content h3.heading-xl span.text-promotion {
    display: inline-block;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Lobster', cursive;
    color: #dc3545;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}

#wsite-content h2.heading-xl span:first-of-type {
    display: inline-block;
    border-bottom: 0 dotted #dc3545;
    border-top: 0;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
    margin: 5px auto;
    text-transform: uppercase;
    letter-spacing: -2px;
}

#wsite-content h2.heading-xl span:only-of-type {
    border-bottom: 2px dotted #dc3545;
    display: inline-block;
    line-height: 1.5em;
    font-size: 1em !important;
    margin: 10px auto 5px auto;
    font-weight: 300 !important;
}

#wsite-content h3.heading-xl span:only-of-type {
    border-bottom: 2px dotted #dc3545;
    display: inline-block;
    line-height: 1.5em;
    font-size: 1em !important;
    margin: 10px auto 5px auto;
    font-weight: 300 !important;
}

#wsite-content h2.heading-xl span:nth-of-type(2) {
    font-size: 0.7em !important;
    display: block;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    letter-spacing: -1px;
}

#wsite-content h2.heading-xl span:nth-of-type(3) {
    font-size: 0.6em !important;
    display: block;
    font-weight: normal !important;
    text-transform: none !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: justify;
    border: 2px dotted #dc3545;
    border-radius: 10px;
    padding: 10px;
    line-height: normal;
}

#wsite-content h4.heading-xl span:only-of-type {
    font-size: 0.6em !important;
    display: block;
    font-weight: normal !important;
    text-transform: none !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: justify;
    border: 2px dotted #dc3545 !important;
    border-radius: 10px;
    padding: 10px;
}




h3.title-in-tabs {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border: 0;
    line-height: 1.3em;
    ;
    border: 0 none;
}

#wsite-content h3.title-in-tabs span {
    display: inline-block;
    line-height: 1.3em;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #dc3545;
    text-transform: uppercase;
}

#wsite-content h3.title-in-tabs span:first-of-type {
    display: inline-block;
    border-bottom: 1px dotted #dc3545;
    border-top: 0;
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
    margin: 10px auto;
    letter-spacing: -1px;
}

#wsite-content h3.title-in-tabs span:only-of-type {
    border-bottom: 2px dotted #dc3545;
    display: inline-block;
    line-height: 1.5em;
    font-size: 1em;
    margin: 10px auto 5px auto;
    font-weight: 300;
}

#wsite-content h3.title-in-tabs span:nth-of-type(2) {
    font-size: 0.9em;
    display: block;
    font-weight: 300;
    text-transform: initial;
}

#wsite-content h3.title-in-tabs span:nth-of-type(3) {
    font-size: 0.6em;
    display: block;
    font-weight: 300;
}



@media (max-width: 768px) {
    #wsite-content h3.title-in-tabs span:first-of-type {
        font-size: 1.4em;
    }

    #wsite-content h3.title-in-tabs span:only-of-type {
        font-size: 1.4em;
        font-weight: 700;
    }
}

.red-theme-color {
    color: #dc3545 !important;
}



h2.lead-title {
    font-size: 24pt;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    border: 0 none;
    line-height: 1.2em;
    letter-spacing: -2px;
    text-align: justify;
}

h2.lead-title.lead-title-2 {
    font-size: 1.6em !important;
    letter-spacing: -1px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 600 !important;
    text-align: left;
}

.full-width {
    margin: auto calc(50% - 50vw + 15px);
    overflow-x: hidden;
    position: relative;
}

.full-width-fluid {
    margin: auto calc(50% - 50vw);
    overflow-x: hidden;
    position: relative;
}

img+p {
    margin-top: 10px;
}

@keyframes margin-to-zero {
    0% {
        margin-top: -55px;
    }

    100% {
        margin-top: 0;
    }
}

.sticky-wrapper.is-sticky .navbar {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation: margin-to-zero 500ms;
    -moz-animation: margin-to-zero 500ms;
    -ms-animation: margin-to-zero 500ms;
    -o-animation: margin-to-zero 500ms;
    animation: margin-to-zero 500ms;
}



.wsite-not-footer .container h3 {
    font-family: 'Roboto Condensed', serif;
    font-size: 1.2em;
    line-height: 1em;
    line-height: 1.4em;
    font-weight: 700;
}




.page-caret-down {
    border: 8px solid #dc3545;
    position: relative;
    color: #dc3545;
    display: block;
    margin: 30px calc(50% - 50vw + 15px);
    text-align: center;
    clear: both;
}

@media (max-width: 768px) {
    hr.page-caret-down {
        margin: 30px calc(50% - 50vw);
    }
}

.page-caret-down::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 25px 25px 0;
    bottom: -26px;
    left: 45%;
    left: calc(50% - 12.5px);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: inherit;
    border-bottom-color: inherit;

}

.page-caret-down::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 25px 25px 0;
    bottom: -21px;
    left: 45%;
    left: calc(50% - 12.5px);

}

.thin-caret {
    border: 2px solid #dc3545;
    position: relative;
    color: #dc3545;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;

}

.thin-caret::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
    border-color: #dc3545 transparent;
    border-style: solid;
    border-width: 25px 25px 0;
    bottom: -26px;
    left: 45%;
    left: calc(50% - 25px);

}

.thin-caret::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 25px 25px 0;
    bottom: -21px;
    left: 45%;
    left: calc(50% - 25px);

}

h2>.thin-caret, 
h3>.thin-caret {
    margin-top: 0;
    margin-bottom: 20px;
}

h2>.thin-caret::before,
h3>.thin-caret::before {
    border-width: 20px 20px 0;
    bottom: -21px;
    left: calc(10% - 20px);
}

h2>.thin-caret::after, 
h3>.thin-caret::after {
    border-width: 20px 20px 0;
    bottom: -16px;
    left: calc(10% - 20px)
}

ul.checklist {
    padding-left: 50px;
    list-style: none;
}

ul.checklist li {
    margin-bottom: 5px;
}

ul.checklist li i {
    margin: 0 5px 0 -40px;
    color: #dc3545;
    font-size: 2em;
    line-height: 1em;
}

.img-caret-container {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.img-caret-container .img-caret {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
}

.img-caret-left {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.img-caret-right {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid white;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.img-caret-down {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid white;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}


.img-caret-up {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid white;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
}


.img-caret-container.caret-bottom::after {
    content: '';
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid white;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    position: absolute;
    display: block;
}

.img-caret-down.caret-color-red {
    border-bottom-color: #dc3545;
}

.img-caret-container .caret-border-bottom {
    border-bottom: 5px solid #dc3545;
}

.caret-top-15 {
    top: 15% !important;
}

.content-caret-container {
    margin: 10px auto;
}

.content-caret-container .content-caret {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
}

.content-caret-right {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid white;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.content-caret-left {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid white;
    left: -30px;
    top: 50%;
    margin-top: -30px;
}

.content-caret-down {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid white;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.content-caret-up {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid white;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    margin-top: -30px;
}

.hidden {
    display: none !important;
}

.btn-group-sm>.btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .825rem;
    line-height: 1em;
    border-radius: .2rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.card-header .card-title {
    line-height: 1.2em;
}

.card-header .card-title a {
    line-height: 1.2em;
}

.card-header .card-title a:hover {
    text-decoration: none !important;
}

.card-header .card-title a:focus {
    text-decoration: none !important;
}


.arrow {
    text-align: center;
    margin: 1% 0;
}

.arrow i,
.arrow svg {
    color: black;
    margin: 0 5px;
}

.bounce {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
    animation-delay: 0.5s;
}

.bounce.left {
    -moz-animation: bounce_left 1s infinite;
    -webkit-animation: bounce_left 1s infinite;
    animation: bounce_left 1s infinite;
}

.bounce.right {
    -moz-animation: bounce_right 1s infinite;
    -webkit-animation: bounce_right 1s infinite;
    animation: bounce_right 1s infinite;
}

.bounce-up {
    -moz-animation: bounce_up 1s infinite;
    -webkit-animation: bounce_up 1s infinite;
    animation: bounce_up 1s infinite;
    animation-delay: 0.5s;
}

.bounce-up.left {
    -moz-animation: bounce_up_left 1s infinite;
    -webkit-animation: bounce_up_left 1s infinite;
    animation: bounce_up_left 1s infinite;
}

.bounce-up.right {
    -moz-animation: bounce_up_right 1s infinite;
    -webkit-animation: bounce_up_right 1s infinite;
    animation: bounce_up_right 1s infinite;
}

.questionbounce {
    -webkit-animation: jump 1s ease 0s infinite normal;
    animation: jump 1s ease 0s infinite normal;
}


@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce_left {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(0) rotate(-45deg);
    }

    40% {
        transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    }

    60% {
        transform: translateY(-15px) translateX(-15px) rotate(-45deg);
    }
}

@keyframes bounce_right {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(0) rotate(45deg);
    }

    40% {
        transform: translateY(-30px) translateX(30px) rotate(45deg);
    }

    60% {
        transform: translateY(-15px) translateX(15px) rotate(45deg);
    }
}


@keyframes bounce_up {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(30px);
    }

    60% {
        transform: translateY(15px);
    }
}

@keyframes bounce_up_left {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(0) rotate(45deg);
    }

    40% {
        transform: translateY(30px) translateX(-30px) rotate(45deg);
    }

    60% {
        transform: translateY(15px) translateX(-15px) rotate(45deg);
    }
}

@keyframes bounce_up_right {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(0) rotate(-45deg);
    }

    40% {
        transform: translateY(30px) translateX(30px) rotate(-45deg);
    }

    60% {
        transform: translateY(15px) translateX(15px) rotate(-45deg);
    }
}



@keyframes jump {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(30px);
    }

    50% {
        transform: translateX(0);
    }

    60% {
        transform: translateX(15px);
    }

    80% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.fa-icon {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    line-height: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .3rem;
    padding-left: .3rem;
    color: #6c757d;
    content: '›';
}

.font-size-1em {
    font-size: 1em
}

.font-size-2em {
    font-size: 2em
}

.font-size-2em {
    font-size: 3em
}

/* fancy morphing */

.morphing-btn-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
}

.morphing-btn {
    -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
    -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
    -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
    transition: color 0.3s 0.2s, width 0.2s 0s;
    white-space: nowrap;
    box-sizing: border-box;
}

.morphing-btn_circle {
    color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    width: 35.6px !important;

    /* Override inline style rule */
    -webkit-transition: color 0.2s 0s, width .3s 0.2s;
    -moz-transition: color 0.2s 0s, width .3s 0.2s;
    -o-transition: color 0.2s 0s, width .3s 0.2s;
    transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
    position: fixed;
    background: #FF6666;
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: all 0.2s cubic-bezier(.65, .05, .36, 1);
    -moz-transition: all 0.2s cubic-bezier(.65, .05, .36, 1);
    -o-transition: all 0.2s cubic-bezier(.65, .05, .36, 1);
    transition: all 0.2s cubic-bezier(.65, .05, .36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.morphing-btn-clone_visible {
    display: block;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
    background: #FF6666;
    opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
    top: 20px;
    right: 40px;
}

.fancybox-morphing .fancybox-button--close {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
}

.fancybox-morphing .fancybox-button--close::after,
.fancybox-morphing .fancybox-button--close::before {
    height: 1.55px;
    width: 22px;
    left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
    background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */

#morphing-content {
    margin: 0;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 6em 10vw;
    line-height: 2;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#morphing-content a {
    color: #fff;
}

/* fancy morphing */

.loading-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 100%);
    width: 100%;
    height: 4px;
    background: #d5d1c8;
    overflow: hidden;
}

.loading-bar div:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #c7090b;
    animation: progressing-1 2100ms cubic-bezier(0.65, 0.81, 0.73, 0.4) infinite;
}

.loading-bar div:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #48382d;
    animation: progressing-2 2100ms cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
    animation-delay: 1150ms;
}

@keyframes progressing-1 {
    0% {
        left: -35%;
        right: 100%;
    }

    60%,
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes progressing-2 {
    0% {
        left: -200%;
        right: 100%;
    }

    60%,
    100% {
        left: 107%;
        right: -8%;
    }
}


.aml-powered-by {
    display:none!important;
}