/*
Theme Name: SebWeo v3.0
Author: Tolyanich
Author URI: https://sebweo.com/
Version: 3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sebweo-v3.0
*/

@font-face {
    font-family: 'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
            format('embedded-opentype'),
        url('assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
            format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*::-moz-selection {
    background: #ff7364;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #ff7364;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ff7364;
    color: #fff;
    text-shadow: none;
}
html,
body {
    overflow: inherit !important;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
    color: #59597e;
    overflow-x: hidden !important;
	min-width: 395px;
	max-width: 100%;
}
a,
.button {
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #59597e;
}
a:focus {
    text-decoration: none !important;
}
a,
.button,
input {
    outline: medium none !important;
    color: #ff7364;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.3;
    font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 2.052rem;
}
h2 {
    font-size: 1.563rem;
}
h3 {
    font-size: 1.953rem;
}
h4 {
    font-size: 1.052rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}
h1.widget-title,
h1.archive-title,
.homepage_area h1 {
    background: #ff7364;
    color: white;
    display: inline-block;
    padding: 0 15px 0px 3px;
}
.container {
    width: 100%; max-width: calc(100vw - 45px); padding: 0;
}
a:focus,
a:hover {
    color: #ff7364;
    outline: none;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
img {
    width: auto;
    max-width: 100%;
	/* max-width: calc(100% - 20px); */
    height: auto;
}
pre {
    background: #eeeeee;
    padding: 15px;
    border: 1px solid #eeeeee;
}
hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}
blockquote cite {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .blockquote-footer {
    font-style: italic;
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
}
blockquote .blockquote-footer cite {
    color: #ff7364;
}
blockquote span.text-right {
    text-align: right;
    display: block;
    color: #ff7364;
}
p {
    margin-bottom: 30px;
}
ol,
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}
ol ol {
    padding-left: 25px;
}
ul li {
    list-style: inherit;
}
dl dd {
    margin-bottom: 15px;
}
dl dd:last-child {
    margin-bottom: 0px;
}
table {
    border: 1px solid #eaeaea;
    width: 100%;
    margin-bottom: 20px;
}
table td,
table th {
    border: 1px solid #eaeaea;
    padding: 5px 8px;
    text-align: center;
}
table.table.align-left tbody tr td:nth-of-type(even) {
    text-align: left;
}
.table-hover tbody tr:hover {
    background-color: rgba(255, 115, 100, 0.35);
}
input,
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    width: 100%;
    border: 1px solid #eeeeee;
    color: #59597e;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
select {
    border: 2px solid #000;
    background: #fff;
    line-height: 48px;
    height: 48px;
    padding: 0 10px;
    width: 100%;
    color: #59597e;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
textarea {
    background: #eee;
    height: 150px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;	
}
input:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    border-color: #ff7364;
    box-shadow: none;
    outline: none;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}
textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
input[type='email']::-webkit-input-placeholder {
    color: inherit;
}
input[type='email']::-moz-placeholder {
    color: inherit;
}
input[type='email']:-ms-input-placeholder {
    color: inherit;
}
input#submit {
    color: #fff;
    background: #ff7364;
    cursor: pointer;
    margin-bottom: 0;
    height: auto;
    padding: 10px 30px;
    font-size: 1em;
    line-height: 2;
    border: none;
    position: relative;
    display: inline-block;
    width: auto;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
input#submit:hover {background: #4432f6;}
input[type='checkbox'] {
    width: auto;
    margin-right: 10px;
    line-height: 2;
}
form.comment-form {
	display: flex;
    flex-wrap: wrap;
}
form.comment-form textarea, form.comment-form input {
	padding: 10px;
}
form.comment-form .comment-form-email {
	padding-left: 7px;
}
form.comment-form .comment-form-comment {
	flex: 0 0 auto;
    width: 100%;
}
form.comment-form .comment-form-author, form.comment-form .comment-form-email {
	flex: 0 0 auto;
	width: 50%;
}
form.comment-form .comment-form-author input, form.comment-form .comment-form-email input {
	background: #eee;
}
.comments-area blockquote {
    background: #fff;
}
.comments-area table td,
.comments-area table th {
    border: 1px solid #000;
}
.wp-block-button__link {
    padding: 10px 30px;
    font-size: 16px;
}
.error {
    color: #ff0000 !important;
}
.site {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	display: block;
}
.site-content {
    /* display: flex;
    flex: auto;
    -webkit-order: 2;
    order: 2; top: 0;
    left: 0; height: 100%; */
    position: relative;
    background: url(img/shapes/sebweo_header_shape.jpg);    
    width: 100%;    
    background-repeat: no-repeat;
    background-size: 100%;
}
ul.navbar-nav li i:hover {cursor: pointer;}
.pagetitle-breadcrumb {margin-top: -10px;}
.breadcrumb {
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb a i {
    padding-right: 5px;
}
.vc_parallax {
    overflow: hidden !important;
}
.home.blog h1 {
    color: #fff;
    margin-bottom: 30px;
}
.home.blog .content-area .site-main {
    padding: 50px 0;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.single.single-post .blog-content h2 + h3 {
    display: block;
    width: max-content;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #eeeeee;
    max-width: 100%;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}
.screen-reader-text:focus {
    background-color: #eeeeee;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.iq-breadcrumb {
    padding: 150px 0 100px;
    background: #f1f5ff;
}
.iq-breadcrumb .title {
    font-size: 50px;
}
.iq-breadcrumb nav {
    display: inline-block;
    margin-top: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1rem;
}
.iq-breadcrumb.text-left .breadcrumb {
    z-index: 86;
    text-align: left;
    position: relative;
    color: #ff7364;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    background: none;
}
.iq-breadcrumb.text-left .breadcrumb li {
    display: inline-block;
    word-break: break-all;
}
.iq-breadcrumb.text-left .breadcrumb li a i {
    font-size: 18px;
    margin-right: 6px;
}
.iq-breadcrumb.text-left .breadcrumb li,
.iq-breadcrumb.text-left .breadcrumb li a:hover {
    color: #ff7364;
    text-decoration: none;
}
.iq-breadcrumb.text-left .breadcrumb li a,
.iq-breadcrumb.text-left .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    margin-bottom: 0;
}
.breadcrumb li {
    display: inline-block;
    word-break: break-all;
}
.breadcrumb-bg,
.breadcrumb-video,
.video-iq-bg-over {
    position: relative;
    overflow: hidden;
}
.breadcrumb-bg video,
.breadcrumb-bg #video-background,
.breadcrumb-video video,
.video-iq-bg-over video,
.video-breadcrumb-bg #video-background,
.video-iq-bg-over #video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
}
.breadcrumb-bg.iq-over-dark-80:before,
.breadcrumb-ui:before {
    z-index: 0;
}
.sticky .iq-blog-box {
    background: #f2f4ff;
}
.iq-blog-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f4ff;
    border-radius: 10px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.iq-blog-box:hover {
    -webkit-box-shadow: 0 34.659px 15px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 34.659px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 34.659px 15px 0 rgba(0, 0, 0, 0.06);
}
.blog-date {
    background: #fff;
    border-radius: 90px;
    padding: 5px 10px;
    color: #245cbf;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
}
.blog-date .day {
    color: #245cbf;
    font-weight: bold;
    line-height: normal;
}
.blog-date .month {
    line-height: normal;
}
.iq-blog-box .blog-title h5 {
    font-size: 24px;
}
.iq-blog-box .blog-title a h5 {
    color: #000;
    text-decoration: none;
}
.iq-blog-box .blog-title a:hover h5,
.iq-blog-box .blog-title a:hover {
    color: #ff7364;
    text-decoration: none;
}
.iq-blog-box .iq-blog-meta ul.list-inline li a {
    text-decoration: none;
    color: #59597e;
}
.iq-blog-box .iq-blog-meta ul.list-inline li a:hover {
    text-decoration: none;
    color: #ff7364;
}
.iq-blog-box .iq-blog-meta ul.list-inline li a i,
.iq-blog-box .iq-blog-meta ul.list-inline li i {
    color: #ff7364;
}
.iq-blog-box .iq-blog-meta ul {
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #f2f4ff; padding-top: 7px;
}
.sticky .iq-blog-box .iq-blog-meta ul {
    border-color: #fff;
}
embed,
iframe,
object {
    max-width: 100%;
    width: 100%;
}
.iq-blog-detail .blog-content .wp-block-archives li,
.iq-blog-detail .blog-content .wp-block-categories li,
.iq-blog-detail .blog-content .wp-block-latest-posts li {
    list-style-type: none;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment,
.wp-block-latest-comments__comment {
    display: inline-block;
    width: 100%;
}
.wp-block-table.is-style-stripes td {
    border-color: #eaeaea;
}
.wp-block-table td,
.wp-block-table th {
    text-align: left;
}
.page-links {text-transform: uppercase;}
.iq-blog-detail .blog-content .page-links a,
.page-links > span.page-number,
.page-links a {
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eeeeee;
    display: inline-block;
    color: #000;
}
.iq-blog-detail .blog-content .page-links a:hover {
    text-decoration: none;
    border-color: transparent;
    background: #ff7364;
    color: #fff;
}
.iq-blog-detail .blog-content .page-links > span.page-number,
.page-links > span.page-number {
    background: #ff7364;
    color: #fff;
}
article.hentry .iq-blog-detail .blog-content .page-links a:hover {
    color: #fff;
}
article.hentry.format-audio .iq-blog-image {
    text-align: left;
}
article.hentry.format-audio .iq-blog-image p:nth-child(-n + 2) {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 30px;
}
article.hentry.format-audio .iq-blog-image p {
    margin-bottom: 0;
    padding-left: 30px;
}
article.hentry.format-video .iq-blog-image p {
    margin-bottom: 0;
}
.page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    min-width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    color: #000;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.page-numbers li .page-numbers:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #ff7364;
    border-color: #ff7364;
}
.page-numbers li .page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}
.page-numbers li a {
    cursor: pointer;
}
.page-numbers li .page-numbers.current {
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: #ff7364;
    border-color: #ff7364;
}
.page-numbers li .next.page-numbers,
.page-numbers li .prev.page-numbers {
    width: auto;
}
.comments-area .comment-respond {margin-top: 50px;}
.comment-respond .comment-form-cookies-consent {
    flex: 0 0 auto;
    width: 100%;
}
.comments-area .comments-title,.comment-respond .comment-reply-title {font-size: 24px;}
.comment-respond .comment-reply-title a {
    font-weight: 600;
    color: #000;
    font-size: 80%;
}
.comment-respond .comment-reply-title a:hover {
    color: #ff7364;
    text-decoration: none;
}
.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.commentlist .comment {
    margin-top: 30px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
    list-style: none;
}
ol.commentlist .pingback,
ol.commentlist .trackback {
    margin-left: 25px;
}
ol.commentlist .pingback a,
ol.commentlist .trackback a {
    color: #000;
}
ol.commentlist .pingback a:hover,
ol.commentlist .trackback a:hover {
    color: #ff7364;
}
.commentlist li .comment-respond {
    margin-top: 30px;
}
.commentlist .iq-comments-media {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    position: relative;
    background: #fff;
}
.commentlist ol.children {
    padding-left: 60px;
}
.commentlist .iq-comment-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.commentlist .iq-comments-photo {
    padding-right: 15px;
}
.commentlist .iq-comments-photo img {
    width: 80px;
    height: auto;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.commentlist .iq-comments-info {
    position: relative;
    display: inline-block;
    width: 100%;
}
.commentlist .iq-comments-info .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: capitalize;
}
.commentlist .iq-comments-info .title:hover {
    text-decoration: none;
    color: #ff7364;
}
.commentlist .iq-comment-metadata {
    font-size: 14px;
    color: #59597e;
    margin: 5px 0;
    display: flex;
    flex: auto;
    /*  */
    vertical-align: middle;
}
.commentlist .comment-content p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.2;
}
.commentlist .iq-comment-metadata a {
    color: #000;
}
.commentlist .iq-comment-metadata a:hover {
    color: #ff7364;
    text-decoration: none;
}
.commentlist .iq-comment-metadata i {
    padding-right: 5px;
    font-weight: 400;
}
.commentlist .iq-comments-media .reply a {
    position: relative;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    background: #ff7364;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.commentlist .iq-comments-media .reply a {
    color: #fff;
}
.commentlist .iq-comments-media .reply a:hover {
    background: #000;
    text-decoration: none;
}
.no-comments,
.comment-awaiting-moderation {
    font-style: italic;
    margin: 15px 0;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    padding: 0; margin: 0; width: 100%;
}
.comment-respond .form-submit {
    flex: 0 0 auto;
    width: 100%; padding-top: 15px;
}
.iq-post-sidebar {
    height: 100%;
}
.widget {
    margin-bottom: 25px;
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #f2f4ff;
}
.widget .wp-block-tag-cloud a {color: #59597e;}
.widget .widget-title {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 24px;
    position: relative;
    padding-left: 10px;
}
.search-form {
    position: relative;
}
.search-form label {
    display: none;
}
.search-form input:focus,
.search-form input[type='text']:focus,
.search-form input[type='email']:focus,
.search-form input[type='search']:focus,
.search-form input[type='password']:focus {
    border: 2px solid #ff7364;
}
.search-form .search-submit {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.search-form .search-submit .screen-reader-text {
    display: none;
}
.widget ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.widget ul li {
    list-style: none;
    line-height: 1.7;
}
.widget ul.wp-block-categories li {
    color: #ff7364;
}
.widget ul li time {
    font-weight: 600;
    color: #000;
    padding-left: 10px;
}
.widget ul li:last-child {
    margin-bottom: 0;
}
.widget ul ul.children {
    padding-left: 25px;
}
.widget ul li a {
    padding-left: 15px;
    color: #59597e;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.7;
}
.widget ul li a:hover {
    color: #ff7364;
    text-decoration: none;
}
.widget ul li a:before {
    position: absolute;
    margin-right: 10px;
    content: '\f111';
    color: #ff7364;
    top: 6px;
    font-size: 6px;
    left: 0;
    font-family: FontAwesome;
    line-height: 1.7;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.widget ul li a:hover:before {
    color: #ff7364;
}
.widget.widget_recent_comments #recentcomments li.recentcomments span a {
    color: #59597e;
    font-weight: 600;
}
.widget.widget_recent_comments #recentcomments li.recentcomments a:before {
    display: none;
}
.widget.widget_recent_comments #recentcomments li.recentcomments a {
    color: #ff7364;
    padding-left: 0;
}
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover {
    color: #ff7364;
    text-decoration: underline !important;
    padding-left: 0;
}
.widget_calendar table caption {
    caption-side: inherit;
    padding: 0 0 10px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.widget_calendar table#wp-calendar {
    width: 100%;
    background: #fff; caption-side: top;
}
.widget_calendar .calendar_wrap td#today {
    background: #ff7364;
    color: #fff;
}
.widget_calendar .calendar_wrap td#today a {
    color: #fff;
}
.widget_calendar .calendar_wrap table th {
    background: #fff;
    color: #000;
}
.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
    padding: 8px;
    text-align: center;
}
.widget_categories ul li,
.widget_archive ul li {
    font-weight: 400;
    color: #ff7364;
    padding-bottom: 3px;
}
.widget_categories ul li a,
.widget_archive ul li a {
    font-weight: 400;
    color: #59597e;
}
.widget select,
.widget.widget_archive select,
.widget_categories select {
    background: #fff;
    outline: none;
}
.widget.widget_rss ul li {
    margin-bottom: 20px;
}
.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
.widget.widget_rss ul li a {
    padding-left: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.widget.widget_rss ul li a:hover {
    color: #ff7364;
}
.widget.widget_rss ul li a:before {
    display: none;
}
.widget.widget_rss ul li cite {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.widget.widget_rss ul li .rss-date {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    color: #ff7364;
    font-size: 14px;
}
.widget.widget_nav_menu ul li,
.widget ul.menu li {
    margin-bottom: 0;
}
.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
    display: block !important;
    padding-left: 20px;
}
.widget.widget_nav_menu ul li a,
.widget ul.menu li a {
    padding: 10px 0 10px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.widget.widget_nav_menu ul li i,
.widget ul.menu li i {
    display: none;
}
.widget.widget_nav_menu ul li a:before,
.widget ul.menu li a:before {
    top: 15px;
}
.widget_recent_entries ul li .post-date {
    font-weight: 600;
    color: #000;
}
.widget_tag_cloud ul {
    margin: 0;
    padding: 0;
}
.widget_tag_cloud ul li,
footer ul.wp-tag-cloud li {
    padding: 0;
    display: inline-block;
    margin: 3px 5px 3px 0;
}
.widget_tag_cloud ul li a,
footer ul.wp-tag-cloud li a {
    font-size: 14px;
    background: #ff7364;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    border: 1px solid #ff7364;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.widget_tag_cloud ul li a:hover,
footer ul.wp-tag-cloud li a:hover {
    border-color: #1e73be;
    background: #1e73be;
    color: #fff;
}
.widget_tag_cloud ul li a:before,
footer ul.wp-tag-cloud li a:before {
    display: none;
}
article.hentry
    .iq-blog-box
    .iq-blog-detail
    .blog-content
    .widget_tag_cloud
    ul
    li
    a:hover {
    color: #fff;
}
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    display: none;
    white-space: nowrap;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}
.iq-post {
    margin: 0;
    padding: 0;
}
.iq-post li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.iq-post li .post-img {
    border-radius: 90px;
    width: 80px;
    margin-right: 15px;
}
.iq-post li .post-img img {
    border-radius: 90px;
}
.iq-post li .post-blog {
    flex: 1;
}
.iq-post li .post-blog h6 {
    margin-bottom: 10px;
}
.iq-post li .post-blog a {
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
}
.iq-post li .post-blog a:hover {
    color: #ff7364;
    text-decoration: none;
}
.iq-post li .post-blog a:before {
    display: none;
}
.iq-post li .post-blog ul li a {
    font-size: 12px;
    color: #59597e;
}
.widget .iq-post li {
    margin-bottom: 30px;
}
header .sub-header .number-info ul {
    margin: 0;
    padding: 0;
}
header .sub-header .number-info li {
    list-style: none;

    margin-right: 15px;
}
header .sub-header .number-info li:last-child {
    margin-right: 0;
}
header .sub-header .number-info li a {
    color: #000;
}
header .sub-header .number-info li a:hover {
    color: #ff7364;
    text-decoration: none;
}
header .sub-header .number-info li a i {
    margin-right: 5px;
}
header .sub-header nav {
    display: flex;
}
header .sub-header .request-btn a {
    background: #ff7364;
    padding: 15px 30px;
    margin-left: 30px;
    color: #fff;
}
header .sub-header .request-btn a:hover {
    background: #ff7364;
    color: #fff;
    text-decoration: none;
}
header .navigate-links-top {
    display: flex;
    margin-left: auto;
    align-items: center;
}
.social-icons {
    padding-top: 25px;
}
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons ul li {
    list-style: none;    
}
.social-icons ul li:last-child {
    margin-right: 0;
}
.social-icons ul li a {
    color: #000;
	padding-left: 0;
    padding-right: 7px;
}
.social-icons ul li a:hover {
    color: #ff7364;
}
.site-settings .social-icons ul li a, .site-settings .social-icons ul li a:hover {
    color: #fff;
}
.site-settings .social-icons li a:hover i {
    background: #3a33ff;
}
.social-icons ul li a:before {
    content: '';
}
.social-icons li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.social-icons li a i {
    background: #ff7364;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 90px;
}
.social-icons li a i:before {
    font-size: 22px;
}
.social-icons li a:hover i {
    color: #ff7364;
    background: #fff;
}
.site-settings .copyright-info {line-height: 1;}
.site-settings .copyright-info span.copyright {display: block;}

header .navbar-light .navbar-toggler-icon {
    background-image: none;
    font-size: 30px;
    line-height: 30px;
    height: auto;
    width: auto;
    padding: 5px 15px;
}
header .sub-header {
    padding: 15px 0 0 0;
    font-size: 14px;
}
.admin-bar header.header_transperent {
    top: 30px;
}
.admin-bar header.menu-sticky,
body.boxed_layout.admin-bar header.menu-sticky {
    top: 32px;
}
@media (max-width: 767px) {
    .admin-bar header {
        top: 0;
        transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
    }
    .admin-bar header.menu-sticky .main-header {
        top: 0;
    }
    .admin-bar header.menu-sticky {
        top: 0;
    }
    header.menu-sticky .main-header {
        position: relative;
    }
}
@media only screen and (min-device-width: 601px) and (max-device-width: 768px) {
    .admin-bar header.menu-sticky .main-header {
        top: 46px;
    }
}
.logo {
    padding-left: 10px;
}
header .main-header nav.navbar {
	padding: 0;
}
header.header_center .logo_block {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
header.header_center .menu {
    width: 100%;
}
header.header_center .menu.navbar ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
header.header_center .menu.navbar ul li {
    display: inline-block;
}
header.header_center .menu.navbar ul li .sub-menu li {
    display: block;
    text-align: left;
}
header.header_split .logo_block {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
header.header_split .menu {
    width: 100%;
}
header.header_split .menu.navbar ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
header.header_split .menu.navbar ul li {
    display: inline-block;
}
header.header_split .menu.navbar ul li:nth-child(4) {
    margin-left: 150px;
}
header.header_split .menu.navbar ul li .sub-menu li {
    display: block;
    text-align: left;
    margin-left: 0;
}
header {
    position: relative;
    width: 100%;
    background: #5e58ff;
    display: flex;
    z-index: 995;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
header .logo-sticky {
    display: none;
    height: 75px;
}
#header-top {
	display: flex;
	align-items: center;
}
.navbar-nav li {
    list-style: none;
    position: relative;
	padding: 5px 7px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-nav li i,
.navbar-nav li .sub-menu li i {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    color: #59597e;
}
.navbar-nav li .sub-menu li i {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 28px;
    font-size: 12px;
    z-index: 9;
    color: #000;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-nav li .sub-menu li i:before {
    content: '\f054';
}
.navbar-nav li .sub-menu li i::before {
    content: '\f3d3';
}
.navbar-nav li .sub-menu li:hover > a,
.navbar-nav li:hover i {
    color: #ff7364;
}
.navbar-nav li .sub-menu li:hover > i,
.navbar-nav li.current-menu-item i {
    color: #ff7364;
}
.navbar-nav li .sub-menu {
    display: none; margin-top: 12px; min-width: 300px; position: absolute;
}
#top-menu li.menu-item-has-children.clicked-menu-item > ul.sub-menu {
    display: block;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 0;
	border: 2px solid #ccc;
    -webkit-box-shadow: 0 1px 30px 0 rgba(36, 38, 43, 0.1);
    -moz-box-shadow: 0 1px 30px 0 rgba(36, 38, 43, 0.1);
    box-shadow: 0 1px 30px 0 rgba(36, 38, 43, 0.1);
	z-index: 999;
}
.navbar-nav li .sub-menu li {
    margin-left: 0;
}
.navbar-nav li .sub-menu li a,
header.menu-sticky .navbar ul li .sub-menu li a {
    text-transform: capitalize;
    border-radius: 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 3px 15px;
    color: #000;
    background: #fff;
}
.navbar-nav li .sub-menu li.current-menu-item a,
header .main-.navbar-nav li .sub-menu li:hover > a,
header .main-.navbar-nav li .sub-menu li.current-menu-parent a,
header
    .main-header
    .navbar
    ul
    li
    .sub-menu
    li.current-menu-parent
    .sub-menu
    li.current-menu-item
    a {
    background: #ff7364;
    color: #fff;
}
header .main-.navbar-nav li .sub-menu li:hover > i,
header .main-.navbar-nav li .sub-menu li.current-menu-parent i {
    color: #fff;
}
header
    .main-header
    .navbar
    ul
    li
    .sub-menu
    li.current-menu-parent
    .sub-menu
    li
    a {
    color: #000;
    background: #fff;
}

.site-settings .offcanvas-header {flex-wrap: wrap;}
.sebweo_site-settings {
	display: none;
	cursor: pointer;
}
header.menu-sticky .sebweo_site-settings {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.site-settings .support_button__sidebar img {max-width: 150px;}
.navigate-links-top_in-offcanvas {background: #3a33ff; color: #fff;}
.site-settings .navigate-links-top_in-offcanvas ul.LangFlags {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.site-settings ul.LangFlags .lang-item a {
    font-size: 16px;
    color: #c1c1c1;
    font-weight: bold;
    background: #f2f4ff;
    padding: 2px 15px;
    line-height: 1.3;
}
.site-settings ul.LangFlags .lang-item.current-lang a {
    color: #ff7364;
}

@media screen and (max-width: 4000px) and (min-width: 1023px) {
    .site .navbar-nav.navbar-nav > li:hover a {
        text-decoration: underline;
    }
    .site .navbar-nav.navbar-nav ul.sub-menu li:hover a,
    .site .navbar-nav.navbar-nav ul.sub-menu li a {
        text-decoration: none;
    }
}
.navbar-nav li .sub-menu li > .sub-menu {
    display: none;
}
.navbar-nav li .sub-menu li:hover > a, header.menu-sticky .navbar-nav li .sub-menu li:hover > a {background: #ff7364; color: #fff;}
header.menu-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
}
header.menu-sticky .navbar ul li a,
header.menu-sticky .navbar ul li i {
    color: #fff;
}
header.menu-sticky .sub-header {
    display: none;
}
header.menu-sticky .logo-sticky {
    display: inline-block;
}
header .logo-display {
    display: none;
}
header .request-btn {
    margin-left: 30px;
}
footer {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 0;
}
footer .copyright-footer {
    color: #fff;
    font-size: 14px; padding: 0 7px;
}
footer .copyright-footer a {
    color: #fff;
}
footer .copyright-footer a:hover {
    color: #ff7364;
}
footer .footer-top {
    padding-top: 60px;
}
footer .footer-titlebox {
    margin-bottom: 30px;
    position: relative;
}
footer .footer-topbar {
    position: relative;
    z-index: 1;
}
footer .footer-topbar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 150px;
    z-index: -1;
    background: #fff;
}
footer .footer-topbar .container {
    padding: 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 4.871px 0 30px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4.871px 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 4.871px 0 30px 0 rgba(0, 0, 0, 0.06);
}
footer .footer-topbar .footer-title {
    color: #fff;
}
footer .footer-topbar p {
    margin-bottom: 0;
}
footer .footer-topbar .widget,
footer .footer-topbar .widget:last-child {
    margin-bottom: 0;
}
.widget.about-sebweo_footer > a {
    width: 65px;
    height: 65px;
}
.footer1 {
    padding: 0;
}
footer .footer-top,
footer .footer-top .widget ul li a,
footer .calendar_wrap caption {
    color: #fff;
}
footer .footer-top .widget ul li a:hover {
    color: #ff7364;
}
.footer-logo img {
    margin-bottom: 30px;
}
.footer-top .textwidget p {
    margin-bottom: 0;
}
footer .mc4wp-form-fields {
    width: 100%;
}
footer .footer-top .mc4wp-form input {
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e5e6ef;
    padding: 0;
    background: transparent;
}
footer .footer-top .mc4wp-form button {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 15px;
    background: transparent;
    border: 0;
    padding: 0;
}
footer .footer-top .mc4wp-form button i {
    font-size: 20px;
    color: #fff;
}
footer .footer-top .mc4wp-form p {
    margin-bottom: 0;
}
footer .widget {
    background: transparent;
    padding: 0;
}
footer .widget .footer-title {
    margin-bottom: 15px;
    color: #fff;
}
footer .widget .rsswidget {
    padding-left: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
footer .widget .rss-date {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
footer .widget .rsswidget:before {
    display: none;
}
footer .widget ul.menu li .sub-menu {
    padding-left: 10px;
}
footer .widget #recentcomments li .comment-author-link a {
    color: #fff;
}
footer .widget #recentcomments li .comment-author-link a:hover {
    color: #ff7364;
}
footer .widget #recentcomments li a {
    color: #ff7364;
}
footer .widget #recentcomments li a:hover {
    text-decoration: underline;
}
footer .widget #recentcomments li a:before {
    display: none;
}
footer.footer1 .widget ul.menu li a {
    border: none;
}
footer.footer1 .widget.widget_nav_menu ul li a:before,
footer .widget .iq-contact li a:before,
footer #menu-footer-menu li a:before,
footer .menu-footer-menu-container li a:before {
    display: none;
}
footer #menu-footer-menu li a,
footer .menu-footer-menu-container ul.menu li a {
    padding: 7px 0 7px 0px;
}
footer .widget .iq-contact li a {
    padding-left: 0;
}
footer .widget .iq-contact li {
    position: relative;
    margin-bottom: 15px;
    line-height: normal;
    display: inline-block;
    width: 100%;
}
footer .widget .iq-contact li {
    display: flex;
    align-items: flex-start;
}
footer .widget .iq-contact li span {
    flex: 1;
}
footer .widget .iq-contact li i {
    background: #ff7364;
    line-height: 45px;
    height: 45px;
    width: 45px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 90px;
}
footer .widget .iq-contact li span {
    padding-left: 15px;
}
footer .widget .iq-contact li p {
    display: flex;
    margin-bottom: 0;
}
footer .widget .menu li a:before {
    display: none;
}
footer .widget .menu li a {
    border-bottom: none;
    padding: 0 0 10px;
}
footer.footer2,
footer.footer2 .widget {
    background: #f4f4f4;
}
footer.footer2 .footer-subscribe {
    background: transparent;
    padding: 90px 0;
    margin-bottom: 0;
}
footer.footer2 .footer-top {
    padding-top: 60px;
    border-top: 1px solid #ff7364;
}
footer.footer2 .footer-subscribe .vc_custom_heading {
    color: #000;
}
footer.footer2 .footer-subscribe input[type='email'] {
    background: #000;
    color: #fff;
}
footer.footer2 .footer-subscribe input::-webkit-input-placeholder {
    color: #fff;
}
footer.footer2 .footer-subscribe input::-moz-placeholder {
    color: #fff;
}
footer.footer2 .footer-subscribe input:-ms-input-placeholder {
    color: #fff;
}
footer.footer2 .footer-subscribe input:-moz-placeholder {
    color: #fff;
}
footer.footer2 .widget.widget_nav_menu ul li a:before,
footer.footer2 .widget ul li a:before {
    display: none;
}
footer.footer2 .widget.widget_nav_menu ul li a,
footer.footer2 .widget ul.menu li a,
footer.footer2 ul li a {
    color: #000;
    padding: 0 0 7px 0;
    border-bottom: none;
}
footer.footer2 ul.iq-contact {
    padding-left: 0;
}
footer.footer2 ul.iq-contact li {
    list-style: none;
}
footer.footer2 .footer-title {
    margin-bottom: 15px;
}
footer.footer2 ul.iq-contact li i {
    margin-right: 15px;
    vertical-align: middle;
}
footer.footer2 {
    color: #000;
}
footer.footer2 .widget.widget_nav_menu ul li a:hover,
footer.footer2 .widget ul.menu li a:hover,
footer.footer2 ul li a:hover {
    color: #ff7364;
}
footer.footer3 {
    border-top: 1px solid #000;
}
footer.footer3 .footer-top {
    padding-top: 60px;
}
footer.footer3 .mc4wp-form-fields input[type='submit'] {
    top: auto;
}
footer.footer3 .widget ul.menu li a {
    border-bottom: none;
}
footer.footer3 .widget ul.menu li a:before {
    display: none;
}
footer.footer3 .widget ul.menu li a {
    padding: 7px 0;
}
footer.footer3 .row {
    clear: both;
}
footer.footer3 .textwidget p {
    margin-bottom: 0;
}
footer.footer3 ul.iq-contact {
    list-style: none;
    padding-left: 0;
    margin-top: -25px;
}
footer.footer3 ul.iq-contact li a {
    display: flex;
    align-items: baseline;
    color: #59597e;
}
footer.footer3 ul.iq-contact li a:hover {
    color: #ff7364;
}
footer.footer3 ul.iq-contact a i {
    margin-right: 15px;
}
footer.footer3 ul.iq-contact li {
    margin-bottom: 15px;
}
footer.footer3 ul.iq-contact li:last-child {
    margin-bottom: 0;
}
#back-to-top .top {
    margin: 0px;
    color: #000;
    background: #fff;
    position: fixed;
    bottom: 130px;
    right: 55px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#back-to-top .top:hover {
    background: #ff7364;
    color: #fff;
    -webkit-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
}
#loading {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}
#loading img {
    width: 120px;
}
body.boxed_layout {
    padding: 30px 0;
}
body.boxed_layout #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
body.boxed_layout #page {
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
body.boxed_layout.admin-bar header {
    top: 0px;
}
body.full_width_layout #page {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.button,
[type='submit'] {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 10px 30px;
    border: none;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background: #ff7364;
}
.blue-button {
    background: #1e73be;
}
.blue-button:hover,
.blue-button:focus {
    background: #ff7364;
}
.request-btn a {
    color: #fff;
    padding: 5px 20px;
    border: none;
    position: relative;
    display: inline-block;
    background: #ff7364;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.request-btn a:hover,
.request-btn a:focus {
    text-decoration: none;
    color: #fff;
    background: #1e73be;
}
.button-link {
    color: #ff7364;
}
.button-link i {
    margin-left: 5px;
    vertical-align: middle;
}
.button-link:hover {
    color: #000;
    text-decoration: none;
}
.iq-video {
    border: 1px solid #ff7364;
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 29px;
    color: #ff7364 !important;
    border-radius: 100% !important;
    line-height: 1.6;
    background-color: #fff !important;
}
.iq-video i {
    margin-left: 5px;
}
.iq-video:hover {
    color: #fff !important;
    background-color: #ff7364 !important;
}
.video-play i {
    color: #fff;
}
.wp-block-button {
    margin-bottom: 30px;
}
.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
    color: #fff;
    background: #ff7364;
}
.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
    background: #1e73be;
}
.is-style-outline .wp-block-button__link {
    border-color: #ff7364;
    color: #ff7364;
}
.is-style-outline .wp-block-button__link:hover {
    border-color: #1e73be;
    color: #1e73be !important;
    background: transparent;
}
.wp-block-cover.has-background-dim {
    color: #fff;
}
.title-box span {
    font-family: 'Poppins', sans-serif;
    color: #ff7364;
    display: inline-block;
}
.title-box .title {
    margin-bottom: 0;
}
.title-box p {
    margin-top: 15px;
    margin-bottom: 0;
}
.title-box.text-center p {
    margin: 0;
}
.iq-background-overlay {
    background-repeat: repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 0;
    background: #ff7364;
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(
        left,
        rgba(117, 205, 111, 1) 0%,
        rgba(36, 38, 43, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(117, 205, 111, 1)),
        color-stop(100%, rgba(36, 38, 43, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(117, 205, 111, 1) 0%,
        rgba(36, 38, 43, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(117, 205, 111, 1) 0%,
        rgba(36, 38, 43, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(117, 205, 111, 1) 0%,
        rgba(36, 38, 43, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(117, 205, 111, 1) 0%,
        rgba(36, 38, 43, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7364', endColorstr='#ff7364', GradientType=1);
}
.bg_violate {
    background: #1e73be;
}
.bg_blue {
    background: #75e8f0;
}
.bg_orange {
    background: #ff7364;
}
.iq-bg-over {
    position: relative;
}
.iq-over-dark-10:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.1);
    display: block !important;
}
.iq-over-dark-20:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.2);
    display: block !important;
}
.iq-over-dark-30:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.3);
    display: block !important;
}
.iq-over-dark-40:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.4);
    display: block !important;
}
.iq-over-dark-50:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.5);
    display: block !important;
}
.iq-over-dark-60:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.6);
    display: block !important;
}
.iq-over-dark-70:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.7);
    display: block !important;
}
.iq-over-dark-80:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(0, 0, 0, 0.8);
    display: block !important;
}
.iq-over-dark-85:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.85);
    display: block !important;
}
.iq-over-dark-90:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.9);
    display: block !important;
}
.iq-over-dark-95:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgb(239, 241, 254, 0.95);
    display: block !important;
}
.error-404 {
    text-align: center;
}
.error-404 .big-text {
    font-size: 240px;
    font-family: 'Poppins', sans-serif;
    line-height: 280px;
    color: #000;
    font-weight: 700;
}
.error-404 h4 {
    margin: 0 0 15px;
}
.error-404 .button {
    margin-top: 30px;
}
.error-404 .search-form {
    display: inline-block;
    margin-top: 30px;
    width: 285px;
}
.contact-us iframe {
    width: 100%;
    height: 450px;
    display: flex;
    flex: auto;
    /*  */
}
.contact-box .contact-detail {
    padding-left: 0px;
}
.contact-box {
    margin-bottom: 30px;
    position: relative;
    display: flex;
}
.contact-box:last-child {
    margin-bottom: 0px;
}
.contact-box i {
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #ff7364;
    border-radius: 90px;
    line-height: 60px;
    text-align: center;
    position: relative;
    color: #fff;
    left: 0;
    z-index: 1;
}
.contact-box .iq-icon {
    margin-right: 30px;
}
.contact-box .contact-detail ul li a,
.contact-box .contact-detail p {
    color: #59597e;
    text-decoration: none;
}
.contact-box .contact-detail ul li a:hover {
    color: #ff7364;
}
.contact-box .contact-detail ul {
    padding: 0;
}
.contact-box .contact-detail ul li {
    margin-right: 15px;
}
.contact-box .contact-detail ul li a i:hover {
    color: #ff7364;
}
.contact-box .contact-detail ul li a i {
    font-size: 18px;
    color: #59597e;
    background: transparent;
    display: inline-block;
    width: auto;
    position: inherit;
}
.contact-box.text-center {
    display: block;
}
.contact-box.text-center .iq-icon {
    margin-bottom: 15px;
}
.contact-box.text-right {
    display: block;
}
.contact-box.text-right .iq-icon {
    margin-left: 30px;
}
.video-image {
    position: relative;
}
.play-video-two {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.iq-video-two {
    display: flex;
    flex: auto;
    /*  */
    background: #ff7364;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    border-radius: 100%;
    line-height: 2.6;
    z-index: 9;
    position: relative;
}
.shape_bg {
    position: relative;
}
.white_bg::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.squre-effect-top {
    margin-top: -70px;
}
.squre-effect-bottom {
    margin-top: -35px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: '\f000';
}
.fa-music:before {
    content: '\f001';
}
.fa-search:before {
    content: '\f002';
}
.fa-envelope-o:before {
    content: '\f003';
}
.fa-heart:before {
    content: '\f004';
}
.fa-star:before {
    content: '\f005';
}
.fa-star-o:before {
    content: '\f006';
}
.fa-user:before {
    content: '\f007';
}
.fa-film:before {
    content: '\f008';
}
.fa-th-large:before {
    content: '\f009';
}
.fa-th:before {
    content: '\f00a';
}
.fa-th-list:before {
    content: '\f00b';
}
.fa-check:before {
    content: '\f00c';
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: '\f00d';
}
.fa-search-plus:before {
    content: '\f00e';
}
.fa-search-minus:before {
    content: '\f010';
}
.fa-power-off:before {
    content: '\f011';
}
.fa-signal:before {
    content: '\f012';
}
.fa-cog:before,
.fa-gear:before {
    content: '\f013';
}
.fa-trash-o:before {
    content: '\f014';
}
.fa-home:before {
    content: '\f015';
}
.fa-file-o:before {
    content: '\f016';
}
.fa-clock-o:before {
    content: '\f017';
}
.fa-road:before {
    content: '\f018';
}
.fa-download:before {
    content: '\f019';
}
.fa-arrow-circle-o-down:before {
    content: '\f01a';
}
.fa-arrow-circle-o-up:before {
    content: '\f01b';
}
.fa-inbox:before {
    content: '\f01c';
}
.fa-play-circle-o:before {
    content: '\f01d';
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: '\f01e';
}
.fa-refresh:before {
    content: '\f021';
}
.fa-list-alt:before {
    content: '\f022';
}
.fa-lock:before {
    content: '\f023';
}
.fa-flag:before {
    content: '\f024';
}
.fa-headphones:before {
    content: '\f025';
}
.fa-volume-off:before {
    content: '\f026';
}
.fa-volume-down:before {
    content: '\f027';
}
.fa-volume-up:before {
    content: '\f028';
}
.fa-qrcode:before {
    content: '\f029';
}
.fa-barcode:before {
    content: '\f02a';
}
.fa-tag:before {
    content: '\f02b';
}
.fa-tags:before {
    content: '\f02c';
}
.fa-book:before {
    content: '\f02d';
}
.fa-bookmark:before {
    content: '\f02e';
}
.fa-print:before {
    content: '\f02f';
}
.fa-camera:before {
    content: '\f030';
}
.fa-font:before {
    content: '\f031';
}
.fa-bold:before {
    content: '\f032';
}
.fa-italic:before {
    content: '\f033';
}
.fa-text-height:before {
    content: '\f034';
}
.fa-text-width:before {
    content: '\f035';
}
.fa-align-left:before {
    content: '\f036';
}
.fa-align-center:before {
    content: '\f037';
}
.fa-align-right:before {
    content: '\f038';
}
.fa-align-justify:before {
    content: '\f039';
}
.fa-list:before {
    content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
    content: '\f03b';
}
.fa-indent:before {
    content: '\f03c';
}
.fa-video-camera:before {
    content: '\f03d';
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: '\f03e';
}
.fa-pencil:before {
    content: '\f040';
}
.fa-map-marker:before {
    content: '\f041';
}
.fa-adjust:before {
    content: '\f042';
}
.fa-tint:before {
    content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: '\f044';
}
.fa-share-square-o:before {
    content: '\f045';
}
.fa-check-square-o:before {
    content: '\f046';
}
.fa-arrows:before {
    content: '\f047';
}
.fa-step-backward:before {
    content: '\f048';
}
.fa-fast-backward:before {
    content: '\f049';
}
.fa-backward:before {
    content: '\f04a';
}
.fa-play:before {
    content: '\f04b';
}
.fa-pause:before {
    content: '\f04c';
}
.fa-stop:before {
    content: '\f04d';
}
.fa-forward:before {
    content: '\f04e';
}
.fa-fast-forward:before {
    content: '\f050';
}
.fa-step-forward:before {
    content: '\f051';
}
.fa-eject:before {
    content: '\f052';
}
.fa-chevron-left:before {
    content: '\f053';
}
.fa-chevron-right:before {
    content: '\f054';
}
.fa-plus-circle:before {
    content: '\f055';
}
.fa-minus-circle:before {
    content: '\f056';
}
.fa-times-circle:before {
    content: '\f057';
}
.fa-check-circle:before {
    content: '\f058';
}
.fa-question-circle:before {
    content: '\f059';
}
.fa-info-circle:before {
    content: '\f05a';
}
.fa-crosshairs:before {
    content: '\f05b';
}
.fa-times-circle-o:before {
    content: '\f05c';
}
.fa-check-circle-o:before {
    content: '\f05d';
}
.fa-ban:before {
    content: '\f05e';
}
.fa-arrow-left:before {
    content: '\f060';
}
.fa-arrow-right:before {
    content: '\f061';
}
.fa-arrow-up:before {
    content: '\f062';
}
.fa-arrow-down:before {
    content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
    content: '\f064';
}
.fa-expand:before {
    content: '\f065';
}
.fa-compress:before {
    content: '\f066';
}
.fa-plus:before {
    content: '\f067';
}
.fa-minus:before {
    content: '\f068';
}
.fa-asterisk:before {
    content: '\f069';
}
.fa-exclamation-circle:before {
    content: '\f06a';
}
.fa-gift:before {
    content: '\f06b';
}
.fa-leaf:before {
    content: '\f06c';
}
.fa-fire:before {
    content: '\f06d';
}
.fa-eye:before {
    content: '\f06e';
}
.fa-eye-slash:before {
    content: '\f070';
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: '\f071';
}
.fa-plane:before {
    content: '\f072';
}
.fa-calendar:before {
    content: '\f073';
}
.fa-random:before {
    content: '\f074';
}
.fa-comment:before {
    content: '\f075';
}
.fa-magnet:before {
    content: '\f076';
}
.fa-chevron-up:before {
    content: '\f077';
}
.fa-chevron-down:before {
    content: '\f078';
}
.fa-retweet:before {
    content: '\f079';
}
.fa-shopping-cart:before {
    content: '\f07a';
}
.fa-folder:before {
    content: '\f07b';
}
.fa-folder-open:before {
    content: '\f07c';
}
.fa-arrows-v:before {
    content: '\f07d';
}
.fa-arrows-h:before {
    content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: '\f080';
}
.fa-twitter-square:before {
    content: '\f081';
}
.fa-facebook-square:before {
    content: '\f082';
}
.fa-camera-retro:before {
    content: '\f083';
}
.fa-key:before {
    content: '\f084';
}
.fa-cogs:before,
.fa-gears:before {
    content: '\f085';
}
.fa-comments:before {
    content: '\f086';
}
.fa-thumbs-o-up:before {
    content: '\f087';
}
.fa-thumbs-o-down:before {
    content: '\f088';
}
.fa-star-half:before {
    content: '\f089';
}
.fa-heart-o:before {
    content: '\f08a';
}
.fa-sign-out:before {
    content: '\f08b';
}
.fa-linkedin-square:before {
    content: '\f08c';
}
.fa-thumb-tack:before {
    content: '\f08d';
}
.fa-external-link:before {
    content: '\f08e';
}
.fa-sign-in:before {
    content: '\f090';
}
.fa-trophy:before {
    content: '\f091';
}
.fa-github-square:before {
    content: '\f092';
}
.fa-upload:before {
    content: '\f093';
}
.fa-lemon-o:before {
    content: '\f094';
}
.fa-phone:before {
    content: '\f095';
}
.fa-square-o:before {
    content: '\f096';
}
.fa-bookmark-o:before {
    content: '\f097';
}
.fa-phone-square:before {
    content: '\f098';
}
.fa-twitter:before {
    content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: '\f09a';
}
.fa-github:before {
    content: '\f09b';
}
.fa-unlock:before {
    content: '\f09c';
}
.fa-credit-card:before {
    content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
    content: '\f09e';
}
.fa-hdd-o:before {
    content: '\f0a0';
}
.fa-bullhorn:before {
    content: '\f0a1';
}
.fa-bell:before {
    content: '\f0f3';
}
.fa-certificate:before {
    content: '\f0a3';
}
.fa-hand-o-right:before {
    content: '\f0a4';
}
.fa-hand-o-left:before {
    content: '\f0a5';
}
.fa-hand-o-up:before {
    content: '\f0a6';
}
.fa-hand-o-down:before {
    content: '\f0a7';
}
.fa-arrow-circle-left:before {
    content: '\f0a8';
}
.fa-arrow-circle-right:before {
    content: '\f0a9';
}
.fa-arrow-circle-up:before {
    content: '\f0aa';
}
.fa-arrow-circle-down:before {
    content: '\f0ab';
}
.fa-globe:before {
    content: '\f0ac';
}
.fa-wrench:before {
    content: '\f0ad';
}
.fa-tasks:before {
    content: '\f0ae';
}
.fa-filter:before {
    content: '\f0b0';
}
.fa-briefcase:before {
    content: '\f0b1';
}
.fa-arrows-alt:before {
    content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
    content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
    content: '\f0c1';
}
.fa-cloud:before {
    content: '\f0c2';
}
.fa-flask:before {
    content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
    content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
    content: '\f0c5';
}
.fa-paperclip:before {
    content: '\f0c6';
}
.fa-floppy-o:before,
.fa-save:before {
    content: '\f0c7';
}
.fa-square:before {
    content: '\f0c8';
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: '\f0c9';
}
.fa-list-ul:before {
    content: '\f0ca';
}
.fa-list-ol:before {
    content: '\f0cb';
}
.fa-strikethrough:before {
    content: '\f0cc';
}
.fa-underline:before {
    content: '\f0cd';
}
.fa-table:before {
    content: '\f0ce';
}
.fa-magic:before {
    content: '\f0d0';
}
.fa-truck:before {
    content: '\f0d1';
}
.fa-pinterest:before {
    content: '\f0d2';
}
.fa-pinterest-square:before {
    content: '\f0d3';
}
.fa-google-plus-square:before {
    content: '\f0d4';
}
.fa-google-plus:before {
    content: '\f0d5';
}
.fa-money:before {
    content: '\f0d6';
}
.fa-caret-down:before {
    content: '\f0d7';
}
.fa-caret-up:before {
    content: '\f0d8';
}
.fa-caret-left:before {
    content: '\f0d9';
}
.fa-caret-right:before {
    content: '\f0da';
}
.fa-columns:before {
    content: '\f0db';
}
.fa-sort:before,
.fa-unsorted:before {
    content: '\f0dc';
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: '\f0dd';
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: '\f0de';
}
.fa-envelope:before {
    content: '\f0e0';
}
.fa-linkedin:before {
    content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
    content: '\f0e2';
}
.fa-gavel:before,
.fa-legal:before {
    content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: '\f0e4';
}
.fa-comment-o:before {
    content: '\f0e5';
}
.fa-comments-o:before {
    content: '\f0e6';
}
.fa-bolt:before,
.fa-flash:before {
    content: '\f0e7';
}
.fa-sitemap:before {
    content: '\f0e8';
}
.fa-umbrella:before {
    content: '\f0e9';
}
.fa-clipboard:before,
.fa-paste:before {
    content: '\f0ea';
}
.fa-lightbulb-o:before {
    content: '\f0eb';
}
.fa-exchange:before {
    content: '\f0ec';
}
.fa-cloud-download:before {
    content: '\f0ed';
}
.fa-cloud-upload:before {
    content: '\f0ee';
}
.fa-user-md:before {
    content: '\f0f0';
}
.fa-stethoscope:before {
    content: '\f0f1';
}
.fa-suitcase:before {
    content: '\f0f2';
}
.fa-bell-o:before {
    content: '\f0a2';
}
.fa-coffee:before {
    content: '\f0f4';
}
.fa-cutlery:before {
    content: '\f0f5';
}
.fa-file-text-o:before {
    content: '\f0f6';
}
.fa-building-o:before {
    content: '\f0f7';
}
.fa-hospital-o:before {
    content: '\f0f8';
}
.fa-ambulance:before {
    content: '\f0f9';
}
.fa-medkit:before {
    content: '\f0fa';
}
.fa-fighter-jet:before {
    content: '\f0fb';
}
.fa-beer:before {
    content: '\f0fc';
}
.fa-h-square:before {
    content: '\f0fd';
}
.fa-plus-square:before {
    content: '\f0fe';
}
.fa-angle-double-left:before {
    content: '\f100';
}
.fa-angle-double-right:before {
    content: '\f101';
}
.fa-angle-double-up:before {
    content: '\f102';
}
.fa-angle-double-down:before {
    content: '\f103';
}
.fa-angle-left:before {
    content: '\f104';
}
.fa-angle-right:before {
    content: '\f105';
}
.fa-angle-up:before {
    content: '\f106';
}
.fa-angle-down:before {
    content: '\f107';
}
.fa-desktop:before {
    content: '\f108';
}
.fa-laptop:before {
    content: '\f109';
}
.fa-tablet:before {
    content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: '\f10b';
}
.fa-circle-o:before {
    content: '\f10c';
}
.fa-quote-left:before {
    content: '\f10d';
}
.fa-quote-right:before {
    content: '\f10e';
}
.fa-spinner:before {
    content: '\f110';
}
.fa-circle:before {
    content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
    content: '\f112';
}
.fa-github-alt:before {
    content: '\f113';
}
.fa-folder-o:before {
    content: '\f114';
}
.fa-folder-open-o:before {
    content: '\f115';
}
.fa-smile-o:before {
    content: '\f118';
}
.fa-frown-o:before {
    content: '\f119';
}
.fa-meh-o:before {
    content: '\f11a';
}
.fa-gamepad:before {
    content: '\f11b';
}
.fa-keyboard-o:before {
    content: '\f11c';
}
.fa-flag-o:before {
    content: '\f11d';
}
.fa-flag-checkered:before {
    content: '\f11e';
}
.fa-terminal:before {
    content: '\f120';
}
.fa-code:before {
    content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '\f123';
}
.fa-location-arrow:before {
    content: '\f124';
}
.fa-crop:before {
    content: '\f125';
}
.fa-code-fork:before {
    content: '\f126';
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: '\f127';
}
.fa-question:before {
    content: '\f128';
}
.fa-info:before {
    content: '\f129';
}
.fa-exclamation:before {
    content: '\f12a';
}
.fa-superscript:before {
    content: '\f12b';
}
.fa-subscript:before {
    content: '\f12c';
}
.fa-eraser:before {
    content: '\f12d';
}
.fa-puzzle-piece:before {
    content: '\f12e';
}
.fa-microphone:before {
    content: '\f130';
}
.fa-microphone-slash:before {
    content: '\f131';
}
.fa-shield:before {
    content: '\f132';
}
.fa-calendar-o:before {
    content: '\f133';
}
.fa-fire-extinguisher:before {
    content: '\f134';
}
.fa-rocket:before {
    content: '\f135';
}
.fa-maxcdn:before {
    content: '\f136';
}
.fa-chevron-circle-left:before {
    content: '\f137';
}
.fa-chevron-circle-right:before {
    content: '\f138';
}
.fa-chevron-circle-up:before {
    content: '\f139';
}
.fa-chevron-circle-down:before {
    content: '\f13a';
}
.fa-html5:before {
    content: '\f13b';
}
.fa-css3:before {
    content: '\f13c';
}
.fa-anchor:before {
    content: '\f13d';
}
.fa-unlock-alt:before {
    content: '\f13e';
}
.fa-bullseye:before {
    content: '\f140';
}
.fa-ellipsis-h:before {
    content: '\f141';
}
.fa-ellipsis-v:before {
    content: '\f142';
}
.fa-rss-square:before {
    content: '\f143';
}
.fa-play-circle:before {
    content: '\f144';
}
.fa-ticket:before {
    content: '\f145';
}
.fa-minus-square:before {
    content: '\f146';
}
.fa-minus-square-o:before {
    content: '\f147';
}
.fa-level-up:before {
    content: '\f148';
}
.fa-level-down:before {
    content: '\f149';
}
.fa-check-square:before {
    content: '\f14a';
}
.fa-pencil-square:before {
    content: '\f14b';
}
.fa-external-link-square:before {
    content: '\f14c';
}
.fa-share-square:before {
    content: '\f14d';
}
.fa-compass:before {
    content: '\f14e';
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: '\f150';
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: '\f151';
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: '\f152';
}
.fa-eur:before,
.fa-euro:before {
    content: '\f153';
}
.fa-gbp:before {
    content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
    content: '\f155';
}
.fa-inr:before,
.fa-rupee:before {
    content: '\f156';
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: '\f157';
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: '\f158';
}
.fa-krw:before,
.fa-won:before {
    content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
    content: '\f15a';
}
.fa-file:before {
    content: '\f15b';
}
.fa-file-text:before {
    content: '\f15c';
}
.fa-sort-alpha-asc:before {
    content: '\f15d';
}
.fa-sort-alpha-desc:before {
    content: '\f15e';
}
.fa-sort-amount-asc:before {
    content: '\f160';
}
.fa-sort-amount-desc:before {
    content: '\f161';
}
.fa-sort-numeric-asc:before {
    content: '\f162';
}
.fa-sort-numeric-desc:before {
    content: '\f163';
}
.fa-thumbs-up:before {
    content: '\f164';
}
.fa-thumbs-down:before {
    content: '\f165';
}
.fa-youtube-square:before {
    content: '\f166';
}
.fa-youtube:before {
    content: '\f167';
}
.fa-xing:before {
    content: '\f168';
}
.fa-xing-square:before {
    content: '\f169';
}
.fa-youtube-play:before {
    content: '\f16a';
}
.fa-dropbox:before {
    content: '\f16b';
}
.fa-stack-overflow:before {
    content: '\f16c';
}
.fa-instagram:before {
    content: '\f16d';
}
.fa-flickr:before {
    content: '\f16e';
}
.fa-adn:before {
    content: '\f170';
}
.fa-bitbucket:before {
    content: '\f171';
}
.fa-bitbucket-square:before {
    content: '\f172';
}
.fa-tumblr:before {
    content: '\f173';
}
.fa-tumblr-square:before {
    content: '\f174';
}
.fa-long-arrow-down:before {
    content: '\f175';
}
.fa-long-arrow-up:before {
    content: '\f176';
}
.fa-long-arrow-left:before {
    content: '\f177';
}
.fa-long-arrow-right:before {
    content: '\f178';
}
.fa-apple:before {
    content: '\f179';
}
.fa-windows:before {
    content: '\f17a';
}
.fa-android:before {
    content: '\f17b';
}
.fa-linux:before {
    content: '\f17c';
}
.fa-dribbble:before {
    content: '\f17d';
}
.fa-skype:before {
    content: '\f17e';
}
.fa-foursquare:before {
    content: '\f180';
}
.fa-trello:before {
    content: '\f181';
}
.fa-female:before {
    content: '\f182';
}
.fa-male:before {
    content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
    content: '\f184';
}
.fa-sun-o:before {
    content: '\f185';
}
.fa-moon-o:before {
    content: '\f186';
}
.fa-archive:before {
    content: '\f187';
}
.fa-bug:before {
    content: '\f188';
}
.fa-vk:before {
    content: '\f189';
}
.fa-weibo:before {
    content: '\f18a';
}
.fa-renren:before {
    content: '\f18b';
}
.fa-pagelines:before {
    content: '\f18c';
}
.fa-stack-exchange:before {
    content: '\f18d';
}
.fa-arrow-circle-o-right:before {
    content: '\f18e';
}
.fa-arrow-circle-o-left:before {
    content: '\f190';
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: '\f191';
}
.fa-dot-circle-o:before {
    content: '\f192';
}
.fa-wheelchair:before {
    content: '\f193';
}
.fa-vimeo-square:before {
    content: '\f194';
}
.fa-try:before,
.fa-turkish-lira:before {
    content: '\f195';
}
.fa-plus-square-o:before {
    content: '\f196';
}
.fa-space-shuttle:before {
    content: '\f197';
}
.fa-slack:before {
    content: '\f198';
}
.fa-envelope-square:before {
    content: '\f199';
}
.fa-wordpress:before {
    content: '\f19a';
}
.fa-openid:before {
    content: '\f19b';
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: '\f19c';
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: '\f19d';
}
.fa-yahoo:before {
    content: '\f19e';
}
.fa-google:before {
    content: '\f1a0';
}
.fa-reddit:before {
    content: '\f1a1';
}
.fa-reddit-square:before {
    content: '\f1a2';
}
.fa-stumbleupon-circle:before {
    content: '\f1a3';
}
.fa-stumbleupon:before {
    content: '\f1a4';
}
.fa-delicious:before {
    content: '\f1a5';
}
.fa-digg:before {
    content: '\f1a6';
}
.fa-pied-piper-pp:before {
    content: '\f1a7';
}
.fa-pied-piper-alt:before {
    content: '\f1a8';
}
.fa-drupal:before {
    content: '\f1a9';
}
.fa-joomla:before {
    content: '\f1aa';
}
.fa-language:before {
    content: '\f1ab';
}
.fa-fax:before {
    content: '\f1ac';
}
.fa-building:before {
    content: '\f1ad';
}
.fa-child:before {
    content: '\f1ae';
}
.fa-paw:before {
    content: '\f1b0';
}
.fa-spoon:before {
    content: '\f1b1';
}
.fa-cube:before {
    content: '\f1b2';
}
.fa-cubes:before {
    content: '\f1b3';
}
.fa-behance:before {
    content: '\f1b4';
}
.fa-behance-square:before {
    content: '\f1b5';
}
.fa-steam:before {
    content: '\f1b6';
}
.fa-steam-square:before {
    content: '\f1b7';
}
.fa-recycle:before {
    content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
    content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
    content: '\f1ba';
}
.fa-tree:before {
    content: '\f1bb';
}
.fa-spotify:before {
    content: '\f1bc';
}
.fa-deviantart:before {
    content: '\f1bd';
}
.fa-soundcloud:before {
    content: '\f1be';
}
.fa-database:before {
    content: '\f1c0';
}
.fa-file-pdf-o:before {
    content: '\f1c1';
}
.fa-file-word-o:before {
    content: '\f1c2';
}
.fa-file-excel-o:before {
    content: '\f1c3';
}
.fa-file-powerpoint-o:before {
    content: '\f1c4';
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: '\f1c5';
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: '\f1c6';
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '\f1c8';
}
.fa-file-code-o:before {
    content: '\f1c9';
}
.fa-vine:before {
    content: '\f1ca';
}
.fa-codepen:before {
    content: '\f1cb';
}
.fa-jsfiddle:before {
    content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: '\f1cd';
}
.fa-circle-o-notch:before {
    content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: '\f1d0';
}
.fa-empire:before,
.fa-ge:before {
    content: '\f1d1';
}
.fa-git-square:before {
    content: '\f1d2';
}
.fa-git:before {
    content: '\f1d3';
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: '\f1d4';
}
.fa-tencent-weibo:before {
    content: '\f1d5';
}
.fa-qq:before {
    content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
    content: '\f1d7';
}
.fa-paper-plane:before,
.fa-send:before {
    content: '\f1d8';
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: '\f1d9';
}
.fa-history:before {
    content: '\f1da';
}
.fa-circle-thin:before {
    content: '\f1db';
}
.fa-header:before {
    content: '\f1dc';
}
.fa-paragraph:before {
    content: '\f1dd';
}
.fa-sliders:before {
    content: '\f1de';
}
.fa-share-alt:before {
    content: '\f1e0';
}
.fa-share-alt-square:before {
    content: '\f1e1';
}
.fa-bomb:before {
    content: '\f1e2';
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: '\f1e3';
}
.fa-tty:before {
    content: '\f1e4';
}
.fa-binoculars:before {
    content: '\f1e5';
}
.fa-plug:before {
    content: '\f1e6';
}
.fa-slideshare:before {
    content: '\f1e7';
}
.fa-twitch:before {
    content: '\f1e8';
}
.fa-yelp:before {
    content: '\f1e9';
}
.fa-newspaper-o:before {
    content: '\f1ea';
}
.fa-wifi:before {
    content: '\f1eb';
}
.fa-calculator:before {
    content: '\f1ec';
}
.fa-paypal:before {
    content: '\f1ed';
}
.fa-google-wallet:before {
    content: '\f1ee';
}
.fa-cc-visa:before {
    content: '\f1f0';
}
.fa-cc-mastercard:before {
    content: '\f1f1';
}
.fa-cc-discover:before {
    content: '\f1f2';
}
.fa-cc-amex:before {
    content: '\f1f3';
}
.fa-cc-paypal:before {
    content: '\f1f4';
}
.fa-cc-stripe:before {
    content: '\f1f5';
}
.fa-bell-slash:before {
    content: '\f1f6';
}
.fa-bell-slash-o:before {
    content: '\f1f7';
}
.fa-trash:before {
    content: '\f1f8';
}
.fa-copyright:before {
    content: '\f1f9';
}
.fa-at:before {
    content: '\f1fa';
}
.fa-eyedropper:before {
    content: '\f1fb';
}
.fa-paint-brush:before {
    content: '\f1fc';
}
.fa-birthday-cake:before {
    content: '\f1fd';
}
.fa-area-chart:before {
    content: '\f1fe';
}
.fa-pie-chart:before {
    content: '\f200';
}
.fa-line-chart:before {
    content: '\f201';
}
.fa-lastfm:before {
    content: '\f202';
}
.fa-lastfm-square:before {
    content: '\f203';
}
.fa-toggle-off:before {
    content: '\f204';
}
.fa-toggle-on:before {
    content: '\f205';
}
.fa-bicycle:before {
    content: '\f206';
}
.fa-bus:before {
    content: '\f207';
}
.fa-ioxhost:before {
    content: '\f208';
}
.fa-angellist:before {
    content: '\f209';
}
.fa-cc:before {
    content: '\f20a';
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: '\f20b';
}
.fa-meanpath:before {
    content: '\f20c';
}
.fa-buysellads:before {
    content: '\f20d';
}
.fa-connectdevelop:before {
    content: '\f20e';
}
.fa-dashcube:before {
    content: '\f210';
}
.fa-forumbee:before {
    content: '\f211';
}
.fa-leanpub:before {
    content: '\f212';
}
.fa-sellsy:before {
    content: '\f213';
}
.fa-shirtsinbulk:before {
    content: '\f214';
}
.fa-simplybuilt:before {
    content: '\f215';
}
.fa-skyatlas:before {
    content: '\f216';
}
.fa-cart-plus:before {
    content: '\f217';
}
.fa-cart-arrow-down:before {
    content: '\f218';
}
.fa-diamond:before {
    content: '\f219';
}
.fa-ship:before {
    content: '\f21a';
}
.fa-user-secret:before {
    content: '\f21b';
}
.fa-motorcycle:before {
    content: '\f21c';
}
.fa-street-view:before {
    content: '\f21d';
}
.fa-heartbeat:before {
    content: '\f21e';
}
.fa-venus:before {
    content: '\f221';
}
.fa-mars:before {
    content: '\f222';
}
.fa-mercury:before {
    content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
    content: '\f224';
}
.fa-transgender-alt:before {
    content: '\f225';
}
.fa-venus-double:before {
    content: '\f226';
}
.fa-mars-double:before {
    content: '\f227';
}
.fa-venus-mars:before {
    content: '\f228';
}
.fa-mars-stroke:before {
    content: '\f229';
}
.fa-mars-stroke-v:before {
    content: '\f22a';
}
.fa-mars-stroke-h:before {
    content: '\f22b';
}
.fa-neuter:before {
    content: '\f22c';
}
.fa-genderless:before {
    content: '\f22d';
}
.fa-facebook-official:before {
    content: '\f230';
}
.fa-pinterest-p:before {
    content: '\f231';
}
.fa-whatsapp:before {
    content: '\f232';
}
.fa-server:before {
    content: '\f233';
}
.fa-user-plus:before {
    content: '\f234';
}
.fa-user-times:before {
    content: '\f235';
}
.fa-bed:before,
.fa-hotel:before {
    content: '\f236';
}
.fa-viacoin:before {
    content: '\f237';
}
.fa-train:before {
    content: '\f238';
}
.fa-subway:before {
    content: '\f239';
}
.fa-medium:before {
    content: '\f23a';
}
.fa-y-combinator:before,
.fa-yc:before {
    content: '\f23b';
}
.fa-optin-monster:before {
    content: '\f23c';
}
.fa-opencart:before {
    content: '\f23d';
}
.fa-expeditedssl:before {
    content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: '\f244';
}
.fa-mouse-pointer:before {
    content: '\f245';
}
.fa-i-cursor:before {
    content: '\f246';
}
.fa-object-group:before {
    content: '\f247';
}
.fa-object-ungroup:before {
    content: '\f248';
}
.fa-sticky-note:before {
    content: '\f249';
}
.fa-sticky-note-o:before {
    content: '\f24a';
}
.fa-cc-jcb:before {
    content: '\f24b';
}
.fa-cc-diners-club:before {
    content: '\f24c';
}
.fa-clone:before {
    content: '\f24d';
}
.fa-balance-scale:before {
    content: '\f24e';
}
.fa-hourglass-o:before {
    content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '\f253';
}
.fa-hourglass:before {
    content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '\f255';
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: '\f256';
}
.fa-hand-scissors-o:before {
    content: '\f257';
}
.fa-hand-lizard-o:before {
    content: '\f258';
}
.fa-hand-spock-o:before {
    content: '\f259';
}
.fa-hand-pointer-o:before {
    content: '\f25a';
}
.fa-hand-peace-o:before {
    content: '\f25b';
}
.fa-trademark:before {
    content: '\f25c';
}
.fa-registered:before {
    content: '\f25d';
}
.fa-creative-commons:before {
    content: '\f25e';
}
.fa-gg:before {
    content: '\f260';
}
.fa-gg-circle:before {
    content: '\f261';
}
.fa-tripadvisor:before {
    content: '\f262';
}
.fa-odnoklassniki:before {
    content: '\f263';
}
.fa-odnoklassniki-square:before {
    content: '\f264';
}
.fa-get-pocket:before {
    content: '\f265';
}
.fa-wikipedia-w:before {
    content: '\f266';
}
.fa-safari:before {
    content: '\f267';
}
.fa-chrome:before {
    content: '\f268';
}
.fa-firefox:before {
    content: '\f269';
}
.fa-opera:before {
    content: '\f26a';
}
.fa-internet-explorer:before {
    content: '\f26b';
}
.fa-television:before,
.fa-tv:before {
    content: '\f26c';
}
.fa-contao:before {
    content: '\f26d';
}
.fa-500px:before {
    content: '\f26e';
}
.fa-amazon:before {
    content: '\f270';
}
.fa-calendar-plus-o:before {
    content: '\f271';
}
.fa-calendar-minus-o:before {
    content: '\f272';
}
.fa-calendar-times-o:before {
    content: '\f273';
}
.fa-calendar-check-o:before {
    content: '\f274';
}
.fa-industry:before {
    content: '\f275';
}
.fa-map-pin:before {
    content: '\f276';
}
.fa-map-signs:before {
    content: '\f277';
}
.fa-map-o:before {
    content: '\f278';
}
.fa-map:before {
    content: '\f279';
}
.fa-commenting:before {
    content: '\f27a';
}
.fa-commenting-o:before {
    content: '\f27b';
}
.fa-houzz:before {
    content: '\f27c';
}
.fa-vimeo:before {
    content: '\f27d';
}
.fa-black-tie:before {
    content: '\f27e';
}
.fa-fonticons:before {
    content: '\f280';
}
.fa-reddit-alien:before {
    content: '\f281';
}
.fa-edge:before {
    content: '\f282';
}
.fa-credit-card-alt:before {
    content: '\f283';
}
.fa-codiepie:before {
    content: '\f284';
}
.fa-modx:before {
    content: '\f285';
}
.fa-fort-awesome:before {
    content: '\f286';
}
.fa-usb:before {
    content: '\f287';
}
.fa-product-hunt:before {
    content: '\f288';
}
.fa-mixcloud:before {
    content: '\f289';
}
.fa-scribd:before {
    content: '\f28a';
}
.fa-pause-circle:before {
    content: '\f28b';
}
.fa-pause-circle-o:before {
    content: '\f28c';
}
.fa-stop-circle:before {
    content: '\f28d';
}
.fa-stop-circle-o:before {
    content: '\f28e';
}
.fa-shopping-bag:before {
    content: '\f290';
}
.fa-shopping-basket:before {
    content: '\f291';
}
.fa-hashtag:before {
    content: '\f292';
}
.fa-bluetooth:before {
    content: '\f293';
}
.fa-bluetooth-b:before {
    content: '\f294';
}
.fa-percent:before {
    content: '\f295';
}
.fa-gitlab:before {
    content: '\f296';
}
.fa-wpbeginner:before {
    content: '\f297';
}
.fa-wpforms:before {
    content: '\f298';
}
.fa-envira:before {
    content: '\f299';
}
.fa-universal-access:before {
    content: '\f29a';
}
.fa-wheelchair-alt:before {
    content: '\f29b';
}
.fa-question-circle-o:before {
    content: '\f29c';
}
.fa-blind:before {
    content: '\f29d';
}
.fa-audio-description:before {
    content: '\f29e';
}
.fa-volume-control-phone:before {
    content: '\f2a0';
}
.fa-braille:before {
    content: '\f2a1';
}
.fa-assistive-listening-systems:before {
    content: '\f2a2';
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: '\f2a3';
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: '\f2a4';
}
.fa-glide:before {
    content: '\f2a5';
}
.fa-glide-g:before {
    content: '\f2a6';
}
.fa-sign-language:before,
.fa-signing:before {
    content: '\f2a7';
}
.fa-low-vision:before {
    content: '\f2a8';
}
.fa-viadeo:before {
    content: '\f2a9';
}
.fa-viadeo-square:before {
    content: '\f2aa';
}
.fa-snapchat:before {
    content: '\f2ab';
}
.fa-snapchat-ghost:before {
    content: '\f2ac';
}
.fa-snapchat-square:before {
    content: '\f2ad';
}
.fa-pied-piper:before {
    content: '\f2ae';
}
.fa-first-order:before {
    content: '\f2b0';
}
.fa-yoast:before {
    content: '\f2b1';
}
.fa-themeisle:before {
    content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
    content: '\f2b4';
}
.fa-handshake-o:before {
    content: '\f2b5';
}
.fa-envelope-open:before {
    content: '\f2b6';
}
.fa-envelope-open-o:before {
    content: '\f2b7';
}
.fa-linode:before {
    content: '\f2b8';
}
.fa-address-book:before {
    content: '\f2b9';
}
.fa-address-book-o:before {
    content: '\f2ba';
}
.fa-address-card:before,
.fa-vcard:before {
    content: '\f2bb';
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: '\f2bc';
}
.fa-user-circle:before {
    content: '\f2bd';
}
.fa-user-circle-o:before {
    content: '\f2be';
}
.fa-user-o:before {
    content: '\f2c0';
}
.fa-id-badge:before {
    content: '\f2c1';
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: '\f2c2';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: '\f2c3';
}
.fa-quora:before {
    content: '\f2c4';
}
.fa-free-code-camp:before {
    content: '\f2c5';
}
.fa-telegram:before {
    content: '\f2c6';
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: '\f2c7';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: '\f2c8';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: '\f2c9';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: '\f2ca';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: '\f2cb';
}
.fa-shower:before {
    content: '\f2cc';
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: '\f2cd';
}
.fa-podcast:before {
    content: '\f2ce';
}
.fa-window-maximize:before {
    content: '\f2d0';
}
.fa-window-minimize:before {
    content: '\f2d1';
}
.fa-window-restore:before {
    content: '\f2d2';
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: '\f2d3';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: '\f2d4';
}
.fa-bandcamp:before {
    content: '\f2d5';
}
.fa-grav:before {
    content: '\f2d6';
}
.fa-etsy:before {
    content: '\f2d7';
}
.fa-imdb:before {
    content: '\f2d8';
}
.fa-ravelry:before {
    content: '\f2d9';
}
.fa-eercast:before {
    content: '\f2da';
}
.fa-microchip:before {
    content: '\f2db';
}
.fa-snowflake-o:before {
    content: '\f2dc';
}
.fa-superpowers:before {
    content: '\f2dd';
}
.fa-wpexplorer:before {
    content: '\f2de';
}
.fa-meetup:before {
    content: '\f2e0';
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.lg-icon {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #ddd;
    cursor: pointer;
    display: block;
    font-size: 30px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    content: '\f18e';
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    content: '\f190';
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(30, 115, 190, 0.45);
}
.lg-toolbar .lg-icon {
    color: #dcdcdc;
    cursor: pointer;

    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.lg-toolbar .lg-close.lg-icon {
    font-size: 35px; position: absolute;
    top: 0;
    right: 0;
}
.lg-toolbar #lg-zoom-in {position: absolute; top: 0; right: 45px;}
.lg-toolbar #lg-zoom-out {position: absolute; top: 0; right: 70px;}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: '\f00d';
}
.lg-toolbar .lg-download:after {
    content: '\e0f2';
}
.lg-sub-html {
    background-color: rgba(30, 115, 190, 0.45);
    bottom: 0;
    color: #fff;
    font-size: 25px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter {
    color: #f7f7f7;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item.lg-complete
    .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer {
    background-color: #aaa;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
	display: inline-block;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
	display: inline-block;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #1e73be;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
    background-color: #1e73be;
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
    content: '\f03e';
}
.lg-outer .lg-toogle-thumb:hover {
    color: #fff;
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
.lg-outer .lg-has-html5 .lg-video-play {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
    background-color: #1e73be;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}
.lg-autoplay-button:after {
    content: '\e01d';
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: '\e01a';
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lg-zoom-in:after {
    content: '\f00e';
}
#lg-actual-size {
    font-size: 20px;
}
#lg-actual-size:after {
    content: '\e033';
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: '\f010';
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after {
    content: '\e20c';
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: '\e20d';
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s,
        visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Tinos, 'Times New Roman', serif;
    font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;

    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.lg-outer #lg-share {
    position: relative;
}
.lg-outer #lg-share:after {
    content: '\e80d';
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: '\e901';
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: '\e904';
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: '\e902';
}
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: '\e903';
}
.group:after,
.group:before {
    display: table;
    content: '';
    line-height: 0;
}
.group:after {
    clear: both;
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    background: url(img/loading.gif) no-repeat scroll center center transparent;
    display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-empty-html {
    display: none;
}
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(201, 201, 201, 0.95);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.ion-navicon:before,
.icon-search:before,
.ion-ios-arrow-up:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-style: normal;
}
.ion-navicon:before {
    content: '\f0c9';
}
.icon-search:before {
    content: '\f002';
}
.ion-ios-arrow-up:before {
    content: '\f106';
}
.single.single-post .blog-content a {
    color: #1e73be;
}
.single.single-post .blog-content h3 a {
    color: #fff;
}
.logo_block a.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
header .logo_block .logo {
    height: 75px;
}
h1.archive-title {
    color: #fff;
}
.iq-blog-detail .heading-title h1 {
    line-height: 1;
}
.archive-header {
    padding-bottom: 50px;
}
.archive-header .archive-title span {
    border: solid 2px #e4e4e4;
    padding: 0 5px;
    color: #ff7364;
    background-color: #f5f7f8;
    border-radius: 4px;
    display: inline;
}
.archive-header .archive-meta {
    color: #fff;
    text-align: justify;
    line-height: 1.3;
    padding-top: 7px;
}
.row.pagination_row {
    width: 100%;
    margin: 0 auto;
}
.lang-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
	list-style: none;
	padding-right: 10px;	
}
header ul.LangFlags .lang-item a {
    font-size: 16px;
    color: #c1c1c1;
    font-weight: bold;
    background: #f2f4ff;
    padding: 2px 15px;
	line-height: 1.3;
}
header ul.LangFlags .lang-item a:hover {
    color: #ff7364;
    text-decoration: none;
}
header ul.LangFlags .lang-item.current-lang a {
    color: #ff7364;
}
header .navigate-links-top ul.LangFlags {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.useful-header-links {
    vertical-align: middle;
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.header-mob-site-version {padding-top: 5px;}
.header-mob-site-version .fa-mobile {
    cursor: pointer;
    font-size: 40px;
    color: #ccc;
}
.header-mob-site-version i:hover {
    color: #363636;
}
.support_button__header {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.support_button__header a {
    display: block; padding: 3px 0;
}
.support_button__header a img {
    height: 60px;
    width: 217px;
}
.support-site-block_text {
    display: block;
    color: #ff7364;
    font-weight: bold;
    font-size: 1.5rem;
}
.forma-poshuku-wrap {
    display: none;
}
.forma-poshuku-wrap.open {
    display: block;
}
.forma-poshuku-wrap .forma-poshuku .search-input {
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #5e58ff;
    font-size: 50px;
    width: 100%;
    height: 75px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.icon-search {
    cursor: pointer;
    font-size: 25px;
    color: #ccc;
}
.header-search-form .icon-search:hover {
    color: #363636;
}
.forma-poshuku-wrap .forma-poshuku-modal-bg {
    background: rgba(0, 0, 0, 0.95);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.forma-poshuku-wrap.open .forma-poshuku-modal-bg {
    opacity: 1;
    z-index: 998;
}
.forma-poshuku-wrap .forma-poshuku {
    bottom: 0;
    left: 0;
    padding: 20%;
    right: 0;
    text-align: center;
    top: 0;
}
.forma-poshuku-wrap.open .forma-poshuku {
    z-index: 999;
    position: fixed;
}
.forma-poshuku-wrap button.submit.btn {
    background-color: transparent;
    margin-left: -60px;
    margin-top: 20px;
    position: absolute;
}
.forma-poshuku-wrap.open .icon-search {
    color: #ccc;
    font-size: 40px;
    line-height: 30px;
    position: relative;
}
.forma-poshuku-wrap.open .icon-search:hover {
    color: #5e58ff;
}
.btn-search-close {
    cursor: pointer;
    height: 75px;
    opacity: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 75px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: opacity, transform, -webkit-transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: scale(0.82) translateZ(0);
    transform: scale(0.82) translateZ(0);
}
.forma-poshuku-wrap.open .btn-search-close {
    opacity: 0.9;
}
.btn-search-close:before,
.btn-search-close:after {
    border-top: 1px solid #fff;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.btn-search-close:before {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg);
}
.btn-search-close:after {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg);
}
.forma-poshuku-wrap.open .btn-search-close:hover {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
}
.search-results_area p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
}
.search-results_area .search-form {
    width: 50%;
}
.search-results_area .search-form .search-submit {
    margin-top: -45px;
    margin-right: 25px;
}
.search-results_area .search-form .search-submit:hover i {
    color: #ccc;
}
.navbar-nav .sub-menu a:before {
    font-family: FontAwesome;
    padding-right: 7px;
    line-height: 24px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: gray;
    font-weight: normal;
}
.navbar-nav .sub-menu a:hover:before,
.navbar-nav .sub-menu li.current-menu-item a:before,
.navbar-nav .sub-menu li.current-post-parent a:before {
    -webkit-filter: none;
    filter: none;
}
.navbar-nav .sub-menu .menu-item-349 a:before,
.navbar-nav .sub-menu .menu-item-350 a:before {
    content: url(img/magento-icon-15x15.png);
    line-height: 21px;
}
.navbar-nav .sub-menu .menu-item-359 a:before,
.navbar-nav .sub-menu .menu-item-360 a:before {
    content: '\f19a';
    color: #45bbe6;
    vertical-align: top;
}
.navbar-nav .sub-menu .menu-item-488 a:before,
.navbar-nav .sub-menu .menu-item-494 a:before {
    content: '\f2de';
    color: #489fdf;
}
.navbar-nav .sub-menu .menu-item-489 a:before,
.navbar-nav .sub-menu .menu-item-492 a:before {
    content: '\f085';
    color: #a60000;
}
.navbar-nav .sub-menu .menu-item-487 a:before,
.navbar-nav .sub-menu .menu-item-491 a:before {
    content: '\f21e';
    color: #e1252e;
}
.navbar-nav .sub-menu .menu-item-496 a:before,
.navbar-nav .sub-menu .menu-item-497 a:before {
    content: '\f1c5';
    color: #5fa03f;
}
.navbar-nav .sub-menu .menu-item-576 a:before,
.navbar-nav .sub-menu .menu-item-577 a:before {
    content: '\f1fc';
    color: #00c8ff;
}
.navbar-nav .sub-menu .menu-item-4865 a:before,
.navbar-nav .sub-menu .menu-item-4871 a:before {
    content: '\f013';
    color: #5c4dfe;
}
.navbar-nav .sub-menu .menu-item-1412 a:before,
.navbar-nav .sub-menu .menu-item-1414 a:before {
    content: url(img/volleyball-icon-15x15.png);
}
.navbar-nav .sub-menu .menu-item-1492 a:before,
.navbar-nav .sub-menu .menu-item-1493 a:before {
    content: url(img/basketball-icon-15x15.png);
}
.navbar-nav .sub-menu .menu-item-1523 a:before,
.navbar-nav .sub-menu .menu-item-1524 a:before {
    content: url(img/football-icon-15x15.png);
}
.navbar-nav .sub-menu .menu-item-2310 a:before,
.navbar-nav .sub-menu .menu-item-2311 a:before {
    content: '\f13c';
    color: #0c5bba;
}
.navbar-nav .sub-menu .menu-item-2964 a:before,
.navbar-nav .sub-menu .menu-item-2969 a:before {
    content: url(img/magento2-icon-15x15.png);
    line-height: 21px;
}
.navbar-nav .sub-menu .menu-item-3491 a:before,
.navbar-nav .sub-menu .menu-item-3495 a:before {
    content: url(img/php_category_icon-15x15.png);
    line-height: 21px;
}
.navbar-nav .sub-menu .menu-item-3508 a:before,
.navbar-nav .sub-menu .menu-item-3512 a:before {
    content: url(img/javascript_category_thumb.png);
    line-height: 21px;
}
.navbar-nav .sub-menu .menu-item-3971 a:before,
.navbar-nav .sub-menu .menu-item-3972 a:before {
    content: url(img/MySQL_category_icon-15x15.png);
    line-height: 21px;
}
.blog-title h3.entry-title {
    font-size: 1.3em;
    line-height: 1.1;
}
.single.single-post .blog-content h2,
.single.single-post .blog-content h3,
.single.single-post .blog-content h4 {
    display: inline-block;
    padding: 5px 15px 8px 10px;
    margin: 25px 0 25px -15px;
    color: #fff;
    background-color: rgba(30, 115, 190, 0.8);
}
.single.single-post .blog-content h2 {
    font-size: 1.235em;
    line-height: 1.1;
}
.single.single-post .blog-content h3 {
    font-size: 1.153em;
    line-height: 1.1;
}
.single.single-post .iq-blog-detail .blog-content,
.single.single-apps .iq-blog-detail .blog-content {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.3;
}
.single.single-post .iq-blog-meta {
    border-top: 1px solid #f2f4ff;
}
body:not(.single) .blog-content {
  line-height: 1.3;
}
body:not(.single) .figure {display: block; overflow: hidden;}
.iq-blog-meta i {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.divider-dashed {
    display: block;
    width: 100%;
    height: 0;
    margin: 20px 0;
    border-bottom: 2px dashed #eee;
}
.single.single-post .iq-blog-detail .blog-content .entry-tags {
    font-size: 1.1rem;
}
.icon-eye-open:before {
    content: '\f06e';
}
.icon-tag:before {
    content: '\f02b';
}
.icon-comment:before {
    content: '\f075';
}
.icon-share:before {
    content: '\f045';
}
.entry-share-icons i {
    padding-right: 5px;
}
.icon-facebook:before {
    content: '\f09a';
}
.icon-twitter:before {
    content: '\f099';
}
.fa-thumbs-o-up.alreadyvoted:before {
    color: #ff7364;
}
.entry-share-icons {
    display: none;
    position: absolute;
    background-color: #fff;
}
.single.single-post .blog-content code {
    word-break: break-word;
    border: solid 2px #e4e4e4;
    padding: 0 5px;
    font-size: 20px;
    color: #c7254e;
    white-space: pre-wrap;
    background-color: #f5f7f8;
    border-radius: 4px;
    overflow-x: scroll;
    display: inline;
}
.site-content-contain svg {
    height: 90px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single.single-post .blog-content p iframe {
    display: block;
    margin: 0 auto;
    border: none;
}
.related-post-one img {
    width: 100%;
    height: auto;
}
.related-post-one {
    position: relative;
	text-align: center;
	padding: 0 5px 5px;
    margin: 3px;
	max-width: 175px;
}
.related-post-one .related-post-title {
    line-height: 1.2;
    padding-top: 10px;
}
.related-post-one .related-post-title a {
    color: #1e73be;
}
.related-post-one:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.footer_shapes {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}
footer#contact {
    background: #4432f6;
    background: url('img/shapes/sw_footer_shape.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 50px 0;
}
footer img.logo-footer {
    width: 64px;
    height: 64px;
}
footer h4 {
    font-size: 1.563em;
}
footer#contact p,
footer#contact a,
footer#contact li {
    color: #fff;
}
footer .widget.about-sebweo_footer p {
    margin-bottom: 0;
    padding-top: 35px;
    line-height: 1.3;
    font-size: 1.2rem;
}
footer#contact .add-info {
    line-height: 1;
}
.swfooter .footer-rights {
    font-size: 15px;
    line-height: 15px;
    display: block;
}
.single.single-post .blog-content .entry-tags a {
    color: #fff;
    background-color: #ff7364;
    padding: 1px 7px;
    border-radius: 10px;
}
blockquote {
    padding: 0;
    position: relative;
    max-width: 85%;
    margin: 50px auto;
    border-left: none;
}
blockquote:after {
    position: absolute;
    content: '\02DD';
    color: #dedede;
    font-size: 11rem;
    line-height: 0;
    bottom: -5.5rem;
    left: 30px;
}
blockquote p {
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    border: 2px solid #ededed;
    border-left: 15px solid #ededed;
    border-radius: 20px;
    padding: 25px;
}
blockquote p:before {
    content: '';
    position: absolute;
    width: 60px;
    border: 4px solid #ededed;
    bottom: -3px;
    left: 49px;
    z-index: 2;
}
blockquote p:after {
    content: '';
    position: absolute;
    border: 2px solid #ededed;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -58px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}
.single.single-post .blog-content blockquote h4 {
    position: absolute;
    margin: 0;
    padding-top: 5px;
    z-index: 1;
    margin-left: 130px;
    padding-left: 12px;
    background-color: transparent;
    color: #a3a3a3;
}
.post .blog-content table.table.table-bordered {
    box-sizing: border-box;
    max-width: 100%;
    border-collapse: collapse;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    min-height: 0.01%;
}
.highlighting {
    display: inline;
    padding: 3px 7px;
    font-size: 25px;
    color: #525353;
}
.highlight_yellow {
    background: #fff091;
}
.highlight_blue {
    background: #91d8ff;
}
.highlight_green {
    background: #93ff91;
}
.highlight_red {
    background: #ffa591;
}
.sebweo-note {
    border: 2px solid #e5e55c;
    border-radius: 7px;
    margin: 7px 0;
}
.sebweo-note-inner {
    background-color: #ffff66;
    border: 1px solid #ffffe0;
    color: #000;
    border-radius: 7px;
    font-size: 20px;
    padding: 12px;
}
.sebweo-button {
    color: #fff;
    background-color: #2dca2d;
    border-radius: 87px;
    transition: all 0.2s;
    padding: 15px;
    font-size: 20px;
    margin: 10px 0;
}
.sebweo-button span {
    color: #fff;
    padding: 0 38px;
    font-size: 27px;
    line-height: 54px;
    border-color: #6cda6c;
    border-radius: 87px;
}
.sebweo-document {
    margin: 0 0 35px;
}
.sebweo-responsive-media-yes {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.sebweo-responsive-media-yes embed,
.sebweo-responsive-media-yes iframe,
.sebweo-responsive-media-yes object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div[itemprop='video'] {
    display: none;
}
.single.single-post .iq-blog-detail .blog-content ul li,
.single.single-post .iq-blog-detail .blog-content ol li {
    font-size: 1.33rem;
    color: #000;
    text-align: justify;
}
.galochkaOK li {
    list-style: none;
    background: url('img/galochka.png') no-repeat scroll 0 1px;
    padding: 0 0 0 25px;
    font-size: 17px;
}
.current-time_widget_cover {
    background-image: url('img/Ukraine-EU_bezvizoviy-rezhim_thumb-small.jpg');
    width: 100%;
    height: 100%;
    min-height: 230px;
    background-size: cover;
}
.current-time_widget {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
    min-height: 230px;
}
.current-time_widget.happy-new-year-theme_snowing {
    background-image: url('img/snow1.png'), url('img/snow2.png'),
        url('img/snow3.png');
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
.current-time_widget .analog-live-clock {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #f2f4ff;
    position: relative;
    top: -7px;
    left: -7px;
}
.current-time_widget .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f2f4ff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
    box-shadow: 0 2px 4px -1px black;
}
.current-time_widget .hour-hand {
    position: absolute;
    z-index: 5;
    width: 4px;
    height: 30px;
    background: #fff;
    top: 43px;
    transform-origin: 50% 30px;
    left: 50%;
    margin-left: -2px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.current-time_widget .minute-hand {
    position: absolute;
    z-index: 6;
    width: 4px;
    height: 40px;
    background: #fff;
    top: 32px;
    left: 50%;
    margin-left: -1px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform-origin: 50% 40px;
}
.current-time_widget .second-hand {
    position: absolute;
    z-index: 7;
    width: 2px;
    height: 45px;
    background: gold;
    top: 32px;
    left: 50%;
    margin-left: -1px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform-origin: 50% 40px;
}
.current-time_widget span {
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    z-index: 4;
}
.current-time_widget span.twelve-hour {
    top: 12px;
    left: 50%;
    margin-left: -9px;
}
.current-time_widget span.three-hour {
    top: 54px;
    right: 17px;
}
.current-time_widget span.six-hour {
    bottom: 5px;
    left: 50%;
    margin-left: -5px;
}
.current-time_widget span.nine-hour {
    left: 17px;
    top: 54px;
}
.current-time_widget .diallines {
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 150px;
    left: -3px;
    top: -3px;
    background-image: url('img/clock-diallines.png');
}
.current-time_widget .current-day {
    position: absolute;
    bottom: 5px;
}
.current-time_widget .current-day div {
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 10px;
    line-height: 1.2;
}
.sebweo-gerek-sidebar-sticky {
    position: relative;
    display: block;
    z-index: 100;
}
.widget.sebweo-gerek-sidebar-widget {
    width: 100%;
    text-align: center;
}

.happy-new-year-theme_snowing {
    background-image: url('img/snow1.png'), url('img/snow2.png'),
        url('img/snow3.png');
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}
@-moz-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}
@-webkit-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}
@-ms-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

.comment-body .comment-author,
.comment-body .comment-content {
    display: inline-block;
}
.comment-body .comment-content {
    padding-left: 25px;
}
.comment-author img.avatar {
    max-width: 80px;
}
.iq-comments-info .reply {
    margin-top: 10px;
}
.comments-area .error {
    color: #ff0000;
    border: 3px solid #ff0000;
}
.too-long-comment {
    color: #ff0000;
    padding: 50px 0 0;
    font-size: 1.3rem;
}
.error-404 .big-text {
    color: #fff;
}
.error-404 p {
    color: #fff;
    font-size: 2em;
    margin-bottom: 15px;
}
.error-404 form#searchform .icon-search {
    position: absolute;
    left: -50px;
    top: -10px;
}
.error-404 a.button:hover {
    color: #fff;
}
.meta-likes .post-like {
    position: relative;
    display: block;
    width: 50px;
    height: 30px;
    text-align: center;
}
.post-like .like {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 12px;
    transform: translate(-50%, -50%);
    background: url('img/icons/sw_heart_animation.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
.post-like .like.animated-heart {
    transition: background 1s steps(28);
    animation: sw-like-btn-svg 1s steps(28);
    background-position: -1027px 0;
}
.post-like .like.alreadyvoted {
    background-position: -1027px 0;
    cursor: default;
}
.meta-likes .post-like .count {
    display: inline-block;
    padding-left: 12px;
}
@keyframes sw-like-btn-svg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1027px 0;
    }
}
.site-footer_area.swfooter li a {
    padding-right: 3px;
}
.site-footer_area .main-site-categories li:hover a,
.site-footer_area .last-site-publications li:hover a {
    background: rgb(255 255 255 / 25%);
}
.single.single-post .blog-content a.external-link-for-demo {
    background: #5e58ff;
    color: #fff;
    border-radius: 3px;
    display: inline-flex;
    padding: 4px 20px;
    text-align: center;
    margin-bottom: 5px;
}
.promocode-banner {
    background-color: #5e58ff;
    color: #fff;
    margin-top: 3.5rem;
    padding: 2rem 1rem 1.5rem;
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%;
}
.promocode-banner:before {
    background-color: #4432f6;
    border-radius: 50%;
    color: #fff;
    content: '-10%';
    display: grid;
    font-size: 2.5rem;
    font-weight: 700;
    height: 3em;
    left: 50%;
    place-items: center;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 3em;
    z-index: -1;
}
.single.single-post .blog-content .promocode-banner h3 {
    font-size: 2em;
    margin-bottom: 0;
    background-color: transparent;
    display: block;
    padding: 0;
}
.single.single-post .blog-content .promocode-banner h4 {
    font-size: 1.5em;
    margin: 0;
    background-color: transparent;
    display: block;
    padding: 0;
}
.single.single-post .iq-blog-box .iq-blog-detail .promocode-banner p {
    margin: 0;
    text-align: center;
    font-size: 15px;
}
.promocode-banner .get-promocode_btn {
    align-self: center;
    display: block;
    height: 45px;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.28571em;
    background: none;
    margin-top: 25px;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    border: 0;
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}
.get-promocode_btn:focus,
.get-promocode_btn:hover {
    outline: 0;
}
.promocode-banner .get-promocode_btn:before {
    background-color: #ff7364;
    content: '';
    position: absolute;
    width: 85%;
    height: 100%;
    left: 0;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: width 0.2s ease-out;
    z-index: 5;
    animation: promocode-animation-before 0.5s ease-in-out;
}
.promocode-banner .get-promocode_btn:after {
    border-color: transparent transparent transparent #f16455;
    left: 85%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 35px;
    transform: rotate(17deg);
    transition: left 0.2s ease-out;
    transform-origin: top left;
    content: '';
    position: absolute;
    z-index: 5;
    display: block;
    animation: code-animation-after 0.5s ease-in-out;
}
.get-promocode_btn:hover:before {
    background-color: #fd8579;
    width: 75%;
}
.get-promocode_btn:hover:after {
    left: 75%;
    border-color: transparent transparent transparent #fd8579;
}
.promocode_btns {
    width: 275px;
    margin: 0 auto;
    position: relative;
}
.promocode-banner .get-promocode_btn > .promocode_label {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.promocode-banner .get-promocode_btn > .promocode_text {
    background-color: initial;
    border: 1px solid #cecece;
    position: absolute;
    top: -1px;
    left: 0;
    text-align: right;
    padding: 0 calc(15% - 25px) 0 16px;
    width: 100%;
    height: 100%;
    line-height: 45px;
    z-index: 0;
    color: #fff;
    border-radius: 30px;
    font-size: 2rem;
}
.get-promocode_btn.clicked {
    cursor: default;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    user-select: text;
}
.get-promocode_btn.clicked .promocode_text {
    font-size: 2.2rem;
    text-align: center;
}
.get-promocode_btn.clicked:before,
.get-promocode_btn.clicked:after {
    content: none;
}
.get-promocode_btn .promocode_text::-moz-selection {
    background: #fd8579;
}
.get-promocode_btn .promocode_text::selection {
    background: #fd8579;
}
.related-quotes-block.widget_tag_cloud ul li a {
    font-size: 21px;
    padding: 0 7px;
}
.related-quotes-block p {
    margin-bottom: 0;
}
.related-quotes-block.widget_tag_cloud ul li a:hover {
    text-decoration: none;
}
.blog-content {
    counter-reset: gradient-counter gradient-minus-counter
        gradient-second-counter gradient-second-minus-counter
        gradient-third-counter gradient-third-minus-counter
        gradient-fourth-counter;
}
.blog-content ol li::before,
.blog-content ol > li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
        0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
.blog-content ol {
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}
.blog-content ol li {
    background: #fff;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}
.blog-content ol.minus li {
    counter-increment: gradient-minus-counter;
}
.blog-content ol.second-list.minus li {
    counter-increment: gradient-second-minus-counter;
}
.blog-content ol.third-list.minus li {
    counter-increment: gradient-third-minus-counter;
}
.blog-content ol.second-list li {
    counter-increment: gradient-second-counter;
}
.blog-content ol.third-list li {
    counter-increment: gradient-third-counter;
}
.blog-content ol.fourth-list li {
    counter-increment: gradient-fourth-counter;
}
.blog-content ol li::before,
.blog-content ol li::after {
    background: linear-gradient(135deg, #58ff5e 0%, #00ab06 100%);
    border-radius: 1rem 1rem 0 1rem;
    height: 3rem;
    left: -1.3rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    min-width: 3.7rem;
}
.blog-content ol.minus > li::before,
.blog-content ol.minus > li::after {
    background: linear-gradient(135deg, #ff1b1b 0%, #c93442 100%);
}
.blog-content ol li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #fff;
    display: flex;
    font: 900 1.5em/1 'Montserrat';
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}
.blog-content ol.minus li::before {
    content: counter(gradient-minus-counter);
}
.blog-content ol.second-list.minus li::before {
    content: counter(gradient-second-minus-counter);
}
.blog-content ol.third-list.minus li::before {
    content: counter(gradient-third-minus-counter);
}
.blog-content ol.second-list li::before {
    content: counter(gradient-second-counter);
}
.blog-content ol.third-list li::before {
    content: counter(gradient-third-counter);
}
.blog-content ol.fourth-list li::before {
    content: counter(gradient-fourth-counter);
}
.blog-content ol li + li {
    margin-top: 2rem;
}
.widget.useful-html-code h4 {
    font-size: 1.5em;
    font-weight: 600;
    color: #ff7364;
}
.widget.useful-html-code h4 a {
    color: #000;
}
.widget.useful-html-code h4 a:hover {
    color: #ff7364;
    text-decoration: none;
}
.post-publish_update-date {
    background: rgba(32, 41, 47, 0.5);
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 15px;
    right: 0;
    overflow: hidden;
    padding: 3px 10px;
    position: relative;
    text-overflow: ellipsis;
    text-align: right;
    white-space: nowrap;
    z-index: 5;
}
.post-publish_update-date span {
    display: block;
    text-align: right;
    line-height: 1.5;
}
video.keyframes-animaciya_demo {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    width: 177.77777778vh;
    max-width: 100%;
}
[data-sticker='sticky'] {
    top: 125px;
    position: sticky;
    margin-top: 5px;
}
.widget.sebweo-gerek-sidebar-widget a {
    display: block;
}
.widget.sebweo-gerek-sidebar-widget a img {
    max-height: 220px;
    padding-bottom: 7px;
}
.widget-block__text-before::before {
    display: block;
    content: attr(data-before);
    color: #757778;
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.9rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -7px;
    top: auto;
    width: auto;
    height: auto;
    background: 0;
}

header.menu-sticky .navbar ul li.current-menu-ancestor a,
.navbar-nav li.current-menu-ancestor a,
.navbar-nav li.current-menu-parent a {
	color: #fff;
	background: #ff7364;
}
.navbar-nav li.current-menu-item a,
.navbar-nav li a:hover {
	background: #ff7364;
	color: #fff;
}



/* респонсив стилі */
@media (min-width: 768px) {
    .promocode-banner:before {
        font-size: 3.5rem;
    }
    .widget.about-sebweo_footer > a {
        display: block;
        margin-top: -100px;
        margin-bottom: 100px;
    }
}
@media (min-width: 992px) {
    .support_button__header {
		justify-content: flex-end;
	}
	header .main-header nav.navbar {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	}
}
@media (max-width: 1000px) {
	
}
@media (min-width: 1000px) {
    .navbar ul.sub-menu li a {
        color: #302f5b;
    }
    .navbar ul li ul.sub-menu li a {
        font-size: 17px;
        line-height: 18px;
    }
    .navbar-nav li i.toggledrop {
        color: #e8e8e8;
    }
    .navbar ul.navbar-nav li a {
        font-size: 21px;
    }
    .single.single-post .blog-content p iframe {
        height: auto;
        min-height: 750px;
        max-width: 95%;
    }
    .single.single-post .blog-content p iframe.color-wheel_page {
        max-width: 100%;
        border: 2px solid #ccc;
    }
}
@media (min-width: 1000px) and (max-width: 1280px) {
    .navbar ul.navbar-nav li a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    body.boxed_layout {
        padding: 30px;
    }
}
@media (max-width: 1499px) { }
@media (max-width: 1399px) { }
@media (max-width: 1365px) { }
@media (min-width: 1920px) {
	.container {max-width: 1900px;}
}
@media (max-width: 1199px) {
    .widget.widget_nav_menu ul li .sub-menu,
    .widget ul.menu li .sub-menu {
        padding-left: 10px;
    }
    table td,
    table th {
        padding: 5px;
        text-align: center;
    }
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 31.6%;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2rem;
    }
	.iq-feature-circle {
        display: block;
    }
    header .logo_block,
    header.header_default .logo_block {
        padding: 0;
    }
    header .navbar-light .navbar-toggler {
        background: #ff7364;
        color: #fff;
        border-color: #ff7364;
        padding: 0;
        position: absolute;
        right: 0;
		z-index: 9999;
    }
    header .request-btn {
        margin-right: 60px;
        position: absolute;
        top: -45px;
        right: 0;
    }
    header .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .navbar-nav li .sub-menu li.current-menu-item i {
        color: #fff;
    }
    .navbar-nav li a:before {
        border-radius: 0;
    }
    .support_button__header {
		margin-right: 50px;
	}
    .navbar-nav li .sub-menu li a {
        color: #6f6f6f;
    }
    .navbar-nav li i {
        color: #59597e;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .navbar-nav li.current-menu-item i,
    .navbar-nav li.current-menu-parent i {
        color: #fff;
    }
    .navbar-nav li .sub-menu li i {
        top: 0;
        right: 0;
        color: #6f6f6f;
        font-size: 20px;
        line-height: 24px;
    }    
    .navbar-nav li .sub-menu li i::before {
        content: '\f3d0';
    }
    header ul.LangFlags {
        background: transparent;
    }
    header ul.LangFlags {
        width: auto;
        padding-left: 0;
        vertical-align: middle;
        line-height: 45px;
    }
    header ul.LangFlags li {
        width: 50px;
        margin-left: 7px;
    }
    .useful-header-links {
        padding: 0 15px;
    }
    .widget_calendar .calendar_wrap table th,
    .widget_calendar .calendar_wrap table td {
        padding: 5px;
    }
    .commentlist .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 31.6%;
    }
    .iq-mt-120 {
        margin-top: 60px;
    }
    .iq-breadcrumb .title {
        font-size: 38px;
    }
    .widget_calendar .calendar_wrap table th,
    .widget_calendar .calendar_wrap table td {
        padding: 2px;
    }
    .commentlist .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url,
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 100%;
        margin-right: 0;
    }
    .comment-form-cookies-consent label {
        margin-top: -32px;
    }
    .iq-counter .timer {
        font-size: 52px;
        line-height: 62px;
    }
    .iq-vertical-tab .nav.nav-pills {
        border-right: none;
    }
    .forma-poshuku-wrap .forma-poshuku {
        padding: 30% 0;
    }
    .forma-poshuku-wrap .forma-poshuku .search-input {
        font-size: 35px;
    }
    footer#contact .widget.about-sebweo_footer p {
        color: #333;
    }
	footer .add-info {
		text-align: center;
		padding-top: 15px;
	}
    .error-404 p {
        color: #333;
    }
}
@media (max-width: 767px) {
    .box-effect .feature-info {
        margin-left: 0;
        width: 100%;
    }
    .iq-faq .iq-faq-title {
        padding: 15px 15px;
    }
    .iq-faq .iq-faq-details {
        padding: 0 15px 30px;
    }
    .page-numbers li .prev.page-numbers,
    .page-numbers li .next.page-numbers {
        display: none;
    }
    .error-404 .big-text {
        font-size: 200px;
    }
    .contact-block .vc_column-inner,
    .widget-area {
        margin-top: 30px;
    }
    .commentlist .iq-comment-wrap {
        display: block;
    }
    .commentlist ol.children {
        padding-left: 30px;
    }
    .commentlist .iq-comments-photo {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .iq-mt-120 {
        margin-top: 0;
    }
    .scrolling-text {
        font-size: 42px;
        line-height: 52px;
        left: 15px;
    }
    .no-margin .iq-mb-30,
    .iq-mb-30 {
        margin-bottom: 30px !important;
    }
    .no-margin .iq-mt-30,
    .iq-mt-30 {
        margin-top: 30px !important;
    }
    .iq-objects-style-1:before,
    .iq-objects-style-2:before {
        height: 100%;
    }
    .iq-objects-style-2 .iq-objects-02 {
        top: 33%;
    }
    .iq-objects-style-2:before {
        top: 0;
    }
    .iq-breadcrumb.text-left,
    .iq-breadcrumb .text-left,
    .copyright-footer {
        text-align: center !important;
    }
    .iq-breadcrumb .float-right {
        float: none !important;
    }
    .footer-subscribe .vc_custom_heading {
        margin-bottom: 15px;
    }
    .iq-breadcrumb .title {
        font-size: 32px;
    }
    .iq-breadcrumb.text-left .breadcrumb li,
    .iq-breadcrumb.text-left .breadcrumb li a {
        font-size: 14px;
    }
    .copyright-footer .col-auto {
        display: inline-block;
        width: 100%;
    }
    .iq-feature-circle {
        height: 450px;
        width: 100%;
    }
    .iq-feature-circle .iq-img::before,
    .iq-feature-circle .iq-img {
        height: 400px;
        width: 400px;
    }
    footer .footer-topbar {
        width: 100%;
        margin: 0 auto;
    }
    footer .footer-topbar .container {
        padding: 30px;
    }
    .button.mr-sm-4 {
        margin-right: 30px;
    }
}
@media (max-width: 654px) {
    .comment-form-cookies-consent label {
        margin-left: 30px;
    }
}
@media (max-width: 479px) {
    .iq-amazing-tab .nav-tabs {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 5px;
        border-radius: 10px;
    }
    .iq-amazing-tab .nav-tabs .nav-link {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .iq-blog-box .iq-blog-meta ul li:last-child {
        margin-bottom: 0;
    }
    .button.mr-sm-4 {
        margin-right: 15px;
    }
    ul.list-column-two,
    ul.list-column-three,
    ul.list-column-four {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .error-404 .big-text {
        font-size: 150px;
        line-height: 160px;
    }
    header .request-btn,
    header .social-icons {
        display: none;
    }
    header .navbar-light .navbar-toggler {
        right: 0;
    }
    .scrolling-text {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 359px) {
    .sub-header {
        display: none;
    }
}
