<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 30px;
padding-left: 30px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}@font-face {
font-family: "Icons";
src: url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/icons.eot);
src: url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/icons.eot?#iefix-rdmvgc) format('embedded-opentype'), url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/icons.woff) format('woff'), url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/icons.ttf) format('truetype'), url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/icons.svg?-rdmvgc#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
body, textarea {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 25px;
padding: 0;
margin: 0;
}
body &gt; #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 99995;
}
#preloader:before {
content: url(//www.berlitzhautsdefrance.fr/hcomposer/media/loader.svg);
position: absolute;
width: 15px;
height: 15px;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
}
body.no-transactions * {
transition: none !important;
}
a, li {
-webkit-tap-highlight-color: transparent
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}
p {
margin: 0;
}
p + p {
margin-top: 10px;
}
h1 {
font-size: 35px;
line-height: 40px
}
h2 {
font-size: 25px;
line-height: 30px
}
h1 + p, h2 + p, h3 + p, h4 + p, h2 + h4, h1 + h4, h2 + ul.icon-list, h3 + ul.icon-list, p + h3, p + .btn, p + h4, h4 + .btn, h4 + .btn-text, h4 + input, h4 + select, h4 + textarea, p + ul.icon-list,
p + .btn-text, p + table, p + pre, p + img, img + p, p + .row, .row + p, p + .img-box, p + .media-box, p + .cnt-box, p + .icon-links, p + ul.icon-list, .container &gt; .row + .row, .container &gt; div + p, .container &gt; div + .btn,
.table + .btn, .table + .btn-text, h4 + div, h4 + ul, h4 + ul.icon-list, h4 + a, .slimScrollDiv + .btn, .text-list + .btn, .text-list + .btn-text, p + .text-list {
margin-top: 15px;
}
.row.justify-content-around {
margin-right: -55px;
margin-left: -55px;
}
.btn:not(.full-width) + .btn:not(.full-width) {
margin-left: 15px;
}
.hidden {
display: none !important;
}
.text-light {
font-weight: 100 !important;
}
.text-normal {
font-weight: 400 !important;
}
.text-bold {
font-weight: 600 !important;
}
.text-black {
font-weight: 900 !important;
}
.text-uppercase {
text-transform: uppercase;
}
.clear {
clear: both;
width: 100%;
}
.full-width {
width: 100%;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
.no-margin {
margin: 0 !important;
}
.no-padding-y &gt; .container {
padding-top: 0;
padding-bottom: 0;
}
.no-padding-x &gt; .container {
padding-left: 0;
padding-right: 0;
}
.no-padding-top &gt; .container {
padding-top: 0;
}
.no-padding-bottom &gt; .container {
padding-bottom: 0;
}
.no-padding &gt; .container {
padding: 0;
}
[data-href] {
cursor: pointer;
}
.scroll-show:not(.showed) {
display: none !important;
}
.boxed-area, .hc-cmp-column .hc-cmp-column.boxed-area, .hc-cmp-column .hc-cmp-column.boxed-area:last-child {
padding: 30px;
border-radius: 3px;
}
body.boxed-layout nav, body.boxed-layout header, body.boxed-layout main, body.boxed-layout footer {
max-width: 1110px;
margin-left: auto;
margin-right: auto;
} body, header h2, ::placeholder {
color: #6fa6d7;
} h1, h2, h3, h4, h5, h6, .btn.btn-border, .btn-text, .input-text, .input-select, .input-textarea, .icon-list span, .icon-list span a, .social-links a i, a, .glide__arrow, .search-bar input[type=submit],
.menu-cnt .tab-nav &gt; li a, .menu-cnt &gt; ul &gt; li a {
color: #379cf4;
}
.icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar &gt; div &gt; div, .progress-bar &gt; div span, .breadcrumb li a:after, .glide__bullets &gt; button {
background-color: #379cf4;
}
.btn, .tab-nav li.active a, .tab-nav li:hover a, .icon-links-grid a:hover, .icon-links-button a {
background-color: #379cf4;
border-color: #379cf4;
}
.tab-nav li a {
color: #379cf4;
border-color: #379cf4;
} .btn-border:hover, .icon-links a:hover i, .icon-links-popup:hover &gt; i, .breadcrumb li:not(:last-child):hover a, .pagination li:not(.page):hover a, .search-bar input[type=submit]:hover,
.accordion-list &gt; li:hover &gt; a, .btn-text:hover, .menu-inner li:hover &gt; a, .menu-inner li.active &gt; a, .menu-inner .dropdown ul &gt; li:hover &gt; a, .album-title &gt; a:hover, .glide__arrow:hover,
.mega-menu .icon-list li a:hover, nav.active .menu-btn, .menu-transparent .menu-cnt &gt; ul &gt; li:hover &gt; a, .list-nav a:hover {
color: #3081c8;
}
.light .dropdown &gt; ul &gt; li:not(:hover) &gt; a {
color: #3081c8 !important;
}
.btn:not(.btn-border):hover, .cnt-box-badge .badge, .cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date, .dropdown ul:not(.icon-list) li:hover &gt; a,
.menu-cnt &gt; ul &gt; li:hover &gt; a, .lan-menu &gt; li:hover &gt; a, .glide__bullets &gt; button:hover, .glide__bullets &gt; button.glide__bullet--active {
background-color: #3081c8;
}
.icon-links-button a:hover, .pagination li.page:hover a, .pagination li.page.active a {
background-color: #3081c8;
border-color: #3081c8;
}
.btn:hover, .input-text:focus, .input-select:focus, .input-textarea:focus, .search-bar input[type=text]:focus {
border-color: #3081c8;
} .input-text, .input-select, .input-textarea, .cnt-pricing-table, .table, .table td, .table th, .step-item &gt; span, .pagination li.page a, .accordion-list &gt; li,
.menu-inner:not(.menu-inner-vertical) .dropdown ul, .search-bar input[type=text], .footer-bar, .menu-cnt.active, .search-box-menu, .section-block + .section-base, .section-map + .section-base {
border-color: #c3dff7;
}
.step-item:before, .menu-inner li:before, .bg-color, body main &gt; section.bg-color, .menu-top-logo &gt; .container:before, body hr:not([class*=space]) {
background-color: #c3dff7;
} .cnt-box-testimonials-bubble &gt; p, .cnt-call, .comment-list li, .quote, .progress-bar &gt; div, .timeline .panel, .header-base, .cnt-box.boxed .caption, .cnt-box-side-icon.boxed &gt; i,
.cnt-box-top-icon.boxed &gt; i, .menu-big-box .menu-box, footer, main &gt; section.section-base.section-color, .boxed-area, .list-tags a {
background-color: #EAF5FC;
}
.cnt-box-testimonials-bubble &gt; p:after {
border-color: #EAF5FC;
} .light .breadcrumb li:not(:last-child) a, .light .menu-inner li &gt; a, .light .menu-inner li:hover &gt; a, footer.light a, .light .counter .value, .light .menu-right &gt; ul &gt; li &gt; a,
nav.light .menu-cnt &gt; ul &gt; li &gt; a, .light .menu-btn:before, .light .shop-menu-cnt &gt; i:before, .light .shop-menu-cnt &gt; i:before {
color: #FFF;
}
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light .btn-text, .light .btn-text:hover, .light .btn a, .light .btn:hover, .light .glide__arrow,
.light .counter .value span:last-child, .light.counter .value span:last-child, .light .icon-links a i, .social-colors.icon-links-grid i, .icon-links-button a i {
color: #FFF !important;
}
.light .breadcrumb li a:after, .section-image .boxed-area {
background-color: #FFF;
}
.light .glide__bullets &gt; button, .light .glide__bullets &gt; button.glide__bullet--active, .section-color .boxed-area, .bg-white {
background-color: #FFF !important;
}
.light .btn-border {
color: #FFF !important;
border-color: #FFF !important;
}
.light .btn-text:hover, .light p a:hover {
opacity: .7;
} [class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "Icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
text-transform: none;
}
.icon-user:before {
content: "\6a";
}
.icon-bookmark:before {
content: "\6c";
}
.icon-share:before {
content: "\6d";
}
.icon-quote:before {
content: "\65";
}
.icon-calendar:before {
content: "\6e";
}
.icon-facebook:before {
content: "\6b";
}
.icon-twitter:before {
content: "\6f";
}
.icon-instagram:before {
content: "\70";
}
.icon-pinterest:before {
content: "\71";
}
.icon-linkedin:before {
content: "\72";
}
.icon-youtube:before {
content: "\73";
} main &gt; section {
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
}
main &gt; section.section-base {
background-color: #FFF;
}
main &gt; section &gt; .container {
padding-top: 100px;
padding-bottom: 100px;
}
.section-video &gt; video, .section-map &gt; .google-map, .section-slider &gt; .background-slider, .section-slider &gt; .background-slider &gt; div {
position: absolute !important;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
section.section-center {
display: flex;
align-items: center;
}
.section-full-width &gt; .container {
max-width: 100%;
width: 100%;
}
@media (min-width: 994px) {
.section-full-width-right &gt; .container &gt; .row &gt; .col-lg-6:last-child {
position: absolute;
left: 50%;
}
.section-full-width-right &gt; .container &gt; .row &gt; .col-lg-8:last-child {
position: absolute;
left: 66.666667%;
}
.section-full-width-left &gt; .container &gt; .row &gt; .col-lg-6:first-child {
position: absolute;
right: 50%;
}
.section-full-width-left &gt; .container &gt; .row {
direction: rtl;
text-align: left;
}
.section-full-width-left &gt; .container &gt; .row &gt; div, .section-full-width-right &gt; .container &gt; .row &gt; div {
direction: ltr;
}
main .section-full-width-left &gt; .container, main .section-full-width-left &gt; .container {
position: static;
}
} .section-image {
background-size: cover;
background-position: center center;
}
.section-image.bg-top {
background-position: top;
}
.section-image.bg-bottom {
background-position: bottom;
} main &gt; .section-map {
padding-top: 100px;
padding-bottom: 100px;
}
.section-map &gt; .container {
position: relative;
z-index: 5;
background-color: #FFF;
padding: 30px;
border-radius: 3px;
width: 50%;
margin: 0 15px;
left: 50%;
transform: translateX(calc(-100% - 30px));
}
.section-map-right &gt; .container {
transform: none;
}
.section-map.section-full-width &gt; .container {
max-width: 50%;
}
@media (min-width: 1200px) {
.section-map &gt; .container {
max-width: 525px;
}
} .section-video &gt; video {
height: auto;
}
.section-video &gt; .container {
position: relative;
z-index: 5;
} .section-slider &gt; .background-slider &gt; div {
opacity: 0;
transition: all .5s;
background-size: cover;
background-position: center center;
}
.section-slider &gt; .background-slider &gt; div.active {
opacity: 1;
}
.section-slider &gt; .container {
position: relative;
z-index: 5;
}
.section-slider[data-slider-parallax] .background-slider {
position: fixed !important;
z-index: -1;
opacity: 0;
transition: none;
}
.section-slider[data-slider-parallax].active .background-slider {
opacity: 1;
} .section-block &gt; .block-media {
position: absolute;
width: calc(50% - 15px);
height: 100%;
top: 0;
right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
overflow: hidden;
}
.section-block-right &gt; .block-media {
left: 0;
right: auto;
border-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.section-block &gt; .container &gt; .row &gt; .col:first-child:before {
content: '';
border: 25px solid #ffffff;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
right: -65px;
left: auto;
top: 50%;
margin-top: -25px;
position: absolute;
z-index: 1;
}
.section-block-right &gt; .container &gt; .row &gt; .col:first-child:before {
right: auto;
left: -65px;
transform: rotate(180deg);
}
.section-block &gt; .block-media .image {
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
}
.section-block &gt; .block-media video {
width: 100%;
}
.section-block-right &gt; .container &gt; .row {
flex-direction: row-reverse;
}
.section-block &gt; .container &gt; .row &gt; .col:last-child {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
transform: translateX(30px);
}
.section-block-right &gt; .container &gt; .row &gt; .col:last-child {
transform: translateX(-30px);
}
.section-block-full &gt; .block-media {
width: 100%;
}
.section-block-full &gt; .container &gt; .row &gt; .col {
max-width: calc(50% - 30px);
}
.section-block-full &gt; .container &gt; .row &gt; .col:first-child {
background: #FFF;
padding: 60px;
margin: 0 15px;
border-radius: 3px;
}
.section-block-full &gt; .container &gt; .row &gt; .col:first-child:before {
right: -49px;
}
.section-block-full.section-block-right &gt; .container &gt; .row &gt; .col:first-child:before {
right: auto;
left: -49px;
} body &gt; nav {
z-index: 995;
position: relative;
background-color: #FFF;
}
body &gt; nav &gt; .container {
height: 100%;
min-height: 50px;
}
.dropdown ul li a {
background-color: #FFF;
}
.dropdown ul li:hover &gt; a, nav:not(.menu-transparent) .menu-cnt &gt; ul &gt; li:hover &gt; a {
color: #FFF;
}
.logo-retina {
display: none !important;
}
@media (min-resolution: 192dpi) and (min-width: 994px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 994px) {
.logo-retina:not(.hidden):not(.scroll-show), .logo-retina.scroll-show.showed {
display: block !important;
}
.logo-default {
display: none !important;
}
}
body &gt; nav .menu-brand {
float: left;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 0;
z-index: 9999;
position: relative;
}
body &gt; nav .menu-brand &gt; a {
height: 100%;
}
body &gt; nav .menu-brand img {
max-height: 100%;
display: block;
}
.menu-btn {
display: none;
width: 30px;
height: 30px;
font-style: normal;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
line-height: 30px;
}
.menu-btn:before {
content: "\64";
font-family: "Icons";
position: absolute;
left: 0;
text-transform: none;
}
.menu-right {
float: right;
height: 50px;
display: flex;
align-items: center;
margin: 0 -15px;
}
.menu-cnt {
position: relative;
}
.menu-cnt &gt; ul, .menu-inner &gt; ul {
float: left;
list-style: none;
padding: 0;
margin: 0;
display: flex;
margin-left: 30px;
}
.menu-cnt &gt; ul &gt; li &gt; a, .dropdown &gt; ul &gt; li &gt; a, .dropdown-submenu &gt; ul &gt; li &gt; a {
height: 50px;
line-height: 50px;
padding: 0 15px;
font-size: 13px;
display: block;
}
.menu-cnt ul &gt; li &gt; a {
text-decoration: none;
transition: all .5s, height 0s, line-height 0s;
}
.menu-cnt &gt; ul &gt; li a {
font-weight: 500;
text-decoration: none;
text-align: left;
}
.menu-right &gt; * {
margin: 0 15px;
}
.search-box-menu &gt; input[type=text] {
display: none;
position: absolute;
box-sizing: border-box;
left: 0;
top: calc(100% + 10px);
width: 100% !important;
max-width: 1125px;
padding: 5px 15px;
margin: auto;
border: none;
height: 50px;
z-index: 9;
outline: none;
border-radius: 3px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
background-color: white;
transition: all .5s;
}
body &gt; nav .search-box-menu.active &gt; input {
display: block;
}
.search-box-menu &gt; i {
font-size: 19px;
height: 50px;
line-height: 50px;
cursor: pointer;
width: 50px;
display: block;
text-align: center;
}
.search-box-menu &gt; i:before {
font-family: "Icons";
content: "\61";
font-style: normal;
text-transform: none;
}
.search-box-menu.active &gt; i:before {
content: "\63";
}
.search-box-menu &gt; input[type=submit] {
display: none;
position: absolute;
z-index: 9;
right: 0;
height: 40px;
top: calc(100% + 15px);
background: #FFF;
border: none;
padding: 0 15px;
cursor: pointer;
}
.search-bar {
position: relative;
}
.search-bar input[type=text] {
line-height: 25px;
border-radius: 3px;
border-width: 1px;
border-style: solid;
outline: none;
padding: 0 5px;
transition: all .5s;
}
.search-bar input[type=submit] {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5px;
background: none;
border: none;
outline: none;
cursor: pointer;
}
nav.light h5, .light .shop-menu .shop-cart .cart-item .cart-content, .light .shop-menu p, .light .shop-menu .btn, .light .lan-menu ul li a, .cart-item h5 {
color: #4C4C4C !important;
}
body &gt; nav .icon-links a i {
font-size: 16px;
transform: translateX(-50%) translateY(-50%);
}
.menu-cnt li &gt; a {
position: relative;
} .menu-mini {
height: 35px;
border-bottom: 1px solid rgba(128, 128, 128, 0.21);
background: #fff;
}
.menu-mini &gt; .container &gt; ul {
list-style: none;
float: left;
padding: 0;
margin: 9px 0 0 0;
}
.menu-mini &gt; .container &gt; ul &gt; li {
float: left;
padding-right: 20px;
padding-left: 25px;
font-size: 13px;
line-height: 16px;
position: relative;
}
.menu-mini &gt; .container &gt; ul &gt; li i {
margin-right: 5px;
font-size: 16px;
position: absolute;
left: 0px;
}
.menu-mini li &gt; a {
text-decoration: none;
}
.menu-mini .menu-right {
align-items: center;
height: 35px;
padding: 0;
}
.menu-mini .icon-links i, .menu-mini .icon-links i:hover {
font-size: 14px;
border-radius: 0;
width: 35px;
padding: 0;
}
.menu-mini .lan-menu {
position: relative;
z-index: 999;
}
.menu-mini .lan-menu li.dropdown &gt; a {
height: 35px;
line-height: 35px;
padding-top: 0;
padding-bottom: 0;
}
.menu-wide .container, .menu-wide .search-box-menu &gt; input {
max-width: 100%;
} .dropdown ul:not(.icon-list) {
position: absolute;
display: none;
}
.dropdown li {
cursor: pointer;
}
.dropdown &gt; a {
position: relative;
}
.dropdown &gt; ul, .dropdown-submenu &gt; ul {
box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
list-style: none;
padding: 0;
margin: 0;
border: none;
min-width: 200px;
}
.dropdown:hover &gt; ul, .dropdown:hover .mega-menu, .dropdown-submenu:hover &gt; ul {
display: block;
z-index: 4;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu &gt; a {
position: relative;
z-index: 3;
}
.dropdown-submenu &gt; a:after, .menu-side .dropdown &gt; a:after, .mega-dropdown &gt; a:after, .menu-inner .dropdown &gt; a:after, .menu-cnt &gt; ul &gt; li.dropdown &gt; a:after {
font-family: "Icons";
content: "\67";
position: absolute;
top: 50%;
transform: translateY(-50%) rotate(90deg);
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
right: 10px;
transition: transform .5s;
text-transform: none;
opacity: .7;
}
.dropdown-submenu:not(.menu-side-collapse) &gt; a:after, .menu-side:not(.menu-side-collapse) li &gt; a:after, .menu-side:not(.menu-side-collapse) .menu-cnt &gt; ul &gt; li.dropdown &gt; a:after {
transform: translateY(-50%) rotate(0deg);
transition: none;
}
.dropdown.active &gt; a:after, .mega-dropdown.active &gt; a:after {
transform: translateY(-50%) rotate(90deg) matrix(-1, 0, 0, 1, 0, 0);
}
.dropdown:hover &gt; a:after, .menu-cnt li:hover &gt; a:after {
opacity: 1;
}
.dropdown-submenu ul {
top: 0;
left: 100%;
z-index: 1;
}
.menu-cnt &gt; ul &gt; li.dropdown &gt; a, .menu-cnt &gt; ul &gt; li.mega-dropdown &gt; a {
padding-right: 40px;
}
.menu-side .menu-cnt &gt; ul &gt; li.dropdown &gt; a, .menu-side .menu-cnt &gt; ul &gt; li.mega-dropdown &gt; a {
padding-right: 15px;
}
.dropdown .divider {
height: 1px;
background: #eaeaea;
} .mega-dropdown:hover .mega-menu, .mega-menu .tab-box &gt; .panel.active {
display: flex;
overflow: hidden;
z-index: 2;
}
.mega-menu .tab-box &gt; .panel {
margin: 30px 5px;
}
.mega-menu .tab-nav {
margin: 15px;
}
.mega-dropdown .mega-menu {
left: 0;
width: 100%;
}
.mega-menu .col {
padding: 0 10px;
font-size: 13px;
}
.mega-menu {
position: absolute;
min-width: 250px;
padding: 25px 5px;
box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
background-color: #FFF;
background-size: cover;
display: none;
}
.mega-menu a {
color: #636363;
padding-left: 5px;
display: block;
white-space: nowrap;
}
.mega-menu .no-icons a {
padding-left: 0;
}
.mega-menu.bg-menu {
min-width: 400px;
}
.mega-menu h5 {
margin-top: 5px;
margin-bottom: 10px;
min-height: 15px;
font-size: 15px;
text-align: left;
}
.mega-menu .icon-list + h5 {
margin-top: 30px;
}
.mega-menu .no-icons {
margin-left: 1px;
}
.mega-menu .col &gt; h5:first-child {
margin-top: 0;
}
.mega-menu .tab-box {
width: calc(100% + 10px);
margin: -25px -5px;
} nav.align-right .menu-cnt {
display: flex;
justify-content: flex-end;
}
nav.align-right .menu-cnt {
float: none;
}
nav.align-right .menu-cnt .clear {
display: none;
} .menu-inner &gt; ul {
float: none;
margin-left: 0;
}
.menu-inner:not(.menu-inner-vertical) &gt; ul &gt; li:not(:last-child) {
margin-right: 20px;
}
.menu-inner li &gt; a {
height: 50px;
line-height: 50px;
display: block;
position: relative;
text-decoration: none;
border-radius: 3px;
cursor: pointer;
transition: all .5s;
}
.menu-inner li.dropdown &gt; a {
padding-right: 35px;
}
.menu-inner .dropdown ul &gt; li &gt; a {
font-size: 15px;
}
.menu-inner .dropdown ul &gt; li:hover &gt; a {
background: none;
}
.menu-inner li {
position: relative;
transition: all .5s;
}
.menu-inner li:before {
content: "";
position: absolute;
width: 0%;
height: 1px;
transition: all .5s;
bottom: 0;
left: 0;
}
.menu-inner li:hover:before, .menu-inner li.active:before {
width: 100%;
}
.menu-inner li &gt; a &gt; i {
margin-right: 15px;
}
.menu-inner-vertical &gt; ul {
display: block;
}
.menu-inner-vertical li.dropdown &gt; ul {
position: static;
box-shadow: none;
}
.menu-inner-vertical .dropdown:hover &gt; ul {
display: none
}
.menu-inner-vertical .dropdown.active &gt; ul {
display: block
}
.menu-inner.ms-minimal li:hover a, .menu-inner.ms-minimal li.active &gt; a {
background: none;
}
.menu-inner &gt; div {
display: none;
position: relative;
padding: 10px 0;
}
.menu-inner &gt; div &gt; i {
right: 0;
}
.menu-inner.nav-right {
justify-content: flex-end;
display: flex;
}
.menu-inner.nav-center {
justify-content: center;
display: flex;
}
.menu-inner:not(.menu-inner-vertical) .dropdown &gt; a:after {
right: 0;
}
.menu-inner:not(.menu-inner-vertical) .dropdown ul {
box-shadow: none;
border-style: solid;
border-width: 1px;
border-radius: 3px;
margin-top: -1px;
}
.menu-inner:not(.menu-inner-vertical) .dropdown li:last-child:before {
bottom: -1px;
}
.menu-inner-image li img {
position: absolute;
height: 50px;
max-height: 50px;
max-width: 50px;
border-radius: 3px;
left: -65px;
}
.menu-inner-image li {
padding-left: 65px;
margin-bottom: 15px;
}
.menu-inner-image li a {
line-height: 30px;
}
.menu-inner-image li a span {
display: block;
line-height: 15px;
font-size: 12px;
}
.menu-inner-image li:last-child {
margin-bottom: 0;
} body &gt; nav.menu-transparent, .menu-transparent .form-control, .menu-transparent .btn, .menu-transparent .menu-cnt &gt; ul &gt; li:hover &gt; a, .menu-transparent .lan-menu &gt; li &gt; a, .menu-transparent .btn:hover,
.menu-big-box.menu-transparent .menu-box, .menu-transparent .menu-mini, .menu-transparent .lan-menu &gt; li:hover &gt; a {
background: none;
} nav.menu-fixed {
position: fixed;
right: 0;
left: 0;
top: 0;
}
.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
margin-top: 50px;
}
.menu-fixed.menu-top-logo:not(.menu-transparent) + header, .menu-fixed.menu-top-logo:not(.menu-transparent) + main {
margin-top: 150px;
} .lan-menu {
list-style: none;
padding-left: 0;
position: relative;
}
.lan-menu li a, .lan-menu .dropdown &gt; ul &gt; li &gt; a {
padding-left: 40px;
color: #444;
text-decoration: none;
line-height: 50px;
font-size: 13px;
display: block;
transition: all .5s;
}
nav:not(.menu-transparent) .lan-menu &gt; li:hover &gt; a, nav:not(.menu-transparent) .menu-mini .lan-menu &gt; li:hover &gt; a, .lan-menu .dropdown &gt; ul &gt; li:hover &gt; a {
color: #FFF;
}
.lan-menu li.dropdown &gt; a {
padding-right: 15px;
}
.lan-menu li.dropdown &gt; a:after {
right: 15px;
}
.lan-menu .dropdown &gt; ul &gt; li &gt; a, .lan-menu .dropdown &gt; ul {
min-width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.lan-menu li a img {
position: absolute;
left: 15px;
top: 50%;
margin-top: -6px;
border-radius: 3px;
} .shop-menu-cnt {
position: relative;
}
.shop-menu-cnt &gt; i {
font-size: 23px;
height: 50px;
line-height: 50px;
cursor: pointer;
width: 50px;
display: block;
text-align: center;
}
.shop-menu-cnt &gt; i:before {
font-family: "Icons";
content: "\69";
font-style: normal;
}
.shop-menu-cnt:hover .shop-menu {
display: block;
visibility: visible;
opacity: 1;
}
.shop-menu-cnt .shop-menu {
z-index: 90;
position: absolute;
top: 100%;
left: 50%;
margin-left: -160px;
width: 320px;
text-align: center;
background-color: #fff;
transition: all .4s ease;
box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
overflow: hidden;
display: none;
}
.shop-cart li {
cursor: pointer;
}
.shop-cart li img {
width: 65px;
height: 40px;
margin: 0;
border-radius: 3px;
float: left;
}
.shop-cart .cart-item .cart-content {
padding-left: 100px;
text-align: left;
font-size: 13px;
line-height: 21px;
}
.shop-menu-cnt .cart-total {
display: block;
text-align: left;
padding: 8px 16px;
margin: 0;
overflow: hidden;
font-size: 14px;
line-height: 18px;
}
.shop-cart {
list-style: none;
padding: 15px 0;
margin: 0;
}
.shop-cart .cart-item {
height: 50px;
padding: 0 15px;
transition: all .3s;
}
.shop-cart .cart-item:hover {
background: none;
padding-left: 20px;
}
.cart-item h5 {
margin-bottom: 0;
font-size: 14px;
}
.shop-menu .cart-buttons {
text-align: left;
padding: 15px;
margin: 0;
line-height: 20px;
}
.shop-menu .cart-buttons a {
text-decoration: none;
margin-right: 10px;
}
.shop-menu-cnt .cart-count {
background-color: #292929;
top: 50%;
margin-top: -4px;
right: 3px;
width: 18px;
height: 18px;
display: block;
position: absolute;
z-index: 95;
font-size: 11px;
line-height: 19px;
font-style: normal;
text-align: center;
border-radius: 50%;
color: #fff;
font-weight: 600;
}
.shop-menu-empty .shop-menu, .wc-backward {
display: none !important;
} .menu-big-box {
padding-bottom: 40px;
}
.menu-big-box .menu-box {
position: absolute;
height: 80px;
width: calc(100% - 60px);
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
border-radius: 3px;
}
.menu-big-box .menu-box &gt; .row {
width: calc(100% + 15px);
}
.menu-big-box .menu-cnt &gt; ul, .menu-big-box .menu-right &gt; ul {
z-index: 2;
position: relative;
}
.menu-big-box &gt; .container {
position: relative;
} .menu-subtitle .menu-cnt li a span {
display: block;
height: 23px;
position: absolute;
bottom: 24px;
font-size: 11px;
color: #bbbbbb;
}
.menu-subtitle .menu-cnt &gt; ul &gt; li &gt; a, .menu-subtitle .menu-cnt .menu-right {
height: 70px;
}
.menu-subtitle .menu-cnt &gt; ul &gt; li &gt; a {
position: relative;
}
.menu-subtitle .shop-menu-cnt &gt; i, .menu-subtitle .search-box-menu &gt; i, .menu-subtitle .menu-brand, .menu-subtitle .lan-menu &gt; li &gt; a {
height: 70px;
line-height: 70px;
} @media (min-width: 992px) {
.menu-top-logo {
padding-top: 100px;
}
.menu-top-logo &gt; .container {
padding-left: 30px;
padding-right: 30px;
}
.menu-top-logo &gt; .container &gt; .menu-brand, .menu-top-logo .menu-right {
position: absolute;
top: 50%;
transform: translateY(calc(-50% - 25px));
right: 50%;
width: 570px;
float: none;
padding-left: 30px;
padding-right: 30px;
justify-content: flex-start;
}
.menu-top-logo .menu-right {
left: 50%;
right: auto;
justify-content: flex-end;
margin: 0;
}
.menu-top-logo .menu-right &gt; *:last-child {
margin-right: 0;
}
.menu-top-logo .menu-cnt {
position: static;
}
.menu-top-logo .menu-cnt &gt; ul {
margin: 0;
position: relative;
width: 100%;
}
.menu-top-logo &gt; .container:before {
content: "";
position: absolute;
height: 1px;
width: 100%;
left: 0;
}
.menu-top-logo .menu-mini {
position: absolute;
top: 0;
width: 100%;
}
.menu-top-logo .menu-mini .menu-right {
transform: translateY(-50%);
}
.menu-top-logo &gt; .menu-mini + .container &gt; .menu-brand, .menu-top-logo &gt; .menu-mini + .container .menu-right {
transform: translateY(calc(-50% - 8px));
}
.menu-top-logo.menu-wide &gt; .container &gt; .menu-brand {
left: 0;
right: auto;
}
.menu-top-logo.menu-wide .menu-right {
left: auto;
right: 0;
}
}
@media (max-width: 1125px) and (min-width: 992px) {
.menu-top-logo &gt; .container &gt; .menu-brand, .menu-top-logo .menu-right {
width: 480px;
}
} .menu-icon .menu-cnt &gt; ul &gt; li &gt; a &gt; i {
position: absolute;
top: 50%;
left: 13px;
transform: translateY(-50%);
font-size: 24px;
cursor: pointer;
}
.menu-icon .menu-cnt &gt; ul &gt; li &gt; a {
padding-left: 55px;
position: relative;
}
.menu-icon-top.menu-fixed.scroll-menu .menu-cnt &gt; ul &gt; li &gt; a &gt; i {
display: none;
}
@media (min-width: 993px) {
.menu-icon-top .menu-cnt &gt; ul &gt; li &gt; a &gt; i {
top: 15px;
left: 50%;
transform: translateY(0) translateX(-50%);
}
.menu-icon-top .menu-cnt &gt; ul &gt; li &gt; a {
padding-top: 35px;
padding-left: 15px;
padding-right: 15px;
}
.menu-icon-top .menu-cnt &gt; ul &gt; li &gt; a:after {
display: none;
}
.menu-icon-top .shop-menu-cnt &gt; i, .menu-icon-top .search-box-menu &gt; i, .menu-icon-top .menu-cnt &gt; .dropdown &gt; ul &gt; li &gt; a,
.menu-icon-top .dropdown-submenu &gt; ul &gt; li &gt; a, .menu-icon-top .menu-cnt .menu-right, .menu-icon-top .menu-brand, .menu-icon-top .lan-menu &gt; li &gt; a,
.menu-icon-top .menu-cnt &gt; ul &gt; li &gt; a {
height: 80px;
line-height: 80px;
}
.menu-icon.menu-icon-top .menu-cnt &gt; ul &gt; li &gt; a {
line-height: 50px;
}
.menu-icon-top .menu-brand {
padding-top: 15px;
padding-bottom: 15px;
}
} @media (min-width: 992px) {
.menu-side-cnt, .menu-side-cnt #fullpage-main, .menu-side-cnt .footer-parallax, .menu-side-cnt &gt; .menu-fixed:not(.menu-wide) {
padding-left: 250px;
}
.menu-side {
width: 250px;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99995;
background-color: #FFFFFF;
border-right: 1px solid #e7e7e7;
box-shadow: 1px 0 2px rgba(0,0,0,0.05);
}
.menu-side .menu-brand {
width: 100%;
padding: 15px;
height: 90px;
float: none;
}
.menu-side .menu-cnt &gt; ul {
float: none;
display: block;
margin: 0;
}
.menu-side .menu-cnt &gt; ul &gt; li {
float: none;
position: relative;
margin: 0;
}
.menu-side .mega-menu, .menu-side .dropdown &gt; ul, .menu-side .dropdown-submenu &gt; ul {
left: 100%;
top: 0;
width: auto;
}
.menu-side-collapse {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.menu-side-collapse .menu-cnt {
height: 100%;
}
.menu-side-collapse .menu-cnt &gt; ul {
float: none;
display: block;
margin: 0;
}
.menu-side-collapse .menu-cnt &gt; ul &gt; li {
float: none;
position: relative;
margin: 0;
}
.menu-side-collapse .mega-menu, .menu-side-collapse .dropdown &gt; ul, .menu-side-collapse .dropdown-submenu &gt; ul {
left: 0;
top: 100%;
width: 100%;
position: relative;
box-shadow: none;
}
.menu-side-collapse .bottom-area {
position: static;
}
.menu-side-collapse li.active &gt; ul, .menu-side-collapse .active .mega-menu, .menu-side-collapse .mega-menu .tab-box &gt; .panel.active,
.menu-side-collapse .mega-menu .tab-box .nav-tabs, .menu-side-collapse .active .dropdown-submenu ul {
display: block;
}
.menu-side-collapse li:not(.active):not(.dropdown-submenu):hover &gt; ul, .menu-side-collapse li:not(.active):hover .mega-menu {
display: none;
}
.menu-side-collapse .mega-menu {
padding: 25px 0;
}
.menu-side .mega-menu .col {
padding: 0 15px;
font-size: 13px;
}
.menu-side .mega-menu .icon-list li a:hover {
background: none;
}
.menu-side:not(.menu-side-collapse) .dropdown &gt; ul, .menu-side:not(.menu-side-collapse) .dropdown-submenu &gt; ul {
box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.17);
border-left: 1px solid #eaeaea;
}
.menu-side .slimScrollRail {
visibility: hidden;
}
.menu-side-collapse .active .dropdown-submenu &gt; a:after {
transform: translateY(-50%) rotate(90deg);
}
.menu-side-collapse .mega-menu .tab-nav {
display: block;
}
.menu-side-collapse .mega-menu .tab-nav li a {
margin: 10px 0;
}
}
.menu-side-collapse .col + .col &gt; h5:first-child {
margin-top: 30px;
}
.menu-side .bottom-area {
position: absolute;
bottom: 20px;
padding: 20px 15px;
width: 100%;
text-align: center;
}
.menu-side-collapse .bottom-area {
position: static;
}
.menu-side .bottom-area .lan-menu {
display: flex;
justify-content: center;
padding: 15px 0;
}
.menu-side .bottom-area .lan-menu a {
margin: 0 5px;
}
.menu-side .bottom-area .icon-links {
margin: 10px 0;
}
.menu-side .bottom-area p {
font-size: 12px;
} .title {
position: relative;
margin-bottom: 50px;
}
.title &gt; p {
margin-top: 15px;
}
.row &gt; div &gt; .title:last-child {
margin-bottom: 0;
}
body &gt; header {
position: relative;
display: flex;
align-items: center;
height: 350px;
overflow: hidden;
}
body &gt; header &gt; .container {
position: relative;
z-index: 5;
}
body &gt; header h1 {
font-size: 30px;
font-weight: 600;
margin: 0;
}
body &gt; header h2 {
margin: 20px 0 0 0;
font-size: 18px;
font-weight: 400;
}
body &gt; header.align-center h2 {
margin: 20px auto 0 auto;
}
.breadcrumb {
list-style: none;
display: flex;
margin: 40px 0 0 0;
padding: 0;
}
.breadcrumb li {
list-style: none;
}
.breadcrumb li a {
display: block;
text-decoration: none;
padding-right: 15px;
margin-right: 15px;
font-size: 14px;
position: relative;
}
.breadcrumb li a:after {
content: "";
position: absolute;
width: 1px;
height: 11px;
margin-top: -5px;
opacity: .6;
top: 50%;
right: 0;
transform: rotate(25deg);
}
.breadcrumb li:last-child a {
font-weight: 600;
cursor: default;
padding-right: 0;
margin-right: 0;
}
.breadcrumb li:last-child a:after {
display: none;
}
body &gt; header.align-right .breadcrumb {
left: 15px;
right: auto;
justify-content: flex-end;
}
body &gt; header.align-center .breadcrumb {
position: static;
justify-content: center;
margin-top: 20px;
}
.breadcrumb.align-center {
justify-content: center;
}
.breadcrumb.align-right {
justify-content: flex-end;
}
body &gt; nav.menu-transparent + header {
margin-top: 0 !important;
} .header-image, .header-base {
background-position: center center;
background-size: cover;
} .header-slider &gt; .background-slider &gt; div {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.header-slider &gt; .background-slider &gt; div {
opacity: 0;
background-size: cover;
background-position: center center;
transition: all .5s;
}
.header-slider &gt; .background-slider &gt; div.active {
opacity: 1;
} .header-video &gt; video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: 0;
} .header-base {
height: 200px;
}
.header-base .breadcrumb {
position: absolute;
right: 30px;
top: 0;
margin-top: 0;
} hr.space, hr.space-xs, hr.space-sm, hr.space-md, hr.space-lg {
border: none;
clear: both;
margin: 0;
}
hr.space-xs {
height: 15px;
}
hr.space-sm {
height: 30px;
}
hr.space {
height: 60px;
}
hr.space-md {
height: 75px;
}
hr.space-lg {
height: 100px;
}
span.space, span.space-xs, span.space-sm, span.space-md, span.space-lg {
display: inline-block;
}
span.space-xs {
width: 15px;
}
span.space-sm {
width: 30px;
}
span.space {
width: 60px;
}
span.space-md {
width: 75px;
}
span.space-lg {
width: 100px;
} .text-xs {
font-size: 12px !important;
line-height: 18px;
}
.text-sm {
font-size: 16px !important;
line-height: 22px;
}
.text-md {
font-size: 25px !important;
line-height: 35px;
}
.text-lg {
font-size: 50px !important;
line-height: 70px;
} hr:not([class*=space]) {
height: 1px;
border: none;
background: #dadada;
margin: 30px 0;
} .quote {
position: relative;
padding: 30px 30px 30px 105px;
margin: 0;
border-radius: 3px;
}
.quote &gt; p {
margin: 0;
}
.quote.quote-double {
padding: 30px 105px 30px 105px;
}
.quote:before, .quote.quote-double:after {
content: "\65";
font-family: "Icons";
position: absolute;
left: 30px;
width: 50px;
height: 50px;
font-size: 45px;
line-height: 55px;
opacity: .2;
text-transform: none;
}
.quote.quote-double:after {
content: "\66";
left: auto;
right: 30px;
bottom: 30px;
}
.quote .quote-author {
display: block;
margin-top: 15px;
font-weight: 600;
}
.quote-author:empty {
display: none;
} .btn {
color: #fff;
border-radius: 3px;
display: inline-block;
text-decoration: none;
border-style: solid;
border-width: 1px;
position: relative;
cursor: pointer;
outline: none;
text-align: center;
transition: all .5s;
}
.btn-xs {
padding: 7px 20px;
font-size: 13px;
}
.btn-sm {
padding: 10px 30px;
font-size: 15px;
}
.btn-lg {
padding: 15px 50px;
font-size: 20px;
}
.btn-border, body .btn-border {
background: none;
}
.btn-circle {
border-radius: 100px;
}
.btn-text {
position: relative;
display: inline-block;
text-decoration: none;
cursor: pointer;
background: none;
border: none;
outline: none;
transition: all .5s;
}
.btn-text.btn-icon i {
position: static;
margin-right: 10px;
}
.btn-icon.btn-xs:not(.btn-anima), .btn-icon.btn-xs.btn-anima:hover {
padding-left: 40px;
}
.btn-icon.btn-sm:not(.btn-anima), .btn-icon.btn-sm.btn-anima:hover {
padding-left: 55px;
}
.btn-icon.btn-lg:not(.btn-anima), .btn-icon.btn-lg.btn-anima:hover {
padding-left: 85px;
}
.btn-icon i {
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
}
.btn-icon.btn-lg:not(.btn-anima) i {
left: 50px;
}
.btn-anima {
overflow: hidden;
}
.btn-anima i {
left: -50px;
transition: all .5s;
}
.btn-icon.btn-xs.btn-anima:hover i, .btn-icon.btn-xs:not(.btn-anima) i {
left: 20px;
}
.btn-icon.btn-sm.btn-anima:hover i {
left: 30px;
}
.btn-icon.btn-lg.btn-anima:hover i, .btn-icon.btn-lg.btn-xs:not(.btn-anima) i {
left: 50px;
}
.btn + .btn {
margin-top: 15px;
}
.btn-video {
position: relative;
display: block;
padding-top: 60px;
text-decoration: none;
}
.btn-video:before {
content: "";
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
top: -14px;
left: 50%;
transform: translateX(-50%);
margin-left: -43px;
background: #FFF;
z-index: 1;
}
.btn-video:after {
content: "\62";
font-family: "Icons";
position: absolute;
width: 50px;
height: 50px;
font-size: 45px;
line-height: 55px;
top: 0;
left: 50%;
margin-left: -24px;
animation-iteration-count: infinite;
z-index: 1;
text-transform: none;
}
.img-box.btn-video {
padding-top: 0;
}
.img-box.btn-video:before {
top: 50%;
margin-top: -43px;
margin-left: -45px;
height: 80px;
border-radius: 50%;
left: 50%;
background: rgb(255, 255, 255);
}
.img-box.btn-video:after {
top: 50%;
margin-top: -30px;
} .input-text, .input-select, .input-textarea {
border-radius: 3px;
border-style: solid;
border-width: 1px;
outline: none;
width: 100%;
padding: 10px;
font-size: 14px;
background: rgb(255, 255, 255);
}
.input-text-btn {
display: flex;
}
.input-text-btn .input-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
margin: 0;
}
.input-text-btn .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: 10px;
padding-right: 10px;
margin: 0;
} .text-list, .text-list li {
list-style: none;
position: relative;
padding: 0;
margin: 0;
}
.text-list li {
transition: all .5s;
}
.text-list-base li, .text-list-image li, .text-list-side li {
margin-bottom: 30px;
}
.text-list-base li:last-child, .text-list-image li:last-child, .text-list-side li:last-child {
margin-bottom: 0;
}
.text-list-base li &gt; h3, .text-list-image .content &gt; h3, .text-list-side h3 {
margin: 0;
font-size: 19px;
}
.text-list-base li &gt; p, .text-list-image .content &gt; p {
margin: 5px 0 0 0;
}
.text-list-base li &gt; div, .text-list-image .content &gt; div {
position: absolute;
right: 0;
top: 0;
}
.text-list-image li {
display: flex;
align-items: center;
justify-content: space-between;
}
.text-list-image li .content {
position: relative;
width: 100%;
padding-left: 30px;
}
.text-list-image li &gt; img {
position: relative;
left: 0;
width: 90px;
height: 90px;
border-radius: 50%;
}
.text-list-side li {
display: flex;
justify-content: space-between;
}
.text-list-side li h3 {
min-width: 150px;
}
.text-list-side p {
margin: 0 30px;
}
.text-list-bold li, .text-list-line li {
display: flex;
margin-bottom: 5px;
}
.text-list-bold p span, .text-list-line p span {
padding-left: 15px;
}
.text-list-bold li p {
margin: 0 0 0 15px;
}
.text-list-line li b {
margin-right: 5px;
white-space: nowrap;
}
.text-list-line label {
text-transform: none;
font-weight: normal;
font-style: normal;
display: inline;
}
.text-list-line li p {
margin: 0 5px;
white-space: nowrap;
overflow: visible;
}
.text-list-line li {
justify-content: space-between;
height: 26.5px;
}
.text-list-line li hr {
width: 100%;
margin-top: 16px;
border-top: 1px dotted;
background: none;
opacity: .8;
} .icon-list-horizontal {
display: flex;
}
.icon-list-horizontal.icon-list li {
margin-right: 25px;
margin-bottom: 0;
padding-left: 25px;
position: relative;
white-space: nowrap;
overflow: hidden;
}
.icon-list p {
margin: 0;
display: inline;
}
.icon-list li &gt; i {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.icon-list-horizontal.icon-list a {
text-decoration: none;
}
ul.icon-list {
list-style: none;
padding: 0;
margin: 0;
}
ul.icon-list li {
position: relative;
list-style: none;
padding-left: 30px;
margin-bottom: 10px;
}
ul.icon-list li:last-child {
margin-bottom: 0;
}
.icon-list.icon-md li, .icon-list.icon-md span {
padding-left: 40px;
line-height: 35px;
}
.icon-list.icon-md li &gt; i, .icon-list.icon-md span &gt; i {
font-size: 23px;
}
.icon-list.icon-lg li, .icon-list.icon-lg span {
padding-left: 50px;
line-height: 40px;
}
.icon-list.icon-lg li &gt; i, .icon-list.icon-lg span &gt; i {
font-size: 30px;
}
.icon-list.icon-md.text-xs li {
line-height: 20px;
}
.icon-list.icon-md.text-xs li &gt; i {
font-size: 15px;
}
.icon-circle li &gt; i, .icon-line li &gt; i, .icon-decimal li &gt; i {
display: none;
}
.icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: all .5s;
}
.icon-circle li:hover:before, .icon-circle span:hover:before {
transform: translateY(-50%) scale(.8);
}
.icon-circle.icon-md li:before, .icon-circle.icon-md span:before {
width: 11px;
height: 11px;
}
.icon-circle.icon-md li, .icon-circle.icon-md span {
padding-left: 35px;
}
.icon-circle.icon-lg li:before, .icon-circle.icon-lg span:before {
width: 16px;
height: 16px;
}
.icon-circle.icon-lg li, .icon-circle.icon-lg span {
padding-left: 40px;
}
.icon-line li:before, .icon-line span:before {
border-radius: 3px;
height: 2px;
}
.icon-line li:hover:before, .icon-line span:hover:before {
transform: translateY(-50%) translateX(5px);
}
.icon-line.icon-md li:before, .icon-line.icon-md span:before {
width: 15px;
height: 3px;
}
.icon-line.icon-md li, .icon-line.icon-md span {
padding-left: 35px;
}
.icon-line.icon-lg li:before, .icon-line.icon-lg span:before {
width: 20px;
height: 4px;
}
.icon-line.icon-lg li, .icon-line.icon-lg span {
padding-left: 40px;
}
ul.icon-decimal {
padding-left: 15px;
}
ul.icon-decimal, ul.icon-decimal li {
list-style: decimal;
}
.icon-list-horizontal.icon-list:not(.icon-md):not(.icon-lg) span {
padding-left: 33px;
}
ul.icon-list.list-right li, .icon-list-horizontal.icon-list.list-right span {
padding-left: 0;
padding-right: 30px;
text-align: right;
}
ul.icon-list.list-right li i, .icon-list-horizontal.icon-list.list-right i {
left: auto;
right: 0;
}
ul.icon-list.list-right.icon-md li, .icon-list-horizontal.icon-list.list-right.icon-md span {
padding-right: 40px;
}
ul.icon-list.list-right.icon-lg li, .icon-list-horizontal.icon-list.list-right.icon-lg span {
padding-right: 50px;
}
.icon-list-horizontal.icon-list.list-right:not(.icon-md):not(.icon-lg) span {
padding-left: 0;
padding-right: 33px;
}
.icon-circle.list-right li:before, .icon-circle.list-right span:before, .icon-line.list-right li:before, .icon-line.list-right span:before {
left: auto;
right: 0;
}
ul.icon-list.align-right li {
padding-left: 0;
padding-right: 30px;
}
ul.icon-list.align-right li:before, ul.icon-list.align-right span:before {
left: auto;
right: 0;
} .icon-links {
display: flex;
}
.icon-links.align-center {
justify-content: center;
}
.icon-links.align-right {
justify-content: flex-end;
}
.icon-links a {
display: block;
width: 30px;
height: 30px;
margin-right: 15px;
position: relative;
cursor: pointer;
}
.icon-links a i {
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
margin: 0;
padding: 0;
display: block;
position: absolute;
font-size: 18px;
transition: all .5s;
}
.icon-links {
display: flex;
}
.icon-links-grid a {
border-style: solid;
border-width: 1px;
border-right: none;
width: 50px;
height: 40px;
margin: 0;
}
.icon-links-grid a i {
transition: all .1s;
}
.icon-links-grid a:hover i {
color: #FFF;
}
.icon-links-grid a:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.icon-links-grid a:last-of-type {
border-right-style: solid;
border-right-width: 1px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.icon-links-button a {
width: 50px;
height: 40px;
border-radius: 3px;
transition: all .5s;
}
.icon-links-button.full-width a {
width: 100%;
}
.icon-links-popup {
position: relative;
padding-left: 35px;
}
.icon-links-popup &gt; i {
display: block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
font-size: 16px;
cursor: pointer;
}
.icon-links-popup &gt; i:before {
font-family: "Icons";
content: "\6d";
font-size: 20px;
font-style: normal;
font-weight: normal;
text-transform: none;
}
.icon-links-popup &gt; div {
display: flex;
position: relative;
visibility: hidden;
}
.icon-links-popup &gt; div &gt; a {
opacity: 0;
transition: all .5s;
}
.icon-links-popup.active &gt; div {
visibility: visible;
}
.icon-links-popup.active &gt; div &gt; a {
opacity: 1;
}
.icon-links.icon-lg i {
font-size: 25px;
}
.icon-links.icon-lg a {
margin-right: 25px;
}
.icon-links-grid.icon-lg a {
margin-right: 0;
width: 60px;
height: 45px;
}
.icon-links-button.icon-lg a {
width: 60px;
height: 45px;
}
.icon-links-popup.icon-lg {
padding-left: 45px;
}
.icon-links-popup.icon-lg &gt; i {
height: 25px;
width: 25px;
}
.icon-links-popup.icon-lg &gt; i:before {
font-size: 25px;
}
.icon-links &gt; a:last-child {
margin-right: 0;
}
.icon-social a i {
transform: translateX(-50%) translateY(calc(-50% + 2px));
} .social-colors.icon-links-button i, .social-colors.icon-links-grid i, .social-colors-hover.icon-links-button i, .social-colors-hover.icon-links-grid i {
transition: none;
}
.social-colors.icon-links-button .facebook:not(:hover), .social-colors-hover.icon-links-button .facebook:hover,
.social-colors.icon-links-grid .facebook:not(:hover), .social-colors-hover.icon-links-grid .facebook:hover {
background-color: #3B5998;
border-color: #3B5998;
color: #FFF;
}
.social-colors.icon-links-button .twitter:not(:hover), .social-colors-hover.icon-links-button .twitter:hover,
.social-colors.icon-links-grid .twitter:not(:hover), .social-colors-hover.icon-links-grid .twitter:hover {
background-color: #3B8ACA;
border-color: #3B8ACA;
color: #FFF;
}
.social-colors.icon-links-button .pinterest:not(:hover), .social-colors-hover.icon-links-button .pinterest:hover,
.social-colors.icon-links-grid .pinterest:not(:hover), .social-colors-hover.icon-links-grid .pinterest:hover {
background-color: #B90B20;
border-color: #B90B20;
color: #FFF;
}
.social-colors.icon-links-button .linkedin:not(:hover), .social-colors-hover.icon-links-button .linkedin:hover,
.social-colors.icon-links-grid .linkedin:not(:hover), .social-colors-hover.icon-links-grid .linkedin:hover {
background-color: #0077B5;
border-color: #0077B5;
color: #FFF;
}
.social-colors.icon-links-button .youtube:not(:hover), .social-colors-hover.icon-links-button .youtube:hover,
.social-colors.icon-links-grid .youtube:not(:hover), .social-colors-hover.icon-links-grid .youtube:hover {
background-color: #cc181e;
border-color: #cc181e;
color: #FFF;
}
.social-colors.icon-links-button .instagram:not(:hover), .social-colors-hover.icon-links-button .instagram:hover,
.social-colors.icon-links-grid .instagram:not(:hover), .social-colors-hover.icon-links-grid .instagram:hover {
background-color: #464646;
border-color: #464646;
color: #FFF;
}
.social-colors:not(.icon-links-button):not(.icon-links-grid) .facebook:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .facebook:hover i {
color: #3B5998;
}
.social-colors:not(.icon-links-button):not(.icon-links-grid) .twitter:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .twitter:hover i {
color: #3B8ACA;
}
.social-colors:not(.icon-links-button):not(.icon-links-grid) .pinterest:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .pinterest:hover i {
color: #B90B20;
}
.social-colors:not(.icon-links-button):not(.icon-links-grid) .linkedin:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .linkedin:hover i {
color: #0077B5;
}
.social-colors:not(.icon-links-button):not(.icon-links-grid) .youtube:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .youtube:hover i {
color: #cc181e;
}
.social-colors:not(.icon-links-button):not(.icon-links-grid) .instagram:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .instagram:hover i {
color: #464646;
} .icon-box {
position: relative;
display: flex;
}
.icon-box i {
font-size: 35px;
display: block;
text-align: left;
}
.icon-box h3 {
font-size: 20px;
}
.icon-box p {
margin: 0;
}
.icon-box-top {
flex-direction: column;
}
.icon-box-top h3 {
margin: 20px 0 10px 0;
}
.icon-box-left {
flex-direction: row;
align-items: center;
}
.icon-box-left i {
padding-right: 30px;
}
.icon-box-left h3 {
margin: 0 0 5px 0;
}
.icon-box-right {
flex-direction: row-reverse;
align-items: center;
text-align: right;
}
.icon-box-right i {
padding-left: 30px;
}
.icon-box-right h3 {
margin: 0 0 5px 0;
}
.icon-box-top.align-center i {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.icon-box-top.align-right i {
margin-left: auto;
margin-right: 0;
text-align: right;
} .google-map {
height: 350px;
} .box-steps {
display: grid;
grid-gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
}
.box-steps &gt; div {
grid-template-columns: 1fr 1fr 1fr;
}
.step-item {
position: relative;
}
.step-item &gt; .content {
position: relative;
padding-top: 60px;
}
.step-item &gt; .content &gt; *:first-child {
margin-top: 0;
}
.step-item &gt; span {
position: absolute;
width: 30px;
height: 30px;
line-height: 30px;
border-style: solid;
border-width: 1px;
border-radius: 50%;
text-align: center;
font-size: 14px;
display: block;
font-weight: 600;
background: #FFF;
}
.step-item:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 14px;
}
.box-steps-vertical {
display: block;
}
.box-steps-vertical &gt; .step-item:not(:last-child) {
padding-bottom: 30px;
}
.box-steps-vertical &gt; .step-item &gt; .content {
padding: 0 0 0 60px;
}
.box-steps-vertical &gt; .step-item &gt; span {
margin-top: -2px;
}
.box-steps-vertical &gt; .step-item:before {
width: 1px;
height: 100%;
top: 0;
left: 14px;
} .progress-bar &gt; h4, .progress-circle &gt; h4 {
font-size: 16px;
margin-bottom: 15px;
}
.progress-bar &gt; div, .progress-bar &gt; div &gt; div {
width: 100%;
height: 6px;
border-radius: 3px;
}
.progress-bar &gt; div &gt; div {
width: 0%;
position: relative;
transition: all 1s linear;
}
.progress-bar &gt; div span {
position: absolute;
padding: 0 8px;
font-size: 13px;
right: 0;
top: -35px;
transform: translateX(50%);
margin-right: 1px;
border-radius: 3px;
color: #FFF;
white-space: nowrap;
opacity: 0;
transition: all 1s;
}
.progress-bar &gt; div &gt; [data-trigger="null"] span {
opacity: 1;
}
.progress-circle {
position: relative;
margin: auto;
}
.progress-circle .content {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
padding: 0 30px;
}
.progress-circle h4 {
margin: 0 0 5px 0;
}
.progress-circle p {
margin: 0;
font-size: 14px;
}
.progress-circle .counter {
margin: 0;
font-size: 25px;
}
.progress-circle p + .counter, .progress-circle h4 + .counter {
margin: 15px 0 0 0;
}
.progress-circle.align-right {
margin-right: 0;
}
.progress-circle.align-left {
margin-left: 0;
} .counter h3 {
font-size: 18px;
margin: 0 0 10px 0;
}
.counter-horizontal i {
margin-right: 10px;
}
.counter-horizontal.counter-icon {
display: flex;
align-items: center;
}
.counter-horizontal.counter-icon &gt; i {
font-size: 30px;
display: block;
text-align: left;
padding-right: 15px;
}
.counter-horizontal.align-right {
justify-content: flex-end;
}
.counter-vertical i {
margin-bottom: 15px;
display: inline-block;
} .countdown h3 {
font-size: 18px;
margin: 0;
}
.countdown p {
margin: 0;
}
.countdown [data-time] {
display: flex;
}
.countdown [data-time] &gt; div {
padding-right: 15px;
}
.countdown h3 {
margin-bottom: 15px;
}
.countdown p {
margin-top: 10px;
}
.countdown-horizontal [data-time] &gt; div &gt; span:first-child {
padding-right: 5px;
}
.countdown-vertical [data-time] &gt; div &gt; span {
display: block;
} .timeline &gt; div {
position: relative;
margin-bottom: 30px;
transition: all .5s;
}
.timeline &gt; div:hover {
transform: translateX(5px)
}
.timeline .badge {
position: absolute;
left: calc(70% + 60px);
}
.timeline .badge p {
font-weight: 600;
font-size: 25px;
margin: 30px 0 15px 0;
}
.timeline .badge span {
display: block;
font-size: 14px;
}
.timeline .panel {
width: 70%;
padding: 30px 60px;
border-radius: 3px;
}
.timeline &gt; div:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.timeline &gt; div:last-child .panel {
margin-bottom: 0;
}
.timeline &gt; div.inverted .badge {
left: auto;
right: calc(70% + 60px);
}
.timeline &gt; div.inverted .panel {
margin-left: 30%;
}
.timeline &gt; div.inverted:hover {
transform: translateX(-15px)
} .list-nav {
display: flex;
margin-top: 30px;
}
.list-nav a {
position: relative;
text-decoration: none;
transition: all .5s;
}
.list-nav a.list-archive {
width: 30px;
height: 30px;
margin: 0 0 0 30px;
font-size: 25px;
text-align: center;
}
.list-nav a.list-archive + a {
margin-left: 30px;
}
.list-nav a.list-archive:before, .list-nav a:first-child:before, .list-nav a:last-child:before {
content: "\64";
font-family: "Icons";
text-transform: none;
font-weight: 400;
}
.list-nav a:first-child:before, .list-nav a:last-child:before {
position: absolute;
font-size: 20px;
}
.list-nav a:first-child {
padding-left: 40px;
}
.list-nav a:last-child {
padding-right: 40px;
}
.list-nav a:first-child:before {
content: "\68";
left: 0;
}
.list-nav a:last-child:before {
content: "\67";
left: auto;
right: 0;
}
.list-nav.align-right {
justify-content: flex-end;
}
.list-nav.align-center {
justify-content: center;
}
.list-nav a:not(.list-archive):empty {
display: none;
}
div.list-nav a:empty + a.list-archive {
margin-left: 0;
} .list-tags, .tagcloud {
margin: -5px;
}
.list-tags a, .tagcloud a {
display: inline-block;
padding: 3px 12px;
border-radius: 3px;
transition: all .5s;
margin: 5px;
font-size: 13px;
cursor: pointer;
text-decoration: none;
} .table {
width: 100%;
border-spacing: 0;
table-layout: fixed;
}
.table th {
font-weight: 600;
}
.table th, .table td {
text-align: left;
padding: 5px 10px;
}
.table.align-center th, .table.align-center td {
text-align: center;
}
.table.align-right th, .table.align-right td {
text-align: center;
}
.table:not(.table-border):not(.table-full-border) {
margin: -5px -10px;
width: calc(100% + 20px);
}
.table-border td, .table-border th, .table-full-border td, .table-full-border th {
border-style: solid;
border-width: 1px;
border-right: none;
border-top: none;
padding: 10px;
}
.table-border tbody tr td:first-child, .table-border thead tr:first-child th:first-child {
border-left: none;
padding-left: 0;
}
.table-border tbody tr:last-child td {
border-bottom: none;
padding-bottom: 0;
}
.table-full-border {
border-radius: 3px;
border-style: solid;
border-width: 1px;
}
.table-full-border th {
border-top: none;
}
.table-full-border th:first-child, .table-full-border td:first-child {
border-left: none;
}
.table-full-border td:last-child {
border-right: none;
}
.table-full-border tr:last-child td {
border-bottom: none;
}
.table-grid:not(.table-border):not(.table-full-border) {
margin: -30px;
width: calc(100% + 60px);
}
.table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
padding: 30px;
}
.table-grid td &gt; img {
max-width: 100%;
display: inline-flex;
}
.table-grid.no-padding-y.table-border tbody tr td {
padding-top: 0;
padding-bottom: 0;
vertical-align: top;
}
.table-grid.table-border.align-left tbody tr td:first-child {
padding-left: 0;
}
.table-grid.table-border.align-left tbody tr td:last-child {
padding-right: 0;
}
.table-columns {
display: block;
}
.table-columns tbody {
width: 100%;
display: block;
}
.table-columns &gt; tbody &gt; tr {
display: flex;
justify-content: space-between;
}
.table-columns td {
display: block;
padding: 0 30px;
width: 100%;
}
.table.table-columns:not(.table-border):not(.table-full-border) {
margin: 0 -30px;
width: calc(100% + 60px);
} .img-box {
position: relative;
overflow: hidden;
display: block;
border-radius: 3px;
transition: all .5s;
}
.img-box:before {
content: "";
opacity: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
background: #000;
position: absolute;
border-radius: 4px;
transition: all .5s;
transition-delay: .5s;
}
.img-box:hover:before {
transition: all 0s;
}
.img-box:hover, .light .img-box:hover, .img-box:hover:before {
opacity: 1;
}
.img-box img {
max-width: 100%;
display: block;
position: relative;
border-radius: 3px;
transition: all .5s;
}
.img-box:hover img {
opacity: .8;
}
.img-box-caption span {
position: absolute;
bottom: 0;
width: 100%;
padding: 5px 15px;
color: #FFF;
font-size: 12px;
}
.img-box &gt; i {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
text-align: center;
line-height: 30px;
color: #fff;
text-decoration: none;
font-size: 25px;
z-index: 5;
}
img {
max-width: 100%;
display: inline-block;
}
.img-grayscale {
filter: grayscale(100%);
}
.img-png:hover, .img-png:before {
background: none !important;
}
.img-png:hover img {
margin: auto !important;
height: auto !important;
width: auto !important;
} .tab-box &gt; .panel:not(.active) {
display: none;
}
.tab-nav {
padding: 0;
margin: 0 0 30px 0;
list-style: none;
display: flex;
}
.tab-nav li {
list-style: none;
}
.tab-center &gt; .tab-nav {
justify-content: center;
}
.tab-right &gt; .tab-nav {
justify-content: flex-end;
}
.tab-left &gt; .tab-nav {
justify-content: flex-start;
}
.tab-justify &gt; .tab-nav {
justify-content: space-between;
}
.tab-justify &gt; .tab-nav li {
width: 100%;
}
.tab-inverse &gt; .tab-nav {
margin: 30px 0 0 0;
}
.tab-nav li a {
text-decoration: none;
display: block;
padding: 10px 15px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin: 0 15px;
font-size: 15px;
text-align: center;
position: relative;
transition: all .5s;
}
.tab-nav li:first-child a {
margin-left: 0;
}
.tab-nav li:last-child a {
margin-right: 0;
}
.tab-icon &gt; .tab-nav a {
padding-left: 45px;
}
.tab-icon &gt; .tab-nav a i {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
}
.tab-vertical {
display: flex;
}
.tab-vertical &gt; .tab-nav {
display: block;
padding: 0 30px 0 0;
flex: 0 0 25%;
max-width: 25%;
}
.tab-vertical &gt; .tab-nav li a {
margin: 15px 0;
}
.tab-vertical li:first-child a {
margin-top: 0;
}
.tab-vertical li:last-child a {
margin-bottom: 0;
}
.tab-vertical &gt; .panel {
flex: 0 0 75%;
max-width: 75%;
}
.tab-vertical.tab-inverse &gt; .tab-nav {
padding: 0 0 0 30px;
margin: 0;
}
.tab-vertical.tab-icon &gt; .tab-nav li a {
text-align: left;
}
.tab-vertical.tab-md-2 &gt; .tab-nav {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.tab-vertical.tab-md-2 &gt; .panel {
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.tab-vertical.tab-md-4 &gt; .tab-nav {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tab-vertical.tab-md-4 &gt; .panel {
flex: 0 0 66.666666%;
max-width: 66.666666%;
}
.tab-nav li.active a, .tab-nav li:hover a {
color: #FFF;
}
.tab-nav.align-right {
justify-content: flex-end;
}
.tab-nav.align-center {
justify-content: center;
} .maso-item {
padding: 15px;
position: relative;
}
.maso-box {
margin: -15px;
display: flex;
flex-wrap: wrap;
}
.maso-list &gt; .menu-inner {
margin-bottom: 30px;
}
.maso-list.no-gap .maso-box {
margin: 0;
}
.maso-list.no-gap .maso-item {
padding: 0;
}
.isotope-hidden {
visibility: hidden !important;
transform: scale(0);
max-height: 0;
overflow: hidden;
}
.grid-item {
padding: 0;
margin: 0;
min-width: 0;
position: relative;
}
.grid-item img, .maso-item img {
display: block;
}
.grid-box {
display: grid;
grid-gap: 30px;
}
.no-gap &gt; div {
grid-gap: 0;
}
.maso-order {
width: 17px;
cursor: pointer;
}
.maso-order:before {
font-family: "Icons";
content: "\68";
position: absolute;
top: 50%;
left: 0;
transition: all .5s;
transform: translateY(-50%) rotate(-90deg);
text-transform: none;
}
.maso-order[data-sort=desc]:before {
transform: translateY(-50%) rotate(90deg);
}
.maso-layout .maso-item:nth-child(3n+0) .img-box {
height: 550px;
}
.maso-layout .maso-item:nth-child(2n+0) .img-box {
height: 350px;
}
.maso-layout .maso-item:nth-child(4n+0) .img-box {
height: 250px;
}
.maso-layout .maso-item:nth-child(1) .img-box {
height: 450px;
} .list-pagination {
padding-top: 30px;
}
.pagination {
position: relative;
list-style: none;
display: flex;
align-items: center;
margin: 0 -15px 0 -15px;
padding: 0;
}
.pagination li {
list-style: none;
}
.pagination li a {
text-decoration: none;
padding: 0 15px;
position: relative;
transition: all .5s;
}
.pagination li.disabled a {
opacity: .5;
cursor: default;
}
.pagination li.page a {
font-weight: 600;
width: 35px;
height: 35px;
line-height: 35px;
border-style: solid;
border-width: 1px;
border-radius: 50%;
text-align: center;
display: block;
padding: 0;
margin: 0 5px;
}
.pagination li.page:hover a, .pagination li.page.active a {
color: #FFF;
}
.pagination .last, .pagination .first {
display: none;
}
.pagination .prev a {
margin-right: 15px;
padding-left: 45px;
}
.pagination .next a {
margin-left: 15px;
padding-right: 45px;
}
.pagination .prev a:before, .pagination .next a:before {
font-family: "Icons";
position: absolute;
top: 50%;
transform: translateY(-50%);
text-transform: none;
display: block;
}
.pagination .prev a:before {
content: "\68";
left: 15px;
}
.pagination .next a:before {
content: "\67";
right: 15px;
}
.pagination-lg {
margin-top: 15px;
}
.pagination-lg li {
font-size: 20px;
}
.pagination-lg li.page a {
width: 45px;
height: 45px;
line-height: 45px;
margin: 0 10px;
}
.pagination.align-center {
justify-content: center;
}
.pagination.align-right {
justify-content: flex-end;
} .scroll-box {
padding-right: 15px;
}
.scroll-box &gt; * {
margin-top: 0;
}
.scroll-box:after {
content: "";
position: absolute;
height: 50px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(0,0,0,0) 100%);
}
.scroll-pos-bottom.scroll-box:after {
display: none;
} .collapse-box &gt; .content * {
margin-top: 0;
}
.collapse-box &gt; .content {
overflow: hidden;
display: none;
position: relative;
}
.collapse-box &gt; .content:after {
content: "";
position: absolute;
height: 50px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(0,0,0,0) 100%);
transition: opacity .5s;
}
.collapse-box.open &gt; .content:after {
opacity: 0;
}
.collapse-button &gt; a {
position: relative;
margin-top: 10px;
padding-left: 30px;
cursor: pointer;
display: inline-block;
}
.collapse-button &gt; a:before {
font-family: "Icons";
content: "\68";
position: absolute;
top: 50%;
left: 0;
transition: all .5s;
transform: translateY(-50%) rotate(-90deg);
text-transform: none;
}
.collapse-box.open .collapse-button &gt; a:before {
transform: translateY(-50%) rotate(90deg);
} .accordion-list {
list-style: none;
padding: 0;
margin: 0;
}
.accordion-list &gt; li {
list-style: none;
padding: 0;
margin: 0;
border-bottom-style: solid;
border-bottom-width: 1px;
}
.accordion-list &gt; li:first-child {
border-top-style: solid;
border-top-width: 1px;
}
.accordion-list &gt; li.active {
padding: 0 0 15px 0;
}
.accordion-list &gt; li &gt; a {
display: block;
text-decoration: none;
padding: 10px 0 10px 25px;
position: relative;
transition: all .5s;
}
.accordion-list &gt; li.active &gt; a:before {
transform: rotate(90deg);
}
.accordion-list &gt; li &gt; a:before {
content: "\67";
font-family: "Icons";
position: absolute;
left: -5px;
top: 50%;
margin-top: -9px;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 20px;
transition: all .5s;
opacity: .6;
}
.accordion-list &gt; li &gt; a:hover:before {
opacity: 1;
}
.accordion-list &gt; li &gt; .content {
height: 0;
display: none;
overflow: hidden;
}
.accordion-list &gt; li &gt; .content &gt; * {
margin-top: 0;
margin-bottom: 0;
} .album-list {
display: grid;
grid-gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
}
.album-box {
position: relative;
}
.album-box .caption {
position: absolute;
bottom: 30px;
left: 50px;
cursor: pointer;
}
.album-box .caption h3 {
margin: 0;
}
.album-box:hover .img-box:before {
opacity: 1;
transition: all 0s;
}
.album-box:hover .img-box img {
opacity: .8;
}
.album-item:not(.active) {
display: none;
}
.album-item {
opacity: 0;
}
.cnt-album-box, .album.active .album-list {
display: none;
}
.album.active .cnt-album-box {
display: block;
}
.album-title {
margin-bottom: 30px;
}
.album-title &gt; a {
display: inline-block;
position: relative;
margin-left: 30px;
padding-left: 30px;
transition: all .5s;
cursor: pointer;
}
.album-title &gt; a:before {
font-family: "Icons";
content: "\68";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
text-transform: none;
} [data-columns='1'] &gt; div, .box-steps[data-columns='1'] {
grid-template-columns: 1fr;
}
[data-columns='2'] &gt; div, .box-steps[data-columns='2'] {
grid-template-columns: 1fr 1fr;
}
[data-columns='3'] &gt; div, .box-steps[data-columns='3'] {
grid-template-columns: 1fr 1fr 1fr;
}
[data-columns='4'] &gt; div, .box-steps[data-columns='4'] {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
[data-columns='5'] &gt; div, .box-steps[data-columns='5'] {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
[data-columns='6'] &gt; div, .box-steps[data-columns='6'] {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
[data-columns='1'] .maso-item {
flex: 0 0 100%;
max-width: 100%;
}
[data-columns='2'] .maso-item {
flex: 0 0 50%;
max-width: 50%;
}
[data-columns='3'] .maso-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
[data-columns='4'] .maso-item {
flex: 0 0 25%;
max-width: 25%;
}
[data-columns='5'] .maso-item {
flex: 0 0 20%;
max-width: 20%;
}
[data-columns='6'] .maso-item {
flex: 0 0 16.666666%;
max-width: 16.666666%;
}
.fixed-area {
z-index: 95;
} footer &gt; .container {
padding-top: 80px;
padding-bottom: 80px;
}
.footer-bar {
border-top-style: solid;
border-top-width: 1px;
}
.footer-bar &gt; .container {
padding-top: 15px;
padding-bottom: 15px;
font-size: 12px;
letter-spacing: .5px;
}
.footer-bar &gt; .container &gt; span:last-child {
float: right;
}
.footer-wide .container {
max-width: 100%;
}
.footer-parallax {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: -121;
}
.footer-parallax-cnt {
position: relative;
z-index: 1;
}
footer a {
text-decoration: none;
}
i.scroll-top-btn {
position: fixed;
bottom: 15px;
right: 15px;
width: 35px;
height: 35px;
display: none;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
border-radius: 50%;
background: #FFF;
text-align: center;
cursor: pointer;
z-index: 999995;
transition: all .5s;
}
i.scroll-top-btn:hover {
margin-bottom: 5px;
}
i.scroll-top-btn.show {
display: block;
}
i.scroll-top-btn:before {
font-family: "Icons";
font-style: normal;
font-weight: normal;
transform: rotate(90deg);
content: "\68";
position: absolute;
left: 0;
right: 0.5px;
font-size: 22px;
line-height: 32px;
text-transform: none;
} [data-hidden] .anima, [data-anima]:not([data-trigger=hover]) .anima {
opacity: 0;
}
@keyframes ken-burn-in {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.ken-burn-in &gt; img {
animation: ken-burn-in 13s;
transform-origin: bottom left;
transform: scale(1.2);
}
.ken-burn-center &gt; img {
animation: ken-burn-in 10s;
transform: scale(1.2);
}
.ken-burn-out &gt; img {
transform-origin: bottom left;
transform: scale(1.1) !important;
transition: transform 10s;
}
@keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(20deg);
}
}
@keyframes scale {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.rotate {
animation: rotate .5s;
transform: rotate(20deg);
opacity: 1;
}
@keyframes scale-rotate {
0% {
transform: scale(1) rotate(0);
}
100% {
transform: scale(1.2) rotate(4deg);
}
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeleft {
0% {
opacity: 0;
transform: translateX(-100px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes faderight {
0% {
opacity: 0;
transform: translateX(100px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadetop {
0% {
opacity: 0;
transform: translateY(-100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadebottom {
0% {
opacity: 0;
transform: translateY(100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulse {
from {
transform: scale(1);
transform-origin: center center;
animation-timing-function: ease-out;
}
10% {
transform: scale(0.91);
animation-timing-function: ease-in;
}
17% {
transform: scale(0.98);
animation-timing-function: ease-out;
}
33% {
transform: scale(0.87);
animation-timing-function: ease-in;
}
45% {
transform: scale(1);
animation-timing-function: ease-out;
}
}
@keyframes pulse-horizontal {
16.65% {
transform: translateX(8px);
}
33.3% {
opacity: 1;
transform: translateX(-6px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
100% {
transform: translateX(0);
}
}
@keyframes show-scale {
0% {
opacity: 0;
transform: scale(0);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes ping {
0% {
transform: scale(0.2);
opacity: 0.8;
}
80% {
transform: scale(1.2);
opacity: 0;
}
100% {
transform: scale(2.2);
opacity: 0;
}
}
.scale, .scale-rotate, .fade-in, .fade-left, .fade-right, .fade-top, .fade-bottom, .show-scale, .pulse, .pulse-horizontal {
opacity: 1 !important;
}
.img-scale:hover img, .img-scale-rotate img, img-pulse img, .img-pulse-horizontal img {
transition: all .5s;
}
.scale, .img-scale:hover img {
animation: scale .5s;
transform: scale(1.2);
}
i.scale {
transform: scale(1.2);
}
.scale-rotate, .img-scale-rotate:hover img {
transform: scale(1.2) rotate(4deg);
animation: scale-rotate .5s;
}
.fade-in {
animation: fadein .5s;
}
.fade-left {
animation: fadeleft .5s;
}
.fade-right {
animation: faderight .5s;
}
.fade-top {
animation: fadetop .5s;
}
.fade-bottom {
animation: fadebottom .5s;
}
.show-scale {
animation: show-scale .5s;
}
.pulse, .img-pulse:hover img, .btn-video:after {
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-in-out;
}
.pulse-horizontal, .img-pulse-horizontal:hover img {
animation-name: pulse-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.ping, .btn-video:before {
animation: ping 0.8s ease-in infinite both;
} .widget_nav_menu .menu ul, .widget_pages .children {
list-style: none;
padding: 0 0 0 15px;
}
.widget_nav_menu .menu {
list-style: none;
padding: 0;
}
.widget select {
max-width: 100%;
}
.widget_text img {
height: auto;
}
.widget_rss li a {
white-space: normal;
line-height: 24px;
height: auto;
margin-bottom: 10px;
padding-bottom: 10px;
margin-top: 15px;
}
.widget_archive li, .widget_categories li {
white-space: nowrap;
height: 50px;
overflow: hidden;
}
body.hc-classic &gt; .header-base {
width: 100%;
}
body.hc-classic .cnt-box a {
text-decoration: none;
}
body.hc-classic .cnt-box.no-img &gt; .img-box {
position: absolute;
overflow: visible;
padding: 15px;
}
body.hc-classic .cnt-box.no-img &gt; .img-box:before {
display: none;
}
body.hc-classic .cnt-box.no-img &gt; .caption {
margin-top: 105px;
width: auto;
}
body.hc-classic .aligncenter {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.section-block .col &gt; .col-lg-12 {
padding-left: 0;
padding-right: 0;
}
.container .container {
padding-left: 0;
padding-right: 0;
}
section section + section {
padding-top: 100px;
}
.hc-cmp-column .hc-cmp-column {
float: left;
margin: 0 -1px;
padding: 0;
}
.hc-cmp-column td .hc-cmp-column.col-lg-12 {
float: none;
margin: 0;
}
.hc-cmp-column li .hc-cmp-column {
margin: 0 0;
}
@media (min-width: 993px) {
.hc-cmp-column .hc-cmp-column.col-lg-4 {
flex: 0 0 calc(33.333333% + 30px);
max-width: calc(33.333333% + 30px);
}
.hc-cmp-column .hc-cmp-column.col-lg-8 {
flex: 0 0 calc(66.66666% + 30px);
max-width: calc(66.66666% + 30px);
}
}
.hc-cmp-column .hc-cmp-column.col-lg-6 + .hc-cmp-column.col-lg-6, .hc-cmp-column .hc-cmp-column.col-lg-4 + .hc-cmp-column.col-lg-4, .hc-cmp-column .hc-cmp-column.col-lg-4 + .hc-cmp-column.col-lg-4 + .hc-cmp-column.col-lg-4 {
padding-left: 15px;
}
.hc-cmp-column .hc-cmp-column:first-child {
padding-right: 15px;
}
.hc-cmp-column .hc-cmp-column:last-child {
padding-right: 0;
}
li.recentcomments {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.recentcomments a {
text-decoration: none;
}
.comment-form-cookies-consent {
margin-bottom: 15px;
}
.comment-form-cookies-consent input {
margin-right: 15px;
transform: translateY(2px);
}
.comment-form-cookies-consent label {
font-size: 12px;
opacity: .7;
}
.widget .searchform &gt; div {
display: flex;
}
.widget h3, .widget .menu-inner-vertical h3 {
margin-bottom: 12px;
}
.widget .menu-inner-image {
margin: 30px 0;
}
.hc-cmp-text-block + .quote, .quote + .hc-cmp-text-block {
margin-top: 30px;
}
.widget a {
white-space: nowrap;
}
.widget .menu-inner-image a {
white-space: normal;
}
.widget .menu-inner &gt; div {
display: block;
}
.searchform .screen-reader-text {
display: none;
}
.searchform input[type="text"] {
border: 1px solid rgb(220, 220, 220);
margin-right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-right: 0;
outline: none;
width: 100%;
padding: 10px;
font-size: 14px;
background: rgb(255, 255, 255);
}
.searchform input[type="submit"] {
border: 1px solid rgb(0, 0, 0);
background: rgb(0, 0, 0);
border-top-right-radius: 3px;
outline: none;
cursor: pointer;
color: #FFF;
padding-left: 10px;
padding-right: 10px;
font-weight: 600;
border-bottom-right-radius: 3px;
}
.error404 .logo-404 {
display: none;
}
.featured-image img {
margin-bottom: 70px;
border-radius: 6px;
}
.no-search-results {
margin-top: 30px;
}
.container &gt; #searchform {
margin-bottom: 60px;
}
.comment-list .caption &gt; img {
max-height: 65px;
max-width: 65px;
height: 65px;
width: 65px;
border-radius: 3px;
padding: 0;
margin: 7px 20px 0 0;
}
.comment-list .reply a, .msg a, .comment-respond a {
text-decoration: none;
}
.comment-list .name {
font-weight: 600;
margin-top: 0;
}
.comment-list .name span {
font-weight: 400;
display: inline-block;
margin-left: 15px;
opacity: .7;
}
.comment-list h2, .comment-respond h2 {
font-size: 20px;
margin-bottom: 30px;
}
.comment-list .item + .item {
margin-top: 15px;
}
.comment-list .item &gt; div.item {
margin-top: 0 !important;
padding-top: 30px;
padding-left: 80px;
max-width: calc(100% - 65px);
max-width: 100%;
}
.comment-list .item &gt; .caption {
display: flex;
flex-wrap: nowrap;
}
.comment-list .item &gt; div.comment-respond {
width: 100%;
min-width: 100%;
padding: 0 0 50px 80px;
}
.comment-respond {
margin-top: 80px;
}
.comment-respond + .item {
margin-top: 80px;
}
.no-comments .comment-respond {
margin-top: 0;
}
textarea#comment, textarea#comment:focus {
width: 100%;
min-height: 100px;
outline: none;
border-radius: 3px;
padding: 15px;
margin: 15px 0;
}
.section-comments {
border-top: 1px solid rgb(224, 224, 224);
}
section section + .section-comments {
margin-top: 100px;
}
.admin-bar &gt; .menu-fixed, .admin-bar &gt; .menu-side {
margin-top: 32px;
}
section &gt; .container &gt; p {
margin: 0 !important;
}
.container &gt; h2 {
margin-top: 30px;
}
.container &gt; p &gt; img, .container &gt; div &gt; img {
margin-top: 15px;
margin-bottom: 15px;
}
.container &gt; p &gt; img.alignleft, .container &gt; p &gt; strong &gt; img.alignleft {
float: left;
margin: 15px 15px 15px 0;
}
.container &gt; p &gt; img.alignright, .container &gt; p &gt; strong &gt; img.alignright {
float: right;
margin: 15px 0 15px 15px;
}
img + .wp-caption-text {
margin-top: -10px;
opacity: .8;
}
#cancel-comment-reply-link {
font-size: 12px;
font-weight: 100;
margin-left: 15px;
white-space: nowrap;
opacity: .8;
}
.hc-column.align-items-center &gt; [class*=col-lg-] + [class*=col-lg-] {
margin-top: 0;
}
.hc-column.align-items-center {
display: flex;
}
@media (min-width: 993px) {
.col-lg-12.boxed-area {
margin-right: 15px;
margin-left: 15px;
max-width: calc(100% - 30px);
padding: 30px;
}
.col-lg-12.boxed-area .hc-cmp-column:not(:last-child) {
padding-right: 30px;
}
.col-lg-12.boxed-area .col-lg-8 {
flex: 0 0 calc(66.66666% - 30px);
max-width: calc(66.66666% - 30px);
}
} @media (max-width: 1199.98px) {
.hidden-lg {
display: none !important;
}
[data-columns-lg='1'] &gt; div {
grid-template-columns: 1fr;
}
[data-columns-lg='2'] &gt; div {
grid-template-columns: 1fr 1fr;
}
[data-columns-lg='3'] &gt; div {
grid-template-columns: 1fr 1fr 1fr;
}
[data-columns-lg='4'] &gt; div {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
[data-columns-lg='1'] .maso-item {
flex: 0 0 100%;
max-width: 100%;
}
[data-columns-lg='2'] .maso-item {
flex: 0 0 50%;
max-width: 50%;
}
[data-columns-lg='3'] .maso-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
[data-columns-lg='4'] .maso-item {
flex: 0 0 25%;
max-width: 25%;
}
[data-columns-lg='5'] .maso-item {
flex: 0 0 20%;
max-width: 20%;
}
[data-columns-lg='6'] .maso-item {
flex: 0 0 16.666666%;
max-width: 16.666666%;
}
.section-map-right &gt; .container {
max-width: 435px;
}
} @media (max-width: 991.98px) { [class*=col-lg-] + [class*=col-lg-]:not([class*=col-md-]) {
margin-top: 30px;
}
.col-md-6 + .col-md-6 + .col-md-6, [class*=col-lg-] + [class*=col-lg-].order-md-last {
margin-top: 30px;
}
.col-md-6 + .col-md-6, .col-md-4 + .col-md-4 {
margin-top: 0;
}
.row.justify-content-around {
margin-right: -15px;
margin-left: -15px;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
[class*=col-lg-] + [class*=col-lg-].order-md-first, [class*=col-]:not([class*=col-sm]) + [class*=col-].order-md-first:not([class*=col-sm]) {
margin-top: 0;
margin-bottom: 30px;
} .no-margin-md {
margin: 0 !important;
}
[class*=col-lg-] + [class*=col-lg-]:not( [class*=col-md-]).no-margin-md, .full-width-md + .full-width-md {
margin-top: 15px !important;
}
.full-width-md {
width: 100% !important;
}
.hidden-md {
display: none !important;
}
.align-left-md {
text-align: left;
}
.align-right-md {
text-align: right;
}
.align-center-md {
text-align: center;
}
.icon-links.align-center-md, .list-nav.align-center-md, .counter-horizontal.align-center-md {
justify-content: center;
}
.icon-links.align-left-md, .list-nav.align-left-md, .counter-horizontal.align-left-md {
justify-content: flex-start;
}
.icon-links.align-right-md, .list-nav.align-right-md, .counter-horizontal.align-right-md {
justify-content: flex-end;
} .menu-inner:not(.menu-inner-vertical) {
overflow: hidden;
}
.menu-inner:not(.menu-inner-vertical) &gt; ul {
height: 0;
display: block;
}
.menu-inner.active &gt; ul {
height: auto;
}
.menu-inner:not(.menu-inner-vertical) &gt; div {
display: block;
}
.menu-inner:not(.menu-inner-vertical) &gt; ul &gt; li:not(:last-child) {
margin-right: 0;
}
.menu-inner:not(.menu-inner-vertical) .dropdown ul {
border: none;
}
.menu-inner:not(.menu-inner-vertical) .dropdown-submenu a:after {
transform: translateY(-50%) rotate(90deg);
right: 0;
}
.menu-inner .menu-btn {
z-index: 1;
}
.table-md-6 td, .table-md-6 th {
display: block;
border-top: none;
border-bottom: none;
}
.table-md-6 tr, .table-md-4 tr {
display: grid;
grid-template-columns: 1fr 1fr;
}
.table-md-4 tr {
grid-template-columns: 1fr 1fr 1fr;
}
.table-md-6 td:nth-child(2n+1) {
border-left: none;
}
.table-md-6 td:nth-child(2n+1), .table-md-6.table-grid.table-border tbody td:nth-child(2n+1), .table-md-4.table-grid.table-border tbody td:nth-child(3n+1) {
border-left: none;
}
.table-md-6.align-left td:nth-child(2n+1), .table-md-6.align-left.table-grid.table-border tbody td:nth-child(2n+1), .table-md-4.table-grid.table-border tbody td:nth-child(3n+1) {
padding-left: 0;
}
.table-md-6.no-padding-y td:not(:first-child):not(:nth-child(2)) {
padding-top: 15px;
} [data-columns-md='1'] &gt; div {
grid-template-columns: 1fr;
}
[data-columns-md='2'] &gt; div {
grid-template-columns: 1fr 1fr;
}
[data-columns-md='3'] &gt; div {
grid-template-columns: 1fr 1fr 1fr;
}
[data-columns-md='4'] &gt; div {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
[data-columns-md='1'] .maso-item {
flex: 0 0 100%;
max-width: 100%;
}
[data-columns-md='2'] .maso-item {
flex: 0 0 50%;
max-width: 50%;
}
[data-columns-md='3'] .maso-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
[data-columns-md='4'] .maso-item {
flex: 0 0 25%;
max-width: 25%;
}
[data-columns-md='5'] .maso-item {
flex: 0 0 20%;
max-width: 20%;
}
[data-columns-md='6'] .maso-item {
flex: 0 0 16.666666%;
max-width: 16.666666%;
}
.scroll-box.disable-md:after {
display: none;
} .section-map &gt; .container {
max-width: 315px;
} body &gt; nav {
height: 50px;
}
body &gt; nav .menu-brand {
max-width: calc(100% - 60px);
}
body &gt; nav .menu-brand &gt; a {
display: flex;
align-items: center;
}
body &gt; nav &gt; .container, body &gt; .menu-mini &gt; .container {
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.menu-btn {
display: block;
z-index: 9999;
}
.dropdown-submenu &gt; a:after, .menu-side:not(.menu-side-collapse) li &gt; a:after {
transform: translateY(-50%) rotate(90deg);
}
.dropdown-submenu &gt; a:after, .menu-side .dropdown &gt; a:after, .menu-side .mega-dropdown &gt; a:after, .menu-inner .dropdown &gt; a:after, .menu-cnt &gt; ul &gt; li.dropdown &gt; a:after {
right: 15px;
}
.menu-cnt &gt; ul &gt; li &gt; a, .dropdown &gt; ul &gt; li &gt; a, .dropdown-submenu &gt; ul &gt; li &gt; a {
padding: 0 15px;
}
.menu-cnt {
height: 0;
overflow: hidden;
position: absolute;
top: 100%;
background: #FFF;
left: 0;
width: 100%;
transition: height .5s;
display: block;
}
nav.light .menu-cnt a {
color: rgb(68, 68, 68) !important;
}
nav.align-right .menu-cnt {
display: block;
}
nav.active .menu-cnt {
box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.08);
z-index: 9995;
}
body &gt; nav.menu-fixed .menu-cnt {
overflow-y: scroll;
}
.menu-cnt &gt; ul, .menu-cnt &gt; .menu-right {
float: none;
display: block;
width: 100%;
height: auto;
}
.menu-cnt &gt; ul {
margin: 0;
}
.menu-cnt &gt; .menu-right {
padding: 15px 0 0 0;
margin: 0;
height: auto;
}
.search-bar input[type=text] {
width: 100%;
}
.search-box-menu {
border-style: solid;
border-width: 1px;
border-radius: 3px;
position: relative;
}
.search-box-menu &gt; input[type=text] {
display: block;
position: static;
box-shadow: none;
height: 25px;
padding: 5px;
}
.search-box-menu &gt; input[type=submit] {
display: block;
top: 0;
}
.search-box-menu &gt; i {
display: none;
}
.menu-right &gt; * {
margin: 15px;
}
.shop-menu-cnt &gt; i {
position: relative;
text-align: left;
}
.shop-menu-cnt .cart-count {
right: 15px;
}
.shop-menu-cnt .shop-menu {
position: static;
transform: none;
margin: 0 -15px;
box-shadow: none;
width: auto;
}
.shop-menu-cnt:not(.active) .shop-menu, .dropdown:not(.active) &gt; ul, .dropdown:hover &gt; ul, .dropdown:hover .mega-menu, .mega-dropdown:hover .mega-menu {
display: none;
}
.shop-menu-cnt.active .shop-menu, .dropdown.active &gt; ul, .dropdown.active &gt; ul, .dropdown.active .mega-menu, .dropdown-submenu &gt; ul, .mega-dropdown.active .mega-menu {
display: block;
}
.menu-right &gt; .lan-menu {
margin: 15px;
}
.lan-menu a {
text-align: left;
}
.dropdown ul:not(.icon-list), .dropdown.icon-list &gt; ul, .dropdown-submenu &gt; ul, .mega-dropdown .mega-menu, .dropdown .mega-menu {
position: static;
box-shadow: none;
}
.menu-big-box {
padding-bottom: 0;
}
.menu-big-box .menu-box {
height: auto;
display: block;
float: left;
width: calc(100% + 30px);
position: static;
margin: 0 -15px 0 -15px;
}
.menu-big-box.active .menu-box {
display: none;
}
.menu-big-box.menu-fixed.scroll-menu .menu-box {
display: none;
}
body &gt; nav.menu-side {
padding: 0 15px;
}
.menu-side .bottom-area {
display: none;
position: fixed;
background: #FFF;
left: 0;
bottom: 0;
right: 0;
padding: 0 15px 15px;
}
.menu-side.active .bottom-area {
display: block;
}
.menu-side:not(.menu-side-collapse) li &gt; a:after {
transform: translateY(-50%) rotate(90deg);
}
.menu-mini .lan-menu li ul {
top: 100%;
position: absolute;
}
.mega-menu .col &gt; h5:first-child {
margin-top: 30px;
}
.mega-menu .col:first-child &gt; h5:first-child {
margin-top: 0;
}
.mega-menu .tab-box &gt; .panel.active {
display: block;
} i.scroll-top-btn {
display: block;
}
.footer-bar &gt; .container &gt; span:last-child {
float: none;
}
.footer-parallax {
position: static;
} .hc-cmp-column .hc-cmp-column.col-lg-4 + .hc-cmp-column.col-lg-4, .hc-cmp-column .hc-cmp-column.col-lg-4 + .hc-cmp-column.col-lg-4 + .hc-cmp-column.col-lg-4 {
margin-top: 0;
}
.hc-cmp-column .hc-cmp-column.col-lg-6 + .hc-cmp-column.col-lg-6:not([class*=col-md-]), .hc-cmp-column .hc-cmp-column.col-lg-6:not([class*=col-md-]) {
padding-left: 0;
padding-right: 0;
}
.hc-column.align-items-center {
flex-wrap: wrap;
}
.hc-column.align-items-center &gt; [class*=col-lg-]:not([class*=col-md-]) + [class*=col-lg-]:not([class*=col-md-]) {
margin-top: 30px;
}
} @media (max-width: 767.98px) { [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
margin-top: 30px;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
[class*=col-lg-] + [class*=col-lg-].order-sm-first, [class*=col-]:not([class*=col-sm]) + [class*=col-].order-sm-first:not([class*=col-sm]) {
margin-top: 0;
margin-bottom: 30px;
} .no-margin-sm {
margin: 0 !important;
}
[class*=col-lg-] + [class*=col-lg-].no-margin-sm, .full-width-sm + .full-width-sm {
margin-top: 15px !important;
}
.full-width-sm {
width: 100% !important;
}
.hidden-sm {
display: none !important;
}
.align-left-sm {
text-align: left;
}
.align-right-sm {
text-align: right;
}
.align-center-sm {
text-align: center;
}
.icon-links.align-center-sm, .list-nav.align-center-sm, .counter-horizontal.align-center-sm {
justify-content: center;
}
.icon-links.align-left-sm, .list-nav.align-left-sm, .counter-horizontal.align-left-sm {
justify-content: flex-start;
}
.icon-links.align-right-sm, .list-nav.align-right-sm, .counter-horizontal.align-right-sm {
justify-content: flex-end;
} .table-full-sm tr {
display: block;
}
.table-full-sm {
margin-top: -15px;
margin-bottom: -15px;
}
p + .table-full-sm {
margin-top: 30px;
}
.table-full-sm td, .table-full-sm th {
width: 100%;
border-right: none;
border-left: none;
display: block;
padding: 15px 0 !important;
}
.table-border.table-full-sm tbody tr:last-child td:not(:last-child) {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.btn:not(.full-width) + .btn.full-width-sm {
margin-left: 0;
}
.text-list-side li {
display: block;
}
.text-list-side p {
margin: 30px 0;
} [data-columns-sm='1'] &gt; div {
grid-template-columns: 1fr;
}
[data-columns-sm='2'] &gt; div {
grid-template-columns: 1fr 1fr;
}
[data-columns-sm='3'] &gt; div {
grid-template-columns: 1fr 1fr 1fr;
}
[data-columns-sm='4'] &gt; div {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
[data-columns-sm='1'] .maso-item {
flex: 0 0 100%;
max-width: 100%;
}
[data-columns-sm='2'] .maso-item {
flex: 0 0 50%;
max-width: 50%;
}
[data-columns-sm='3'] .maso-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
[data-columns-sm='4'] .maso-item {
flex: 0 0 25%;
max-width: 25%;
}
[data-columns-sm='5'] .maso-item {
flex: 0 0 20%;
max-width: 20%;
}
[data-columns-sm='6'] .maso-item {
flex: 0 0 16.666666%;
max-width: 16.666666%;
}
.scroll-box.disable-sm:after {
display: none;
}
.tab-nav {
display: block;
}
.tab-nav li a {
margin: 10px 0;
}
.tab-vertical {
display: block;
}
.tab-vertical &gt; .panel {
max-width: 100%;
}
.tab-vertical &gt; .tab-nav, .tab-vertical.tab-inverse &gt; .tab-nav {
max-width: 100%;
padding: 30px 0 0 0;
}
.box-steps {
grid-template-columns: 1fr;
} .section-block-full &gt; .container &gt; .row &gt; .col:first-child {
padding: 0 15px;
}
.section-block &gt; .block-media {
width: 100%;
}
.section-block &gt; .container &gt; .row {
display: block;
}
.section-block &gt; .block-media, .section-block &gt; .block-media &gt; div {
position: relative;
height: 400px;
}
.section-block &gt; .container &gt; .row &gt; .col:first-child:before, .section-block-full.section-block-right &gt; .container &gt; .row &gt; .col:first-child:before {
right: auto;
left: 50%;
top: -144px;
transform: rotate(-90deg) translateY(-50%);
margin: 0;
}
.section-block &gt; .container &gt; .row &gt; .col:last-child {
position: absolute;
top: 0;
left: 50%;
height: 400px;
transform: translateX(-50%);
padding-top: 100px;
padding-bottom: 100px;
}
.section-block:not(.section-block-full) + .section-base, .section-map + .section-base {
border-top-style: solid;
border-top-width: 1px;
}
.section-block-full &gt; .container &gt; .row &gt; .col, .section-block-full &gt; .container &gt; .row &gt; .col:first-child {
max-width: 100%;
margin: 0;
}
main &gt; .section-map {
padding-top: 0;
}
.section-map &gt; .google-map {
position: relative !important;
height: 300px;
}
.section-map &gt; .container {
max-width: 540px;
width: 100%;
left: auto;
margin: 0 auto;
padding: 100px 30px 0 30px;
}
body &gt; header .breadcrumb {
display: none;
} .admin-bar &gt; .menu-fixed, .admin-bar &gt; .menu-side {
margin-top: 47px;
}
.admin-bar &gt; .menu-fixed.scroll-menu, .admin-bar &gt; .menu-side.scroll-menu {
margin-top: 0;
}
.hc-column.align-items-center {
flex-wrap: wrap;
}
.hc-cmp-column .hc-cmp-column.col-lg-6 + .hc-cmp-column.col-md-6, .hc-cmp-column .hc-cmp-column.col-md-6 {
padding-left: 0;
padding-right: 0;
}
.hc-column.align-items-center {
flex-wrap: wrap;
}
.hc-column.align-items-center &gt; [class*=col-md-] + [class*=col-md-] {
margin-top: 30px;
}
.section-map &gt; .container &gt; .col-lg-12 {
padding-right: 0;
padding-left: 0;
}
} @media (max-width: 575.98px) {
.hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
.no-margin-xs {
margin: 0 !important;
}
.btn-sm {
padding: 5px 20px;
font-size: 14px;
}
.table-md-6 tr {
grid-template-columns: 1fr;
}
.table-md-6 td {
border: none;
}
.table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
padding: 15px;
}
.table.align-left td {
padding-left: 0 !important;
}
.table, .table tbody, .table tr, .table thead, .table th, .table td {
display: block;
border: none;
padding: 0;
}
.table:not(.table-grid) tr {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom-style: solid;
border-bottom-width: 1px;
}
table.table-grid td, table.table-grid.table-full-border td {
padding: 30px 0;
}
table.table-grid tr:first-child td:first-child {
padding-top: 0;
}
table.table-grid tr:last-child td:last-child {
padding-bottom: 0;
}
.table.table-columns:not(.table-border):not(.table-full-border) {
margin: 0 -15px;
width: calc(100% + 30px);
}
.table-columns td {
display: block;
padding: 0 15px;
}
.table tbody tr:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
table.table-grid.table-full-border tr:first-child td:first-child {
padding-top: 60px;
}
table.table-grid.table-full-border tr:last-child td:last-child {
padding-bottom: 60px;
}
.table.boxed-area {
padding: 30px;
}
.table.boxed-area td {
padding: 0 0 30px 0 !important;
}
.table.boxed-area tr:last-child td:last-child {
padding: 0 !important;
}
.pagination .next a {
margin-left: 0;
padding-right: 35px;
}
.pagination .prev a {
margin-right: 0;
padding-left: 35px;
}
.cnt-call {
padding: 30px;
}
.col-md-6 + .col-md-6 {
margin-top: 30px;
}
.cnt-box-blog-side {
display: block;
}
body .cnt-box-blog-side {
display: block;
}
body .cnt-box-blog-side &gt; .img-box {
width: 100%;
height: 200px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
body .cnt-box-blog-side &gt; .caption {
width: 100%;
padding-left: 0;
}
.icon-list-horizontal {
display: block;
}
.list-nav a:not(.list-archive) {
text-indent: 9995px;
overflow: hidden;
width: 33.333%;
}
.list-nav {
justify-content: space-between;
}
.list-nav a:before {
text-indent: 0;
}
.list-nav.align-left-xs, .counter-horizontal.align-left-xs {
justify-content: flex-start;
}
.list-nav.align-left-xs .list-archive {
margin-left: 0;
}
[data-columns-xs='1'] &gt; div {
grid-template-columns: 1fr;
}
[data-columns-xs='2'] &gt; div {
grid-template-columns: 1fr 1fr;
}
[data-columns-xs='3'] &gt; div {
grid-template-columns: 1fr 1fr 1fr;
}
[data-columns-xs='4'] &gt; div {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
[data-columns-xs='1'] .maso-item {
flex: 0 0 100%;
max-width: 100%;
}
[data-columns-xs='2'] .maso-item {
flex: 0 0 50%;
max-width: 50%;
}
[data-columns-xs='3'] .maso-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
[data-columns-xs='4'] .maso-item {
flex: 0 0 25%;
max-width: 25%;
}
[data-columns-xs='5'] .maso-item {
flex: 0 0 20%;
max-width: 20%;
}
[data-columns-xs='6'] .maso-item {
flex: 0 0 16.666666%;
max-width: 16.666666%;
}
}
@media (max-width: 425px) {
.btn, .btn:not(.full-width) + .btn:not(.full-width) {
margin-left: 0;
width: 100%;
}
.text-list-bold li, .text-list-line li {
display: block;
}
.text-list-bold li p {
margin: 0;
}
.text-list-line li {
height: auto;
}
.pagination .prev, .pagination .next, .text-list-line li hr {
display: none;
}
.pagination li.page a {
margin: 0 15px;
}
.text-list-line li p {
margin: 0 0 10px 0;
} .comment-list .item &gt; div.item, .comment-list .item &gt; div.comment-respond {
padding-left: 0;
}
} @media (min-width: 992.98px) {
.visible-md {
display: none;
}
}
@media (min-width: 767.98px) {
.visible-sm {
display: none;
}
}
@media (min-width: 576px) {
.visible-xs {
display: none;
}
}.cnt-box {
position: relative;
overflow: hidden;
}
.cnt-box:hover .img-box img {
opacity: .8;
}
.cnt-box:hover .img-box:before {
opacity: 1;
transition: all 0s;
}
.cnt-box .caption h2 {
font-size: 20px;
margin-top: 0;
margin-bottom: 15px;
}
.cnt-box .caption h3 {
font-size: 15px;
}
.cnt-box .caption p {
font-size: 15px;
margin: 0;
}
.cnt-box .caption .btn, .cnt-box .caption .btn-text {
margin-top: 15px;
}
.cnt-box.boxed {
border-radius: 3px;
}
.cnt-box.boxed .caption {
padding: 30px;
}
.cnt-box.align-center .caption {
text-align: center;
}
.cnt-box.align-right .caption {
text-align: right;
}
.cnt-box.align-left .caption {
text-align: left;
}
.extra-field {
display: inline-block;
}
.cnt-box .extra-field + p {
margin-top: 15px;
}
.section-color .cnt-box.boxed .caption, .section-color .cnt-box-top-icon.boxed &gt; i {
background-color: #FFF;
} .cnt-box-side {
display: flex;
}
.cnt-box-side &gt; .img-box {
width: 30%;
}
.cnt-box-side &gt; .caption {
width: 70%;
padding-left: 30px;
}
.cnt-box-side.boxed &gt; .img-box, .cnt-box-side.boxed &gt; .img-box &gt; img {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.cnt-box-side.align-right {
flex-direction: row-reverse;
}
.cnt-box-side.align-right &gt; .caption {
padding-left: 0;
padding-right: 30px;
} .cnt-box-top .caption {
padding-top: 30px;
}
.cnt-box-top.boxed &gt; .img-box, .cnt-box-top.boxed &gt; .img-box &gt; img {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} .cnt-box-side-icon {
display: flex;
}
.cnt-box-side-icon &gt; i {
width: 50px;
font-size: 50px;
line-height: 50px;
text-align: left;
margin: 1px 0 0 1px;
}
.cnt-box-side-icon &gt; .caption {
width: 100%;
padding-left: 30px;
}
.cnt-box-side-icon.boxed &gt; i {
padding: 30px;
width: 80px;
margin: 0;
}
.cnt-box-side-icon.align-right {
flex-direction: row-reverse;
}
.cnt-box-side-icon.align-right &gt; .caption {
padding-left: 0;
padding-right: 30px;
} .cnt-box-top-icon &gt; i {
font-size: 50px;
line-height: 50px;
text-align: left;
margin: 0 0 30px 1px;
display: block;
}
.cnt-box-top-icon.boxed &gt; i {
margin: 0;
padding: 30px 30px 0 30px;
}
.cnt-box-top-icon.align-center &gt; i {
text-align: center;
}
.cnt-box-top-icon.align-right &gt; i {
text-align: right;
} .cnt-box-badge .caption {
padding-top: 30px;
position: relative;
}
.cnt-box-badge .badge {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
border-radius: 3px;
top: -35px;
right: 15px;
}
.cnt-box-badge.boxed .badge {
right: 30px;
}
.cnt-box-badge.align-center .badge {
left: 50%;
margin-left: -25px;
}
.cnt-box-badge.align-right .badge {
left: 15px;
right: auto;
} .cnt-box-info {
position: relative;
}
.cnt-box-info .cnt-info {
padding: 15px 0;
}
.cnt-box-info .cnt-info &gt; div {
display: flex;
justify-content: space-between;
}
.cnt-box-info .caption {
padding-top: 30px;
}
.cnt-box-info .bottom-info {
padding: 15px 0 0 0;
}
.cnt-box-info .bottom-info .caption &gt; *:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.cnt-box-info .extra-field {
position: absolute;
z-index: 1;
margin: 15px;
}
.cnt-box-info.boxed .extra-field {
margin: 30px;
} .cnt-box-blog-side {
display: flex;
}
.cnt-box-blog-side &gt; .img-box {
width: 30%;
}
.cnt-box-blog-side &gt; .caption {
width: 70%;
padding-left: 30px;
}
.cnt-box-blog-side .icon-list, .cnt-box-blog-top .icon-list {
font-size: 14px;
line-height: 30px;
margin-bottom: 15px;
}
.icon-list span.icon-links {
display: flex;
}
.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
position: absolute;
width: 80px;
height: 80px;
color: #FFF;
z-index: 5;
text-align: center;
}
.cnt-box-blog-side .blog-date span, .cnt-box-blog-top .blog-date span {
display: block;
}
.cnt-box-blog-side .blog-date span:first-child, .cnt-box-blog-top .blog-date span:first-child {
font-size: 25px;
padding: 15px 0 5px 0;
}
.cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child {
font-size: 12px;
}
.cnt-box-blog-top .caption h2 {
margin-top: 30px;
}
.cnt-box-blog-side .icon-list i, .cnt-box-blog-top .icon-list i {
font-size: 115%;
}
.cnt-box-blog-side.align-center .icon-list, .cnt-box-blog-top.align-center .icon-list {
justify-content: center;
}
.cnt-box-blog-side.align-right .icon-list, .cnt-box-blog-top.align-right .icon-list {
justify-content: flex-end;
}
.align-right .icon-list span.icon-links {
margin-right: 0;
}
.cnt-box-blog-side.align-right {
flex-direction: row-reverse;
}
.cnt-box-blog-side.align-right &gt; .caption {
padding-left: 0;
padding-right: 30px;
}
.cnt-box-blog-side.align-right .blog-date, .cnt-box-blog-top.align-right .blog-date {
right: 0;
}
.cnt-box-blog-side.align-right .icon-list &gt; span, .cnt-box-blog-top.align-right .icon-list &gt; span {
margin-left: 25px;
margin-right: 0;
} .cnt-box-testimonials &gt; img, .cnt-box-testimonials-bubble .thumb-bar img {
width: 50px !important;
height: 50px;
border-radius: 50%;
}
.cnt-box-testimonials &gt; img {
margin: 0 0 30px 0;
}
.cnt-box-testimonials &gt; p:not(.testimonial-info) {
margin-top: 0;
}
.cnt-box-testimonials .testimonial-info span {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.cnt-box-testimonials-bubble &gt; p {
text-align: left;
border-radius: 3px;
padding: 25px;
margin-bottom: 15px;
position: relative;
}
.cnt-box-testimonials-bubble &gt; p:after {
position: absolute;
bottom: -18px;
left: 30px;
content: '';
display: block;
border-width: 20px;
border-style: solid;
border-top-width: 2px;
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
border-left-color: rgba(0, 0, 0, 0);
}
.cnt-box-testimonials-bubble .thumb-bar {
display: flex;
align-items: center;
margin-top: 30px;
}
.cnt-box-testimonials-bubble .thumb-bar p {
margin: 0;
}
.cnt-box-testimonials-bubble .thumb-bar img {
margin-right: 15px;
}
.cnt-box-testimonials-bubble .thumb-bar span {
font-size: 14px;
display: block;
}
.cnt-box-testimonials-bubble .thumb-bar span:last-child {
font-size: 12px;
}
.cnt-box-testimonials.align-center {
text-align: center;
}
.cnt-box-testimonials.align-center &gt; img {
margin-left: auto;
margin-right: auto;
}
.cnt-box-testimonials.align-right {
text-align: right;
}
.cnt-box-testimonials.align-right &gt; img {
margin-left: auto;
margin-right: 0;
}
.cnt-box-testimonials.align-right .testimonial-info span {
margin-left: 10px;
margin-right: 0;
} .cnt-box-team {
padding-bottom: 145px;
border-radius: 3px;
}
.cnt-box-team .caption h2 {
margin-bottom: 5px;
}
.cnt-box-team &gt; span {
font-size: 14px;
display: block;
}
.cnt-box-team .caption {
position: absolute;
text-align: center;
padding: 25px 15px 0 15px;
height: 145px;
overflow: hidden;
background-color: #FFF;
margin: 0;
bottom: 0;
z-index: 9;
right: 0;
left: 0;
transition: all .5s;
}
.cnt-box-team:hover .caption {
height: 200px;
}
.cnt-box-team &gt; img {
width: 100%;
display: block;
transition: all .3s;
}
.cnt-box-team:hover &gt; img {
transform: translateY(10px) scale(1.1);
}
.cnt-box-team .icon-links {
justify-content: center;
margin: 20px 0;
}
.cnt-box-team.align-right .icon-links {
justify-content: flex-end;
}
.cnt-box-team.align-left .icon-links {
justify-content: flex-start;
} .cnt-pricing-table {
text-align: center;
border-width: 1px;
border-style: solid;
border-radius: 3px;
transition: all .5s;
}
.cnt-pricing-table:hover {
transform: translateY(15px);
}
.cnt-pricing-table .top-area, .cnt-pricing-table .bottom-area {
padding: 30px;
}
.cnt-pricing-table &gt; ul {
list-style: none;
padding: 0;
margin: 0 0 30px 0;
}
.cnt-pricing-table &gt; ul &gt; li {
list-style: none;
padding: 5px 30px;
position: relative;
}
.cnt-pricing-table h2 {
font-size: 20px;
}
.cnt-pricing-table .price {
font-size: 30px;
font-weight: 300;
margin: 30px 0 20px 0;
}
.cnt-pricing-table .price span {
font-size: 50px;
display: inline-block;
margin-left: 5px;
}
.cnt-pricing-table .price label {
display: inline;
font-weight: normal;
font-style: normal;
}
.cnt-pricing-table .top-area p {
margin: 0;
}
.pricing-table-big {
padding: 20px 0;
margin-top: -20px;
height: 100%;
}
.pricing-table-big &gt; ul {
margin: 20px 0 30px 0;
}
.cnt-pricing-table.align-right {
text-align: right;
}
.cnt-pricing-table.align-left {
text-align: left;
} .cnt-call {
padding: 30px 50px;
border-radius: 3px;
text-align: center;
}
.cnt-call &gt; i {
display: inline-block;
font-size: 30px;
margin-bottom: 15px;
}
.cnt-call.align-right {
text-align: right;
}
.cnt-call.align-right &gt; i {
margin-right: 0;
}
.cnt-call.align-left {
text-align: left;
}
.cnt-call.align-left &gt; i {
margin-left: 0;
} @media (max-width: 991.98px) {
.pricing-table-big {
margin-top: 0;
}
.cnt-box-top-icon.align-center-md i {
margin-left: auto;
margin-right: auto;
display: inline-block;
}
}
@media (max-width: 767.98px) {
.cnt-box li.icon-links {
padding: 10px 0 0 0;
margin-left: -5px;
}
.cnt-box-top-icon.align-center-sm i {
margin-left: auto;
margin-right: auto;
display: inline-block;
}
}
@media (max-width: 575.98px) {
.cnt-box-side {
display: block;
}
.cnt-box-side &gt; .img-box {
width: 100%;
margin-bottom: 30px;
}
.cnt-box-side.boxed &gt; .img-box {
margin-bottom: 0;
}
.cnt-box-side &gt; .caption {
width: 100%;
padding-left: 0;
}
}.media-box {
display: block;
background: #000;
position: relative;
border-radius: 3px;
overflow: hidden;
transition: all .5s;
}
.media-box:hover {
background: #000;
}
.media-box .caption {
position: absolute;
overflow: hidden;
transition: all .5s;
}
.media-box img {
max-width: 100%;
border-radius: 3px;
display: block;
}
.media-box .caption h2 {
font-size: 20px;
margin-top: 0;
margin-bottom: 15px;
}
.media-box .caption h3 {
font-size: 15px;
}
.media-box .caption p {
font-size: 15px;
margin-top: 15px;
margin: 0;
}
.media-box.align-center .caption {
text-align: center;
}
.media-box.align-right .caption {
text-align: right;
}
.media-box.align-left .caption {
text-align: left;
}
.media-box[data-anima] &gt; img.anima {
transition: all .5s;
}
.extra-field {
display: inline-block;
}
.media-box .extra-field + p {
margin-top: 15px;
} .media-box-half img {
transition: all .5s;
}
.media-box-half:hover img {
opacity: .35;
}
.media-box-half .caption {
bottom: 0;
padding: 30px;
color: #FFF;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
width: 100%;
} .media-box-full .caption {
bottom: 0;
top: 0;
width: 100%;
height: 100%;
padding: 30px;
color: #FFF;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
background: rgba(0,0,0,0);
}
.media-box-full:hover .caption {
background: rgba(0,0,0,0.65);
} .media-box-down {
margin-bottom: 90px;
background: none;
overflow: visible;
}
.media-box-down:before, .media-box-down:after {
content: "";
position: absolute;
right: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(0,0,0,0.65);
border-radius: 3px;
opacity: 0;
transition: opacity .5s;
z-index: 5;
}
.media-box-down:after {
content: "+";
height: 30px;
top: 50%;
margin-top: -15px;
color: #FFF;
font-size: 30px;
background: none;
opacity: 0;
transition: opacity .5s;
z-index: 5;
}
.media-box-down:hover:after, .media-box-down:hover:before {
opacity: 1;
}
.media-box-down .caption {
text-align: center;
background: none;
right: 0;
left: 0;
margin: 0 30px;
overflow: hidden;
}
.media-box-down .caption h2 {
margin-top: 20px;
white-space: nowrap;
}
.media-box-down.align-left .caption, .media-box-down.align-right .caption {
margin: 0;
} .media-box-reveal .caption {
bottom: 0;
height: 130px;
width: calc(100% + 1px);
padding: 30px;
color: #FFF;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.media-box-reveal .caption p {
opacity: 0;
transition: all .5s;
}
.media-box-reveal:hover .caption {
height: 100%;
}
.media-box-reveal:hover p {
opacity: 1;
}@font-face {
font-family: 'icomoon';
src: url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/iconsmind/solid-icons-fonts/icomoon.eot);
src: url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/iconsmind/solid-icons-fonts/icomoon.eot?#iefix-rdmvgc) format('embedded-opentype'), url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/iconsmind/solid-icons-fonts/icomoon.woff) format('woff'), url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/iconsmind/solid-icons-fonts/icomoon.ttf) format('truetype'), url(//www.berlitzhautsdefrance.fr/hcomposer/media/icons/iconsmind/solid-icons-fonts/icomoon.svg?-rdmvgc#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="im-"], [class*=" im-"] {
font-family: 'icomoon' !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;
text-transform: none;
}
.im-a-z:before {
content: "\e600";
}
.im-aa:before {
content: "\e601";
}
.im-add-bag:before {
content: "\e602";
}
.im-add-basket:before {
content: "\e603";
}
.im-add-cart:before {
content: "\e604";
}
.im-add-file:before {
content: "\e605";
}
.im-add-spaceafterparagraph:before {
content: "\e606";
}
.im-add-spacebeforeparagraph:before {
content: "\e607";
}
.im-add-user:before {
content: "\e608";
}
.im-add-userstar:before {
content: "\e609";
}
.im-add-window:before {
content: "\e60a";
}
.im-add:before {
content: "\e60b";
}
.im-address-book:before {
content: "\e60c";
}
.im-address-book2:before {
content: "\e60d";
}
.im-administrator:before {
content: "\e60e";
}
.im-aerobics-2:before {
content: "\e60f";
}
.im-aerobics-3:before {
content: "\e610";
}
.im-aerobics:before {
content: "\e611";
}
.im-affiliate:before {
content: "\e612";
}
.im-aim:before {
content: "\e613";
}
.im-air-balloon:before {
content: "\e614";
}
.im-airbrush:before {
content: "\e615";
}
.im-airship:before {
content: "\e616";
}
.im-alarm-clock:before {
content: "\e617";
}
.im-alarm-clock2:before {
content: "\e618";
}
.im-alarm:before {
content: "\e619";
}
.im-alien-2:before {
content: "\e61a";
}
.im-alien:before {
content: "\e61b";
}
.im-aligator:before {
content: "\e61c";
}
.im-align-center:before {
content: "\e61d";
}
.im-align-justifyall:before {
content: "\e61e";
}
.im-align-justifycenter:before {
content: "\e61f";
}
.im-align-justifyleft:before {
content: "\e620";
}
.im-align-justifyright:before {
content: "\e621";
}
.im-align-left:before {
content: "\e622";
}
.im-align-right:before {
content: "\e623";
}
.im-alpha:before {
content: "\e624";
}
.im-ambulance:before {
content: "\e625";
}
.im-amx:before {
content: "\e626";
}
.im-anchor-2:before {
content: "\e627";
}
.im-anchor:before {
content: "\e628";
}
.im-android-store:before {
content: "\e629";
}
.im-android:before {
content: "\e62a";
}
.im-angel-smiley:before {
content: "\e62b";
}
.im-angel:before {
content: "\e62c";
}
.im-angry:before {
content: "\e62d";
}
.im-apple-bite:before {
content: "\e62e";
}
.im-apple-store:before {
content: "\e62f";
}
.im-apple:before {
content: "\e630";
}
.im-approved-window:before {
content: "\e631";
}
.im-aquarius-2:before {
content: "\e632";
}
.im-aquarius:before {
content: "\e633";
}
.im-archery-2:before {
content: "\e634";
}
.im-archery:before {
content: "\e635";
}
.im-argentina:before {
content: "\e636";
}
.im-aries-2:before {
content: "\e637";
}
.im-aries:before {
content: "\e638";
}
.im-army-key:before {
content: "\e639";
}
.im-arrow-around:before {
content: "\e63a";
}
.im-arrow-back:before {
content: "\e63b";
}
.im-arrow-back2:before {
content: "\e63c";
}
.im-arrow-back3:before {
content: "\e63d";
}
.im-arrow-barrier:before {
content: "\e63e";
}
.im-arrow-circle:before {
content: "\e63f";
}
.im-arrow-cross:before {
content: "\e640";
}
.im-arrow-down:before {
content: "\e641";
}
.im-arrow-down2:before {
content: "\e642";
}
.im-arrow-down3:before {
content: "\e643";
}
.im-arrow-downincircle:before {
content: "\e644";
}
.im-arrow-fork:before {
content: "\e645";
}
.im-arrow-forward:before {
content: "\e646";
}
.im-arrow-forward2:before {
content: "\e647";
}
.im-arrow-from:before {
content: "\e648";
}
.im-arrow-inside:before {
content: "\e649";
}
.im-arrow-inside45:before {
content: "\e64a";
}
.im-arrow-insidegap:before {
content: "\e64b";
}
.im-arrow-insidegap45:before {
content: "\e64c";
}
.im-arrow-into:before {
content: "\e64d";
}
.im-arrow-join:before {
content: "\e64e";
}
.im-arrow-junction:before {
content: "\e64f";
}
.im-arrow-left:before {
content: "\e650";
}
.im-arrow-left2:before {
content: "\e651";
}
.im-arrow-leftincircle:before {
content: "\e652";
}
.im-arrow-loop:before {
content: "\e653";
}
.im-arrow-merge:before {
content: "\e654";
}
.im-arrow-mix:before {
content: "\e655";
}
.im-arrow-next:before {
content: "\e656";
}
.im-arrow-outleft:before {
content: "\e657";
}
.im-arrow-outright:before {
content: "\e658";
}
.im-arrow-outside:before {
content: "\e659";
}
.im-arrow-outside45:before {
content: "\e65a";
}
.im-arrow-outsidegap:before {
content: "\e65b";
}
.im-arrow-outsidegap45:before {
content: "\e65c";
}
.im-arrow-over:before {
content: "\e65d";
}
.im-arrow-refresh:before {
content: "\e65e";
}
.im-arrow-refresh2:before {
content: "\e65f";
}
.im-arrow-right:before {
content: "\e660";
}
.im-arrow-right2:before {
content: "\e661";
}
.im-arrow-rightincircle:before {
content: "\e662";
}
.im-arrow-shuffle:before {
content: "\e663";
}
.im-arrow-squiggly:before {
content: "\e664";
}
.im-arrow-through:before {
content: "\e665";
}
.im-arrow-to:before {
content: "\e666";
}
.im-arrow-turnleft:before {
content: "\e667";
}
.im-arrow-turnright:before {
content: "\e668";
}
.im-arrow-up:before {
content: "\e669";
}
.im-arrow-up2:before {
content: "\e66a";
}
.im-arrow-up3:before {
content: "\e66b";
}
.im-arrow-upincircle:before {
content: "\e66c";
}
.im-arrow-xleft:before {
content: "\e66d";
}
.im-arrow-xright:before {
content: "\e66e";
}
.im-ask:before {
content: "\e66f";
}
.im-assistant:before {
content: "\e670";
}
.im-astronaut:before {
content: "\e671";
}
.im-at-sign:before {
content: "\e672";
}
.im-atm:before {
content: "\e673";
}
.im-atom:before {
content: "\e674";
}
.im-audio:before {
content: "\e675";
}
.im-auto-flash:before {
content: "\e676";
}
.im-autumn:before {
content: "\e677";
}
.im-baby-clothes:before {
content: "\e678";
}
.im-baby-clothes2:before {
content: "\e679";
}
.im-baby-cry:before {
content: "\e67a";
}
.im-baby:before {
content: "\e67b";
}
.im-back-media:before {
content: "\e67c";
}
.im-back-media2:before {
content: "\e67d";
}
.im-back-music:before {
content: "\e67e";
}
.im-back:before {
content: "\e67f";
}
.im-background:before {
content: "\e680";
}
.im-bacteria:before {
content: "\e681";
}
.im-bag-coins:before {
content: "\e682";
}
.im-bag-items:before {
content: "\e683";
}
.im-bag-quantity:before {
content: "\e684";
}
.im-bag:before {
content: "\e685";
}
.im-bakelite:before {
content: "\e686";
}
.im-ballet-shoes:before {
content: "\e687";
}
.im-balloon:before {
content: "\e688";
}
.im-banana:before {
content: "\e689";
}
.im-band-aid:before {
content: "\e68a";
}
.im-bank:before {
content: "\e68b";
}
.im-bar-chart:before {
content: "\e68c";
}
.im-bar-chart2:before {
content: "\e68d";
}
.im-bar-chart3:before {
content: "\e68e";
}
.im-bar-chart4:before {
content: "\e68f";
}
.im-bar-chart5:before {
content: "\e690";
}
.im-bar-code:before {
content: "\e691";
}
.im-barricade-2:before {
content: "\e692";
}
.im-barricade:before {
content: "\e693";
}
.im-baseball:before {
content: "\e694";
}
.im-basket-ball:before {
content: "\e695";
}
.im-basket-coins:before {
content: "\e696";
}
.im-basket-items:before {
content: "\e697";
}
.im-basket-quantity:before {
content: "\e698";
}
.im-bat-2:before {
content: "\e699";
}
.im-bat:before {
content: "\e69a";
}
.im-bathrobe:before {
content: "\e69b";
}
.im-batman-mask:before {
content: "\e69c";
}
.im-battery-0:before {
content: "\e69d";
}
.im-battery-25:before {
content: "\e69e";
}
.im-battery-50:before {
content: "\e69f";
}
.im-battery-75:before {
content: "\e6a0";
}
.im-battery-100:before {
content: "\e6a1";
}
.im-battery-charge:before {
content: "\e6a2";
}
.im-bear:before {
content: "\e6a3";
}
.im-beard-2:before {
content: "\e6a4";
}
.im-beard-3:before {
content: "\e6a5";
}
.im-beard:before {
content: "\e6a6";
}
.im-bebo:before {
content: "\e6a7";
}
.im-bee:before {
content: "\e6a8";
}
.im-beer-glass:before {
content: "\e6a9";
}
.im-beer:before {
content: "\e6aa";
}
.im-behance:before {
content: "\e6ab";
}
.im-bell-2:before {
content: "\e6ac";
}
.im-bell:before {
content: "\e6ad";
}
.im-belt-2:before {
content: "\e6ae";
}
.im-belt-3:before {
content: "\e6af";
}
.im-belt:before {
content: "\e6b0";
}
.im-berlin-tower:before {
content: "\e6b1";
}
.im-beta:before {
content: "\e6b2";
}
.im-betvibes:before {
content: "\e6b3";
}
.im-bicycle-2:before {
content: "\e6b4";
}
.im-bicycle-3:before {
content: "\e6b5";
}
.im-bicycle:before {
content: "\e6b6";
}
.im-big-bang:before {
content: "\e6b7";
}
.im-big-data:before {
content: "\e6b8";
}
.im-bike-helmet:before {
content: "\e6b9";
}
.im-bikini:before {
content: "\e6ba";
}
.im-bilk-bottle2:before {
content: "\e6bb";
}
.im-billing:before {
content: "\e6bc";
}
.im-bing:before {
content: "\e6bd";
}
.im-binocular:before {
content: "\e6be";
}
.im-bio-hazard:before {
content: "\e6bf";
}
.im-biotech:before {
content: "\e6c0";
}
.im-bird-deliveringletter:before {
content: "\e6c1";
}
.im-bird:before {
content: "\e6c2";
}
.im-birthday-cake:before {
content: "\e6c3";
}
.im-bisexual:before {
content: "\e6c4";
}
.im-bishop:before {
content: "\e6c5";
}
.im-bitcoin:before {
content: "\e6c6";
}
.im-black-cat:before {
content: "\e6c7";
}
.im-blackboard:before {
content: "\e6c8";
}
.im-blinklist:before {
content: "\e6c9";
}
.im-block-cloud:before {
content: "\e6ca";
}
.im-block-window:before {
content: "\e6cb";
}
.im-blogger:before {
content: "\e6cc";
}
.im-blood:before {
content: "\e6cd";
}
.im-blouse:before {
content: "\e6ce";
}
.im-blueprint:before {
content: "\e6cf";
}
.im-board:before {
content: "\e6d0";
}
.im-bodybuilding:before {
content: "\e6d1";
}
.im-bold-text:before {
content: "\e6d2";
}
.im-bone:before {
content: "\e6d3";
}
.im-bones:before {
content: "\e6d4";
}
.im-book:before {
content: "\e6d5";
}
.im-bookmark:before {
content: "\e6d6";
}
.im-books-2:before {
content: "\e6d7";
}
.im-books:before {
content: "\e6d8";
}
.im-boom:before {
content: "\e6d9";
}
.im-boot-2:before {
content: "\e6da";
}
.im-boot:before {
content: "\e6db";
}
.im-bottom-totop:before {
content: "\e6dc";
}
.im-bow-2:before {
content: "\e6dd";
}
.im-bow-3:before {
content: "\e6de";
}
.im-bow-4:before {
content: "\e6df";
}
.im-bow-5:before {
content: "\e6e0";
}
.im-bow-6:before {
content: "\e6e1";
}
.im-bow:before {
content: "\e6e2";
}
.im-bowling-2:before {
content: "\e6e3";
}
.im-bowling:before {
content: "\e6e4";
}
.im-box-close:before {
content: "\e6e5";
}
.im-box-full:before {
content: "\e6e6";
}
.im-box-gloves:before {
content: "\e6e7";
}
.im-box-open:before {
content: "\e6e8";
}
.im-box-withfolders:before {
content: "\e6e9";
}
.im-box:before {
content: "\e6ea";
}
.im-boy:before {
content: "\e6eb";
}
.im-bra:before {
content: "\e6ec";
}
.im-brain-2:before {
content: "\e6ed";
}
.im-brain-3:before {
content: "\e6ee";
}
.im-brain:before {
content: "\e6ef";
}
.im-brazil:before {
content: "\e6f0";
}
.im-bread-2:before {
content: "\e6f1";
}
.im-bread:before {
content: "\e6f2";
}
.im-bridge:before {
content: "\e6f3";
}
.im-brightkite:before {
content: "\e6f4";
}
.im-broke-link2:before {
content: "\e6f5";
}
.im-broken-link:before {
content: "\e6f6";
}
.im-broom:before {
content: "\e6f7";
}
.im-brush:before {
content: "\e6f8";
}
.im-bucket:before {
content: "\e6f9";
}
.im-bug:before {
content: "\e6fa";
}
.im-building:before {
content: "\e6fb";
}
.im-bulleted-list:before {
content: "\e6fc";
}
.im-bus-2:before {
content: "\e6fd";
}
.im-bus:before {
content: "\e6fe";
}
.im-business-man:before {
content: "\e6ff";
}
.im-business-manwoman:before {
content: "\e700";
}
.im-business-mens:before {
content: "\e701";
}
.im-business-woman:before {
content: "\e702";
}
.im-butterfly:before {
content: "\e703";
}
.im-button:before {
content: "\e704";
}
.im-cable-car:before {
content: "\e705";
}
.im-cake:before {
content: "\e706";
}
.im-calculator-2:before {
content: "\e707";
}
.im-calculator-3:before {
content: "\e708";
}
.im-calculator:before {
content: "\e709";
}
.im-calendar-2:before {
content: "\e70a";
}
.im-calendar-3:before {
content: "\e70b";
}
.im-calendar-4:before {
content: "\e70c";
}
.im-calendar-clock:before {
content: "\e70d";
}
.im-calendar:before {
content: "\e70e";
}
.im-camel:before {
content: "\e70f";
}
.im-camera-2:before {
content: "\e710";
}
.im-camera-3:before {
content: "\e711";
}
.im-camera-4:before {
content: "\e712";
}
.im-camera-5:before {
content: "\e713";
}
.im-camera-back:before {
content: "\e714";
}
.im-camera:before {
content: "\e715";
}
.im-can-2:before {
content: "\e716";
}
.im-can:before {
content: "\e717";
}
.im-canada:before {
content: "\e718";
}
.im-cancer-2:before {
content: "\e719";
}
.im-cancer-3:before {
content: "\e71a";
}
.im-cancer:before {
content: "\e71b";
}
.im-candle:before {
content: "\e71c";
}
.im-candy-cane:before {
content: "\e71d";
}
.im-candy:before {
content: "\e71e";
}
.im-cannon:before {
content: "\e71f";
}
.im-cap-2:before {
content: "\e720";
}
.im-cap-3:before {
content: "\e721";
}
.im-cap-smiley:before {
content: "\e722";
}
.im-cap:before {
content: "\e723";
}
.im-capricorn-2:before {
content: "\e724";
}
.im-capricorn:before {
content: "\e725";
}
.im-car-2:before {
content: "\e726";
}
.im-car-3:before {
content: "\e727";
}
.im-car-coins:before {
content: "\e728";
}
.im-car-items:before {
content: "\e729";
}
.im-car-wheel:before {
content: "\e72a";
}
.im-car:before {
content: "\e72b";
}
.im-cardigan:before {
content: "\e72c";
}
.im-cardiovascular:before {
content: "\e72d";
}
.im-cart-quantity:before {
content: "\e72e";
}
.im-casette-tape:before {
content: "\e72f";
}
.im-cash-register:before {
content: "\e730";
}
.im-cash-register2:before {
content: "\e731";
}
.im-castle:before {
content: "\e732";
}
.im-cat:before {
content: "\e733";
}
.im-cathedral:before {
content: "\e734";
}
.im-cauldron:before {
content: "\e735";
}
.im-cd-2:before {
content: "\e736";
}
.im-cd-cover:before {
content: "\e737";
}
.im-cd:before {
content: "\e738";
}
.im-cello:before {
content: "\e739";
}
.im-celsius:before {
content: "\e73a";
}
.im-chacked-flag:before {
content: "\e73b";
}
.im-chair:before {
content: "\e73c";
}
.im-charger:before {
content: "\e73d";
}
.im-check-2:before {
content: "\e73e";
}
.im-check:before {
content: "\e73f";
}
.im-checked-user:before {
content: "\e740";
}
.im-checkmate:before {
content: "\e741";
}
.im-checkout-bag:before {
content: "\e742";
}
.im-checkout-basket:before {
content: "\e743";
}
.im-checkout:before {
content: "\e744";
}
.im-cheese:before {
content: "\e745";
}
.im-cheetah:before {
content: "\e746";
}
.im-chef-hat:before {
content: "\e747";
}
.im-chef-hat2:before {
content: "\e748";
}
.im-chef:before {
content: "\e749";
}
.im-chemical-2:before {
content: "\e74a";
}
.im-chemical-3:before {
content: "\e74b";
}
.im-chemical-4:before {
content: "\e74c";
}
.im-chemical-5:before {
content: "\e74d";
}
.im-chemical:before {
content: "\e74e";
}
.im-chess-board:before {
content: "\e74f";
}
.im-chess:before {
content: "\e750";
}
.im-chicken:before {
content: "\e751";
}
.im-chile:before {
content: "\e752";
}
.im-chimney:before {
content: "\e753";
}
.im-china:before {
content: "\e754";
}
.im-chinese-temple:before {
content: "\e755";
}
.im-chip:before {
content: "\e756";
}
.im-chopsticks-2:before {
content: "\e757";
}
.im-chopsticks:before {
content: "\e758";
}
.im-christmas-ball:before {
content: "\e759";
}
.im-christmas-bell:before {
content: "\e75a";
}
.im-christmas-candle:before {
content: "\e75b";
}
.im-christmas-hat:before {
content: "\e75c";
}
.im-christmas-sleigh:before {
content: "\e75d";
}
.im-christmas-snowman:before {
content: "\e75e";
}
.im-christmas-sock:before {
content: "\e75f";
}
.im-christmas-tree:before {
content: "\e760";
}
.im-christmas:before {
content: "\e761";
}
.im-chrome:before {
content: "\e762";
}
.im-chrysler-building:before {
content: "\e763";
}
.im-cinema:before {
content: "\e764";
}
.im-circular-point:before {
content: "\e765";
}
.im-city-hall:before {
content: "\e766";
}
.im-clamp:before {
content: "\e767";
}
.im-clapperboard-close:before {
content: "\e768";
}
.im-clapperboard-open:before {
content: "\e769";
}
.im-claps:before {
content: "\e76a";
}
.im-clef:before {
content: "\e76b";
}
.im-clinic:before {
content: "\e76c";
}
.im-clock-2:before {
content: "\e76d";
}
.im-clock-3:before {
content: "\e76e";
}
.im-clock-4:before {
content: "\e76f";
}
.im-clock-back:before {
content: "\e770";
}
.im-clock-forward:before {
content: "\e771";
}
.im-clock:before {
content: "\e772";
}
.im-close-window:before {
content: "\e773";
}
.im-close:before {
content: "\e774";
}
.im-clothing-store:before {
content: "\e775";
}
.im-cloud--:before {
content: "\e776";
}
.im-cloud-:before {
content: "\e777";
}
.im-cloud-camera:before {
content: "\e778";
}
.im-cloud-computer:before {
content: "\e779";
}
.im-cloud-email:before {
content: "\e77a";
}
.im-cloud-hail:before {
content: "\e77b";
}
.im-cloud-laptop:before {
content: "\e77c";
}
.im-cloud-lock:before {
content: "\e77d";
}
.im-cloud-moon:before {
content: "\e77e";
}
.im-cloud-music:before {
content: "\e77f";
}
.im-cloud-picture:before {
content: "\e780";
}
.im-cloud-rain:before {
content: "\e781";
}
.im-cloud-remove:before {
content: "\e782";
}
.im-cloud-secure:before {
content: "\e783";
}
.im-cloud-settings:before {
content: "\e784";
}
.im-cloud-smartphone:before {
content: "\e785";
}
.im-cloud-snow:before {
content: "\e786";
}
.im-cloud-sun:before {
content: "\e787";
}
.im-cloud-tablet:before {
content: "\e788";
}
.im-cloud-video:before {
content: "\e789";
}
.im-cloud-weather:before {
content: "\e78a";
}
.im-cloud:before {
content: "\e78b";
}
.im-clouds-weather:before {
content: "\e78c";
}
.im-clouds:before {
content: "\e78d";
}
.im-clown:before {
content: "\e78e";
}
.im-cmyk:before {
content: "\e78f";
}
.im-coat:before {
content: "\e790";
}
.im-cocktail:before {
content: "\e791";
}
.im-coconut:before {
content: "\e792";
}
.im-code-window:before {
content: "\e793";
}
.im-coding:before {
content: "\e794";
}
.im-coffee-2:before {
content: "\e795";
}
.im-coffee-bean:before {
content: "\e796";
}
.im-coffee-machine:before {
content: "\e797";
}
.im-coffee-togo:before {
content: "\e798";
}
.im-coffee:before {
content: "\e799";
}
.im-coffin:before {
content: "\e79a";
}
.im-coin:before {
content: "\e79b";
}
.im-coins-2:before {
content: "\e79c";
}
.im-coins-3:before {
content: "\e79d";
}
.im-coins:before {
content: "\e79e";
}
.im-colombia:before {
content: "\e79f";
}
.im-colosseum:before {
content: "\e7a0";
}
.im-column-2:before {
content: "\e7a1";
}
.im-column-3:before {
content: "\e7a2";
}
.im-column:before {
content: "\e7a3";
}
.im-comb-2:before {
content: "\e7a4";
}
.im-comb:before {
content: "\e7a5";
}
.im-communication-tower:before {
content: "\e7a6";
}
.im-communication-tower2:before {
content: "\e7a7";
}
.im-compass-2:before {
content: "\e7a8";
}
.im-compass-3:before {
content: "\e7a9";
}
.im-compass-4:before {
content: "\e7aa";
}
.im-compass-rose:before {
content: "\e7ab";
}
.im-compass:before {
content: "\e7ac";
}
.im-computer-2:before {
content: "\e7ad";
}
.im-computer-3:before {
content: "\e7ae";
}
.im-computer-secure:before {
content: "\e7af";
}
.im-computer:before {
content: "\e7b0";
}
.im-conference:before {
content: "\e7b1";
}
.im-confused:before {
content: "\e7b2";
}
.im-conservation:before {
content: "\e7b3";
}
.im-consulting:before {
content: "\e7b4";
}
.im-contrast:before {
content: "\e7b5";
}
.im-control-2:before {
content: "\e7b6";
}
.im-control:before {
content: "\e7b7";
}
.im-cookie-man:before {
content: "\e7b8";
}
.im-cookies:before {
content: "\e7b9";
}
.im-cool-guy:before {
content: "\e7ba";
}
.im-cool:before {
content: "\e7bb";
}
.im-copyright:before {
content: "\e7bc";
}
.im-costume:before {
content: "\e7bd";
}
.im-couple-sign:before {
content: "\e7be";
}
.im-cow:before {
content: "\e7bf";
}
.im-cpu:before {
content: "\e7c0";
}
.im-crane:before {
content: "\e7c1";
}
.im-cranium:before {
content: "\e7c2";
}
.im-credit-card:before {
content: "\e7c3";
}
.im-credit-card2:before {
content: "\e7c4";
}
.im-credit-card3:before {
content: "\e7c5";
}
.im-cricket:before {
content: "\e7c6";
}
.im-criminal:before {
content: "\e7c7";
}
.im-croissant:before {
content: "\e7c8";
}
.im-crop-2:before {
content: "\e7c9";
}
.im-crop-3:before {
content: "\e7ca";
}
.im-crown-2:before {
content: "\e7cb";
}
.im-crown:before {
content: "\e7cc";
}
.im-crying:before {
content: "\e7cd";
}
.im-cube-molecule:before {
content: "\e7ce";
}
.im-cube-molecule2:before {
content: "\e7cf";
}
.im-cupcake:before {
content: "\e7d0";
}
.im-cursor-click:before {
content: "\e7d1";
}
.im-cursor-click2:before {
content: "\e7d2";
}
.im-cursor-move:before {
content: "\e7d3";
}
.im-cursor-move2:before {
content: "\e7d4";
}
.im-cursor-select:before {
content: "\e7d5";
}
.im-cursor:before {
content: "\e7d6";
}
.im-d-eyeglasses:before {
content: "\e7d7";
}
.im-d-eyeglasses2:before {
content: "\e7d8";
}
.im-dam:before {
content: "\e7d9";
}
.im-danemark:before {
content: "\e7da";
}
.im-danger-2:before {
content: "\e7db";
}
.im-danger:before {
content: "\e7dc";
}
.im-dashboard:before {
content: "\e7dd";
}
.im-data-backup:before {
content: "\e7de";
}
.im-data-block:before {
content: "\e7df";
}
.im-data-center:before {
content: "\e7e0";
}
.im-data-clock:before {
content: "\e7e1";
}
.im-data-cloud:before {
content: "\e7e2";
}
.im-data-compress:before {
content: "\e7e3";
}
.im-data-copy:before {
content: "\e7e4";
}
.im-data-download:before {
content: "\e7e5";
}
.im-data-financial:before {
content: "\e7e6";
}
.im-data-key:before {
content: "\e7e7";
}
.im-data-lock:before {
content: "\e7e8";
}
.im-data-network:before {
content: "\e7e9";
}
.im-data-password:before {
content: "\e7ea";
}
.im-data-power:before {
content: "\e7eb";
}
.im-data-refresh:before {
content: "\e7ec";
}
.im-data-save:before {
content: "\e7ed";
}
.im-data-search:before {
content: "\e7ee";
}
.im-data-security:before {
content: "\e7ef";
}
.im-data-settings:before {
content: "\e7f0";
}
.im-data-sharing:before {
content: "\e7f1";
}
.im-data-shield:before {
content: "\e7f2";
}
.im-data-signal:before {
content: "\e7f3";
}
.im-data-storage:before {
content: "\e7f4";
}
.im-data-stream:before {
content: "\e7f5";
}
.im-data-transfer:before {
content: "\e7f6";
}
.im-data-unlock:before {
content: "\e7f7";
}
.im-data-upload:before {
content: "\e7f8";
}
.im-data-yes:before {
content: "\e7f9";
}
.im-data:before {
content: "\e7fa";
}
.im-david-star:before {
content: "\e7fb";
}
.im-daylight:before {
content: "\e7fc";
}
.im-death:before {
content: "\e7fd";
}
.im-debian:before {
content: "\e7fe";
}
.im-dec:before {
content: "\e7ff";
}
.im-decrase-inedit:before {
content: "\e800";
}
.im-deer-2:before {
content: "\e801";
}
.im-deer:before {
content: "\e802";
}
.im-delete-file:before {
content: "\e803";
}
.im-delete-window:before {
content: "\e804";
}
.im-delicious:before {
content: "\e805";
}
.im-depression:before {
content: "\e806";
}
.im-deviantart:before {
content: "\e807";
}
.im-device-syncwithcloud:before {
content: "\e808";
}
.im-diamond:before {
content: "\e809";
}
.im-dice-2:before {
content: "\e80a";
}
.im-dice:before {
content: "\e80b";
}
.im-digg:before {
content: "\e80c";
}
.im-digital-drawing:before {
content: "\e80d";
}
.im-diigo:before {
content: "\e80e";
}
.im-dinosaur:before {
content: "\e80f";
}
.im-diploma-2:before {
content: "\e810";
}
.im-diploma:before {
content: "\e811";
}
.im-direction-east:before {
content: "\e812";
}
.im-direction-north:before {
content: "\e813";
}
.im-direction-south:before {
content: "\e814";
}
.im-direction-west:before {
content: "\e815";
}
.im-director:before {
content: "\e816";
}
.im-disk:before {
content: "\e817";
}
.im-dj:before {
content: "\e818";
}
.im-dna-2:before {
content: "\e819";
}
.im-dna-helix:before {
content: "\e81a";
}
.im-dna:before {
content: "\e81b";
}
.im-doctor:before {
content: "\e81c";
}
.im-dog:before {
content: "\e81d";
}
.im-dollar-sign:before {
content: "\e81e";
}
.im-dollar-sign2:before {
content: "\e81f";
}
.im-dollar:before {
content: "\e820";
}
.im-dolphin:before {
content: "\e821";
}
.im-domino:before {
content: "\e822";
}
.im-door-hanger:before {
content: "\e823";
}
.im-door:before {
content: "\e824";
}
.im-doplr:before {
content: "\e825";
}
.im-double-circle:before {
content: "\e826";
}
.im-double-tap:before {
content: "\e827";
}
.im-doughnut:before {
content: "\e828";
}
.im-dove:before {
content: "\e829";
}
.im-down-2:before {
content: "\e82a";
}
.im-down-3:before {
content: "\e82b";
}
.im-down-4:before {
content: "\e82c";
}
.im-down:before {
content: "\e82d";
}
.im-download-2:before {
content: "\e82e";
}
.im-download-fromcloud:before {
content: "\e82f";
}
.im-download-window:before {
content: "\e830";
}
.im-download:before {
content: "\e831";
}
.im-downward:before {
content: "\e832";
}
.im-drag-down:before {
content: "\e833";
}
.im-drag-left:before {
content: "\e834";
}
.im-drag-right:before {
content: "\e835";
}
.im-drag-up:before {
content: "\e836";
}
.im-drag:before {
content: "\e837";
}
.im-dress:before {
content: "\e838";
}
.im-dribble:before {
content: "\e839";
}
.im-drill-2:before {
content: "\e83a";
}
.im-drill:before {
content: "\e83b";
}
.im-drop:before {
content: "\e83c";
}
.im-dropbox:before {
content: "\e83d";
}
.im-drum:before {
content: "\e83e";
}
.im-dry:before {
content: "\e83f";
}
.im-duck:before {
content: "\e840";
}
.im-dumbbell:before {
content: "\e841";
}
.im-duplicate-layer:before {
content: "\e842";
}
.im-duplicate-window:before {
content: "\e843";
}
.im-dvd:before {
content: "\e844";
}
.im-eagle:before {
content: "\e845";
}
.im-ear:before {
content: "\e846";
}
.im-earphones-2:before {
content: "\e847";
}
.im-earphones:before {
content: "\e848";
}
.im-eci-icon:before {
content: "\e849";
}
.im-edit-map:before {
content: "\e84a";
}
.im-edit:before {
content: "\e84b";
}
.im-eggs:before {
content: "\e84c";
}
.im-egypt:before {
content: "\e84d";
}
.im-eifel-tower:before {
content: "\e84e";
}
.im-eject-2:before {
content: "\e84f";
}
.im-eject:before {
content: "\e850";
}
.im-el-castillo:before {
content: "\e851";
}
.im-elbow:before {
content: "\e852";
}
.im-electric-guitar:before {
content: "\e853";
}
.im-electricity:before {
content: "\e854";
}
.im-elephant:before {
content: "\e855";
}
.im-email:before {
content: "\e856";
}
.im-embassy:before {
content: "\e857";
}
.im-empire-statebuilding:before {
content: "\e858";
}
.im-empty-box:before {
content: "\e859";
}
.im-end2:before {
content: "\e85a";
}
.im-end-2:before {
content: "\e85b";
}
.im-end:before {
content: "\e85c";
}
.im-endways:before {
content: "\e85d";
}
.im-engineering:before {
content: "\e85e";
}
.im-envelope-2:before {
content: "\e85f";
}
.im-envelope:before {
content: "\e860";
}
.im-environmental-2:before {
content: "\e861";
}
.im-environmental-3:before {
content: "\e862";
}
.im-environmental:before {
content: "\e863";
}
.im-equalizer:before {
content: "\e864";
}
.im-eraser-2:before {
content: "\e865";
}
.im-eraser-3:before {
content: "\e866";
}
.im-eraser:before {
content: "\e867";
}
.im-error-404window:before {
content: "\e868";
}
.im-euro-sign:before {
content: "\e869";
}
.im-euro-sign2:before {
content: "\e86a";
}
.im-euro:before {
content: "\e86b";
}
.im-evernote:before {
content: "\e86c";
}
.im-evil:before {
content: "\e86d";
}
.im-explode:before {
content: "\e86e";
}
.im-eye-2:before {
content: "\e86f";
}
.im-eye-blind:before {
content: "\e870";
}
.im-eye-invisible:before {
content: "\e871";
}
.im-eye-scan:before {
content: "\e872";
}
.im-eye-visible:before {
content: "\e873";
}
.im-eye:before {
content: "\e874";
}
.im-eyebrow-2:before {
content: "\e875";
}
.im-eyebrow-3:before {
content: "\e876";
}
.im-eyebrow:before {
content: "\e877";
}
.im-eyeglasses-smiley:before {
content: "\e878";
}
.im-eyeglasses-smiley2:before {
content: "\e879";
}
.im-face-style:before {
content: "\e87a";
}
.im-face-style2:before {
content: "\e87b";
}
.im-face-style3:before {
content: "\e87c";
}
.im-face-style4:before {
content: "\e87d";
}
.im-face-style5:before {
content: "\e87e";
}
.im-face-style6:before {
content: "\e87f";
}
.im-facebook-2:before {
content: "\e880";
}
.im-facebook:before {
content: "\e881";
}
.im-factory-2:before {
content: "\e882";
}
.im-factory:before {
content: "\e883";
}
.im-fahrenheit:before {
content: "\e884";
}
.im-family-sign:before {
content: "\e885";
}
.im-fan:before {
content: "\e886";
}
.im-farmer:before {
content: "\e887";
}
.im-fashion:before {
content: "\e888";
}
.im-favorite-window:before {
content: "\e889";
}
.im-fax:before {
content: "\e88a";
}
.im-feather:before {
content: "\e88b";
}
.im-feedburner:before {
content: "\e88c";
}
.im-female-2:before {
content: "\e88d";
}
.im-female-sign:before {
content: "\e88e";
}
.im-female:before {
content: "\e88f";
}
.im-file-block:before {
content: "\e890";
}
.im-file-bookmark:before {
content: "\e891";
}
.im-file-chart:before {
content: "\e892";
}
.im-file-clipboard:before {
content: "\e893";
}
.im-file-clipboardfiletext:before {
content: "\e894";
}
.im-file-clipboardtextimage:before {
content: "\e895";
}
.im-file-cloud:before {
content: "\e896";
}
.im-file-copy:before {
content: "\e897";
}
.im-file-copy2:before {
content: "\e898";
}
.im-file-csv:before {
content: "\e899";
}
.im-file-download:before {
content: "\e89a";
}
.im-file-edit:before {
content: "\e89b";
}
.im-file-excel:before {
content: "\e89c";
}
.im-file-favorite:before {
content: "\e89d";
}
.im-file-fire:before {
content: "\e89e";
}
.im-file-graph:before {
content: "\e89f";
}
.im-file-hide:before {
content: "\e8a0";
}
.im-file-horizontal:before {
content: "\e8a1";
}
.im-file-horizontaltext:before {
content: "\e8a2";
}
.im-file-html:before {
content: "\e8a3";
}
.im-file-jpg:before {
content: "\e8a4";
}
.im-file-link:before {
content: "\e8a5";
}
.im-file-loading:before {
content: "\e8a6";
}
.im-file-lock:before {
content: "\e8a7";
}
.im-file-love:before {
content: "\e8a8";
}
.im-file-music:before {
content: "\e8a9";
}
.im-file-network:before {
content: "\e8aa";
}
.im-file-pictures:before {
content: "\e8ab";
}
.im-file-pie:before {
content: "\e8ac";
}
.im-file-presentation:before {
content: "\e8ad";
}
.im-file-refresh:before {
content: "\e8ae";
}
.im-file-search:before {
content: "\e8af";
}
.im-file-settings:before {
content: "\e8b0";
}
.im-file-share:before {
content: "\e8b1";
}
.im-file-textimage:before {
content: "\e8b2";
}
.im-file-trash:before {
content: "\e8b3";
}
.im-file-txt:before {
content: "\e8b4";
}
.im-file-upload:before {
content: "\e8b5";
}
.im-file-video:before {
content: "\e8b6";
}
.im-file-word:before {
content: "\e8b7";
}
.im-file-zip:before {
content: "\e8b8";
}
.im-file:before {
content: "\e8b9";
}
.im-files:before {
content: "\e8ba";
}
.im-film-board:before {
content: "\e8bb";
}
.im-film-cartridge:before {
content: "\e8bc";
}
.im-film-strip:before {
content: "\e8bd";
}
.im-film-video:before {
content: "\e8be";
}
.im-film:before {
content: "\e8bf";
}
.im-filter-2:before {
content: "\e8c0";
}
.im-filter:before {
content: "\e8c1";
}
.im-financial:before {
content: "\e8c2";
}
.im-find-user:before {
content: "\e8c3";
}
.im-finger-dragfoursides:before {
content: "\e8c4";
}
.im-finger-dragtwosides:before {
content: "\e8c5";
}
.im-finger-print:before {
content: "\e8c6";
}
.im-finger:before {
content: "\e8c7";
}
.im-fingerprint-2:before {
content: "\e8c8";
}
.im-fingerprint:before {
content: "\e8c9";
}
.im-fire-flame:before {
content: "\e8ca";
}
.im-fire-flame2:before {
content: "\e8cb";
}
.im-fire-hydrant:before {
content: "\e8cc";
}
.im-fire-staion:before {
content: "\e8cd";
}
.im-firefox:before {
content: "\e8ce";
}
.im-firewall:before {
content: "\e8cf";
}
.im-first-aid:before {
content: "\e8d0";
}
.im-first:before {
content: "\e8d1";
}
.im-fish-food:before {
content: "\e8d2";
}
.im-fish:before {
content: "\e8d3";
}
.im-fit-to:before {
content: "\e8d4";
}
.im-fit-to2:before {
content: "\e8d5";
}
.im-five-fingers:before {
content: "\e8d6";
}
.im-five-fingersdrag:before {
content: "\e8d7";
}
.im-five-fingersdrag2:before {
content: "\e8d8";
}
.im-five-fingerstouch:before {
content: "\e8d9";
}
.im-flag-2:before {
content: "\e8da";
}
.im-flag-3:before {
content: "\e8db";
}
.im-flag-4:before {
content: "\e8dc";
}
.im-flag-5:before {
content: "\e8dd";
}
.im-flag-6:before {
content: "\e8de";
}
.im-flag:before {
content: "\e8df";
}
.im-flamingo:before {
content: "\e8e0";
}
.im-flash-2:before {
content: "\e8e1";
}
.im-flash-video:before {
content: "\e8e2";
}
.im-flash:before {
content: "\e8e3";
}
.im-flashlight:before {
content: "\e8e4";
}
.im-flask-2:before {
content: "\e8e5";
}
.im-flask:before {
content: "\e8e6";
}
.im-flick:before {
content: "\e8e7";
}
.im-flickr:before {
content: "\e8e8";
}
.im-flowerpot:before {
content: "\e8e9";
}
.im-fluorescent:before {
content: "\e8ea";
}
.im-fog-day:before {
content: "\e8eb";
}
.im-fog-night:before {
content: "\e8ec";
}
.im-folder-add:before {
content: "\e8ed";
}
.im-folder-archive:before {
content: "\e8ee";
}
.im-folder-binder:before {
content: "\e8ef";
}
.im-folder-binder2:before {
content: "\e8f0";
}
.im-folder-block:before {
content: "\e8f1";
}
.im-folder-bookmark:before {
content: "\e8f2";
}
.im-folder-close:before {
content: "\e8f3";
}
.im-folder-cloud:before {
content: "\e8f4";
}
.im-folder-delete:before {
content: "\e8f5";
}
.im-folder-download:before {
content: "\e8f6";
}
.im-folder-edit:before {
content: "\e8f7";
}
.im-folder-favorite:before {
content: "\e8f8";
}
.im-folder-fire:before {
content: "\e8f9";
}
.im-folder-hide:before {
content: "\e8fa";
}
.im-folder-link:before {
content: "\e8fb";
}
.im-folder-loading:before {
content: "\e8fc";
}
.im-folder-lock:before {
content: "\e8fd";
}
.im-folder-love:before {
content: "\e8fe";
}
.im-folder-music:before {
content: "\e8ff";
}
.im-folder-network:before {
content: "\e900";
}
.im-folder-open:before {
content: "\e901";
}
.im-folder-open2:before {
content: "\e902";
}
.im-folder-organizing:before {
content: "\e903";
}
.im-folder-pictures:before {
content: "\e904";
}
.im-folder-refresh:before {
content: "\e905";
}
.im-folder-remove-:before {
content: "\e906";
}
.im-folder-search:before {
content: "\e907";
}
.im-folder-settings:before {
content: "\e908";
}
.im-folder-share:before {
content: "\e909";
}
.im-folder-trash:before {
content: "\e90a";
}
.im-folder-upload:before {
content: "\e90b";
}
.im-folder-video:before {
content: "\e90c";
}
.im-folder-withdocument:before {
content: "\e90d";
}
.im-folder-zip:before {
content: "\e90e";
}
.im-folder:before {
content: "\e90f";
}
.im-folders:before {
content: "\e910";
}
.im-font-color:before {
content: "\e911";
}
.im-font-name:before {
content: "\e912";
}
.im-font-size:before {
content: "\e913";
}
.im-font-style:before {
content: "\e914";
}
.im-font-stylesubscript:before {
content: "\e915";
}
.im-font-stylesuperscript:before {
content: "\e916";
}
.im-font-window:before {
content: "\e917";
}
.im-foot-2:before {
content: "\e918";
}
.im-foot:before {
content: "\e919";
}
.im-football-2:before {
content: "\e91a";
}
.im-football:before {
content: "\e91b";
}
.im-footprint-2:before {
content: "\e91c";
}
.im-footprint-3:before {
content: "\e91d";
}
.im-footprint:before {
content: "\e91e";
}
.im-forest:before {
content: "\e91f";
}
.im-fork:before {
content: "\e920";
}
.im-formspring:before {
content: "\e921";
}
.im-formula:before {
content: "\e922";
}
.im-forsquare:before {
content: "\e923";
}
.im-forward:before {
content: "\e924";
}
.im-fountain-pen:before {
content: "\e925";
}
.im-four-fingers:before {
content: "\e926";
}
.im-four-fingersdrag:before {
content: "\e927";
}
.im-four-fingersdrag2:before {
content: "\e928";
}
.im-four-fingerstouch:before {
content: "\e929";
}
.im-fox:before {
content: "\e92a";
}
.im-frankenstein:before {
content: "\e92b";
}
.im-french-fries:before {
content: "\e92c";
}
.im-friendfeed:before {
content: "\e92d";
}
.im-friendster:before {
content: "\e92e";
}
.im-frog:before {
content: "\e92f";
}
.im-fruits:before {
content: "\e930";
}
.im-fuel:before {
content: "\e931";
}
.im-full-basket:before {
content: "\e932";
}
.im-full-cart:before {
content: "\e933";
}
.im-full-moon:before {
content: "\e934";
}
.im-full-screen:before {
content: "\e935";
}
.im-full-screen2:before {
content: "\e936";
}
.im-full-view:before {
content: "\e937";
}
.im-full-view2:before {
content: "\e938";
}
.im-full-viewwindow:before {
content: "\e939";
}
.im-function:before {
content: "\e93a";
}
.im-funky:before {
content: "\e93b";
}
.im-funny-bicycle:before {
content: "\e93c";
}
.im-furl:before {
content: "\e93d";
}
.im-fyll-bag:before {
content: "\e93e";
}
.im-gamepad-2:before {
content: "\e93f";
}
.im-gamepad:before {
content: "\e940";
}
.im-gas-pump:before {
content: "\e941";
}
.im-gaugage-2:before {
content: "\e942";
}
.im-gaugage:before {
content: "\e943";
}
.im-gay:before {
content: "\e944";
}
.im-gear-2:before {
content: "\e945";
}
.im-gear:before {
content: "\e946";
}
.im-gears-2:before {
content: "\e947";
}
.im-gears:before {
content: "\e948";
}
.im-geek-2:before {
content: "\e949";
}
.im-geek:before {
content: "\e94a";
}
.im-gemini-2:before {
content: "\e94b";
}
.im-gemini:before {
content: "\e94c";
}
.im-genius:before {
content: "\e94d";
}
.im-gentleman:before {
content: "\e94e";
}
.im-geo--:before {
content: "\e94f";
}
.im-geo-:before {
content: "\e950";
}
.im-geo-close:before {
content: "\e951";
}
.im-geo-love:before {
content: "\e952";
}
.im-geo-number:before {
content: "\e953";
}
.im-geo-star:before {
content: "\e954";
}
.im-geo:before {
content: "\e955";
}
.im-geo2--:before {
content: "\e956";
}
.im-geo2-:before {
content: "\e957";
}
.im-geo2-close:before {
content: "\e958";
}
.im-geo2-love:before {
content: "\e959";
}
.im-geo2-number:before {
content: "\e95a";
}
.im-geo2-star:before {
content: "\e95b";
}
.im-geo2:before {
content: "\e95c";
}
.im-geo3--:before {
content: "\e95d";
}
.im-geo3-:before {
content: "\e95e";
}
.im-geo3-close:before {
content: "\e95f";
}
.im-geo3-love:before {
content: "\e960";
}
.im-geo3-number:before {
content: "\e961";
}
.im-geo3-star:before {
content: "\e962";
}
.im-geo3:before {
content: "\e963";
}
.im-gey:before {
content: "\e964";
}
.im-gift-box:before {
content: "\e965";
}
.im-giraffe:before {
content: "\e966";
}
.im-girl:before {
content: "\e967";
}
.im-glass-water:before {
content: "\e968";
}
.im-glasses-2:before {
content: "\e969";
}
.im-glasses-3:before {
content: "\e96a";
}
.im-glasses:before {
content: "\e96b";
}
.im-global-position:before {
content: "\e96c";
}
.im-globe-2:before {
content: "\e96d";
}
.im-globe:before {
content: "\e96e";
}
.im-gloves:before {
content: "\e96f";
}
.im-go-bottom:before {
content: "\e970";
}
.im-go-top:before {
content: "\e971";
}
.im-goggles:before {
content: "\e972";
}
.im-golf-2:before {
content: "\e973";
}
.im-golf:before {
content: "\e974";
}
.im-google-buzz:before {
content: "\e975";
}
.im-google-drive:before {
content: "\e976";
}
.im-google-play:before {
content: "\e977";
}
.im-google-plus:before {
content: "\e978";
}
.im-google:before {
content: "\e979";
}
.im-gopro:before {
content: "\e97a";
}
.im-gorilla:before {
content: "\e97b";
}
.im-gowalla:before {
content: "\e97c";
}
.im-grave:before {
content: "\e97d";
}
.im-graveyard:before {
content: "\e97e";
}
.im-greece:before {
content: "\e97f";
}
.im-green-energy:before {
content: "\e980";
}
.im-green-house:before {
content: "\e981";
}
.im-guitar:before {
content: "\e982";
}
.im-gun-2:before {
content: "\e983";
}
.im-gun-3:before {
content: "\e984";
}
.im-gun:before {
content: "\e985";
}
.im-gymnastics:before {
content: "\e986";
}
.im-hair-2:before {
content: "\e987";
}
.im-hair-3:before {
content: "\e988";
}
.im-hair-4:before {
content: "\e989";
}
.im-hair:before {
content: "\e98a";
}
.im-half-moon:before {
content: "\e98b";
}
.im-halloween-halfmoon:before {
content: "\e98c";
}
.im-halloween-moon:before {
content: "\e98d";
}
.im-hamburger:before {
content: "\e98e";
}
.im-hammer:before {
content: "\e98f";
}
.im-hand-touch:before {
content: "\e990";
}
.im-hand-touch2:before {
content: "\e991";
}
.im-hand-touchsmartphone:before {
content: "\e992";
}
.im-hand:before {
content: "\e993";
}
.im-hands:before {
content: "\e994";
}
.im-handshake:before {
content: "\e995";
}
.im-hanger:before {
content: "\e996";
}
.im-happy:before {
content: "\e997";
}
.im-hat-2:before {
content: "\e998";
}
.im-hat:before {
content: "\e999";
}
.im-haunted-house:before {
content: "\e99a";
}
.im-hd-video:before {
content: "\e99b";
}
.im-hd:before {
content: "\e99c";
}
.im-hdd:before {
content: "\e99d";
}
.im-headphone:before {
content: "\e99e";
}
.im-headphones:before {
content: "\e99f";
}
.im-headset:before {
content: "\e9a0";
}
.im-heart-2:before {
content: "\e9a1";
}
.im-heart:before {
content: "\e9a2";
}
.im-heels-2:before {
content: "\e9a3";
}
.im-heels:before {
content: "\e9a4";
}
.im-height-window:before {
content: "\e9a5";
}
.im-helicopter-2:before {
content: "\e9a6";
}
.im-helicopter:before {
content: "\e9a7";
}
.im-helix-2:before {
content: "\e9a8";
}
.im-hello:before {
content: "\e9a9";
}
.im-helmet-2:before {
content: "\e9aa";
}
.im-helmet-3:before {
content: "\e9ab";
}
.im-helmet:before {
content: "\e9ac";
}
.im-hipo:before {
content: "\e9ad";
}
.im-hipster-glasses:before {
content: "\e9ae";
}
.im-hipster-glasses2:before {
content: "\e9af";
}
.im-hipster-glasses3:before {
content: "\e9b0";
}
.im-hipster-headphones:before {
content: "\e9b1";
}
.im-hipster-men:before {
content: "\e9b2";
}
.im-hipster-men2:before {
content: "\e9b3";
}
.im-hipster-men3:before {
content: "\e9b4";
}
.im-hipster-sunglasses:before {
content: "\e9b5";
}
.im-hipster-sunglasses2:before {
content: "\e9b6";
}
.im-hipster-sunglasses3:before {
content: "\e9b7";
}
.im-hokey:before {
content: "\e9b8";
}
.im-holly:before {
content: "\e9b9";
}
.im-home-2:before {
content: "\e9ba";
}
.im-home-3:before {
content: "\e9bb";
}
.im-home-4:before {
content: "\e9bc";
}
.im-home-5:before {
content: "\e9bd";
}
.im-home-window:before {
content: "\e9be";
}
.im-home:before {
content: "\e9bf";
}
.im-homosexual:before {
content: "\e9c0";
}
.im-honey:before {
content: "\e9c1";
}
.im-hong-kong:before {
content: "\e9c2";
}
.im-hoodie:before {
content: "\e9c3";
}
.im-horror:before {
content: "\e9c4";
}
.im-horse:before {
content: "\e9c5";
}
.im-hospital-2:before {
content: "\e9c6";
}
.im-hospital:before {
content: "\e9c7";
}
.im-host:before {
content: "\e9c8";
}
.im-hot-dog:before {
content: "\e9c9";
}
.im-hotel:before {
content: "\e9ca";
}
.im-hour:before {
content: "\e9cb";
}
.im-hub:before {
content: "\e9cc";
}
.im-humor:before {
content: "\e9cd";
}
.im-hurt:before {
content: "\e9ce";
}
.im-ice-cream:before {
content: "\e9cf";
}
.im-icq:before {
content: "\e9d0";
}
.im-id-2:before {
content: "\e9d1";
}
.im-id-3:before {
content: "\e9d2";
}
.im-id-card:before {
content: "\e9d3";
}
.im-idea-2:before {
content: "\e9d4";
}
.im-idea-3:before {
content: "\e9d5";
}
.im-idea-4:before {
content: "\e9d6";
}
.im-idea-5:before {
content: "\e9d7";
}
.im-idea:before {
content: "\e9d8";
}
.im-identification-badge:before {
content: "\e9d9";
}
.im-imdb:before {
content: "\e9da";
}
.im-inbox-empty:before {
content: "\e9db";
}
.im-inbox-forward:before {
content: "\e9dc";
}
.im-inbox-full:before {
content: "\e9dd";
}
.im-inbox-into:before {
content: "\e9de";
}
.im-inbox-out:before {
content: "\e9df";
}
.im-inbox-reply:before {
content: "\e9e0";
}
.im-inbox:before {
content: "\e9e1";
}
.im-increase-inedit:before {
content: "\e9e2";
}
.im-indent-firstline:before {
content: "\e9e3";
}
.im-indent-leftmargin:before {
content: "\e9e4";
}
.im-indent-rightmargin:before {
content: "\e9e5";
}
.im-india:before {
content: "\e9e6";
}
.im-info-window:before {
content: "\e9e7";
}
.im-information:before {
content: "\e9e8";
}
.im-inifity:before {
content: "\e9e9";
}
.im-instagram:before {
content: "\e9ea";
}
.im-internet-2:before {
content: "\e9eb";
}
.im-internet-explorer:before {
content: "\e9ec";
}
.im-internet-smiley:before {
content: "\e9ed";
}
.im-internet:before {
content: "\e9ee";
}
.im-ios-apple:before {
content: "\e9ef";
}
.im-israel:before {
content: "\e9f0";
}
.im-italic-text:before {
content: "\e9f1";
}
.im-jacket-2:before {
content: "\e9f2";
}
.im-jacket:before {
content: "\e9f3";
}
.im-jamaica:before {
content: "\e9f4";
}
.im-japan:before {
content: "\e9f5";
}
.im-japanese-gate:before {
content: "\e9f6";
}
.im-jeans:before {
content: "\e9f7";
}
.im-jeep-2:before {
content: "\e9f8";
}
.im-jeep:before {
content: "\e9f9";
}
.im-jet:before {
content: "\e9fa";
}
.im-joystick:before {
content: "\e9fb";
}
.im-juice:before {
content: "\e9fc";
}
.im-jump-rope:before {
content: "\e9fd";
}
.im-kangoroo:before {
content: "\e9fe";
}
.im-kenya:before {
content: "\e9ff";
}
.im-key-2:before {
content: "\ea00";
}
.im-key-3:before {
content: "\ea01";
}
.im-key-lock:before {
content: "\ea02";
}
.im-key:before {
content: "\ea03";
}
.im-keyboard:before {
content: "\ea04";
}
.im-keyboard3:before {
content: "\ea05";
}
.im-keypad:before {
content: "\ea06";
}
.im-king-2:before {
content: "\ea07";
}
.im-king:before {
content: "\ea08";
}
.im-kiss:before {
content: "\ea09";
}
.im-knee:before {
content: "\ea0a";
}
.im-knife-2:before {
content: "\ea0b";
}
.im-knife:before {
content: "\ea0c";
}
.im-knight:before {
content: "\ea0d";
}
.im-koala:before {
content: "\ea0e";
}
.im-korea:before {
content: "\ea0f";
}
.im-lamp:before {
content: "\ea10";
}
.im-landscape-2:before {
content: "\ea11";
}
.im-landscape:before {
content: "\ea12";
}
.im-lantern:before {
content: "\ea13";
}
.im-laptop-2:before {
content: "\ea14";
}
.im-laptop-3:before {
content: "\ea15";
}
.im-laptop-phone:before {
content: "\ea16";
}
.im-laptop-secure:before {
content: "\ea17";
}
.im-laptop-tablet:before {
content: "\ea18";
}
.im-laptop:before {
content: "\ea19";
}
.im-laser:before {
content: "\ea1a";
}
.im-last-fm:before {
content: "\ea1b";
}
.im-last:before {
content: "\ea1c";
}
.im-laughing:before {
content: "\ea1d";
}
.im-layer-backward:before {
content: "\ea1e";
}
.im-layer-forward:before {
content: "\ea1f";
}
.im-leafs-2:before {
content: "\ea20";
}
.im-leafs:before {
content: "\ea21";
}
.im-leaning-tower:before {
content: "\ea22";
}
.im-left--right:before {
content: "\ea23";
}
.im-left--right3:before {
content: "\ea24";
}
.im-left-2:before {
content: "\ea25";
}
.im-left-3:before {
content: "\ea26";
}
.im-left-4:before {
content: "\ea27";
}
.im-left-toright:before {
content: "\ea28";
}
.im-left:before {
content: "\ea29";
}
.im-leg-2:before {
content: "\ea2a";
}
.im-leg:before {
content: "\ea2b";
}
.im-lego:before {
content: "\ea2c";
}
.im-lemon:before {
content: "\ea2d";
}
.im-len-2:before {
content: "\ea2e";
}
.im-len-3:before {
content: "\ea2f";
}
.im-len:before {
content: "\ea30";
}
.im-leo-2:before {
content: "\ea31";
}
.im-leo:before {
content: "\ea32";
}
.im-leopard:before {
content: "\ea33";
}
.im-lesbian:before {
content: "\ea34";
}
.im-lesbians:before {
content: "\ea35";
}
.im-letter-close:before {
content: "\ea36";
}
.im-letter-open:before {
content: "\ea37";
}
.im-letter-sent:before {
content: "\ea38";
}
.im-libra-2:before {
content: "\ea39";
}
.im-libra:before {
content: "\ea3a";
}
.im-library-2:before {
content: "\ea3b";
}
.im-library:before {
content: "\ea3c";
}
.im-life-jacket:before {
content: "\ea3d";
}
.im-life-safer:before {
content: "\ea3e";
}
.im-light-bulb:before {
content: "\ea3f";
}
.im-light-bulb2:before {
content: "\ea40";
}
.im-light-bulbleaf:before {
content: "\ea41";
}
.im-lighthouse:before {
content: "\ea42";
}
.im-like-2:before {
content: "\ea43";
}
.im-like:before {
content: "\ea44";
}
.im-line-chart:before {
content: "\ea45";
}
.im-line-chart2:before {
content: "\ea46";
}
.im-line-chart3:before {
content: "\ea47";
}
.im-line-chart4:before {
content: "\ea48";
}
.im-line-spacing:before {
content: "\ea49";
}
.im-line-spacingtext:before {
content: "\ea4a";
}
.im-link-2:before {
content: "\ea4b";
}
.im-link:before {
content: "\ea4c";
}
.im-linkedin-2:before {
content: "\ea4d";
}
.im-linkedin:before {
content: "\ea4e";
}
.im-linux:before {
content: "\ea4f";
}
.im-lion:before {
content: "\ea50";
}
.im-livejournal:before {
content: "\ea51";
}
.im-loading-2:before {
content: "\ea52";
}
.im-loading-3:before {
content: "\ea53";
}
.im-loading-window:before {
content: "\ea54";
}
.im-loading:before {
content: "\ea55";
}
.im-location-2:before {
content: "\ea56";
}
.im-location:before {
content: "\ea57";
}
.im-lock-2:before {
content: "\ea58";
}
.im-lock-3:before {
content: "\ea59";
}
.im-lock-user:before {
content: "\ea5a";
}
.im-lock-window:before {
content: "\ea5b";
}
.im-lock:before {
content: "\ea5c";
}
.im-lollipop-2:before {
content: "\ea5d";
}
.im-lollipop-3:before {
content: "\ea5e";
}
.im-lollipop:before {
content: "\ea5f";
}
.im-loop:before {
content: "\ea60";
}
.im-loud:before {
content: "\ea61";
}
.im-loudspeaker:before {
content: "\ea62";
}
.im-love-2:before {
content: "\ea63";
}
.im-love-user:before {
content: "\ea64";
}
.im-love-window:before {
content: "\ea65";
}
.im-love:before {
content: "\ea66";
}
.im-lowercase-text:before {
content: "\ea67";
}
.im-luggafe-front:before {
content: "\ea68";
}
.im-luggage-2:before {
content: "\ea69";
}
.im-macro:before {
content: "\ea6a";
}
.im-magic-wand:before {
content: "\ea6b";
}
.im-magnet:before {
content: "\ea6c";
}
.im-magnifi-glass-:before {
content: "\ea6d";
}
.im-magnifi-glass:before {
content: "\ea6e";
}
.im-magnifi-glass2:before {
content: "\ea6f";
}
.im-mail-2:before {
content: "\ea70";
}
.im-mail-3:before {
content: "\ea71";
}
.im-mail-add:before {
content: "\ea72";
}
.im-mail-attachement:before {
content: "\ea73";
}
.im-mail-block:before {
content: "\ea74";
}
.im-mail-delete:before {
content: "\ea75";
}
.im-mail-favorite:before {
content: "\ea76";
}
.im-mail-forward:before {
content: "\ea77";
}
.im-mail-gallery:before {
content: "\ea78";
}
.im-mail-inbox:before {
content: "\ea79";
}
.im-mail-link:before {
content: "\ea7a";
}
.im-mail-lock:before {
content: "\ea7b";
}
.im-mail-love:before {
content: "\ea7c";
}
.im-mail-money:before {
content: "\ea7d";
}
.im-mail-open:before {
content: "\ea7e";
}
.im-mail-outbox:before {
content: "\ea7f";
}
.im-mail-password:before {
content: "\ea80";
}
.im-mail-photo:before {
content: "\ea81";
}
.im-mail-read:before {
content: "\ea82";
}
.im-mail-removex:before {
content: "\ea83";
}
.im-mail-reply:before {
content: "\ea84";
}
.im-mail-replyall:before {
content: "\ea85";
}
.im-mail-search:before {
content: "\ea86";
}
.im-mail-send:before {
content: "\ea87";
}
.im-mail-settings:before {
content: "\ea88";
}
.im-mail-unread:before {
content: "\ea89";
}
.im-mail-video:before {
content: "\ea8a";
}
.im-mail-withatsign:before {
content: "\ea8b";
}
.im-mail-withcursors:before {
content: "\ea8c";
}
.im-mail:before {
content: "\ea8d";
}
.im-mailbox-empty:before {
content: "\ea8e";
}
.im-mailbox-full:before {
content: "\ea8f";
}
.im-male-2:before {
content: "\ea90";
}
.im-male-sign:before {
content: "\ea91";
}
.im-male:before {
content: "\ea92";
}
.im-malefemale:before {
content: "\ea93";
}
.im-man-sign:before {
content: "\ea94";
}
.im-management:before {
content: "\ea95";
}
.im-mans-underwear:before {
content: "\ea96";
}
.im-mans-underwear2:before {
content: "\ea97";
}
.im-map-marker:before {
content: "\ea98";
}
.im-map-marker2:before {
content: "\ea99";
}
.im-map-marker3:before {
content: "\ea9a";
}
.im-map:before {
content: "\ea9b";
}
.im-map2:before {
content: "\ea9c";
}
.im-marker-2:before {
content: "\ea9d";
}
.im-marker-3:before {
content: "\ea9e";
}
.im-marker:before {
content: "\ea9f";
}
.im-martini-glass:before {
content: "\eaa0";
}
.im-mask:before {
content: "\eaa1";
}
.im-master-card:before {
content: "\eaa2";
}
.im-maximize-window:before {
content: "\eaa3";
}
.im-maximize:before {
content: "\eaa4";
}
.im-medal-2:before {
content: "\eaa5";
}
.im-medal-3:before {
content: "\eaa6";
}
.im-medal:before {
content: "\eaa7";
}
.im-medical-sign:before {
content: "\eaa8";
}
.im-medicine-2:before {
content: "\eaa9";
}
.im-medicine-3:before {
content: "\eaaa";
}
.im-medicine:before {
content: "\eaab";
}
.im-megaphone:before {
content: "\eaac";
}
.im-memory-card:before {
content: "\eaad";
}
.im-memory-card2:before {
content: "\eaae";
}
.im-memory-card3:before {
content: "\eaaf";
}
.im-men:before {
content: "\eab0";
}
.im-menorah:before {
content: "\eab1";
}
.im-mens:before {
content: "\eab2";
}
.im-metacafe:before {
content: "\eab3";
}
.im-mexico:before {
content: "\eab4";
}
.im-mic:before {
content: "\eab5";
}
.im-microphone-2:before {
content: "\eab6";
}
.im-microphone-3:before {
content: "\eab7";
}
.im-microphone-4:before {
content: "\eab8";
}
.im-microphone-5:before {
content: "\eab9";
}
.im-microphone-6:before {
content: "\eaba";
}
.im-microphone-8:before {
content: "\eabb";
}
.im-microphone:before {
content: "\eabc";
}
.im-microscope:before {
content: "\eabd";
}
.im-milk-bottle:before {
content: "\eabe";
}
.im-mine:before {
content: "\eabf";
}
.im-minimize-maximize-close-window:before {
content: "\eac0";
}
.im-minimize-window:before {
content: "\eac1";
}
.im-minimize:before {
content: "\eac2";
}
.im-mirror:before {
content: "\eac3";
}
.im-mixer:before {
content: "\eac4";
}
.im-mixx:before {
content: "\eac5";
}
.im-money-2:before {
content: "\eac6";
}
.im-money-bag:before {
content: "\eac7";
}
.im-money-smiley:before {
content: "\eac8";
}
.im-money:before {
content: "\eac9";
}
.im-monitor-2:before {
content: "\eaca";
}
.im-monitor-3:before {
content: "\eacb";
}
.im-monitor-4:before {
content: "\eacc";
}
.im-monitor-5:before {
content: "\eacd";
}
.im-monitor-analytics:before {
content: "\eace";
}
.im-monitor-laptop:before {
content: "\eacf";
}
.im-monitor-phone:before {
content: "\ead0";
}
.im-monitor-tablet:before {
content: "\ead1";
}
.im-monitor-vertical:before {
content: "\ead2";
}
.im-monitor:before {
content: "\ead3";
}
.im-monitoring:before {
content: "\ead4";
}
.im-monkey:before {
content: "\ead5";
}
.im-monster:before {
content: "\ead6";
}
.im-morocco:before {
content: "\ead7";
}
.im-motorcycle:before {
content: "\ead8";
}
.im-mouse-2:before {
content: "\ead9";
}
.im-mouse-3:before {
content: "\eada";
}
.im-mouse-4:before {
content: "\eadb";
}
.im-mouse-pointer:before {
content: "\eadc";
}
.im-mouse:before {
content: "\eadd";
}
.im-moustache-smiley:before {
content: "\eade";
}
.im-movie-ticket:before {
content: "\eadf";
}
.im-movie:before {
content: "\eae0";
}
.im-mp3-file:before {
content: "\eae1";
}
.im-museum:before {
content: "\eae2";
}
.im-mushroom:before {
content: "\eae3";
}
.im-music-note:before {
content: "\eae4";
}
.im-music-note2:before {
content: "\eae5";
}
.im-music-note3:before {
content: "\eae6";
}
.im-music-note4:before {
content: "\eae7";
}
.im-music-player:before {
content: "\eae8";
}
.im-mustache-2:before {
content: "\eae9";
}
.im-mustache-3:before {
content: "\eaea";
}
.im-mustache-4:before {
content: "\eaeb";
}
.im-mustache-5:before {
content: "\eaec";
}
.im-mustache-6:before {
content: "\eaed";
}
.im-mustache-7:before {
content: "\eaee";
}
.im-mustache-8:before {
content: "\eaef";
}
.im-mustache:before {
content: "\eaf0";
}
.im-mute:before {
content: "\eaf1";
}
.im-myspace:before {
content: "\eaf2";
}
.im-navigat-start:before {
content: "\eaf3";
}
.im-navigate-end:before {
content: "\eaf4";
}
.im-navigation-leftwindow:before {
content: "\eaf5";
}
.im-navigation-rightwindow:before {
content: "\eaf6";
}
.im-nepal:before {
content: "\eaf7";
}
.im-netscape:before {
content: "\eaf8";
}
.im-network-window:before {
content: "\eaf9";
}
.im-network:before {
content: "\eafa";
}
.im-neutron:before {
content: "\eafb";
}
.im-new-mail:before {
content: "\eafc";
}
.im-new-tab:before {
content: "\eafd";
}
.im-newspaper-2:before {
content: "\eafe";
}
.im-newspaper:before {
content: "\eaff";
}
.im-newsvine:before {
content: "\eb00";
}
.im-next-3:before {
content: "\eb01";
}
.im-next-media:before {
content: "\eb02";
}
.im-next-music:before {
content: "\eb03";
}
.im-next:before {
content: "\eb04";
}
.im-no-battery:before {
content: "\eb05";
}
.im-no-drop:before {
content: "\eb06";
}
.im-no-flash:before {
content: "\eb07";
}
.im-no-smoking:before {
content: "\eb08";
}
.im-noose:before {
content: "\eb09";
}
.im-normal-text:before {
content: "\eb0a";
}
.im-note:before {
content: "\eb0b";
}
.im-notepad-2:before {
content: "\eb0c";
}
.im-notepad:before {
content: "\eb0d";
}
.im-nuclear:before {
content: "\eb0e";
}
.im-numbering-list:before {
content: "\eb0f";
}
.im-nurse:before {
content: "\eb10";
}
.im-office-lamp:before {
content: "\eb11";
}
.im-office:before {
content: "\eb12";
}
.im-oil:before {
content: "\eb13";
}
.im-old-camera:before {
content: "\eb14";
}
.im-old-cassette:before {
content: "\eb15";
}
.im-old-clock:before {
content: "\eb16";
}
.im-old-radio:before {
content: "\eb17";
}
.im-old-sticky:before {
content: "\eb18";
}
.im-old-sticky2:before {
content: "\eb19";
}
.im-old-telephone:before {
content: "\eb1a";
}
.im-old-tv:before {
content: "\eb1b";
}
.im-on-air:before {
content: "\eb1c";
}
.im-on-off-2:before {
content: "\eb1d";
}
.im-on-off-3:before {
content: "\eb1e";
}
.im-on-off:before {
content: "\eb1f";
}
.im-one-finger:before {
content: "\eb20";
}
.im-one-fingertouch:before {
content: "\eb21";
}
.im-one-window:before {
content: "\eb22";
}
.im-open-banana:before {
content: "\eb23";
}
.im-open-book:before {
content: "\eb24";
}
.im-opera-house:before {
content: "\eb25";
}
.im-opera:before {
content: "\eb26";
}
.im-optimization:before {
content: "\eb27";
}
.im-orientation-2:before {
content: "\eb28";
}
.im-orientation-3:before {
content: "\eb29";
}
.im-orientation:before {
content: "\eb2a";
}
.im-orkut:before {
content: "\eb2b";
}
.im-ornament:before {
content: "\eb2c";
}
.im-over-time:before {
content: "\eb2d";
}
.im-over-time2:before {
content: "\eb2e";
}
.im-owl:before {
content: "\eb2f";
}
.im-pac-man:before {
content: "\eb30";
}
.im-paint-brush:before {
content: "\eb31";
}
.im-paint-bucket:before {
content: "\eb32";
}
.im-paintbrush:before {
content: "\eb33";
}
.im-palette:before {
content: "\eb34";
}
.im-palm-tree:before {
content: "\eb35";
}
.im-panda:before {
content: "\eb36";
}
.im-panorama:before {
content: "\eb37";
}
.im-pantheon:before {
content: "\eb38";
}
.im-pantone:before {
content: "\eb39";
}
.im-pants:before {
content: "\eb3a";
}
.im-paper-plane:before {
content: "\eb3b";
}
.im-paper:before {
content: "\eb3c";
}
.im-parasailing:before {
content: "\eb3d";
}
.im-parrot:before {
content: "\eb3e";
}
.im-password-2shopping:before {
content: "\eb3f";
}
.im-password-field:before {
content: "\eb40";
}
.im-password-shopping:before {
content: "\eb41";
}
.im-password:before {
content: "\eb42";
}
.im-pause-2:before {
content: "\eb43";
}
.im-pause:before {
content: "\eb44";
}
.im-paw:before {
content: "\eb45";
}
.im-pawn:before {
content: "\eb46";
}
.im-paypal:before {
content: "\eb47";
}
.im-pen-2:before {
content: "\eb48";
}
.im-pen-3:before {
content: "\eb49";
}
.im-pen-4:before {
content: "\eb4a";
}
.im-pen-5:before {
content: "\eb4b";
}
.im-pen-6:before {
content: "\eb4c";
}
.im-pen:before {
content: "\eb4d";
}
.im-pencil-ruler:before {
content: "\eb4e";
}
.im-pencil:before {
content: "\eb4f";
}
.im-penguin:before {
content: "\eb50";
}
.im-pentagon:before {
content: "\eb51";
}
.im-people-oncloud:before {
content: "\eb52";
}
.im-pepper-withfire:before {
content: "\eb53";
}
.im-pepper:before {
content: "\eb54";
}
.im-petrol:before {
content: "\eb55";
}
.im-petronas-tower:before {
content: "\eb56";
}
.im-philipines:before {
content: "\eb57";
}
.im-phone-2:before {
content: "\eb58";
}
.im-phone-3:before {
content: "\eb59";
}
.im-phone-3g:before {
content: "\eb5a";
}
.im-phone-4g:before {
content: "\eb5b";
}
.im-phone-simcard:before {
content: "\eb5c";
}
.im-phone-sms:before {
content: "\eb5d";
}
.im-phone-wifi:before {
content: "\eb5e";
}
.im-phone:before {
content: "\eb5f";
}
.im-photo-2:before {
content: "\eb60";
}
.im-photo-3:before {
content: "\eb61";
}
.im-photo-album:before {
content: "\eb62";
}
.im-photo-album2:before {
content: "\eb63";
}
.im-photo-album3:before {
content: "\eb64";
}
.im-photo:before {
content: "\eb65";
}
.im-photos:before {
content: "\eb66";
}
.im-physics:before {
content: "\eb67";
}
.im-pi:before {
content: "\eb68";
}
.im-piano:before {
content: "\eb69";
}
.im-picasa:before {
content: "\eb6a";
}
.im-pie-chart:before {
content: "\eb6b";
}
.im-pie-chart2:before {
content: "\eb6c";
}
.im-pie-chart3:before {
content: "\eb6d";
}
.im-pilates-2:before {
content: "\eb6e";
}
.im-pilates-3:before {
content: "\eb6f";
}
.im-pilates:before {
content: "\eb70";
}
.im-pilot:before {
content: "\eb71";
}
.im-pinch:before {
content: "\eb72";
}
.im-ping-pong:before {
content: "\eb73";
}
.im-pinterest:before {
content: "\eb74";
}
.im-pipe:before {
content: "\eb75";
}
.im-pipette:before {
content: "\eb76";
}
.im-piramids:before {
content: "\eb77";
}
.im-pisces-2:before {
content: "\eb78";
}
.im-pisces:before {
content: "\eb79";
}
.im-pizza-slice:before {
content: "\eb7a";
}
.im-pizza:before {
content: "\eb7b";
}
.im-plane-2:before {
content: "\eb7c";
}
.im-plane:before {
content: "\eb7d";
}
.im-plant:before {
content: "\eb7e";
}
.im-plasmid:before {
content: "\eb7f";
}
.im-plaster:before {
content: "\eb80";
}
.im-plastic-cupphone:before {
content: "\eb81";
}
.im-plastic-cupphone2:before {
content: "\eb82";
}
.im-plate:before {
content: "\eb83";
}
.im-plates:before {
content: "\eb84";
}
.im-plaxo:before {
content: "\eb85";
}
.im-play-music:before {
content: "\eb86";
}
.im-plug-in:before {
content: "\eb87";
}
.im-plug-in2:before {
content: "\eb88";
}
.im-plurk:before {
content: "\eb89";
}
.im-pointer:before {
content: "\eb8a";
}
.im-poland:before {
content: "\eb8b";
}
.im-police-man:before {
content: "\eb8c";
}
.im-police-station:before {
content: "\eb8d";
}
.im-police-woman:before {
content: "\eb8e";
}
.im-police:before {
content: "\eb8f";
}
.im-polo-shirt:before {
content: "\eb90";
}
.im-portrait:before {
content: "\eb91";
}
.im-portugal:before {
content: "\eb92";
}
.im-post-mail:before {
content: "\eb93";
}
.im-post-mail2:before {
content: "\eb94";
}
.im-post-office:before {
content: "\eb95";
}
.im-post-sign:before {
content: "\eb96";
}
.im-post-sign2ways:before {
content: "\eb97";
}
.im-posterous:before {
content: "\eb98";
}
.im-pound-sign:before {
content: "\eb99";
}
.im-pound-sign2:before {
content: "\eb9a";
}
.im-pound:before {
content: "\eb9b";
}
.im-power-2:before {
content: "\eb9c";
}
.im-power-3:before {
content: "\eb9d";
}
.im-power-cable:before {
content: "\eb9e";
}
.im-power-station:before {
content: "\eb9f";
}
.im-power:before {
content: "\eba0";
}
.im-prater:before {
content: "\eba1";
}
.im-present:before {
content: "\eba2";
}
.im-presents:before {
content: "\eba3";
}
.im-press:before {
content: "\eba4";
}
.im-preview:before {
content: "\eba5";
}
.im-previous:before {
content: "\eba6";
}
.im-pricing:before {
content: "\eba7";
}
.im-printer:before {
content: "\eba8";
}
.im-professor:before {
content: "\eba9";
}
.im-profile:before {
content: "\ebaa";
}
.im-project:before {
content: "\ebab";
}
.im-projector-2:before {
content: "\ebac";
}
.im-projector:before {
content: "\ebad";
}
.im-pulse:before {
content: "\ebae";
}
.im-pumpkin:before {
content: "\ebaf";
}
.im-punk:before {
content: "\ebb0";
}
.im-punker:before {
content: "\ebb1";
}
.im-puzzle:before {
content: "\ebb2";
}
.im-qik:before {
content: "\ebb3";
}
.im-qr-code:before {
content: "\ebb4";
}
.im-queen-2:before {
content: "\ebb5";
}
.im-queen:before {
content: "\ebb6";
}
.im-quill-2:before {
content: "\ebb7";
}
.im-quill-3:before {
content: "\ebb8";
}
.im-quill:before {
content: "\ebb9";
}
.im-quotes-2:before {
content: "\ebba";
}
.im-quotes:before {
content: "\ebbb";
}
.im-radio:before {
content: "\ebbc";
}
.im-radioactive:before {
content: "\ebbd";
}
.im-rafting:before {
content: "\ebbe";
}
.im-rain-drop:before {
content: "\ebbf";
}
.im-rainbow-2:before {
content: "\ebc0";
}
.im-rainbow:before {
content: "\ebc1";
}
.im-ram:before {
content: "\ebc2";
}
.im-razzor-blade:before {
content: "\ebc3";
}
.im-receipt-2:before {
content: "\ebc4";
}
.im-receipt-3:before {
content: "\ebc5";
}
.im-receipt-4:before {
content: "\ebc6";
}
.im-receipt:before {
content: "\ebc7";
}
.im-record-3:before {
content: "\ebc8";
}
.im-record-media:before {
content: "\ebc9";
}
.im-record-music:before {
content: "\ebca";
}
.im-record:before {
content: "\ebcb";
}
.im-recycling-2:before {
content: "\ebcc";
}
.im-recycling:before {
content: "\ebcd";
}
.im-reddit:before {
content: "\ebce";
}
.im-redhat:before {
content: "\ebcf";
}
.im-redirect:before {
content: "\ebd0";
}
.im-redo:before {
content: "\ebd1";
}
.im-reel:before {
content: "\ebd2";
}
.im-refinery:before {
content: "\ebd3";
}
.im-refresh-window:before {
content: "\ebd4";
}
.im-refresh:before {
content: "\ebd5";
}
.im-reload-2:before {
content: "\ebd6";
}
.im-reload-3:before {
content: "\ebd7";
}
.im-reload:before {
content: "\ebd8";
}
.im-remote-controll:before {
content: "\ebd9";
}
.im-remote-controll2:before {
content: "\ebda";
}
.im-remove-bag:before {
content: "\ebdb";
}
.im-remove-basket:before {
content: "\ebdc";
}
.im-remove-cart:before {
content: "\ebdd";
}
.im-remove-file:before {
content: "\ebde";
}
.im-remove-user:before {
content: "\ebdf";
}
.im-remove-window:before {
content: "\ebe0";
}
.im-remove:before {
content: "\ebe1";
}
.im-rename:before {
content: "\ebe2";
}
.im-repair:before {
content: "\ebe3";
}
.im-repeat-2:before {
content: "\ebe4";
}
.im-repeat-3:before {
content: "\ebe5";
}
.im-repeat-4:before {
content: "\ebe6";
}
.im-repeat-5:before {
content: "\ebe7";
}
.im-repeat-6:before {
content: "\ebe8";
}
.im-repeat-7:before {
content: "\ebe9";
}
.im-repeat:before {
content: "\ebea";
}
.im-reset:before {
content: "\ebeb";
}
.im-resize:before {
content: "\ebec";
}
.im-restore-window:before {
content: "\ebed";
}
.im-retouching:before {
content: "\ebee";
}
.im-retro-camera:before {
content: "\ebef";
}
.im-retro:before {
content: "\ebf0";
}
.im-retweet:before {
content: "\ebf1";
}
.im-reverbnation:before {
content: "\ebf2";
}
.im-rewind:before {
content: "\ebf3";
}
.im-rgb:before {
content: "\ebf4";
}
.im-ribbon-2:before {
content: "\ebf5";
}
.im-ribbon-3:before {
content: "\ebf6";
}
.im-ribbon:before {
content: "\ebf7";
}
.im-right-2:before {
content: "\ebf8";
}
.im-right-3:before {
content: "\ebf9";
}
.im-right-4:before {
content: "\ebfa";
}
.im-right-toleft:before {
content: "\ebfb";
}
.im-right:before {
content: "\ebfc";
}
.im-road-2:before {
content: "\ebfd";
}
.im-road-3:before {
content: "\ebfe";
}
.im-road:before {
content: "\ebff";
}
.im-robot-2:before {
content: "\ec00";
}
.im-robot:before {
content: "\ec01";
}
.im-rock-androll:before {
content: "\ec02";
}
.im-rocket:before {
content: "\ec03";
}
.im-roller:before {
content: "\ec04";
}
.im-roof:before {
content: "\ec05";
}
.im-rook:before {
content: "\ec06";
}
.im-rotate-gesture:before {
content: "\ec07";
}
.im-rotate-gesture2:before {
content: "\ec08";
}
.im-rotate-gesture3:before {
content: "\ec09";
}
.im-rotation-390:before {
content: "\ec0a";
}
.im-rotation:before {
content: "\ec0b";
}
.im-router-2:before {
content: "\ec0c";
}
.im-router:before {
content: "\ec0d";
}
.im-rss:before {
content: "\ec0e";
}
.im-ruler-2:before {
content: "\ec0f";
}
.im-ruler:before {
content: "\ec10";
}
.im-running-shoes:before {
content: "\ec11";
}
.im-running:before {
content: "\ec12";
}
.im-safari:before {
content: "\ec13";
}
.im-safe-box:before {
content: "\ec14";
}
.im-safe-box2:before {
content: "\ec15";
}
.im-safety-pinclose:before {
content: "\ec16";
}
.im-safety-pinopen:before {
content: "\ec17";
}
.im-sagittarus-2:before {
content: "\ec18";
}
.im-sagittarus:before {
content: "\ec19";
}
.im-sailing-ship:before {
content: "\ec1a";
}
.im-sand-watch:before {
content: "\ec1b";
}
.im-sand-watch2:before {
content: "\ec1c";
}
.im-santa-claus:before {
content: "\ec1d";
}
.im-santa-claus2:before {
content: "\ec1e";
}
.im-santa-onsled:before {
content: "\ec1f";
}
.im-satelite-2:before {
content: "\ec20";
}
.im-satelite:before {
content: "\ec21";
}
.im-save-window:before {
content: "\ec22";
}
.im-save:before {
content: "\ec23";
}
.im-saw:before {
content: "\ec24";
}
.im-saxophone:before {
content: "\ec25";
}
.im-scale:before {
content: "\ec26";
}
.im-scarf:before {
content: "\ec27";
}
.im-scissor:before {
content: "\ec28";
}
.im-scooter-front:before {
content: "\ec29";
}
.im-scooter:before {
content: "\ec2a";
}
.im-scorpio-2:before {
content: "\ec2b";
}
.im-scorpio:before {
content: "\ec2c";
}
.im-scotland:before {
content: "\ec2d";
}
.im-screwdriver:before {
content: "\ec2e";
}
.im-scroll-fast:before {
content: "\ec2f";
}
.im-scroll:before {
content: "\ec30";
}
.im-scroller-2:before {
content: "\ec31";
}
.im-scroller:before {
content: "\ec32";
}
.im-sea-dog:before {
content: "\ec33";
}
.im-search-oncloud:before {
content: "\ec34";
}
.im-search-people:before {
content: "\ec35";
}
.im-secound:before {
content: "\ec36";
}
.im-secound2:before {
content: "\ec37";
}
.im-security-block:before {
content: "\ec38";
}
.im-security-bug:before {
content: "\ec39";
}
.im-security-camera:before {
content: "\ec3a";
}
.im-security-check:before {
content: "\ec3b";
}
.im-security-settings:before {
content: "\ec3c";
}
.im-security-smiley:before {
content: "\ec3d";
}
.im-securiy-remove:before {
content: "\ec3e";
}
.im-seed:before {
content: "\ec3f";
}
.im-selfie:before {
content: "\ec40";
}
.im-serbia:before {
content: "\ec41";
}
.im-server-2:before {
content: "\ec42";
}
.im-server:before {
content: "\ec43";
}
.im-servers:before {
content: "\ec44";
}
.im-settings-window:before {
content: "\ec45";
}
.im-sewing-machine:before {
content: "\ec46";
}
.im-sexual:before {
content: "\ec47";
}
.im-share-oncloud:before {
content: "\ec48";
}
.im-share-window:before {
content: "\ec49";
}
.im-share:before {
content: "\ec4a";
}
.im-sharethis:before {
content: "\ec4b";
}
.im-shark:before {
content: "\ec4c";
}
.im-sheep:before {
content: "\ec4d";
}
.im-sheriff-badge:before {
content: "\ec4e";
}
.im-shield:before {
content: "\ec4f";
}
.im-ship-2:before {
content: "\ec50";
}
.im-ship:before {
content: "\ec51";
}
.im-shirt:before {
content: "\ec52";
}
.im-shoes-2:before {
content: "\ec53";
}
.im-shoes-3:before {
content: "\ec54";
}
.im-shoes:before {
content: "\ec55";
}
.im-shop-2:before {
content: "\ec56";
}
.im-shop-3:before {
content: "\ec57";
}
.im-shop-4:before {
content: "\ec58";
}
.im-shop:before {
content: "\ec59";
}
.im-shopping-bag:before  {
content: "\ec5a";
}
.im-shopping-basket:before {
content: "\ec5b";
}
.im-shopping-cart:before {
content: "\ec5c";
}
.im-short-pants:before {
content: "\ec5d";
}
.im-shoutwire:before {
content: "\ec5e";
}
.im-shovel:before {
content: "\ec5f";
}
.im-shuffle-2:before {
content: "\ec60";
}
.im-shuffle-3:before {
content: "\ec61";
}
.im-shuffle-4:before {
content: "\ec62";
}
.im-shuffle:before {
content: "\ec63";
}
.im-shutter:before {
content: "\ec64";
}
.im-sidebar-window:before {
content: "\ec65";
}
.im-signal:before {
content: "\ec66";
}
.im-singapore:before {
content: "\ec67";
}
.im-skate-shoes:before {
content: "\ec68";
}
.im-skateboard-2:before {
content: "\ec69";
}
.im-skateboard:before {
content: "\ec6a";
}
.im-skeleton:before {
content: "\ec6b";
}
.im-ski:before {
content: "\ec6c";
}
.im-skirt:before {
content: "\ec6d";
}
.im-skrill:before {
content: "\ec6e";
}
.im-skull:before {
content: "\ec6f";
}
.im-skydiving:before {
content: "\ec70";
}
.im-skype:before {
content: "\ec71";
}
.im-sled-withgifts:before {
content: "\ec72";
}
.im-sled:before {
content: "\ec73";
}
.im-sleeping:before {
content: "\ec74";
}
.im-sleet:before {
content: "\ec75";
}
.im-slippers:before {
content: "\ec76";
}
.im-smart:before {
content: "\ec77";
}
.im-smartphone-2:before {
content: "\ec78";
}
.im-smartphone-3:before {
content: "\ec79";
}
.im-smartphone-4:before {
content: "\ec7a";
}
.im-smartphone-secure:before {
content: "\ec7b";
}
.im-smartphone:before {
content: "\ec7c";
}
.im-smile:before {
content: "\ec7d";
}
.im-smoking-area:before {
content: "\ec7e";
}
.im-smoking-pipe:before {
content: "\ec7f";
}
.im-snake:before {
content: "\ec80";
}
.im-snorkel:before {
content: "\ec81";
}
.im-snow-2:before {
content: "\ec82";
}
.im-snow-dome:before {
content: "\ec83";
}
.im-snow-storm:before {
content: "\ec84";
}
.im-snow:before {
content: "\ec85";
}
.im-snowflake-2:before {
content: "\ec86";
}
.im-snowflake-3:before {
content: "\ec87";
}
.im-snowflake-4:before {
content: "\ec88";
}
.im-snowflake:before {
content: "\ec89";
}
.im-snowman:before {
content: "\ec8a";
}
.im-soccer-ball:before {
content: "\ec8b";
}
.im-soccer-shoes:before {
content: "\ec8c";
}
.im-socks:before {
content: "\ec8d";
}
.im-solar:before {
content: "\ec8e";
}
.im-sound-wave:before {
content: "\ec8f";
}
.im-sound:before {
content: "\ec90";
}
.im-soundcloud:before {
content: "\ec91";
}
.im-soup:before {
content: "\ec92";
}
.im-south-africa:before {
content: "\ec93";
}
.im-space-needle:before {
content: "\ec94";
}
.im-spain:before {
content: "\ec95";
}
.im-spam-mail:before {
content: "\ec96";
}
.im-speach-bubble:before {
content: "\ec97";
}
.im-speach-bubble2:before {
content: "\ec98";
}
.im-speach-bubble3:before {
content: "\ec99";
}
.im-speach-bubble4:before {
content: "\ec9a";
}
.im-speach-bubble5:before {
content: "\ec9b";
}
.im-speach-bubble6:before {
content: "\ec9c";
}
.im-speach-bubble7:before {
content: "\ec9d";
}
.im-speach-bubble8:before {
content: "\ec9e";
}
.im-speach-bubble9:before {
content: "\ec9f";
}
.im-speach-bubble10:before {
content: "\eca0";
}
.im-speach-bubble11:before {
content: "\eca1";
}
.im-speach-bubble12:before {
content: "\eca2";
}
.im-speach-bubble13:before {
content: "\eca3";
}
.im-speach-bubbleasking:before {
content: "\eca4";
}
.im-speach-bubblecomic:before {
content: "\eca5";
}
.im-speach-bubblecomic2:before {
content: "\eca6";
}
.im-speach-bubblecomic3:before {
content: "\eca7";
}
.im-speach-bubblecomic4:before {
content: "\eca8";
}
.im-speach-bubbledialog:before {
content: "\eca9";
}
.im-speach-bubbles:before {
content: "\ecaa";
}
.im-speak-2:before {
content: "\ecab";
}
.im-speak:before {
content: "\ecac";
}
.im-speaker-2:before {
content: "\ecad";
}
.im-speaker:before {
content: "\ecae";
}
.im-spell-check:before {
content: "\ecaf";
}
.im-spell-checkabc:before {
content: "\ecb0";
}
.im-spermium:before {
content: "\ecb1";
}
.im-spider:before {
content: "\ecb2";
}
.im-spiderweb:before {
content: "\ecb3";
}
.im-split-foursquarewindow:before {
content: "\ecb4";
}
.im-split-horizontal:before {
content: "\ecb5";
}
.im-split-horizontal2window:before {
content: "\ecb6";
}
.im-split-vertical:before {
content: "\ecb7";
}
.im-split-vertical2:before {
content: "\ecb8";
}
.im-split-window:before {
content: "\ecb9";
}
.im-spoder:before {
content: "\ecba";
}
.im-spoon:before {
content: "\ecbb";
}
.im-sport-mode:before {
content: "\ecbc";
}
.im-sports-clothings1:before {
content: "\ecbd";
}
.im-sports-clothings2:before {
content: "\ecbe";
}
.im-sports-shirt:before {
content: "\ecbf";
}
.im-spot:before {
content: "\ecc0";
}
.im-spray:before {
content: "\ecc1";
}
.im-spread:before {
content: "\ecc2";
}
.im-spring:before {
content: "\ecc3";
}
.im-spurl:before {
content: "\ecc4";
}
.im-spy:before {
content: "\ecc5";
}
.im-squirrel:before {
content: "\ecc6";
}
.im-ssl:before {
content: "\ecc7";
}
.im-st-basilscathedral:before {
content: "\ecc8";
}
.im-st-paulscathedral:before {
content: "\ecc9";
}
.im-stamp-2:before {
content: "\ecca";
}
.im-stamp:before {
content: "\eccb";
}
.im-stapler:before {
content: "\eccc";
}
.im-star-track:before {
content: "\eccd";
}
.im-star:before {
content: "\ecce";
}
.im-starfish:before {
content: "\eccf";
}
.im-start2:before {
content: "\ecd0";
}
.im-start-3:before {
content: "\ecd1";
}
.im-start-ways:before {
content: "\ecd2";
}
.im-start:before {
content: "\ecd3";
}
.im-statistic:before {
content: "\ecd4";
}
.im-stethoscope:before {
content: "\ecd5";
}
.im-stop-2:before {
content: "\ecd6";
}
.im-stop-music:before {
content: "\ecd7";
}
.im-stop:before {
content: "\ecd8";
}
.im-stopwatch-2:before {
content: "\ecd9";
}
.im-stopwatch:before {
content: "\ecda";
}
.im-storm:before {
content: "\ecdb";
}
.im-street-view:before {
content: "\ecdc";
}
.im-street-view2:before {
content: "\ecdd";
}
.im-strikethrough-text:before {
content: "\ecde";
}
.im-stroller:before {
content: "\ecdf";
}
.im-structure:before {
content: "\ece0";
}
.im-student-female:before {
content: "\ece1";
}
.im-student-hat:before {
content: "\ece2";
}
.im-student-hat2:before {
content: "\ece3";
}
.im-student-male:before {
content: "\ece4";
}
.im-student-malefemale:before {
content: "\ece5";
}
.im-students:before {
content: "\ece6";
}
.im-studio-flash:before {
content: "\ece7";
}
.im-studio-lightbox:before {
content: "\ece8";
}
.im-stumbleupon:before {
content: "\ece9";
}
.im-suit:before {
content: "\ecea";
}
.im-suitcase:before {
content: "\eceb";
}
.im-sum-2:before {
content: "\ecec";
}
.im-sum:before {
content: "\eced";
}
.im-summer:before {
content: "\ecee";
}
.im-sun-cloudyrain:before {
content: "\ecef";
}
.im-sun:before {
content: "\ecf0";
}
.im-sunglasses-2:before {
content: "\ecf1";
}
.im-sunglasses-3:before {
content: "\ecf2";
}
.im-sunglasses-smiley:before {
content: "\ecf3";
}
.im-sunglasses-smiley2:before {
content: "\ecf4";
}
.im-sunglasses-w:before {
content: "\ecf5";
}
.im-sunglasses-w2:before {
content: "\ecf6";
}
.im-sunglasses-w3:before {
content: "\ecf7";
}
.im-sunglasses:before {
content: "\ecf8";
}
.im-sunrise:before {
content: "\ecf9";
}
.im-sunset:before {
content: "\ecfa";
}
.im-superman:before {
content: "\ecfb";
}
.im-support:before {
content: "\ecfc";
}
.im-surprise:before {
content: "\ecfd";
}
.im-sushi:before {
content: "\ecfe";
}
.im-sweden:before {
content: "\ecff";
}
.im-swimming-short:before {
content: "\ed00";
}
.im-swimming:before {
content: "\ed01";
}
.im-swimmwear:before {
content: "\ed02";
}
.im-switch:before {
content: "\ed03";
}
.im-switzerland:before {
content: "\ed04";
}
.im-sync-cloud:before {
content: "\ed05";
}
.im-sync:before {
content: "\ed06";
}
.im-synchronize-2:before {
content: "\ed07";
}
.im-synchronize:before {
content: "\ed08";
}
.im-t-shirt:before {
content: "\ed09";
}
.im-tablet-2:before {
content: "\ed0a";
}
.im-tablet-3:before {
content: "\ed0b";
}
.im-tablet-orientation:before {
content: "\ed0c";
}
.im-tablet-phone:before {
content: "\ed0d";
}
.im-tablet-secure:before {
content: "\ed0e";
}
.im-tablet-vertical:before {
content: "\ed0f";
}
.im-tablet:before {
content: "\ed10";
}
.im-tactic:before {
content: "\ed11";
}
.im-tag-2:before {
content: "\ed12";
}
.im-tag-3:before {
content: "\ed13";
}
.im-tag-4:before {
content: "\ed14";
}
.im-tag-5:before {
content: "\ed15";
}
.im-tag:before {
content: "\ed16";
}
.im-taj-mahal:before {
content: "\ed17";
}
.im-talk-man:before {
content: "\ed18";
}
.im-tap:before {
content: "\ed19";
}
.im-target-market:before {
content: "\ed1a";
}
.im-target:before {
content: "\ed1b";
}
.im-taurus-2:before {
content: "\ed1c";
}
.im-taurus:before {
content: "\ed1d";
}
.im-taxi-2:before {
content: "\ed1e";
}
.im-taxi-sign:before {
content: "\ed1f";
}
.im-taxi:before {
content: "\ed20";
}
.im-teacher:before {
content: "\ed21";
}
.im-teapot:before {
content: "\ed22";
}
.im-technorati:before {
content: "\ed23";
}
.im-teddy-bear:before {
content: "\ed24";
}
.im-tee-mug:before {
content: "\ed25";
}
.im-telephone-2:before {
content: "\ed26";
}
.im-telephone:before {
content: "\ed27";
}
.im-telescope:before {
content: "\ed28";
}
.im-temperature-2:before {
content: "\ed29";
}
.im-temperature-3:before {
content: "\ed2a";
}
.im-temperature:before {
content: "\ed2b";
}@font-face {
font-family: 'Jost';
src: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/fonts/Jost-Book.woff2) format('woff2'), url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/fonts/Jost-Book.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Jost';
src: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/fonts/Jost-Medium.woff2) format('woff2'), url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/fonts/Jost-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
} @keyframes shake-vertical {
0%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
10%, 30%, 50%, 70% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
20%, 40%, 60% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
80% {
-webkit-transform: translateY(6.4px);
transform: translateY(6.4px);
}
90% {
-webkit-transform: translateY(-6.4px);
transform: translateY(-6.4px);
}
}
@keyframes btn-text-anima {
0% {
right: -30px;
opacity: 0;
}
60% {
right: -40px;
opacity: 1;
}
100% {
right: -45px;
opacity: 0;
}
}
@keyframes animation-smartphone {
0% {
top: 0;
}
50% {
top: -300px;
}
100% {
top: 0;
}
}
.animation-shake-vertical, .img-box.btn-video, .section-bottom-layer-2 &gt; .container &gt; img, .cnt-box-top .extra-field, .section-bottom-layer-2 &gt; .container &gt; .row &gt; div &gt; .hc-cmp-image &gt; img {
animation: shake-vertical 15s ease-in-out infinite both;
}
.cnt-box-testimonials &gt; img, .controls-out.controls-bottom-right .glide__arrow, .cnt-box.boxed, .cnt-pricing-table, .cnt-box-testimonials-bubble .thumb-bar img, .cnt-box-testimonials-bubble &gt; p,
.cnt-call, .step-item &gt; span, .boxed-area, .section-block-full &gt; .container &gt; .row &gt; .col:first-child, .tab-box .panel &gt; img, .tab-box .panel &gt; .hc-cmp-image img, .tab-box.tab-vertical .tab-nav li.active a,
.timeline .panel, .section-map &gt; .container, .form-search, .list-nav, .box-small &gt; .img-box, .menu-big-box .menu-box, .shop-menu-cnt .shop-menu, .search-box-menu &gt; input[type=text],
.media-box-down.boxed, .media-box-down .caption, .table-full-border, .cnt-box-team &gt; img, .comment-list .caption &gt; img, .cnt-box-top-icon:not(.boxed):after, .button-brand {
border: 1px solid rgb(241, 240, 240);
box-shadow: 0 3px 20px -2px rgba(20,45,100,.1);
}
.slider-zoom-center:not(.slider-phones) .glide__slides .glide__slide--active {
box-shadow: 0 3px 20px -2px rgba(9, 20, 43, 0.45);
border-radius: 3px;
}
.animation-smartphone {
overflow: hidden;
position: relative;
height: 345px;
}
.animation-smartphone img {
width: 100%;
max-width: 100%;
animation: animation-smartphone 10s linear infinite both;
position: relative;
}
.animation-smartphone br {
display: none;
} .light .dropdown &gt; ul &gt; li:not(:hover) &gt; a, .dropdown &gt; ul &gt; li a, nav:not(.light) a.btn-login.btn-border:hover {
color: rgb(68, 68, 68) !important;
}
h1, h2, h3, h4, h5, h6, .accordion-list &gt; li &gt; a, .cnt-box-testimonials .testimonial-info span, .cnt-box-testimonials-bubble .thumb-bar span, .social-feed-fb .meta-header a,
.counter .value, .glide__arrow, .cnt-pricing-table .price, .form-box p, .input-text, .input-select, .input-textarea, nav:not(.light) .menu-cnt &gt; ul &gt; li &gt; a, .table th, .cnt-box-blog-side .icon-list a,
.cnt-box-blog-top .icon-list a, .pagination li.page a, .pagination li:not(.page) a, .step-item &gt; span, .tab-box.tab-vertical &gt; .tab-nav li.active a, .tab-icon.tab-vertical &gt; .tab-nav li:hover a,
.social-feed-fb .meta-header .date, .box-sign b, .timeline .badge p, .menu-inner li &gt; a, .text-list-bold b, .text-list-line li b, .quote .quote-author, .icon-list-horizontal, .icon-list-horizontal a,
.quote, p b, .list-nav a, .text-color, .text-color p, .cnt-pricing-table &gt; ul &gt; li, nav .tab-nav li a, nav .tab-nav li.active a, nav .tab-nav li:hover a, nav .tab-nav li:not(.active):not(:hover) a,
nav.light .col i, .menu-cnt &gt; ul .col li a, .breadcrumb li a, .countdown, .media-box-down .caption h2, .album-title, .collapse-button a, .search-bar input[type=submit], .search-box-menu &gt; i,
body &gt; nav .icon-links a i, .shop-menu-cnt &gt; i:before, .shop-menu-cnt .cart-total, .menu-mini &gt; .container &gt; ul &gt; li, .menu-btn:before, .quote p, body .woocommerce ul.products li.product .price, .woocommerce .comment-reply-title, main .woocommerce form .form-row label, .menu-cnt &gt; ul &gt; li ul a,
.woocommerce-MyAccount-content form fieldset legend, .product-name a, .widget .woocommerce ul.product_list_widget li .star-rating span:before, .widget .woocommerce ul.product_list_widget li .star-rating:before,
.woocommerce main ul.products li.product .price, .woocommerce-MyAccount-navigation ul li a, .product_meta a {
color: rgb(18, 48, 74);
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce table a.remove, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .light .shop-menu p {
color: rgb(18, 48, 74) !important;
}
.accordion-list &gt; li &gt; a:before, .cnt-box-badge .badge, .cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date, .cnt-box-top .extra-field, .media-box-half .extra-field, nav.light + .header-base {
background-color: rgb(18, 48, 74);
}
.glide__bullets &gt; button:hover, .glide__bullets &gt; button.glide__bullet--active, .pagination li.page:hover a, .pagination li.page.active a, .list-tags a, .tagcloud a {
background-color: rgb(18, 48, 74);
border-color: rgb(18, 48, 74);
}
.glide__bullets &gt; button, .pagination li.page a {
border-color: rgb(18, 48, 74);
}
body, p, input, textarea, ::placeholder, .tab-box.tab-vertical &gt; .tab-nav li:not(.active):not(:hover) a, body &gt; header .container &gt; h2 {
color: rgb(88, 119, 144);
}
body &gt; nav.light:not(.menu-transparent), nav.light.menu-transparent.scroll-menu, footer {
background-color: rgb(55, 81, 126);
}
.boxed-area.light {
background-color: rgb(55, 81, 126) !important;
border: none;
}
.btn-video:after, .btn-text, .title h2 .dot, [class^=col-] &gt; h1 .dot, [class^=col-] &gt; h2 .dot, .title h2 .dot, .container &gt; h2 .dot, .container &gt; h1 .dot, .cnt-call h2 .dot, .col h2 .dot,
.fixed-area &gt; h2 .dot, header h1 .dot, .accordion-list &gt; li:hover &gt; a, .cnt-box-top-icon &gt; i, .cnt-box-side-icon &gt; i, .btn.btn-border, .cnt-pricing-table .top-area p, .tab-nav li:not(.active):not(:hover) a,
.icon-links a i, .media-box-reveal h3, nav:not(.menu-transparent) .lan-menu &gt; li:hover &gt; a, .pagination li:not(.page):not(.disabled) a:hover, .counter .value span.text-md:last-child,
.tab-icon.tab-vertical &gt; .tab-nav li.active a i, .tab-icon.tab-vertical &gt; .tab-nav li:hover a i, .tab-vertical &gt; .tab-nav li:hover a, .meta-footer, .form-search &gt; div:before, .cnt-box-side .extra-field,
nav .tab-nav li.active a, nav .tab-nav li:hover a, .menu-inner li:hover &gt; a, .menu-inner li.active &gt; a, a, .mega-menu h5, .search-box-menu &gt; i:hover, .mega-menu .icon-list li a:hover,
nav.active .menu-btn:before, .text-list-side li div, .hc-cmp-title-tag .dot, .hc-cmp-title-tag .dot, body .woocommerce-info::before, h1.rs-layer .dot {
color: rgb(71, 178, 228);
}
nav.light a.btn-border, .dropdown &gt; ul li:hover &gt; a, .dropdown &gt; ul li.active &gt; a, .menu-cnt &gt; ul &gt; li:hover &gt; a, .menu-cnt &gt; ul &gt; li.active &gt; a, .light .counter h3, .breadcrumb li:last-child a,
.breadcrumb li:hover a, .menu-side-collapse .dropdown-submenu &gt; a, .woocommerce .star-rating span, body .woocommerce ul.products li.product:hover .button {
color: rgb(71, 178, 228) !important;
}
.btn-text.btn-video:before, .icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar &gt; div &gt; div, .progress-bar &gt; div span, .breadcrumb li a:after,
.menu-inner li:before, .counter-big.counter-icon .value span:last-child:before, .cnt-box-team .caption h2:before, .mega-menu .tab-nav a:after, .shop-menu-cnt .cart-count, .cnt-box-blog-top .extra-field,
html #sb-main .sb-chat-btn, body .woocommerce ul.products li.product .onsale, .woocommerce main span.onsale, .woocommerce main div.product form.cart .button:hover, .woocommerce main #respond input#submit:hover, .woocommerce main a.button:hover,
.woocommerce main button.button:hover, .woocommerce main input.button:hover, main .woocommerce a.button:hover, main .woocommerce button.button:hover, main .woocommerce input.button:hover,
.woocommerce main #payment #place_order, .woocommerce-page main #payment #place_order, .widget .woocommerce-product-search [type="submit"], body .woocommerce button.button,
html .woocommerce button.button.alt, .woocommerce main #respond input#submit, html .woocommerce a.button {
background-color: rgb(71, 178, 228);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
background-color: rgb(71, 178, 228) !important;
}
.btn, .tab-nav li.active a, .tab-nav li:hover a, .tab-nav.align-center li.active a, .tab-nav.align-center li:hover a, .icon-links-grid a:hover, .icon-links-button a, nav.light a.btn-border:hover,
.btn-border:hover, .menu-transparent .btn:not(.btn-border), .searchform input[type="submit"] {
background-color: rgb(71, 178, 228);
border-color: rgb(71, 178, 228);
}
.light .btn-border {
color: rgb(71, 178, 228) !important;
border-color: rgb(71, 178, 228) !important;
}
.tab-nav li a, .form-search:hover, body .woocommerce-info {
border-color: rgb(71, 178, 228);
}
.pricing-table-big {
border-top-color: rgb(71, 178, 228);
}
.icon-links a:hover i, .icon-links-popup:hover &gt; i, .breadcrumb li:not(:last-child):hover a, .search-bar input[type=submit]:hover, .btn-text:hover, .menu-inner .dropdown ul &gt; li:hover &gt; a,
.album-title &gt; a:hover, .glide__arrow:hover, .list-nav a:hover,
.form-search &gt; div:hover:before {
color: rgb(58, 149, 191);
}
.btn:not(.btn-border):hover, .icon-links-button a:hover, .woocommerce main div.product form.cart .button:hover, .woocommerce main div.product form.cart .button:hover, .woocommerce main #respond input#submit:hover, .woocommerce main a.button:hover,
.woocommerce main button.button:hover, .woocommerce main input.button:hover, main .woocommerce a.button:hover, main .woocommerce button.button:hover, main .woocommerce input.button:hover,
.widget .woocommerce-product-search [type="submit"]:hover {
background-color: rgb(58, 149, 191);
}
.btn:not(.btn-border):hover, .input-text:focus, .input-select:focus, .input-textarea:focus, .search-bar input[type=text]:focus {
border-color: rgb(58, 149, 191);
}
.light p, .light .btn-border:hover, .media-box-full .caption .extra-field, .media-box-reveal p, .light .accordion-list &gt; li &gt; a, .media-box p {
color: rgb(236, 245, 251) !important;
}
.input-text, .input-select, .input-textarea, .table, .table td, .table th, .accordion-list &gt; li, .menu-inner:not(.menu-inner-vertical) .dropdown ul, .table:not(.table-grid) tr,
.footer-bar, .menu-cnt.active, .search-box-menu, .section-block + .section-base, .section-map + .section-base, .table-border.table-full-sm tbody tr:last-child td:not(:last-child) {
border-color: rgb(219, 222, 224);
}
body hr:not([class*=space]) {
background-color: rgb(219, 222, 224);
}
main &gt; section.section-base.section-color, section.section-bottom-layer-color:after, .section-color .cnt-box-team:not(.boxed) .caption, .header-base,
html .woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #F1F5F7;
}
.cnt-box.boxed .caption, .cnt-box-side-icon.boxed &gt; i, .cnt-box-top-icon.boxed &gt; i, nav.menu-transparent:not(.light).scroll-menu, .boxed-area, .cnt-box.boxed {
background-color: #fff;
}
.btn-border.light:not(:hover) {
color: #fff !important;
border-color: #fff !important;
}
.light .cnt-box-testimonials .testimonial-info span, .media-box h2, .list-tags a, .tagcloud a, .icon-links-grid a:hover i, .btn-border:hover, nav.light + .header-base h1, nav.light + .header-base h2, nav.light + .header-base .breadcrumb li a {
color: #fff;
}
nav.light .menu-cnt a.btn:not(.btn-border) {
color: #fff !important;
}
.dropdown &gt; ul &gt; li:hover &gt; a, .dropdown ul:not(.icon-list) li:hover &gt; a, nav .menu-cnt &gt; ul &gt; li:hover &gt; a, .lan-menu &gt; li:hover &gt; a {
background: none;
} .grid-border .grid-item {
border-right: 1px solid rgb(219, 222, 224);
}
.grid-border[data-columns='4'] .grid-item:nth-child(4n) {
border-right: none;
}
.grid-border[data-columns='3'] .grid-item:nth-child(3n) {
border-right: none;
}
.grid-border[data-columns='2'] .grid-item:nth-child(2n) {
border-right: none;
}
.overflow-visible {
z-index: 5;
overflow: visible !important;
}
.visible-only-lg {
display: none;
}
.themekit-envato.boxed-area .stars:before {
top: 80px;
}
.themekit-envato.boxed-area.light {
background-color: rgba(0, 0, 0, 0.27) !important;
padding-top: 45px;
padding-bottom: 45px;
}
.themekit-envato {
display: flex;
}
.themekit-envato &gt; div:first-child {
margin-right: 40px;
}
.themekit-envato &gt; div &gt; h4 {
color: rgb(13, 33, 49);
font-weight: 500;
font-size: 18px;
}
.themekit-envato h5 {
color: rgb(13, 33, 49);
font-size: 35px;
line-height: 65px;
}
.themekit-envato .stars {
margin-top: 50px;
}
.themekit-envato .stars:before {
content: '';
position: absolute;
background: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/star.svg) repeat-x;
background-size: 25px 25px;
background-position: left center;
width: 125px;
height: 17px;
top: 50px;
}
.themekit-envato .stars label {
font-size: 13px;
display: block;
}
.counter-big.counter-icon &gt; i {
font-size: 220px !important;
opacity: .2;
}
.counter-big.counter-icon .value {
font-weight: 500;
}
.counter-big.counter-icon .value span:last-child {
font-size: 30px;
padding-right: 10px;
position: relative;
}
.counter-big.counter-icon .value span:last-child:before, .cnt-box-team .caption h2:before {
content: "";
position: absolute;
width: 5px;
height: 5px;
right: 0;
bottom: 9px;
border-radius: 50%;
}
.box-small.cnt-box-side {
overflow: visible;
}
.box-small.cnt-box-side &gt; .img-box {
height: 90px;
width: 90px;
border-radius: 50%;
}
.box-small.cnt-box-side &gt; .img-box img {
max-width: 100% !important;
margin: 0 !important;
}
.box-small.cnt-box-side &gt; .img-box:before {
display: none;
}
section.boxed-page, section.boxed-page.section-base, .single-post .footer-parallax-cnt &gt; section {
background-color: rgb(241, 245, 247);
overflow: visible;
padding-bottom: 130px;
}
section.boxed-page:before, .single-post .footer-parallax-cnt &gt; section:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
height: calc(100% - 30px);
max-width: 1200px;
border: 1px solid rgb(241, 240, 240);
box-shadow: 0 3px 20px -2px rgba(20,45,100,.1);
border-radius: 6px;
overflow: visible;
transform: translateX(-50%);
left: 50%;
top: -60px;
background: rgb(255, 255, 255);
}
section.boxed-page &gt; .container, .single-post .footer-parallax-cnt &gt; section &gt; .container {
padding-top: 0;
padding-bottom: 20px;
}
body &gt; header.boxed-page-header, .single-post &gt; header {
height: 560px;
}
body &gt; header.boxed-page-header &gt; .container, .single-post &gt; header &gt; .container {
padding-bottom: 60px;
}
.form-search {
border-radius: 3px;
padding: 10px 20px;
display: flex;
justify-content: space-between;
position: relative;
transition: all .5s;
}
.form-search input[type=text] {
border: none;
line-height: 35px;
outline: none;
width: 100%;
}
.form-search input[type=submit] {
z-index: 2;
position: relative;
opacity: 0;
cursor: pointer;
}
.form-search &gt; div {
position: relative;
cursor: pointer;
}
.form-search &gt; div:before {
font-family: "Icons";
content: "\61";
font-style: normal;
text-transform: none;
position: absolute;
z-index: 1;
right: 0px;
line-height: 35px;
}
.box-sign {
position: relative;
}
.box-sign b {
font-weight: 500;
position: absolute;
bottom: 25px;
left: 125px;
}
.box-sign span {
display: block;
position: absolute;
bottom: 0;
left: 110px;
font-size: 12px;
}
p + .box-sign {
margin-top: 30px;
}
.section-ovarlay-image:before {
content: '';
background-image: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/overlay-1.svg);
background-size: contain;
background-position: center bottom;
background-repeat: no-repeat;
width: 100%;
max-width: 1400px;
height: 500px;
position: absolute;
bottom: 277px;
left: 50%;
transform: translateX(-50%);
}
.gap-60 &gt; div {
grid-gap: 60px;
}
.text-list-base li &gt; h3 {
font-size: 20px;
margin-bottom: 9px;
}
i.icon-check, i.icon-check-gray, .cnt-pricing-table &gt; ul &gt; li:before {
content: '';
background-image: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/check.svg);
background-size: contain;
background-repeat: no-repeat;
width: 20px;
height: 20px;
display: block;
margin: auto;
}
i.icon-photo:before, .icon-photo i:before, .img-box.icon-photo:after {
content: '';
background-image: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/photo-icon.png);
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 30px;
display: block;
margin: auto;
}
.img-box.icon-photo:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
i .icon-check-gray {
background-image: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/check-gray.svg);
}
.table-price tbody td, .table-price thead th {
text-align: center;
vertical-align: middle;
}
.table-price tbody tr td:first-child, .table-price thead tr:first-child th:first-child {
min-width: 50%;
width: 50%;
text-align: left;
}
@media (min-width: 992px) {
.pagination-top-right, .pagination-bottom-right {
position: relative;
}
.pagination-top-right .list-pagination, .pagination-bottom-right .list-pagination {
position: absolute;
top: -105px;
right: 0;
padding: 0;
z-index: 9;
}
.pagination-top-right .list-pagination .pagination, .pagination-bottom-right .list-pagination .pagination {
margin-top: 0;
}
.pagination-bottom-right .list-pagination {
top: auto;
bottom: 90px;
left: calc(100% + 45px);
}
.pagination-bottom-right .list-pagination .prev {
display: none;
}
.grid-wall-1 .grid-box &gt; div:nth-child(1) {
margin-top: 25px;
}
.grid-wall-1 .grid-box &gt; div:nth-child(2) {
margin-top: 95px;
}
.col-lg-3 + .col-lg-6 .grid-wall-1 .grid-box &gt; div:nth-child(2) {
margin-top: 75px;
}
.grid-wall-1 .grid-box &gt; div:nth-child(3) {
position: absolute;
max-width: 300px;
box-shadow: 0 3px 20px -2px rgba(20,45,100,.2);
left: 50%;
margin-left: -150px;
animation: shake-vertical 11s ease-in-out infinite both;
}
.grid-wall-1 .grid-box &gt; div:nth-child(4) {
position: absolute;
max-width: 150px;
box-shadow: 0 3px 20px -2px rgba(20,45,100,.2);
bottom: 0;
left: 60px;
animation: shake-vertical 15s ease-in-out infinite both;
}
}
.grid-wall-2 {
height: 400px;
margin: 50px 0 70px 0;
position: relative;
}
.grid-wall-2 .grid-box &gt; div {
position: absolute;
}
.grid-wall-2 .grid-box &gt; div:nth-child(1) {
left: 290px;
bottom: -70px;
width: 300px;
z-index: 0;
animation: shake-vertical 8s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(2) {
left: 242px;
top: -50px;
width: 200px;
animation: shake-vertical 15s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(3) {
left: 0;
top: 71px;
width: 225px;
animation: shake-vertical 11s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(4) {
left: 80px;
bottom: 0;
width: 200px;
animation: shake-vertical 20s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(5) {
right: 100px;
width: 200px;
z-index: 5;
animation: shake-vertical 8s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(6) {
right: 0;
top: 160px;
width: 250px;
z-index: 5;
animation: shake-vertical 20s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(7) {
right: 258px;
bottom: -28px;
width: 145px;
animation: shake-vertical 12s ease-in-out infinite both;
}
.grid-wall-2 .grid-box &gt; div:nth-child(8) {
right: 310px;
top: -28px;
width: 260px;
z-index: 7;
animation: shake-vertical 11s ease-in-out infinite both;
}
.grid-wall-2 + div {
position: relative;
top: -265px;
left: 50%;
transform: translate(-50%,-50%);
max-width: 650px;
box-shadow: 0 3px 20px -2px rgba(20,45,100,.2);
background-color: rgb(255, 255, 255);
border-radius: 8px;
padding: 60px !important;
z-index: 15;
margin-bottom: calc(-50% + 200px) !important;
}
.btn-store {
display: inline-block;
margin-top: 10px;
}
.btn-store img {
width: 100%;
max-width: 130px;
transition: all .5s;
}
.btn-store + .btn-store {
margin-left: 15px;
}
.col-lg-6 &gt; .btn-store img {
max-width: 165px;
}
.margin-23:not(.hc-cmp-image), .hc-cmp-image.margin-23 img {
margin-left: -23px;
margin-bottom: -23px;
}
.line-75 {
line-height: 75px;
}
.margin-11:not(.hc-cmp-image), .hc-cmp-image.margin-11 img {
margin-left: -11px;
margin-bottom: -11px;
}
.hc-cmp-image.margin-23 img {
max-width: calc(100% + 23px);
}
.hc-cmp-image.margin-11 img {
max-width: calc(100% + 11px);
}
.col-lg-6 + .col-lg-6 .margin-23.hc-cmp-image img, .col-lg-6 + .col-lg-6 .margin-11.hc-cmp-image img {
max-width: 100%;
}
.col-lg-6 + .col-lg-6 .margin-23:not(.hc-cmp-image), .col-lg-6 + .col-lg-6 .margin-23.hc-cmp-image img {
margin-left: 20px;
}
.col-lg-6 + .col-lg-6 .margin-11:not(.hc-cmp-image), .col-lg-6 + .col-lg-6 .margin-11.hc-cmp-image img {
margin-left: 20px;
}
.slider-zoom-center {
margin: -27px 0 5px 0;
}
.slider-zoom-center .glide__slides {
padding: 77px 0;
}
.slider-zoom-center .glide__slide {
transition: all .5s;
}
.slider-zoom-center .glide__slides .glide__slide--active {
transform: scale(1.5);
z-index: 9;
}
.slider-zoom-center .glide__bullets {
bottom: 0;
}
.slider-phones .glide__slide--active &gt; img, .slider-phones .glide__slide--active &gt; .img-box img {
margin: 25px 15px 15px 15px;
width: auto;
max-width: calc(100% - 30px) !important;
}
.slider-phones .glide__slide &gt; .img-box:before {
display: none;
}
.table-auto {
width: auto;
}
.table-auto td {
min-width: 170px;
}
.table-auto tbody tr td:last-child {
padding-left: 50px !important;
}
.shadow-1 {
box-shadow: 0 3px 30px -2px rgba(20,45,100,.25);
}
.space-40 {
height: 40px;
max-height: 40px;
}
.space.space-70 {
height: 70px;
max-height: 70px;
}
.space.space-85 {
height: 85px;
max-height: 85px;
}
.space-20 {
height: 20px;
max-height: 20px;
}
.space-25 {
height: 25px;
max-height: 25px;
}
.width-650, .width-750, .width-850, .width-350 {
max-width: 650px;
margin-left: auto;
margin-right: auto;
}
.width-750 {
max-width: 750px;
}
.width-850 {
max-width: 850px;
}
.width-350 {
max-width: 350px;
}
.width-min-900 {
min-width: 900px;
}
.width-min-835 {
min-width: 835px;
}
.btn-login.btn-border, nav a.btn-login.btn-border:hover {
background: none;
border: none;
border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
padding-left: 35px;
border-radius: 0;
font-weight: 500;
box-shadow: none;
}
.btn-text.btn-video {
display: inline-block;
padding: 0 0 0 50px;
}
.btn-video:before {
top: -12px;
}
.btn-text.btn-video:before {
top: 50%;
margin-top: -41px;
margin-left: -44px;
height: 80px;
border-radius: 50%;
left: 15px;
}
rs-layer .btn-text.btn-video {
line-height: 30px !important;
}
rs-layer .btn-text.btn-video:before {
margin-left: -44px;
}
.btn-text.btn-video:after {
top: -13px;
left: 15px;
}
section.section-top-overflow {
overflow: visible;
}
section.section-top-overflow &gt; .container {
transform: translateY(-100px);
margin-bottom: -100px;
}
[data-parallax] + .section-top-overflow &gt; .container {
padding-top: 0;
}
.section-bottom-layer {
padding-bottom: 100px;
}
.section-bottom-layer:after, .section-bottom-layer-2:after {
content: '';
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
background-color: rgb(255, 255, 255);
}
.section-bottom-layer &gt; .container &gt; .row &gt; .col-lg-6, .section-bottom-layer &gt; .container &gt; .row &gt; .col-lg-6 {
z-index: 2;
}
.section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6 &gt; img, .section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6 &gt; .hc-cmp-image img,
.section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6:last-child &gt; rs-module-wrap, .section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6:last-child &gt; .hc-cmp-code-block &gt; rs-module-wrap {
position: absolute;
}
.section-bottom-layer.section-color-layer:after {
background-color: rgb(241, 245, 247);
}
.section-bottom-layer + section &gt; .container {
padding-top: 0;
}
.section-bottom-layer-2 &gt; .container {
padding-bottom: 0;
}
.section-bottom-layer-2:after {
height: 300px;
}
.section-bottom-layer-2 &gt; .container &gt; img, .section-bottom-layer-2 &gt; .container &gt; .row &gt; div &gt; .hc-cmp-image &gt; img {
position: relative;
max-width: 1200px;
margin: 0 -50px;
z-index: 5;
}
ul .icon-list.icon-list-11 li {
margin-bottom: 11px;
}
@media (min-width: 576px) {
.controls-top-right {
margin-bottom: 0;
}
.controls-top-right .glide__bullets {
bottom: auto;
top: -65px;
right: -5px;
left: auto;
justify-content: flex-end;
}
}
@media (min-width: 992px) {
.controls-bottom-right.controls-out .glide__arrow {
width: 40px;
height: 40px;
border-radius: 4px;
background-color: #FFF;
}
.controls-bottom-right.controls-out .glide__arrow:before {
line-height: 40px;
width: 40px;
font-size: 20px;
}
.controls-bottom-right.controls-out {
margin-bottom: 0;
}
.controls-bottom-right .glide__bullets {
justify-content: flex-start;
bottom: 4px;
right: -227px;
left: auto;
width: 200px;
}
.controls-bottom-right .glide__arrow {
bottom: 0;
top: auto;
}
.controls-bottom-right .glide__arrow--right {
right: -120px;
}
.controls-bottom-right .glide__arrow--left {
left: auto;
right: -70px;
}
.controls-bottom-right[data-options*="arrows"] .glide__bullets {
right: -335px;
bottom: 14px;
}
.controls-bottom-right .glide__arrow:hover:before {
margin: 0;
}
.controls-top-left .glide__bullets {
justify-content: flex-start;
top: -50px;
left: -3px;
width: 200px;
height: 15px;
}
}
@media (min-width: 992px) {
.slider-side {
margin-bottom: 0;
margin-left: 45px;
width: calc(100% - 45px);
}
.slider-side .glide__bullets {
flex-direction: column;
top: 0;
left: -45px;
height: 100%;
width: 10px;
}
.slider-side .glide__bullets &gt; button {
display: block;
margin: 8px 0;
}
} body, textarea, body .sb-cnt, body .sb-cnt textarea, body .sb-account, body .sb-chat-cnt, body .sb-input input {
font-family: 'Jost', sans-serif;
line-height: 30px;
font-size: 17px;
font-weight: 400;
}
button, .input-text, .input-select, .input-textarea, input[type=submit] {
font-family: 'Jost', sans-serif;
font-size: 15px;
}
rs-layer-wrap p, rs-layer-wrap h1, rs-layer-wrap h2, rs-layer-wrap a {
font-family: 'Jost', sans-serif !important;
}
h1, h2 {
font-weight: 900;
}
h1 {
font-size: 45px;
line-height: 70px;
}
h1 + p, h2 + p, h3 + p, h4 + p, h2 + h4, h1 + h4, h2 + ul.icon-list, h3 + ul.icon-list, p + h3, p + .btn, p + h4, h4 + .btn, h4 + .btn-text, h4 + input, h4 + select, h4 + textarea, p + ul.icon-list, p + .btn-text, p + table, p + pre, p + img, p + .row, p + .img-box, p + .media-box, p + .cnt-box, p + .icon-links, p + ul.icon-list, .container &gt; .row + .row, .container &gt; div + p, p + .text-list, .container &gt; div + .btn, .table + .btn, .table + .btn-text, h4 + div, h4 + ul, h4 + ul.icon-list, h4 + a, .slimScrollDiv + .btn, h3 + .grid-list, h3 + .slider, .text-list + .btn, .text-list + .btn-text {
margin-top: 30px;
}
h3 + h1 {
margin-top: 10px;
}
h1 + p + .btn, h1 + p + a {
margin-top: 45px;
}
[class*=col-lg-] &gt; p + p {
margin-top: 25px;
}
p + .icon-list + a, h2 + p + .btn, h2 + p + .table + a.btn, h2 + p + .table + a.btn + a.btn {
margin-top: 40px;
}
.text-bold, b {
font-weight: 500 !important;
}
[class*=col-lg-] &gt; h3, .boxed-area &gt; h3, .container &gt; h3 {
font-weight: 500;
font-size: 21px;
}
.container &gt; h2 {
line-height: 37px;
}
.widget &gt; h3 {
font-size: 18px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
[class*=col-lg] &gt; img {
border-radius: 3px;
}
.text-xs {
line-height: 22px;
opacity: .8;
}
.title h2, [class^=col-] &gt; h2, .container &gt; h2, .cnt-call .caption h2, .col h2, .fixed-area &gt; h2, .container &gt; .row &gt; div &gt; h2, h2.hc-cmp-title-tag {
line-height: 60px;
font-size: 35px;
font-weight: 500;
}
h2.hc-cmp-title-tag {
margin-bottom: -10px;
margin-top: -5px;
}
.title h2 .dot, [class^=col-] &gt; h1 .dot, [class^=col-] &gt; h2 .dot, .container &gt; h2 .dot, .container &gt; h1 .dot, .cnt-call h2 .dot, .col h2 .dot, header h1 .dot, .fixed-area &gt; h2 .dot, .hc-cmp-title-tag .dot, .hc-cmp-title-tag .dot {
font-size: 43px;
line-height: 10px;
display: inline-block;
padding-left: 5px;
transform: translateY(-1px);
}
.title {
margin-bottom: 25px;
margin-top: 30px;
}
.title &gt; p {
position: absolute;
top: -35px;
margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .quote .quote-author, p b, .cnt-box-side .extra-field, .breadcrumb li:last-child a, .countdown [data-time] &gt; div &gt; span:first-child, .album-title, .counter .text-lg,
.text-list-bold b, .text-list-line li b, .table th, .form-box p, .cnt-pricing-table .top-area p, .btn:not(.btn-border), .pagination li.page a, .pagination li:not(.page) a, .collapse-button a,
.search-bar input[type=submit], .shop-menu-cnt .cart-total {
font-weight: 500;
}
.quote {
font-weight: 500;
padding: 0 0 0 50px;
background: none;
}
.quote:before, .quote.quote-double:after {
font-size: 22px;
line-height: 34px;
left: 0;
opacity: 1;
}
hr:not([class*=space]) {
margin: 60px 0;
} .menu-mini &gt; .container &gt; ul &gt; li {
font-weight: 500;
font-size: 11px;
letter-spacing: .5px;
text-transform: uppercase;
}
.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
margin-top: 60px;
}
.shop-menu .cart-buttons a {
margin-right: 15px;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
}
.cart-item h5, .shop-menu-cnt .cart-total {
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 15px;
}
.shop-cart .cart-item .cart-content {
padding-left: 85px;
}
.menu-fixed.menu-subtitle:not(.menu-transparent) + header {
margin-top: 70px;
}
.menu-side-collapse .menu-cnt &gt; ul &gt; li &gt; a {
height: 40px;
line-height: 40px;
}
.menu-side-collapse .icon-list li a {
padding-left: 0;
}
.menu-side-collapse .dropdown ul &gt; li &gt; a {
padding-left: 5px;
padding-right: 5px;
}
.menu-side-collapse .dropdown-submenu &gt; ul {
padding: 0;
}
.menu-side-collapse .mega-menu .tab-nav a:after {
bottom: -3px;
}
@media (min-width: 993px) {
.menu-icon.menu-icon-top .menu-cnt &gt; ul &gt; li &gt; a {
line-height: 45px;
}
.menu-top-logo &gt; .container &gt; .menu-brand, .menu-top-logo .menu-right {
transform: translateY(calc(-50% - 30px));
}
body &gt; nav.menu-top-logo .menu-brand {
height: 75px;
}
.menu-top-logo &gt; .container:before {
display: none;
}
.menu-top-logo .menu-cnt &gt; ul &gt; li:first-child &gt; a {
padding-left: 0;
}
}
.menu-fixed.menu-icon:not(.menu-transparent) + header {
margin-top: 75px;
}
.search-bar input[type=text] {
border: none;
}
.menu-big-box .menu-box {
background: #FFF;
}
nav .tab-nav li a, nav .tab-nav li.active a, nav .tab-nav li:hover a {
background: none;
border: none;
padding: 0;
}
.menu-icon .menu-cnt &gt; ul &gt; li &gt; a, .menu-icon .lan-menu &gt; li &gt; a {
height: 75px;
line-height: 75px;
}
body &gt; nav &gt; .container {
min-height: 60px;
}
body &gt; nav.menu-icon .menu-brand {
height: 75px;
padding: 20px 0;
}
.menu-icon .menu-right {
height: 75px;
}
.menu-subtitle .menu-cnt &gt; ul &gt; li &gt; a {
line-height: 50px;
}
.menu-subtitle .menu-cnt li a span {
letter-spacing: .5px;
color: rgb(122, 137, 144);
}
.menu-subtitle.light .menu-cnt li a span {
color: rgb(174, 198, 210);
}
.menu-cnt &gt; ul &gt; li &gt; a, .dropdown &gt; ul &gt; li &gt; a, .dropdown-submenu &gt; ul &gt; li &gt; a, nav .col a {
height: 60px;
line-height: 60px;
font-size: 15px;
letter-spacing: .3px;
}
body &gt; nav .menu-brand {
height: 60px;
padding: 15px 0;
}
.menu-right {
height: 60px;
}
nav .btn {
font-size: 14px;
letter-spacing: .3px;
white-space: nowrap;
margin-top: 0 !important;
}
.dropdown &gt; ul, .dropdown-submenu &gt; ul, nav .mega-menu {
background: rgb(255, 255, 255);
padding: 20px 10px;
border-radius: 4px;
box-shadow: rgba(0, 1, 0, 0) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 25px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
}
.dropdown &gt; ul &gt; li &gt; a, .dropdown-submenu &gt; ul &gt; li &gt; a, .lan-menu .dropdown &gt; ul li a, nav .col li a {
height: 35px;
line-height: 35px;
}
.lan-menu .dropdown &gt; ul {
max-width: none;
}
.dropdown &gt; ul:before {
content: '';
vertical-align: middle;
border-bottom: 10px solid #fff;
border-right: 10px solid rgba(0, 0, 0, 0);
border-left: 10px solid rgba(0, 0, 0, 0);
position: absolute;
top: -20px;
height: 21px;
left: 32px;
width: 10px;
margin-left: -5px;
z-index: 9;
}
.dropdown &gt; ul, .dropdown-submenu &gt; ul {
min-width: 180px;
}
nav.scroll-menu, nav:not(.menu-transparent) {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
}
.lan-menu li a {
font-weight: 500;
text-align: left;
text-transform: uppercase;
}
.lan-menu li a img {
margin-top: -7px;
}
.menu-right &gt; .menu-custom-area:first-child {
margin-left: 30px;
}
nav .mega-menu ul.icon-list li {
margin-bottom: 0;
padding-left: 0;
}
.mega-menu .tab-nav {
margin: 30px 20px 0 20px;
padding-bottom: 25px;
border-bottom: 1px solid rgb(216, 216, 216);
}
.mega-menu .tab-nav a:after {
content: "";
height: 1px;
width: 0%;
position: absolute;
bottom: -26px;
left: 0;
transition: all.5s;
}
.mega-menu .tab-nav .active a:after, .mega-menu .tab-nav li:hover a:after {
width: 100%;
}
.mega-menu .col &gt; h5 {
padding: 0 5px;
}
.mega-menu .icon-list li &gt; i {
display: none;
} .footer-parallax, .footer-bar {
border-top: 1px solid rgba(255, 255, 255, 0.18);
}
footer .menu-inner li {
position: relative;
transition: all .5s;
display: inline-block;
clear: both;
float: left;
}
footer .menu-inner li &gt; a {
height: 40px;
line-height: 40px;
font-size: 15px;
opacity: .7;
}
.footer-bar &gt; .container {
opacity: .7;
}
.footer-bar img {
height: 20px !important;
margin-top: 5px;
} .header-base {
height: 300px;
}
.header-base .breadcrumb {
top: 50px;
}
.menu-fixed.menu-big-box:not(.menu-transparent) + header {
margin-top: 100px;
padding-top: 40px;
height: 240px;
}
.menu-transparent + .header-base {
height: 300px;
}
.menu-transparent + .header-base h1 {
margin-top: 15px;
}
body &gt; header.header-base h1 {
font-size: 43px;
line-height: 50px;
}
body &gt; header.header-base .container &gt; h2 {
font-size: 18px;
}
body &gt; header.align-center .breadcrumb {
position: absolute;
top: 0;
margin-top: 0;
justify-content: center;
width: 100%;
left: 0;
right: 0;
}
body &gt; .menu-transparent + header.align-center .breadcrumb {
top: 30px;
}
body &gt; header.align-center .container &gt; h2 {
margin-top: 25px;
}
body &gt; header.align-center .container &gt; h1 {
margin-top: 60px;
}
body &gt; header {
height: 450px;
}
body &gt; header h1 {
font-size: 55px;
font-weight: 500;
}
body.single-post &gt; header h1 {
font-size: 45px;
}
body &gt; header .container &gt; h2 {
line-height: 30px;
font-size: 14px;
letter-spacing: .5px;
max-width: 570px;
}
body &gt; header .breadcrumb {
justify-content: flex-end;
position: absolute;
right: 30px;
top: 15px;
}
.breadcrumb li a {
font-weight: 500;
transition: .5s all;
}
.breadcrumb li a:after {
width: 5px;
height: 5px;
margin-top: -2px;
opacity: 1;
right: -3px;
transform: none;
border-radius: 50%;
}
.menu-fixed.menu-transparent + header .container {
padding-top: 30px;
} .media-box-down {
margin-bottom: 0;
}
.media-box-down .caption {
background: rgb(255, 255, 255);
padding: 15px 30px;
border-radius: 6px;
bottom: 20px;
right: -50px;
left: auto;
z-index: 9;
text-align: left;
max-width: 250px;
}
.media-box-down .caption p {
color: rgb(88, 119, 144) !important;
}
.media-box-down .caption h2 {
margin-top: 0;
margin-bottom: 5px;
}
.media-box-down:before {
background: rgba(53, 79, 129, 0.21);
}
.media-box-down:after {
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.media-box-down:hover .caption {
box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.23);
}
.counter [data-to].text-md {
font-weight: 500;
font-size: 32px !important;
}
.form-ajax-wp.label-visible {
margin-top: 0;
}
.list-nav {
padding: 5px;
border-radius: 3px;
display: inline-flex;
margin-top: -1px;
max-width: 100%;
overflow: hidden;
}
.list-nav a:not(.list-archive) {
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
white-space: nowrap;
}
.list-nav a:not(.hidden) + .list-archive + a {
display: none;
}
.icon-list-horizontal a {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
letter-spacing: .5px;
}
.text-list-side li {
justify-content: flex-start;
border-bottom: 1px solid rgb(219, 222, 224);
padding-bottom: 30px;
}
.text-list-side li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.text-list-side li div {
white-space: nowrap;
right: 0;
top: 5px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .5px;
}
.text-list-side.boxed-area {
padding: 30px;
}
.text-list-side h3 {
font-size: 17px;
}
.menu-inner li &gt; a {
font-weight: 500;
font-size: 15px;
}
.menu-inner-image li a {
height: auto;
line-height: 25px;
font-size: 15px;
padding-bottom: 10px;
padding-left: 15px;
font-weight: 500;
}
.menu-inner-image li img {
top: 2px;
}
.menu-inner-image li a span {
margin-bottom: 10px;
}
.menu-inner-image li img {
height: 65px;
max-height: 65px;
max-width: 65px;
}
.menu-inner-image li &gt; a {
min-height: 66px;
}
.menu-inner-vertical li.dropdown &gt; ul {
padding: 0;
}
.menu-inner-vertical .dropdown li:before {
left: 15px;
max-width: calc(100% - 25px);
}
.menu-inner-vertical li.dropdown.active:before {
display: none;
}
.menu-inner:not(.menu-inner-vertical) .dropdown &gt; ul:before {
display: none;
}
.timeline {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 30px;
}
.col-lg-8 .timeline {
grid-template-columns: 1fr 1fr;
}
.timeline .panel {
width: auto;
padding: 30px;
border-radius: 3px;
background: rgb(255, 255, 255);
}
.timeline h3 + p {
margin-top: 15px;
}
.timeline &gt; div {
margin-bottom: 0;
margin-top: 90px;
}
.timeline .badge {
left: 30px;
top: -120px;
}
.timeline .badge span {
white-space: nowrap;
}
.timeline .badge p {
font-weight: 500;
margin: 30px 0 5px 0;
}
.timeline &gt; div.inverted .panel {
margin-left: 0;
}
.timeline &gt; div.inverted {
margin-top: 0;
margin-bottom: 90px;
}
.timeline &gt; div.inverted .badge {
left: 30px;
right: auto;
top: auto;
bottom: -100px;
}
.glide__slide .timeline .panel {
margin-bottom: 20px;
}
.social-feed-fb .meta-header .date {
font-size: 16px;
}
.social-feed-fb li {
font-size: 16px;
}
.social-feed-fb.no-images li .image {
display: none;
}
.social-feed-fb .meta-header a {
font-weight: 500;
font-size: 17px;
}
.social-feed-fb .message {
margin: 15px 0;
}
.comment-list li {
padding: 15px 0;
border-radius: 0;
background: rgba(255, 255, 255, 0);
}
.comment-list li + li {
padding: 15px 20% 15px 0;
border-radius: 0;
border-top: 1px solid rgba(0, 0, 0, 0.11);
background: rgba(255, 255, 255, 0);
font-size: 14px;
}
.progress-bar &gt; div span {
padding: 0 11px;
font-size: 11px;
font-weight: 500;
letter-spacing: .5px;
top: -45px;
}
.progress-bar &gt; div {
background: rgba(177, 177, 177, 0.35);
height: 2px;
}
.light .progress-bar &gt; div {
background: rgba(255, 255, 255, 0.35);
}
.progress-bar &gt; div &gt; div {
height: 6px;
transform: translateY(-2px);
}
.progress-bar &gt; div, .progress-bar &gt; div &gt; div {
margin-top: 0;
}
.cnt-box-side .img-box:before {
display: none;
}
.cnt-box-top .extra-field {
position: absolute;
top: 15px;
right: 15px;
text-transform: uppercase;
font-size: 10px;
font-weight: 500;
letter-spacing: .5px;
color: rgb(255, 255, 255);
padding: 0 20px;
border-radius: 18px;
}
.cnt-box-top:hover .img-box img {
opacity: 1;
}
.cnt-box-top .img-box:before {
display: none;
}
.cnt-box-top-icon:not(.boxed):after {
content: "";
position: absolute;
width: calc(100% + 60px);
height: calc(100% + 60px);
top: -30px;
left: -30px;
border-radius: 5px;
opacity: 0;
transform: scale(.9);
transition: all .5s;
}
.grid-item .cnt-box-top-icon:not(.boxed):after {
width: calc(100% + 40px);
}
.cnt-box-top-icon:not(.boxed) {
overflow: visible;
}
.cnt-box-top-icon:not(.boxed):hover:after {
opacity: 1;
transform: scale(1);
}
td &gt; .cnt-box-top-icon:not(.boxed):hover:after, li &gt; .cnt-box-top-icon:not(.boxed):hover:after {
display: none;
}
.cnt-box-top-icon:not(.boxed) .caption, .cnt-box-top-icon:not(.boxed) i {
transition: all .5s;
}
.cnt-box-top-icon:not(.boxed):hover .caption, .cnt-box-top-icon:not(.boxed):hover i {
transform: translateY(-3px);
}
.tweet-cnt {
margin-bottom: 0;
background: rgb(255, 255, 255);
border-radius: 5px;
padding: 30px;
margin: 0 10px 10px 0;
border: 1px solid rgb(241, 240, 240);
box-shadow: 0 3px 20px -2px rgba(20,45,100,.1);
overflow: hidden;
}
.media-box .caption p {
line-height: 25px;
}
.media-box, .media-box img, .media-box-down:before, .media-box-down:after {
border-radius: 5px;
}
.media-box-reveal h2 {
color: #fff;
}
.media-box-reveal h3 {
margin-bottom: 15px;
}
.media-box-reveal .caption h2 {
margin-bottom: 0;
}
.media-box-reveal .caption {
height: 110px;
}
.media-box-half {
min-height: 275px;
}
.media-box-half .caption {
overflow: visible;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 65%);
}
.media-box-half .extra-field {
position: absolute;
top: -20px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .5px;
font-size: 10px;
padding: 0 15px;
border-radius: 3px;
}
.text-list-image li &gt; img {
width: 80px;
height: 80px;
box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.15);
}
.cnt-call {
background-color: #fff;
border-radius: 6px;
text-align: left;
}
.cnt-box .caption h2 {
line-height: 35px;
}
.cnt-call.cnt-box .caption .btn {
margin: 0;
position: absolute;
right: 60px;
top: 50%;
margin-top: -26px;
}
.cnt-call &gt; i {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 50px;
}
.cnt-call i + .caption {
padding-left: 100px;
}
.cnt-call .caption {
padding-right: 250px;
}
.cnt-box-blog-side .icon-list, .cnt-box-blog-top .icon-list {
margin-left: -30px;
padding-left: 27px;
padding-bottom: 10px;
margin-top: 15px;
border-bottom: 1px solid rgba(10, 70, 103, 0.18);
}
.cnt-box-blog-side, .cnt-box-blog-top {
transition: all .5s;
}
.cnt-box-blog-top .icon-list {
margin-top: 24px;
}
.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
margin: 15px;
border-radius: 3px;
overflow: hidden;
font-weight: 700;
}
.cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child {
font-weight: 500;
font-size: 11px;
line-height: 16px;
}
.cnt-box-blog-side .icon-list a, .cnt-box-blog-top .icon-list a {
font-weight: 500;
font-size: 13px;
}
.cnt-box-blog-side .blog-date span:first-child, .cnt-box-blog-top .blog-date span:first-child {
padding: 13px 0 0 0;
font-weight: 500;
font-size: 18px;
}
.cnt-box-blog-side .icon-list .icon-links i, .cnt-box-blog-top .icon-list .icon-links i {
font-size: 15px;
}
.cnt-box-blog-side h2, .cnt-box-blog-top h2 {
line-height: 35px;
}
.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
height: 75px;
}
.cnt-box-blog-top .caption {
position: relative;
z-index: 9;
}
.cnt-box-blog-top .extra-field {
display: inline-block;
position: absolute;
top: -47px;
left: 15px;
color: rgb(255, 255, 255);
text-transform: uppercase;
font-size: 11px;
line-height: 30px;
letter-spacing: .5px;
font-weight: 500;
padding: 0 20px;
border-radius: 15px;
}
.cnt-box-blog-top.boxed .extra-field {
top: -17px;
left: 29px;
}
.cnt-box-blog-top.boxed .blog-date {
margin: 30px;
}
.cnt-box-team {
padding-bottom: 60px;
}
.cnt-box-team.boxed {
padding-bottom: 110px;
background: rgb(255, 255, 255);
}
.cnt-box-team:hover img {
box-shadow: none;
}
.cnt-box-team.boxed img, .glide__slide .cnt-box-team &gt; img {
box-shadow: none;
border: none;
}
.cnt-box-team.cnt-box .caption p {
font-size: 16px;
line-height: 28px;
}
.cnt-box-team .caption {
overflow: visible;
height: 80px;
}
.cnt-box-team:hover .caption {
height: 215px;
padding-top: 20px;
}
.cnt-box-team.boxed .caption {
height: 110px;
padding: 19px 25px;
}
.cnt-box-team .caption &gt; span:not(.icon-links) {
margin-bottom: 15px;
display: block;
font-size: 15px;
}
.cnt-box-team .icon-links {
opacity: 0;
}
.cnt-box-team:hover .icon-links {
opacity: 1;
}
.cnt-box-team.boxed:hover .caption {
height: 255px;
}
.cnt-box-team .caption h2 {
position: relative;
display: inline-block;
line-height: 29px;
padding-right: 12px;
margin-bottom: 0;
}
.cnt-box-team .caption h2:before {
bottom: 9px;
}
.cnt-box-team &gt; img {
border-radius: 5px;
margin-bottom: 17px;
}
.light .table td, .light .table th {
border-color: rgba(219, 222, 224, 0.17);
}
.table td, .table th {
font-size: 16px;
}
.media-box-full .caption {
background-color: rgba(0, 0, 0, 0.16);
justify-content: flex-start;
}
.media-box-full .caption h2 {
font-size: 17px;
margin-bottom: 0;
}
.media-box-full .caption .extra-field {
font-size: 10px;
line-height: 15px;
}
.media-box-full .caption:after {
content: '';
background-image: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/play.svg);
background-size: contain;
position: absolute;
width: 30px;
height: 30px;
bottom: 25px;
z-index: 2;
}
.cnt-pricing-table {
padding: 25px 0;
border-radius: 6px;
background-color: #FFF;
text-align: left;
}
.pricing-table-big {
padding: 45px 0 45px 0;
border-top-style: solid;
border-top-width: 2px;
}
.grid-item .pricing-table-big {
padding: 45px 0 25px 0;
}
.pricing-table-big:before {
content: "";
position: absolute;
top: -80px;
left: -100px;
width: 350px;
height: 350px;
border-radius: 50%;
background: rgb(241, 245, 247);
z-index: 0;
}
.pricing-table-big &gt; * {
position: relative;
z-index: 1;
}
.cnt-pricing-table &gt; ul &gt; li {
font-size: 16px;
padding: 10px 40px 10px 80px;
}
.cnt-pricing-table .top-area, .cnt-pricing-table .bottom-area {
padding: 40px;
}
.cnt-pricing-table &gt; ul &gt; li:last-child {
border-bottom: none;
}
.cnt-pricing-table &gt; ul &gt; li:before {
position: absolute;
left: 40px;
width: 14px;
height: 14px;
top: 16px;
}
.cnt-box-testimonials .testimonial-info {
position: absolute;
top: 0;
margin: 0;
padding-left: 70px;
}
.cnt-box-testimonials .testimonial-info span {
display: block;
}
.cnt-box-testimonials .testimonial-info span:first-child, .cnt-box-testimonials-bubble .thumb-bar span:first-child {
font-size: 18px;
font-weight: 500;
line-height: 20px;
margin-top: 4px;
}
.cnt-box-testimonials &gt; img {
margin: 0 0 20px 0;
}
.cnt-box-testimonials[class*=rating-] &gt; p:not(.testimonial-info):before, .cnt-box-testimonials-bubble[class*=rating-] &gt; .thumb-bar span:first-child:before {
content: '';
position: absolute;
background: url(//www.berlitzhautsdefrance.fr/berlitzhautsdefrance/inc/star.svg) repeat-x;
background-size: 17px 17px;
background-position: left center;
width: 84px;
height: 17px;
bottom: 0px;
}
.cnt-box-testimonials-bubble[class*=rating-] &gt; .thumb-bar span:first-child:before {
right: 10px;
}
.cnt-box-testimonials[class*=rating-] &gt; p:not(.testimonial-info) {
margin-bottom: 30px;
}
.cnt-box-testimonials.rating-4 &gt; p:not(.testimonial-info):before, .cnt-box-testimonials-bubble.rating-4 &gt; .thumb-bar span:first-child:before {
width: 64px;
}
.cnt-box-testimonials-bubble {
overflow: visible;
}
.cnt-box-testimonials-bubble .thumb-bar span:first-child {
position: relative;
display: block;
}
.cnt-box-testimonials-bubble .thumb-bar span:last-child {
font-size: 14px;
}
.cnt-box-testimonials-bubble &gt; p {
background-color: #FFF;
border-radius: 5px;
}
.cnt-box-testimonials-bubble .thumb-bar p {
width: 100%;
}
.cnt-box-testimonials-bubble &gt; p:after {
border-right-color: #FFF;
}
.cnt-box-testimonials-bubble &gt; p:before {
position: absolute;
bottom: -31px;
left: 28px;
content: '';
display: block;
border-width: 21px;
border-style: solid;
border-top-width: 3px;
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(115, 115, 115, 0.1);
filter: blur(6px);
}
.light .cnt-box-testimonials &gt; img {
border: none;
}
.btn:hover {
box-shadow: 0 3px 20px -2px rgba(20,45,100,.15);
}
.btn-xs {
padding: 2px 15px;
}
.btn-sm {
font-size: 16px;
}
.btn-icon.btn-sm:not(.btn-anima), .btn-icon.btn-sm.btn-anima:hover {
padding-left: 70px;
}
.btn-icon.btn-sm i {
font-size: 26px;
}
.btn-text {
font-weight: 500;
margin-right: 35px;
position: relative;
}
.btn-text:not(.btn-video):hover:after, .btn-text:not(.btn-video).active:after {
animation: btn-text-anima 1s linear infinite;
}
.btn-text:not(.btn-video):after {
font-family: "Icons";
content: "\67";
position: absolute;
font-size: 25px;
line-height: 32px;
width: 30px;
right: -40px;
top: 0px;
text-transform: none;
opacity: 1;
transition: all .3s;
}
.menu-transparent .btn:not(.btn-border) {
color: #fff;
}
.cnt-box .caption p {
font-size: 17px;
}
.cnt-box.boxed {
border-radius: 5px;
transition: all .5s;
}
.cnt-box.boxed:hover, .btn-store:hover img {
box-shadow: 0px 8px 20px -2px rgba(20,45,100,.15);
margin-top: -10px;
margin-bottom: 10px;
}
.table-full-border {
background: rgb(255, 255, 255);
}
.table-full-border td {
border-color: rgb(230, 237, 241);
}
.table-full-border td .counter .text-lg span {
font-size: 35px;
} .accordion-list {
margin: -5px 0;
}
.col-lg-8 + .col-lg-4 &gt; .slimScrollDiv &gt; div {
margin-top: -16px;
}
.section-color .scroll-box:after {
background: linear-gradient(to top, rgb(241, 245, 247) 0%,rgba(0,0,0,0) 100%);
}
.boxed-area {
border-radius: 5px;
}
.col-lg-6 form.boxed-area .form-checkbox {
width: 50%;
line-height: 18px;
float: right;
margin-top: 15px;
padding: 0 0 0 15px;
}
.glide__slide.glide__slide--active a.btn {
transition: background-color .5s;
}
.step-item &gt; span {
width: 40px;
height: 40px;
line-height: 40px;
}
.step-item:before {
top: 20px;
background-color: rgb(200, 212, 218);
}
.step-item &gt; .content &gt; h3 {
margin-bottom: 15px;
}
.box-steps-vertical &gt; .step-item:before {
left: 19px;
}
.list-pagination {
padding-top: 60px;
}
.col-lg-6 &gt; .grid-list .list-pagination {
padding-top: 30px;
}
.tab-nav {
margin: 0 0 60px 0;
}
.tab-nav.align-center &gt; li a {
margin: 0;
padding: 10px 80px 10px 30px;
background-color: #fff;
}
.tab-nav.align-center &gt; li + li a {
margin-left: -53px;
}
.tab-nav.align-center &gt; li:first-child a {
margin-left: 0;
}
.tab-nav.align-center &gt; li:last-child a {
padding-right: 30px;
}
.tab-nav li a {
border-radius: 30px;
}
.tab-box .panel &gt; img {
border-radius: 6px;
}
.tab-box.tab-vertical &gt; .tab-nav li {
transition: none;
}
.tab-box.tab-vertical &gt; .tab-nav li a {
border: none;
background: none;
font-weight: 500;
line-height: 25px;
border-radius: 5px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 25px;
padding-left: 25px;
transition: none;
}
.tab-box.tab-vertical &gt; .tab-nav li:not(:first-child).active {
margin-top: 30px;
}
.tab-box.tab-vertical &gt; .tab-nav li.active + li {
margin-top: 30px;
}
.tab-box.tab-vertical &gt; .tab-nav li.active a {
background-color: #FFF;
}
.tab-icon.tab-vertical &gt; .tab-nav a i {
left: 23px;
font-size: 30px;
}
.tab-box.tab-icon.tab-vertical &gt; .tab-nav a {
padding-left: 80px;
}
.tab-icon &gt; .tab-nav li a {
transition: all .5s;
}
.glide__bullets &gt; button {
background: none;
border-style: solid;
border-width: 1px;
}
.glide__slide .cnt-box.boxed, .glide__slide .cnt-box.boxed:hover {
margin: 10px 14px 14px 10px;
transform: none;
}
.section-full-width-right &gt; .container &gt; .row &gt; .col-lg-6:last-child &gt; .hc-cmp-image img {
margin-left: 90px;
}
.section-full-width-left &gt; .container &gt; .row &gt; .col-lg-6:first-child &gt; .hc-cmp-image img {
margin-left: -45px;
max-width: calc(100% - 45px);
}
.section-full-width &gt; div &gt; .glide--carousel .glide__slide &gt; img, .section-full-width .glide--carousel .glide__slide &gt; .img-png img {
transition: all .5s;
}
.section-full-width &gt; div &gt; .glide--carousel .glide__slide:not(.glide__slide--active) &gt; img, .section-full-width .glide--carousel .glide__slide:not(.glide__slide--active) &gt; .img-png img {
opacity: 0.7;
transform: scale(.8);
}
.accordion-list &gt; li, .accordion-list &gt; li:first-child {
border: none;
}
.accordion-list &gt; li &gt; a {
font-weight: 500;
font-size: 16px;
padding-left: 45px;
}
.accordion-list &gt; li &gt; a:before {
width: 25px;
height: 25px;
font-size: 15px;
line-height: 25px;
opacity: 1;
border-radius: 3px;
margin-top: -14px;
left: 0;
text-align: center;
color: rgb(255, 255, 255);
} h1.hc-cmp-title-tag + .hc-cmp-text-block + .space-sm {
height: 45px;
}
.col-lg-6.align-left &gt; .btn-text {
margin-top: 10px;
margin-left: 10px;
}
.glide__slide &gt; .hc-cmp-image img {
max-width: 100% !important;
}
.form-inline.label-visible .btn {
margin-top: 40px;
}
.tagcloud a {
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
font-size: 11px !important;
}
.logged-in-as {
font-size: 15px;
position: absolute;
right: 16px;
}
.comment-list .caption &gt; img {
border-radius: 50%;
}
.comment-reply-link {
margin-top: 15px;
display: inline-block;
font-size: 14px;
text-transform: uppercase;
}
.comment-reply-link a {
margin-top: 15px;
display: inline-block;
font-size: 14px;
text-transform: uppercase;
}
.comment-reply-link span, .cnt-box-blog-top .icon-list-horizontal.icon-list li:first-child {
display: none;
} body .sb-message, body .sb-message a {
font-size: 14px;
}
.sb-chat-list, .sb-chat .slimScrollDiv {
max-height: 300px;
}
body .sb-header-title {
font-size: 18px;
margin-bottom: 15px;
}
body .sb-header-text {
line-height: 25px;
font-size: 13px;
font-weight: 400;
} .shop-menu-cnt &gt; i {
height: 60px;
line-height: 60px;
}
html .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
font-size: 14px;
line-height: 25px;
}
.single-product .header-base {
background: rgb(255, 255, 255);
height: 180px;
align-items: flex-end;
}
.single-product .header-base .breadcrumb {
position: static;
justify-content: flex-start;
margin-top: 15px;
}
.woocommerce-address-fields button, .woocommerce-MyAccount-content button {
margin: 10px 5px !important;
}
.woocommerce-MyAccount-content a {
text-decoration: none;
}
.products.columns-4 .woocommerce-loop-product__title, .products.columns-3 .woocommerce-loop-product__title {
font-weight: 600;
height: 70px;
overflow: hidden;
margin-bottom: 7px !important;
}
.woocommerce form.woocommerce-form-login.login {
margin: 0;
}
.woocommerce-form-login .input-text {
background: #FFF;
}
.widget .woocommerce ul.product_list_widget li .star-rating span:before, .widget .woocommerce ul.product_list_widget li .star-rating:before {
font-size: 12px;
font-size: 10px;
margin-top: 3px;
}
.widget .woocommerce ul.product_list_widget li a {
text-transform: none;
font-weight: 500;
font-size: 15px;
}
.widget .woocommerce ul.product_list_widget li:before {
bottom: -1px;
}
.widget .woocommerce ul.product_list_widget li:not(:last-child) {
border-bottom: 1px solid rgba(10, 70, 103, 0.25);
}
.widget .woocommerce ul.product_list_widget li img {
width: 45px;
border-radius: 3px;
margin-top: 15px;
}
.widget .product_list_widget li ins {
text-decoration: none;
}
.widget .product_list_widget li del, .tax-product_tag .page-title, .woocommerce-ordering, .tax-product_cat .page-title {
display: none;
}
.widget .woocommerce-Price-amount {
margin-top: -10px;
font-size: 13px;
display: block;
}
.widget .woocommerce ul.product_list_widget li .star-rating {
position: absolute;
left: 100px;
bottom: 15px;
}
.widget .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
border: none;
}
.widget .woocommerce-product-search {
display: flex;
}
.widget .woocommerce-product-search input.search-field {
margin: 0;
border-top: none;
border-right: none;
border-left: none;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 15px 0;
width: 60%;
outline: none;
}
.widget .woocommerce &gt; h3 {
margin-top: 30px;
}
.woocommerce main #payment #place_order, .woocommerce-page main #payment #place_order {
float: none;
margin: 30px 0 0 -3px;
display: block;
width: 100%;
}
.woocommerce-checkout main #payment div.form-row {
padding: 0;
}
.woocommerce-checkout main #payment ul.payment_methods {
padding: 0;
margin-bottom: 30px;
}
main #add_payment_method #payment, .woocommerce-cart main #payment, .woocommerce-checkout main #payment {
background: none;
}
.woocommerce main .cart-collaterals .cart_totals, .woocommerce-page main .cart-collaterals .cart_totals {
float: none;
width: auto;
}
.cart_totals &gt; h2, .woocommerce &gt; .woocommerce-notices-wrapper + h2 {
display: none;
}
main .woocommerce-error, main .woocommerce-info, main .woocommerce-message {
line-height: 44px;
background: rgb(255, 255, 255);
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.woocommerce-cart table.cart .product-thumbnail &gt; a {
height: 30px;
display: block;
}
.woocommerce-cart table.cart .product-thumbnail img {
width: 45px;
border-radius: 3px;
}
.woocommerce-page main table.cart td.actions {
padding: 30px 0 0 0;
}
.woocommerce-cart main table.cart td.actions .coupon .input-text {
height: 44px;
width: 150px;
margin-right: 15px;
border-top: none;
border-right: none;
border-left: none;
}
.woocommerce table.shop_table, html .woocommerce form.login, html .woocommerce form.register {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
padding: 30px;
border: none;
background: #FFF;
}
.woocommerce table.shop_table td a, .woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce table.shop_table td .input-text {
background-color: #FFF;
border: none;
}
.woocommerce-MyAccount-content form fieldset {
padding: 0;
border: none;
}
.woocommerce-MyAccount-content form fieldset legend {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
padding-top: 30px;
}
.woocommerce-form-row em {
font-size: 11px;
font-style: normal;
}
main .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
padding-left: 0;
}
main .woocommerce form .form-row {
margin: 0 0 15px 0;
}
main .select2-container .select2-selection--single {
border-color: rgb(219, 222, 224);
height: 40px;
outline: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):before {
box-shadow: -2px 2px 0 #fff;
}
#reviews #comments ol.commentlist li .comment-text {
border: none;
}
.woocommerce main div.product div.images .woocommerce-product-gallery__image, .woocommerce ul.products li.product a img {
transition: all .5s;
}
.woocommerce main div.product div.images .woocommerce-product-gallery__image:hover, .woocommerce ul.products li.product a img:hover {
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
transform: translateY(-5px);
}
.woocommerce main div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: calc(33.333% - 10px);
margin-top: 15px;
margin-right: 15px;
}
.woocommerce main div.product div.images .woocommerce-product-gallery__image:nth-child(n+4) {
margin-right: 0;
}
.woocommerce ul.products li.product a.added_to_cart, .woocommerce div.product .product_title, .woocommerce-review-link, .woocommerce-Tabs-panel &gt; h2, .woocommerce-Reviews-title,
.woocommerce .comment-form-comment &gt; label {
display: none;
}
body .woocommerce ul.products li.product .button {
background: none;
display: block;
border-top: 1px solid;
border-radius: 0;
padding: 15px 0;
transform: translateY(30px);
opacity: 0;
transition: all .5s;
}
body .woocommerce ul.products li.product:hover .button {
transform: translateY(0);
opacity: 1;
box-shadow: none;
}
.woocommerce ul.products li.product .price del {
padding-right: 10px;
}
.woocommerce main div.product p.price del {
padding-left: 10px;
}
.woocommerce ul.products li.product .price ins, li.product .woocommerce-Price-amount, .woocommerce ul.products li.product .price ins {
font-size: 17px;
font-weight: 700;
}
main del .woocommerce-Price-amount.amount {
font-weight: 500;
}
.woocommerce-Price-currencySymbol {
font-weight: 300;
padding-right: 5px;
}
body .woocommerce ul.products li.product .onsale, .woocommerce main span.onsale {
border-radius: 3px;
padding: 0 15px;
margin: 0;
line-height: 32px;
min-height: 0;
height: 32px;
right: auto;
left: -6px;
top: 15px;
font-weight: 500;
}
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
border-radius: 3px;
}
body .woocommerce ul.products li.product .woocommerce-loop-category__title, body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product h3 {
font-size: 18px;
font-weight: 500;
}
body .woocommerce .button.product_type_simple.add_to_cart_button {
line-height: 25px;
padding-bottom: 0 !important;
}
body .woocommerce ul.products li.product .star-rating {
position: absolute;
right: 0;
bottom: 60px;
height: 14px;
width: 95px;
}
.woocommerce main .star-rating {
height: 14px;
width: 95px;
}
body .woocommerce ul.products li.product .price, body .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
text-decoration: none;
}
body .woocommerce .star-rating:before, body .woocommerce .star-rating span:before, .woocommerce .star-rating span:before, .woocommerce .star-rating:before {
letter-spacing: 5px;
font-size: 14px;
}
.woocommerce div.product p.price {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.woocommerce div.product p.price ins, .woocommerce main div.product p.price, .woocommerce main div.product span.price {
font-size: 25px;
font-weight: 700;
}
.woocommerce-product-details__short-description {
padding: 30px 0;
}
.woocommerce main div.product form.cart .button, .woocommerce main div.product form.cart .button, .woocommerce main #respond input#submit, .woocommerce main a.button,
.woocommerce main button.button, .woocommerce main input.button, main .woocommerce #respond input#submit, main .woocommerce a.button,
main .woocommerce button.button, main .woocommerce input.button, .widget .woocommerce-product-search [type="submit"] {
font-weight: 500;
line-height: 30px;
padding: 7px 20px;
color: #FFF !important;
font-size: 15px;
border-radius: 30px;
outline: none !important;
transition: all .5s;
}
.widget .woocommerce-product-search [type="submit"] {
border: none;
border-radius: 3px;
cursor: pointer;
width: 40%;
margin-left: 10px;
}
.woocommerce main div.product form.cart .button, .woocommerce main div.product form.cart .button {
margin-left: 20px;
}
.woocommerce .quantity .qty {
height: 44px;
font-weight: 700;
}
.product_meta, .woocommerce-form-login .lost_password a {
font-size: 12px;
text-decoration: none;
}
.product_meta a {
text-decoration: none;
padding: 0 1px;
transition: all .5s;
}
.product_meta a:hover {
color: #000;
}
.woocommerce main div.product .woocommerce-tabs ul.tabs li a {
font-weight: 500;
}
.woocommerce main #reviews #comments ol.commentlist {
padding-left: 0;
}
.woocommerce main #reviews #comments ol.commentlist li img.avatar {
border: none;
padding: 0;
border-radius: 3px;
top: 9px;
width: 45px;
}
.woocommerce main #reviews #comments ol.commentlist li .comment-text {
padding-top: 0;
font-size: 15px;
border: none;
}
.woocommerce main #reviews #comments ol.commentlist li .comment-text p.meta {
margin-bottom: 0;
}
.woocommerce main #reviews #comments ol.commentlist li .comment-text .description {
font-size: 12px;
}
.woocommerce .comment-reply-title {
font-weight: 500;
}
.comment-form-rating {
display: flex;
}
.woocommerce main #review_form #respond .comment-form-rating p.stars {
margin: 7px 0 0 20px;
}
.woocommerce main #review_form #respond textarea {
border-left: none;
border-right: none;
border-top: none;
border-radius: 0;
}
.woocommerce-tabs {
padding-top: 30px;
}
.related.products &gt; h2 {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 30px;
margin-top: 60px;
}
.related.products ul.products li.product .woocommerce-loop-product__title {
height: 68px;
font-weight: 500;
line-height: 25px;
overflow: hidden;
}
.related.products ul.products li.product .star-rating {
display: none;
}
.related.products li.product .woocommerce-Price-amount {
font-size: 14px;
}
.woocommerce main .related.products a.button {
padding: 0px 15px;
font-size: 12px;
}
.woocommerce-account main .woocommerce-MyAccount-navigation {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
padding: 30px;
border-radius: 3px;
width: calc(33.333% - 60px);
background: #FFF;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid rgba(10, 70, 103, 0.25);
height: 50px;
line-height: 50px;
position: relative;
}
.woocommerce-MyAccount-navigation ul li:last-child {
border: none;
}
.woocommerce-MyAccount-navigation ul li a {
text-decoration: none;
font-size: 15px;
font-weight: 500;
transition: all .5s;
}
.woocommerce-MyAccount-navigation ul li:before {
content: "";
position: absolute;
width: 0%;
height: 1px;
transition: all .5s;
bottom: -1px;
left: 0;
z-index: 9;
}
.woocommerce-MyAccount-navigation ul li:hover:before, .woocommerce-MyAccount-navigation ul li.is-active:before {
width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
flex: 0 0 50%;
max-width: 50%;
min-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
margin: 30px -15px;
}
.woocommerce-account main div .title .edit {
text-decoration: none;
position: absolute;
right: 15px;
font-size: 12px;
opacity: .6;
}
.woocommerce form .form-row {
padding: 3px 0;
}
.woocommerce form &gt; h3 {
margin-bottom: 30px;
} @media (min-width: 992px) and (max-width: 1200px) {
.menu-custom-area {
display: none;
}
.visible-only-lg {
display: block;
}
.counter-big.counter-icon &gt; i {
padding-right: 0;
}
}
@media (max-width: 1199.98px) {
.counter h3, .counter .value {
white-space: nowrap;
}
.section-full-width-left &gt; .container &gt; .row &gt; .col-lg-6:first-child &gt; img {
max-width: 130%;
position: absolute;
right: 60px;
}
h1 br, h2 br {
display: none;
}
span.dot {
display: inline !important;
}
} @media (max-width: 991.98px) {
.grid-border .grid-item {
border-right: none !important;
}
.title h2, [class^=col-] &gt; h2, .container &gt; h2, .cnt-call .caption h2, .col h2, .fixed-area &gt; h2, .container &gt; .row &gt; div &gt; h2, h2.hc-cmp-title-tag {
line-height: 45px;
font-size: 30px;
}
.col-lg-4.widget, .col-lg-6.widget {
margin-top: 100px !important;
}
.section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6 &gt; rs-module-wrap, .section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6 &gt; img
.section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6 &gt; .hc-cmp-code-block &gt; rs-module-wrap, .section-bottom-layer:not([class*=section-full-width-]) &gt; .container &gt; .row &gt; .col-lg-6:last-child &gt; .hc-cmp-code-block &gt; rs-module-wrap {
position: static;
}
.controls-out:not(.slider-phones) .glide__bullets {
bottom: -45px;
}
.controls-top-left .glide__bullets {
display: none;
}
.controls-out[data-options*=nav]:not(.slider-phones) {
margin-bottom: 45px;
}
.align-bullets-left-md .glide__bullets {
justify-content: flex-start;
}
.section-bottom-layer:after {
display: none;
}
h1 {
font-size: 40px;
}
.section-ovarlay-image:before {
bottom: 150px;
}
.form-inline.label-visible .btn {
margin-top: 0;
}
body &gt; header .breadcrumb {
justify-content: flex-start;
position: static;
}
.margin-md-23, .col-lg-6 + .col-lg-6 .margin-md-23 {
margin: 0 -23px;
max-width: calc(100% + 50px);
}
section .section-top-overflow &gt; .container {
transform: none;
margin-bottom: 0;
}
section.section-top-overflow &gt; .container, [data-parallax] + .section-top-overflow &gt; .container {
transform: none;
margin-bottom: 0;
padding-top: 100px;
}
.section-bottom-layer {
padding-bottom: 0;
}
.section-bottom-layer + section &gt; .container {
padding-top: 100px;
}
.btn-login.btn-border, nav a.btn-login.btn-border:hover {
padding-left: 0;
}
.col-lg-6 + .col-lg-6 .margin-11, .col-lg-6 .margin-11 {
margin: 10px 0 0 -15px;
max-width: calc(100% + 35px);
}
.menu-right &gt; .menu-custom-area:first-child {
margin-left: 15px;
}
.margin-23 {
margin-bottom: 0;
}
.tab-box.tab-icon.tab-vertical &gt; .tab-nav a {
padding-left: 20px;
padding-right: 20px;
}
.tab-box.tab-icon.tab-vertical &gt; .tab-nav a i {
display: none;
}
.controls-out.controls-bottom-right .glide__arrow, .section-block-full &gt; .container &gt; .row &gt; .col:first-child {
box-shadow: none;
border: none;
}
.section-bottom-layer-2 &gt; .container &gt; img {
max-width: 100%;
}
.section-full-width-right &gt; .container &gt; .row &gt; .col-lg-6:last-child &gt; img {
margin-left: 0;
}
.section-full-width-left &gt; .container &gt; .row &gt; .col-lg-6:first-child &gt; img {
max-width: 100%;
margin: 0 auto;
position: static;
}
.width-min-835, .width-min-900 {
min-width: 0;
}
.menu-cnt &gt; .menu-right {
padding: 15px 0 15px 0;
}
.menu-right &gt; .menu-custom-area {
text-align: left;
}
.menu-cnt &gt; ul {
margin-top: 15px;
}
.dropdown &gt; ul, .dropdown-submenu &gt; ul, nav .mega-menu {
padding: 10px;
}
.menu-cnt &gt; ul &gt; li &gt; a, .dropdown &gt; ul &gt; li &gt; a, .dropdown-submenu &gt; ul &gt; li &gt; a, nav .col a {
height: 50px;
line-height: 50px;
}
.menu-subtitle.light .menu-cnt li a span {
color: rgb(70, 92, 128);
}
.dropdown:hover &gt; a:after, .menu-cnt li:hover &gt; a:after {
transform: translateY(-50%) rotate(90deg);
}
.lan-menu li a img {
left: 1px;
}
body &gt; nav .menu-brand, .menu-subtitle .menu-brand, body &gt; nav.menu-icon .menu-brand {
height: 50px;
padding: 10px 0;
}
.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
margin-top: 50px;
}
.footer-bar &gt; .container {
display: flex;
justify-content: space-between;
}
.footer-bar &gt; .container &gt; span:first-child {
max-width: 75%;
height: 29px;
margin-right: 15px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.footer-bar &gt; .container &gt; span:last-child {
display: block;
height: 29px;
}
.cnt-call .caption {
padding-right: 0;
}
.cnt-call.cnt-box .caption .btn {
margin-top: 25px;
position: static;
}
.grid-wall-2 {
display: none;
}
.grid-wall-2 + div {
position: static;
transform: none;
padding: 0 !important;
margin-bottom: 0 !important;
box-shadow: none;
}
.timeline {
grid-template-columns: 1fr 1fr;
}
.col-lg-12.boxed-area {
box-shadow: none;
background: none !important;
border: none;
}
} @media (max-width: 767.98px) {
rs-layer .btn-sm {
padding: 10px 20px !important;
text-align: center !important;
}
body.single-post &gt; header h1 {
font-size: 35px;
line-height: 55px;
}
.table-full-sm td, .table-full-sm th {
padding: 30px 0 !important;
}
.timeline {
grid-template-columns: 1fr 1fr;
}
body &gt; header .breadcrumb {
display: flex;
}
.media-box-full .caption h2 {
font-size: 24px;
line-height: 45px;
}
.media-box-full .caption .extra-field {
font-size: 13px;
}
.slider-zoom-center .glide__slides {
padding: 0 0 30px 0;
}
.slider-zoom-center .glide__slides .glide__slide--active, .section-map &gt; .container {
transform: none;
box-shadow: none;
}
.slider-phones .glide__slide--active &gt; img, .slider-phones .glide__slide--active &gt; .img-box img {
margin: 0;
width: 100%;
max-width: 100% !important;
}
.tab-nav.align-center &gt; li a {
padding: 10px 30px 10px 30px;
}
.tab-nav.align-center &gt; li + li a {
margin: 15px 0 0 0;
}
.table-price {
display: table;
}
.table-price thead {
display: table-header-group;
}
.table-price tbody {
display: table-row-group;
}
.table-price tr {
display: table-row;
}
.table-price th, .table-price td {
display: table-cell;
padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.table-grid td &gt; img {
width: 100%;
max-width: 150px;
}
.section-map &gt; .container {
border: none;
}
.glide__slide .cnt-box.boxed, .glide__slide .cnt-box.boxed:hover {
margin: 10px 0 14px 0;
}
.col-lg-6 + .col-lg-6:not(.col-sm-6) .margin-23.hc-cmp-image img {
margin-left: 0;
}
} @media (max-width: 575.98px) {
.section-bottom-layer:after, .section-bottom-layer-2:after, .controls-top-left .glide__bullets, .section-ovarlay-image:before {
display: none;
}
.table-auto tbody tr td:last-child {
padding-left: 0 !important;
}
.timeline {
grid-template-columns: 1fr;
}
h1 {
font-size: 30px;
line-height: 45px;
}
.btn-icon i {
left: 18px;
}
.btn-icon.btn-sm:not(.btn-anima), .btn-icon.btn-sm.btn-anima:hover {
padding-left: 55px;
}
.col-lg-6 + .col-lg-6 .margin-23 {
margin-left: 0px;
}
.margin-md-23, .col-lg-6 + .col-lg-6 .margin-md-23 {
margin: 0 -15px;
max-width: calc(100% + 35px);
}
.text-lg {
font-size: 40px !important;
line-height: 60px;
}
.line-75 {
line-height: 45px;
}
.align-center-xs, .align-center-xs &gt; div {
text-align: center;
}
.align-center-xs .btn-text.btn-video {
margin-right: 10px;
}
.section-ovarlay-image:before {
bottom: 0;
min-width: 300px;
}
body &gt; header.header-base h1 {
font-size: 35px;
}
}
@media (max-width: 425px) {
.counter-big.counter-icon &gt; i {
display: none;
}
body &gt; header h1 {
font-size: 40px;
}
body &gt; header .container &gt; h2 {
font-size: 13px;
}
.themekit-envato {
display: block;
}
.themekit-envato &gt; div:first-child {
margin-bottom: 30px;
width: 100%;
}
.col-lg-6 form.boxed-area .form-checkbox {
width: 100%;
margin-top: 15px;
margin-bottom: 0;
padding-left: 0;
float: none;
clear: both;
}
.btn-store + .btn-store {
margin-left: 0;
display: block;
}
.col-lg-6 + .col-lg-6 .margin-11, .col-lg-6 .margin-11 {
margin: 10px 0 0 -5px;
max-width: calc(100% + 15px);
}
.margin-23, .margin-23 img {
margin: 0 !important;
max-width: 100% !important;
}
.cnt-call i + .caption {
padding-left: 0;
}
.cnt-call &gt; i {
position: static;
transform: none;
margin-bottom: 30px;
}
}</pre></body></html>