/**
 * HTML CSS.
 * **************************************************************************************/

html {
    font-size: 10px;
}
body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #212121;
}
* {
    box-sizing: border-box;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
    display: block;
}

/* Typo */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.35;
}

/* Image */
img {
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}

/* List */
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}

/* Form */
form {
    position: relative;
}
input, select, textarea {
    display: block;
    border: 1px solid #eaeaea;
    padding: 6px 12px;
    color: #333;
    width: 100%;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: none !important;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #ccc;
    outline: none;
}
button {
    background: none;
    border: none;
}
button:focus {
    outline: none;
}
input[type=checkbox] {
    width: auto;
    position: relative;
    top: 2px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
}
.ajax-form .form-field {
    margin: 0 0 15px 0;
}
.ajax-form .form-field label.error {
    color: #F44336;
    font-size: 1.2rem;
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}
.ajax-form label {
    display: block;
}
.ajax-form .form-button {
    border: none;
    background-color: #eaeaea;
    padding: 0 20px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 1.3rem;
    border-radius: 2px;
}
.ajax-form .alert-content > div,
.ajax-form .alert-loading {
    opacity: 0;
    transform: scale(0.8);
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.ajax-form .alert-content > div.active,
.ajax-form .alert-loading.active {
    opacity: 1;
    transform: scale(1);
}
.ajax-form .alert-content > div.slow {
    opacity: 1;
    transform: scale(1);
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.ajax-form .alert-content > div.deactive {
    opacity: 0;
}
.ajax-form .form-alert .success {
    background-color: #eeffda;
    border: 1px solid #cdeca9;
    padding: 10px;
}
.ajax-form .form-alert .error {
    background-color: #ffedec;
    border: 1px solid #e8b7b4;
    padding: 10px;
}
.ajax-form .form-alert .warning {
    background-color: #fff4e3;
    border: 1px solid #f0cb91;
    padding: 10px;
}

/* Link */
a {
    color: #4285f4;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4285f4;
    text-decoration: none;
}

/** == iFrame == **/
.responsive-iframe {
    position: relative;
    padding-bottom: 60%;
}
.responsive-iframe > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

/** == Others == **/
.header-seo {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: -100%;
    left: -100%;
    color: transparent;
    opacity: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    top: 0;
    left: 0;
}
.clear-after::after {
    content: "";
    display: block;
    clear: both;
}
.no-scroll {
    overflow: hidden;
}
.trans3 {
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.trans6 {
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.tag {
    display: initial;
    padding: initial;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
    color: initial;
    text-align: initial;
    white-space: initial;
    vertical-align: initial;
    border-radius: 0;
}

/** == Separation Line == **/
.sep-line {
    display: none;
}

/** == invisible reCaptcha == **/
.g-recaptcha {
    display: none;
}

/** == Waytech Lightbox == **/


.waytech-lightbox-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 15px;
    z-index: 20000;
    background-color: rgba(0,0,0,0.8);
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
}
.waytech-lightbox-frame.active {
    opacity: 1;
    pointer-events: auto;
}
@media only screen and ( min-width: 768px ) {
    .waytech-lightbox-frame .wrap.video-iframe {
        margin-top: 50px;
    }
}
.waytech-lightbox-frame img {
    max-width: none;
    height: initial;
}
.waytech-lightbox-frame > .wrap {
    position: relative;
    display: inline-block;
}
.waytech-lightbox-frame > .wrap.lightbox-html {
    border: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
    background-color: #fff;
    width: 600px;
    max-width: 100%;
}
.waytech-lightbox-frame .lightbox-content {
    overflow: hidden;
    display: none;
    position: relative;
}
.waytech-lightbox-frame .lightbox-content.active {
    display: block;
}
.waytech-lightbox-frame .wrap.video-iframe .lightbox-content {
    max-width: 800px;
    max-height: 480px;
}
.waytech-lightbox-frame .lightbox-content.iframe-content > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}
.waytech-lightbox-frame .item-image {
    display: none;
}
.waytech-lightbox-frame .item-image.active {
    display: block;
}
.ajax-preloader.waytech-lightbox-preloader {
    position: absolute;
    width: 100%;
    top: calc(50% - 10px);
    z-index: 100;
    pointer-events: none;
}
.ajax-preloader.waytech-lightbox-preloader.active {
    pointer-events: auto;
}
.waytech-lightbox-img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.waytech-lightbox-frame .iframe-wrap {
    max-width: 100%;
    background-color: #f1f1f1;
}
.waytech-lightbox-frame .lightbox-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: rgba(255,255,255,0.6);
    padding: 5px 15px;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0;
    display: none;
}
.waytech-lightbox-frame .lightbox-close {
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 30px;
    border: 4px solid rgba(255,255,255,0.25);
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
}
.waytech-lightbox-frame .lightbox-close:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #619FDC url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAV1BMVEVHcExhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9xhn9zk7/lup9/////n8PpdQnwbAAAAGHRSTlMApxTK/Q4bwPE/VQbitEhyfNHErpX7k5bNKUiWAAABU0lEQVR4Xq2X7Y6DIBBFsYLit1Jtr+r7P+dmmzTELd6FTM9PwxECwzCjwph+zPLWArbNs7E3KppicBontBuKKLXqNALorvpfLXFJyfUiAyUji68tONrWF2rzQASPJuSaElGUt0/3liOS6cM20S70ZM5uUyKBsjnJM5KYT2eERGrvFhaJWB8tdyRzf7sV0sE7zh082NcNQbZ1hwcuNPHq7b/uGpi6Ow/yNv/cveJyIcPIx+U3SgcykP5weG0XsYkLp5TRIDZxoY3qAWITF+jVCGJTF6PKQGzqIlM5iE1d5KoFs5mLVlkQ+ziIC6twzXbs+7HhGom8CJatrWjDREclChJReIouhuhKSpKBKA2JEqAk9YqSvuS5kTx0veSJFT3usrLC80QST3Ep5blNQFoJyG3uygtXTzMjgrkhxTrH1qI2gVE5XOIqQWv03aaMt4PLQtvBH6eaCCg+KjJpAAAAAElFTkSuQmCC') no-repeat center/30px;
    transform: rotate(0);
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and ( min-width: 992px ) {
    .waytech-lightbox-frame .lightbox-close {
        opacity: 0;
    }
    .waytech-lightbox-frame .lightbox-close:hover {
        border-color: rgba(255,255,255,0.5);
    }
    .waytech-lightbox-frame .lightbox-close:hover:after {
        transform: rotate(180deg);
    }
}
.waytech-lightbox-frame .lightbox-close * {
    pointer-events: none;
}

.waytech-lightbox-frame .wrap:hover .lightbox-close {
    opacity: 1;
}
.waytech-lightbox-frame .lightbox-dot {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 40px;
    font-size: 0;
    text-align: center;
    z-index: 100;
    display: none;
}
.waytech-lightbox-frame .wrap.lightbox-image .lightbox-dot {
    display: block;
}
.waytech-lightbox-frame .item-dot {
    display: inline-block;
    margin: 0 3px;
    border-radius: 40px;
    border: 5px solid rgba(255,255,255,0.15);
    background-color: rgba(255,255,255,0.15);
    overflow: hidden;
    cursor: pointer;
}
.waytech-lightbox-frame .item-dot:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.5);
}
.waytech-lightbox-frame .item-dot.active,
.waytech-lightbox-frame .item-dot:hover {
    border: 5px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.5);
}
.waytech-lightbox-frame .item-dot.active:after,
.waytech-lightbox-frame .item-dot:hover:after {
    background-color: #619FDC;
}
.waytech-lightbox-frame .lightbox-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: calc(50% - 20px);
    padding: 0 10px;
    z-index: 100;
    display: none;
}
.waytech-lightbox-frame .wrap.lightbox-image .lightbox-nav {
    display: block;
}
.waytech-lightbox-frame .item-nav {
    width: 30px;
    line-height: 40px;
    color: #aaa;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(255,255,255,0.15);
    cursor: pointer;
    float: left;
}
.waytech-lightbox-frame .item-nav > * {
    pointer-events: none;
}
.waytech-lightbox-frame .item-nav.next {
    float: right;
}
.waytech-lightbox-frame .item-nav:hover {
    color: #619FDC;
    background-color: rgba(255,255,255,0.5);
}

/** == Owl Carousel == **/

.owl-nav > div {
    font-size: 1.8rem;
    width: 34px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    color: #666;
    position: absolute;
    top: calc(40% - 17px);
    left: 0;
    cursor: pointer;
    border-radius: 4px;
    z-index: 1;
}
.owl-nav > div:hover {
    background-color: rgba(255,255,255,0.85);
}
.owl-nav > div.owl-next {
    left: auto;
    right: 0;
}

/** == Lazyload Image == **/

.lazyload-bg {
    position: relative;
}
.lazyload-bg > .wrap {
    position: relative;
    z-index: 1;
}
.lazyload-bg > .lazyload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 0;
}
img.lazyload,
.lazyload-bg > .lazyload {
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
}
img.lazyload.done,
.lazyload-bg > .lazyload.done {
    opacity: 1;
}

/** == Comment == **/

.waytech-comment-area {
    margin-bottom: 75px;
}
.comment-item {
    margin-bottom: 20px;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.comment-reply-list .comment-item {
    border-left: 2px solid #f1f1f1;
    padding-left: 15px;
}
.comment-item.new {
    background-color: rgba(174, 234, 0, 0.35);
}
.comment-avatar {
    float: left;
}
.comment-avatar .text-thubmnail {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.comment-reply-list .comment-avatar .text-thubmnail {
    width: 30px;
    line-height: 30px;
    font-size: 1.2rem;
}
.comment-detail {
    padding-left: 55px;
}
.comment-reply-list .comment-detail {
    padding-left: 45px;
}
.comment-author {
    font-weight: 600;
}
.comment-content.edit {
    display: block;
    border: 1px solid #bdd6ff;
    padding: 7px;
    border-radius: 3px;
}
.comment-meta {
    margin-top: 7px;
}
.comment-meta .item {
    font-size: 1.2rem;
    color: #448aff;
    cursor: pointer;
    border-right: 1px solid #ddd;
    display: inline-block;
    padding: 2px 5px 2px 0;
    margin-right: 5px;
    line-height: 1;
    float: left;
}
.comment-meta .item:hover {
    text-decoration: underline;
}
.comment-meta .comment-date {
    border-right: none;
    color: #999;
    text-decoration: none !important;
}
.comment-meta .comment-delete {
    color: #F44336;
}
.comment-meta .comment-reply-cancel {
    color: #FF9800;
    display: none;
}
.comment-meta .comment-edit-cancel {
    color: #FF9800;
    display: none;
}
.comment-meta .comment-edit-save {
    color: #8BC34A;
    display: none;
}
.comment-item.to-reply .comment-meta .comment-reply-cancel,
.comment-item.to-edit .comment-meta .comment-edit-cancel,
.comment-item.to-edit .comment-meta .comment-edit-save {
    display: block;
}
.comment-item.to-reply .comment-meta .comment-reply,
.comment-item.to-edit .comment-meta .comment-edit {
    display: none;
}
.comment-form {
    margin: 15px 0 0;
}
.comment-form .comment-name-field {
    float: left;
    width: 50%;
    padding-right: 7px;
}
.comment-form .comment-email-field {
    float: left;
    width: 50%;
    padding-left: 8px;
}
.comment-form .form-button {
    float: right;
    margin-left: 15px;
}
.comment-more {
    text-align: center;
    margin-bottom: 20px;
}
.show-more-comment-button.reply {
    color: #fff;
    background-color: #448aff;
    display: inline-block;
    padding: 0 25px;
    font-size: 1.2rem;
    line-height: 24px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 60px;
}
.comment-more {
    text-align: center;
}
.show-more-comment-button.comment {
    background-color: #eaeaea;
    display: inline-block;
    min-width: 160px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.comment-reply-list {
    margin-top: 20px;
}

/** == Ajax Preloader == **/

.ajax-preloader {
    position: relative;
    padding: 10px 0 10px;
    opacity: 0;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ajax-preloader.active {
    opacity: 1;
}
.cssload-loader {
    width: 52px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.cssload-loader > div {
    content: " ";
    width: 10px;
    height: 10px;
    background: rgb(33,150,243);
    border-radius: 100%;
    position: absolute;
    animation: cssload-shift 2.3s linear infinite;
    -o-animation: cssload-shift 2.3s linear infinite;
    -ms-animation: cssload-shift 2.3s linear infinite;
    -webkit-animation: cssload-shift 2.3s linear infinite;
    -moz-animation: cssload-shift 2.3s linear infinite;
}
.cssload-loader > div:nth-of-type(1) {
    animation-delay: -0.46s;
    -o-animation-delay: -0.46s;
    -ms-animation-delay: -0.46s;
    -webkit-animation-delay: -0.46s;
    -moz-animation-delay: -0.46s;
}
.cssload-loader > div:nth-of-type(2) {
    animation-delay: -0.92s;
    -o-animation-delay: -0.92s;
    -ms-animation-delay: -0.92s;
    -webkit-animation-delay: -0.92s;
    -moz-animation-delay: -0.92s;
}
.cssload-loader > div:nth-of-type(3) {
    animation-delay: -1.38s;
    -o-animation-delay: -1.38s;
    -ms-animation-delay: -1.38s;
    -webkit-animation-delay: -1.38s;
    -moz-animation-delay: -1.38s;
}
.cssload-loader > div:nth-of-type(4) {
    animation-delay: -1.84s;
    -o-animation-delay: -1.84s;
    -ms-animation-delay: -1.84s;
    -webkit-animation-delay: -1.84s;
    -moz-animation-delay: -1.84s;
}

/** == Star Voting == **/

.voting-content .stars {
    display: inline-block;
}
.voting-content .stars i.fa {
    color: #ddd;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.voting-content .stars i.fa.active {
    color: #E53935;
}
.voting-content .stars i.fa.hover {
    color: #8BC34A;
}
.voting-content .stars i.fa.clicked:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 20px;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 0;
    -webkit-animation: loop-shine 0.3s ease-in-out 0s 1 normal forwards;
    -moz-animation: loop-shine 0.3s ease-in-out 0s 1 normal forwards;
    -ms-animation: loop-shine 1s ease-in-out 0s 1 normal forwards;
    -o-animation: loop-shine 1s ease-in-out 0s 1 normal forwards;
    animation: loop-shine 0.3s ease-in-out 0s 1 normal forwards;
}
.voting-content .point {
    color: #666;
    border: 1px solid #eaeaea;
    display: inline-block;
    padding: 0 7px;
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 16px;
    border-radius: 2px;
    position: relative;
    z-index: 0;
}
.voting-content .point:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 8px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
    position: absolute;
    top: 3px;
    left: -14px;
    z-index: 2;
}
.voting-content .point:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 8px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #eaeaea;
    position: absolute;
    top: 3px;
    left: -16px;
    z-index: 1;
}

/** Toggle Group **/
.toggle-group .toggle-label > .item {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.toggle-group .toggle-content > .item {
    display: none;
}
.toggle-group .toggle-content > .item.active {
    display: block;
}

/** Toggle Slide Group **/
.toggle-slide-group {
    position: relative;
}
.toggle-slide-group .toggle-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.toggle-slide-group .toggle-background > .item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.toggle-slide-group .toggle-background > .item.active {
    opacity: 1;
}
.toggle-slide-group .toggle-content {
    position: relative;
    z-index: 3;
}.toggle-slide-group .toggle-content > .item.active > .label {
    display: none;
}
.toggle-slide-group .toggle-content > .item > .content {
    display: none;
}
.toggle-slide-group .toggle-content > .item.active > .content {
    display: block;
}
.toggle-slide-group.horizontal-toggle .toggle-content > .item {
    float: left;
}
.toggle-slide-group.horizontal-toggle .toggle-content:after {
    content: "";
    display: block;
    clear: both;
}

/**
 * LAYOUT CSS.
 * **************************************************************************************/

.has-sidebar .section > .wrap {
    padding: 0;
}
@media only screen and (min-width : 992px) {
    .sidebar.right > .row > .wrap {
        padding-left: 30px;
    }
    .sidebar.left > .row > .wrap {
        padding-right: 30px;
    }
}

/**
 * TINYMCE EDITOR CSS.
 * **************************************************************************************/

/** General CSS **/
body#tinymce {
    font-family: Roboto, Arial, sans-serif;
    margin: 15px;
    color: #212121;
    font-size: 1.5rem;
    line-height: 1.75;
}

/** Content CSS **/
.mce-content-body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 1.75;
}
@media only screen and (min-width : 992px) {
    .mce-content-body {
        font-size: 1.5rem;
    }
}
.mce-content-body h2 {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}
.mce-content-body h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.mce-content-body h4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
}
.mce-content-body p,
.mce-content-body div {
    margin: 0 0 20px;
    text-align: justify;
}
.mce-content-body ol,
.mce-content-body ul {
    margin: 0 0 20px 10px;
    padding-left: 10px;
}
.mce-content-body ul {
    list-style-type: square;
}
.mce-content-body ul li,
.mce-content-body ol li {
    list-style: inherit;
    list-style-position: outside;
    margin: 0 0 15px;
}
.mce-content-body li ul,
.mce-content-body li ol {
    margin-top: 10px;
}
.mce-content-body a:hover,
.mce-content-body a:focus {
    color: #4285f4;
    text-decoration: underline;
}
.mce-content-body a:visited {
    color: #7759ae;
}
.mce-content-body figure,
.mce-content-body .wp-caption {
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%;
}
.mce-content-body img {
    margin: 0 -15px !important;
    max-width: calc(100% + 30px);
}
@media only screen and (min-width: 544px) {
    .mce-content-body img {
        margin: auto !important;
        max-width: 100%;
    }
}
.mce-content-body .wp-caption .wp-caption-text,
.mce-content-body .wp-caption-dd {
    text-align: center;
    font-size: 1.4rem;
    color: #999;
    margin-top: 5px;
}
.mce-content-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mce-content-body .alignleft {
    float: left;
    margin: 0 15px 25px 0;
}
.mce-content-body .alignright {
    float: right;
    margin: 0 0 25px 15px;
}
.mce-content-body blockquote {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    font-style: normal;
}
.mce-content-body blockquote p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 25px;
    font-weight: 400;
    max-width: 600px;
    font-family: Lemonada, Arial, sans-serif;
}
.mce-content-body blockquote p:before,
.mce-content-body blockquote p:after {
    content: "\f10d";
    color: #aaa;
    display: inline-block;
    position: absolute;
    font: normal normal normal 1.6rem/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mce-content-body blockquote p:before {
    top: 0;
    left: 0;
}
.mce-content-body blockquote p:after {
    content: "\f10e";
    bottom: 0;
    right: 0;
}
.mce-content-body .gallery {
    background-color: #f8f8f8;
    border: 1px solid #f1f1f1;
    padding: 5px;
    margin-bottom: 25px;
}
.mce-content-body .gallery:after {
    content: "";
    display: block;
    clear: both;
}
.mce-content-body .gallery figure {
    margin: 0 !important;
}
.mce-content-body .gallery-item:hover img {
    border: 5px solid #FFECB3;
}
.mce-content-body pre {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0 25px;
    font-size: 1.2rem;
}
.mce-content-body table {
    width: 100% !important;
    margin-bottom: 20px;
    border-spacing: 0;
    border-color: #ddd;
    border-collapse: collapse;
}
.mce-content-body td {
    padding: 7px;
}
@media only screen and (min-width : 992px) {
    .mce-content-body table {
        max-width: 100%;
        width: auto;
    }
}

/** Custom Format CSS **/
.mce-content-body .Toggle-panel {
    background-color: #f1f1f1;
    color: #333;
    padding: 15px 15px 15px 30px;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 1.6rem;
    border-bottom: 3px solid #2db34b;
    position: relative;
    cursor: pointer;
}
.mce-content-body .Toggle-panel:before {
    content: "\f142";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #2db34b;
    top: 18px;
    left: 15px;
}
.mce-content-body [class^="Box"] {
    display: block;
    border-radius: 4px;
    padding: 15px;
}
.mce-content-body .Box-01 {
    background-color: #E3F2FD;
    border: 1px solid #90CAF9;
}
.mce-content-body .Box-02 {
    background-color: #F1F8E9;
    border: 1px solid #C5E1A5;
}
.mce-content-body .Box-03 {
    background-color: #F3E5F5;
    border: 1px solid #CE93D8;
}
.mce-content-body .Box-04 {
    background-color: #FFF8E1;
    border: 1px solid #FFE082;
}
.mce-content-body .Box-05 {
    background-color: #FFEBEE;
    border: 1px solid #EF9A9A;
}
.mce-content-body .Box-06 {
    background-color: #f5f5f5;
    border: 1px solid #EEEEEE;
}
.mce-content-body [class^="Button"] {
    display: inline-block;
    border-radius: 2px;
    padding: 10px 25px;
    color: #FFF;
    font-size: inherit;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mce-content-body .Button-01 {
    background-color: #1E88E5;
}
.mce-content-body .Button-01:hover {
    background-color: #0D47A1;
}
.mce-content-body .Button-02 {
    background-color: #7CB342;
}
.mce-content-body .Button-02:hover {
    background-color: #33691E;
}
.mce-content-body .Button-03 {
    background-color: #8E24AA;
}
.mce-content-body .Button-03:hover {
    background-color: #4A148C;
}
.mce-content-body .Button-04 {
    background-color: #FFB300;
}
.mce-content-body .Button-04:hover {
    background-color: #FF6F00;
}
.mce-content-body .Button-05 {
    background-color: #E53935;
}
.mce-content-body .Button-05:hover {
    background-color: #B71C1C;
}
.mce-content-body .Button-06 {
    background-color: #00897B;
}
.mce-content-body .Button-06:hover {
    background-color: #004D40;
}
.mce-content-body ul[class^="List"] {
    padding-left: 0;
}
.mce-content-body ul[class^="List"] > li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
.mce-content-body ul[class^="List"] > li:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mce-content-body ul.List-01 > li:before {
    content: "\f061";
    color: #FF6F00;
}
.mce-content-body ul.List-02 > li:before {
    content: "\f0a4";
    color: #2196F3;
}
.mce-content-body ul.List-03 > li:before {
    content: "\f138";
    color: #8BC34A;
}
.mce-content-body ul.List-04 > li:before {
    content: "\f0fb";
    color: #9C27B0;
}
.mce-content-body ul.List-05 > li:before {
    content: "\f005";
    color: #FDD835;
}
.mce-content-body a[class^="Social"] {
    display: inline-block;
    color: #FFF;
    padding: 7px 15px 7px 50px;
    border-radius: 2px;
    border: 2px solid transparent;
    position: relative;
    font-size: inherit;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mce-content-body a[class^="Social"]:before {
    position: absolute;
    width: 27px;
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 7px;
    top: 11px;
    left: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mce-content-body a[class^="Social"]:hover {
    background-color: #FFF;
    border: 2px solid #333;
    color: #333;
}
.mce-content-body a.Social-Facebook {
    background-color: #4A6EA9;
}
.mce-content-body a.Social-Facebook:before {
    content: "\f09a";
}
.mce-content-body a.Social-Google {
    background-color: #E36044;
}
.mce-content-body a.Social-Google:before {
    content: "\f0d5";
}
.mce-content-body a.Social-Twitter {
    background-color: #3BA9E0;
}
.mce-content-body a.Social-Twitter:before {
    content: "\f099";
}
.mce-content-body a.Social-Skype {
    background-color: #01A4E0;
}
.mce-content-body a.Social-Skype:before {
    content: "\f17e";
}
.mce-content-body a.Social-Email {
    background-color: #E75A4D;
}
.mce-content-body a.Social-Email:before {
    content: "\f0e0";
}
.mce-content-body a.Social-Hotline {
    background-color: #FF8F00;
}
.mce-content-body a.Social-Hotline:before {
    content: "\f095";
}

/**
 * PRINTING CSS.
 * **************************************************************************************/