@charset 'utf-8';

/*
Theme Name: GREEN
Theme URI: http://greenrescue.ancorathemes.com/
Description: GREEN- Multipurpose and Multiskin Responsive Wordpress theme
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.6
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: green
*/


/* TABLE OF CONTENTS:

1. Reset tags
2. Default tag's settings
3. Form fields settings
4. WP styles and Screen readers
5. Theme grid
6. Page layouts
7. Section's decorations
   7.1 Header
   7.2 Main Slider
   7.3 Page top: page title and breadcrumbs
   7.4 Main content wrapper
   7.5 Post Formats
   7.6 Post Layouts
   7.7 Paginations
8. Single page parts
   8.1 Attachment and Portfolio post navigation
   8.2 Reviews block
   8.3 Post author
   8.4 Comments
   8.5 Page 404
   8.8 Team member
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third part plugins
14. Predefined classes for users

-------------------------------------------------------------- */


/* 1. Reset tags
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Blinker:100,300,400,700,800&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section,
video,
audio {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#parlx{background-attachment: fixed!important;}
html,
body {
    font-family: "Hind", sans-serif;
    color: #1f1f1f;
    /*#91918c;*/
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 150%;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 2. Default tag's settings
-------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    font-family: "Hind";
    margin-bottom: 0.6em;
    font-weight: 600;
    margin-top: 0;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.1667em;
    margin-bottom: .4em;
}

h2 {
    font-size: 2.67em;
}

h3 {
    font-size: 2.34em;
}

h4 {
    font-size: 1.64em;
    margin-bottom: .81em;
}

h5 {
    font-size: 1.34em;
    margin-bottom: .74em;
}

h6 {
    font-size: .9em;
    text-transform: uppercase;
    margin-bottom: .9em;
}

p,
ul,
ol,
dl,
blockquote,
address {
    margin: 0;
    font-family: "Hind";
}

p,
ul,
ol,
dl,
blockquote,
address {
    margin-bottom: 1.5em;
}

li>ol,
li>ul {
    margin-bottom: 0;
}

ul>li,
ol>li,
dl>dd {
    margin-bottom: 0.5em;
}

li>ul,
li>ol,
dd>dl {
    margin-top: 0.5em;
}

li>p {
    margin-bottom: 0;
}

li>p+p {
    margin-top: 0.5em;
}

ol,
ul {
    padding-left: 1.5em;
}

ul>li {
    list-style: none;
}

ul:not([class*='_']),
.list-defined {
    padding-left: 0;
}

ul:not([class*='_']) li,
.list-defined li {
    position: relative;
    padding-left: 1.5em;
}


/* Links */

a {
    text-decoration: none;
    background: transparent;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
}

a img {
    border: none;
}

:active,
 :focus {
    outline: 0;
}


/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid #e4e7e8;
    padding: 4px;
}

caption,
th {
    font-weight: bold;
    text-align: center;
}

body[class*="woocommerce-"] table th,
body[class*="woocommerce-"] table td {
    border-width: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

b,
strong {
    font-weight: bold;
    color: #32302f;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 0.7em;
}

pre,
code,
kbd,
tt,
var,
samp {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

p {
    font-family: "Hind";
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
}

pre {
    overflow: auto;
    max-width: 100%;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

mark,
ins {
    background-color: transparent;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

[hidden],
template {
    display: none;
}

hr {
    box-sizing: content-box;
    height: 0;
}


/* Images */

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

figure,
.wp-caption-overlay .wp-caption {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

figure figcaption,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
    transition: all ease-in-out .3s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
    line-height: 1.3em;
    color: #fff;
    padding: 0.25em 0.8em;
}

figure:hover figcaption,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
    /* margin-bottom: -5em; */
}

figure figcaption,
.sc_image figcaption {
    background-color: rgba(0, 0, 0, 0.6);
}

figure figcaption,
.sc_image figcaption {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 45px;
    webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

figure:hover figcaption {
    margin-bottom: -5em;
}

svg:not(:root) {
    overflow: hidden;
}


/* Audio and Video */

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

iframe,
video,
embed {
    max-width: 100%;
    min-height: 100px;
    vertical-align: top;
}


/* Media Elements player hook */

.me-cannotplay {
    overflow: hidden;
}

.me-plugin {
    position: absolute;
    height: 0;
    width: 0;
}


/* Media elements hook for Safary */


/* Fontello icons */

[class^="icon-"]:before,
[class*=" icon-"]:before {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: auto;
    margin: 0;
}


/* 3. Form fields settings
-------------------------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    line-height: 100%;
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button {
    overflow: visible;
}

.mfp-close-btn-in .mfp-close::before {
    display: none;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #222 !important;
    ;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 0.45em 0.5em;
    line-height: 1.3em;
}

button::-moz-focus-inner {
    border: 0;
}

button:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: none;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    padding: 0.45em 0.5em;
    min-height: 5em;
}

label.required:after {
    content: '*';
    display: inline-block;
    vertical-align: text-top;
    font-size: 80%;
    color: #da6f5b;
}


/* 4. WP styles and Screen readers
-------------------------------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 1em 1.5em;
    font-size: 0.85em;
    line-height: normal;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    text-decoration: none;
    z-index: 100000;
    /* Above WP toolbar */
}

.sc_image.alignleft {
    margin-right: 1.2em;
    float: left;
}

.sc_scroll_controls_wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.sc_scroll_controls_wrap a {
    display: inline-block;
    width: 43px;
    line-height: 12px;
    padding: 15px 0;
    margin: 0 3px;
    position: relative;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}

.sc_scroll_controls_wrap a::before {
    font-family: fontello;
    font-size: 12px;
    color: #fff;
}

.sc_scroll_controls_wrap .sc_scroll_prev::before {
    content: '\e837';
}

.sc_scroll_controls_wrap .sc_scroll_next::before {
    content: '\e836';
}

.alignleft {
    display: inline-block;
    float: left;
    margin-right: 2em;
}

.alignright {
    display: inline-block;
    float: right;
    margin-left: 2em;
}

.aligncenter {
    clear: both;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.sticky {
    position: relative;
}

.sticky .sticky_label {
    position: absolute;
    right: 0;
    top: -10px;
    width: 3em;
    height: 3em;
    background-image: url(images/sticky.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 3em 3em;
}

.gallery-caption {
    font-size: inherit;
}

.bypostauthor {
    font-size: inherit;
}

.wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.wp-caption a[class*="magnific"],
.wp-caption a[class*="prettyPhoto"] {
    display: block;
}

.wp-caption a[class*="magnific"] img,
.wp-caption a[class*="prettyPhoto"] img {
    vertical-align: top;
}

.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
    padding: 0.5em 0 2em;
    font-size: 0.75em;
    line-height: 16px;
    font-style: italic;
    text-align: center;
}

.gallery {
    margin: 0 -5px;
}

.gallery .gallery-item a {
    display: block;
}

.gallery .gallery-item a img {
    border: none !important;
    display: block;
    width: 100%;
}

.gallery .gallery-item .gallery-icon {
    margin: 0 5px;
}

.gallery .gallery-item .gallery-caption {
    line-height: 100%;
    margin: 0;
    padding: 6px 6px 0;
    font-size: 0.875em;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.1111% !important;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.2857% !important;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.6666% !important;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20% !important;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3333% !important;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}

.gallery.gallery-columns-9 .gallery-caption {
    font-size: 0.625em;
}

.gallery.gallery-columns-8 .gallery-caption {
    font-size: 0.6875em;
}

.gallery.gallery-columns-7 .gallery-caption {
    font-size: 0.75em;
}

.gallery.gallery-columns-6 .gallery-caption {
    font-size: 0.8125em;
}

.post-password-form label {
    display: inline-block;
    vertical-align: top;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    margin-left: 10px;
}


/* 5. Theme grid
-------------------------------------------------------------- */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.blogger-home1 .columns_wrap {
    margin-right: 0;
}

.row,
.columns_wrap {
    margin-left: 0px;
    /* -25px; */
    margin-right: -50px;
    /* -25px; */
}

.row>[class*="column-"],
.columns_wrap>[class*="column-"] {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    /* 25px; */
    padding-right: 50px;
    /* 25px; */
    box-sizing: border-box;
}

.row.column_padding_left,
.columns_wrap.column_padding_left {
    margin-left: -50px;
    margin-right: 0;
}

.row.column_padding_left>[class*="column-"],
.columns_wrap.column_padding_left>[class*="column-"],
.row>[class*="column-"].column_padding_left,
.columns_wrap>[class*="column-"].column_padding_left {
    padding-left: 50px;
    padding-right: 0;
}

.row.column_padding_right,
.columns_wrap.column_padding_right {
    margin-left: 0;
    margin-right: -50px;
}

.row.column_padding_right>[class*="column-"],
.columns_wrap.column_padding_right>[class*="column-"],
.row>[class*="column-"].column_padding_right,
.columns_wrap>[class*="column-"].column_padding_right {
    padding-left: 0;
    padding-right: 50px;
}

.row.column_padding_center,
.columns_wrap.column_padding_center {
    margin-left: -25px;
    margin-right: -25px;
}

.row.column_padding_center>[class*="column-"],
.columns_wrap.column_padding_center>[class*="column-"],
.row>[class*="column-"].column_padding_center,
.columns_wrap>[class*="column-"].column_padding_center {
    padding-left: 50px;
    padding-right: 0;
}

.row>[class*="column-"].column_padding_bottom,
.columns_wrap>[class*="column-"].column_padding_bottom {
    padding-bottom: 50px;
}

.wpb_wrapper .sc_tooltip_parent {
    color: #82b464;
    border-bottom: 1px solid #82b464;
    position: relative;
}


/* Columns width */

.column-1,
.column-1_1,
.column-2_2,
.column-3_3,
.column-4_4,
.column-5_5,
.column-6_6,
.column-7_7,
.column-8_8,
.column-9_9,
.column-10_10,
.column-11_11,
.column-12_12 {
    width: 100%;
}

.column-1_2,
.column-2_4,
.column-3_6,
.column-4_8,
.column-5_10,
.column-6_12 {
    width: 50%;
}

.column-1_3,
.column-2_6,
.column-3_9,
.column-4_12 {
    width: 33.33333333%;
}

.column-2_3,
.column-4_6,
.column-8_12 {
    width: 66.66666667%;
}

.column-1_4,
.column-2_8,
.column-3_12 {
    width: 25%;
}

.column-3_4,
.column-6_8,
.column-9_12 {
    width: 75%;
}

.column-1_5,
.column-2_10 {
    width: 20%;
}

.column-2_5,
.column-4_10 {
    width: 40%;
}

.column-3_5,
.column-6_10 {
    width: 60%;
}

.column-4_5,
.column-8_10 {
    width: 80%;
}

.column-1_6,
.column-2_12 {
    width: 16.66666667%;
}

.column-5_6,
.column-10_12 {
    width: 83.33333333%;
}

.column-1_7 {
    width: 14.28571429%;
}

.column-2_7 {
    width: 28.57142857%;
}

.column-3_7 {
    width: 42.85714286%;
}

.column-4_7 {
    width: 57.14285714%;
}

.column-5_7 {
    width: 71.42857143%;
}

.column-6_7 {
    width: 85.71428571%;
}

.column-1_8 {
    width: 12.5%;
}

.column-3_8 {
    width: 37.5%;
}

.column-5_8 {
    width: 62.5%;
}

.column-7_8 {
    width: 87.5%;
}

.column-1_9 {
    width: 11.11111111%;
}

.column-2_9 {
    width: 22.22222222%;
}

.column-3_9 {
    width: 33.33333333%;
}

.column-4_9 {
    width: 44.44444444%;
}

.column-5_9 {
    width: 55.55555556%;
}

.column-6_9 {
    width: 66.66666667%;
}

.column-7_9 {
    width: 77.77777778%;
}

.column-8_9 {
    width: 88.88888889%;
}

.column-1_10 {
    width: 10%;
}

.column-3_10 {
    width: 30%;
}

.column-7_10 {
    width: 70%;
}

.column-9_10 {
    width: 90%;
}

.column-1_11 {
    width: 9.09090909%;
}

.column-2_11 {
    width: 18.18181818%;
}

.column-3_11 {
    width: 27.27272727%;
}

.column-4_11 {
    width: 36.36363636%;
}

.column-5_11 {
    width: 45.45454545%;
}

.column-6_11 {
    width: 54.54545455%;
}

.column-7_11 {
    width: 63.63636364%;
}

.column-8_11 {
    width: 72.72727273%;
}

.column-9_11 {
    width: 81.81818182%;
}

.column-10_11 {
    width: 90.90909091%;
}

.column-1_12 {
    width: 8.33333333%;
}

.column-5_12 {
    width: 41.66666667%;
}

.column-7_12 {
    width: 58.33333333%;
}

.column-11_12 {
    width: 91.66666667%;
}


/* Push columns */

.push-1_2,
.push-2_4,
.push-3_6,
.push-4_8,
.push-5_10,
.push-6_12 {
    left: 50%;
}

.push-1_3,
.push-2_6,
.push-3_9,
.push-4_12 {
    left: 33.33333333%;
}

.push-2_3,
.push-4_6,
.push-8_12 {
    left: 66.66666667%;
}

.push-1_4,
.push-2_8,
.push-3_12 {
    left: 25%;
}

.push-3_4,
.push-6_8,
.push-9_12 {
    left: 75%;
}

.push-1_5,
.push-2_10 {
    left: 20%;
}

.push-2_5,
.push-4_10 {
    left: 40%;
}

.push-3_5,
.push-6_10 {
    left: 60%;
}

.push-4_5,
.push-8_10 {
    left: 80%;
}

.push-1_6,
.push-2_12 {
    left: 16.66666667%;
}

.push-5_6,
.push-10_12 {
    left: 83.33333333%;
}

.push-1_7 {
    left: 14.28571429%;
}

.push-2_7 {
    left: 28.57142857%;
}

.push-3_7 {
    left: 42.85714286%;
}

.push-4_7 {
    left: 57.14285714%;
}

.push-5_7 {
    left: 71.42857143%;
}

.push-6_7 {
    left: 85.71428571%;
}

.push-1_8 {
    left: 12.5%;
}

.push-3_8 {
    left: 37.5%;
}

.push-5_8 {
    left: 62.5%;
}

.push-7_8 {
    left: 87.5%;
}

.push-1_9 {
    left: 11.11111111%;
}

.push-2_9 {
    left: 22.22222222%;
}

.push-3_9 {
    left: 33.33333333%;
}

.push-4_9 {
    left: 44.44444444%;
}

.push-5_9 {
    left: 55.55555556%;
}

.push-6_9 {
    left: 66.66666667%;
}

.push-7_9 {
    left: 77.77777778%;
}

.push-8_9 {
    left: 88.88888889%;
}

.push-1_10 {
    left: 10%;
}

.push-3_10 {
    left: 30%;
}

.push-7_10 {
    left: 70%;
}

.push-9_10 {
    left: 90%;
}

.push-1_11 {
    left: 9.09090909%;
}

.push-2_11 {
    left: 18.18181818%;
}

.push-3_11 {
    left: 27.27272727%;
}

.push-4_11 {
    left: 36.36363636%;
}

.push-5_11 {
    left: 45.45454545%;
}

.push-6_11 {
    left: 54.54545455%;
}

.push-7_11 {
    left: 63.63636364%;
}

.push-8_11 {
    left: 72.72727273%;
}

.push-9_11 {
    left: 81.81818182%;
}

.push-10_11 {
    left: 90.90909091%;
}

.push-1_12 {
    left: 8.33333333%;
}

.push-5_12 {
    left: 41.66666667%;
}

.push-7_12 {
    left: 58.33333333%;
}

.push-11_12 {
    left: 91.66666667%;
}


/* Pull columns */

.pull-1_2,
.pull-2_4,
.pull-3_6,
.pull-4_8,
.pull-5_10,
.pull-6_12 {
    right: 50%;
}

.pull-1_3,
.pull-2_6,
.pull-3_9,
.pull-4_12 {
    right: 33.33333333%;
}

.pull-2_3,
.pull-4_6,
.pull-8_12 {
    right: 66.66666667%;
}

.pull-1_4,
.pull-2_8,
.pull-3_12 {
    right: 25%;
}

.pull-3_4,
.pull-6_8,
.pull-9_12 {
    right: 75%;
}

.pull-1_5,
.pull-2_10 {
    right: 20%;
}

.pull-2_5,
.pull-4_10 {
    right: 40%;
}

.pull-3_5,
.pull-6_10 {
    right: 60%;
}

.pull-4_5,
.pull-8_10 {
    right: 80%;
}

.pull-1_6,
.pull-2_12 {
    right: 16.66666667%;
}

.pull-5_6,
.pull-10_12 {
    right: 83.33333333%;
}

.pull-1_7 {
    right: 14.28571429%;
}

.pull-2_7 {
    right: 28.57142857%;
}

.pull-3_7 {
    right: 42.85714286%;
}

.pull-4_7 {
    right: 57.14285714%;
}

.pull-5_7 {
    right: 71.42857143%;
}

.pull-6_7 {
    right: 85.71428571%;
}

.pull-1_8 {
    right: 12.5%;
}

.pull-3_8 {
    right: 37.5%;
}

.pull-5_8 {
    right: 62.5%;
}

.pull-7_8 {
    right: 87.5%;
}

.pull-1_9 {
    right: 11.11111111%;
}

.pull-2_9 {
    right: 22.22222222%;
}

.pull-3_9 {
    right: 33.33333333%;
}

.pull-4_9 {
    right: 44.44444444%;
}

.pull-5_9 {
    right: 55.55555556%;
}

.pull-6_9 {
    right: 66.66666667%;
}

.pull-7_9 {
    right: 77.77777778%;
}

.pull-8_9 {
    right: 88.88888889%;
}

.pull-1_10 {
    right: 10%;
}

.pull-3_10 {
    right: 30%;
}

.pull-7_10 {
    right: 70%;
}

.pull-9_10 {
    right: 90%;
}

.pull-1_11 {
    right: 9.09090909%;
}

.pull-2_11 {
    right: 18.18181818%;
}

.pull-3_11 {
    right: 27.27272727%;
}

.pull-4_11 {
    right: 36.36363636%;
}

.pull-5_11 {
    right: 45.45454545%;
}

.pull-6_11 {
    right: 54.54545455%;
}

.pull-7_11 {
    right: 63.63636364%;
}

.pull-8_11 {
    right: 72.72727273%;
}

.pull-9_11 {
    right: 81.81818182%;
}

.pull-10_11 {
    right: 90.90909091%;
}

.pull-1_12 {
    right: 8.33333333%;
}

.pull-5_12 {
    right: 41.66666667%;
}

.pull-7_12 {
    right: 58.33333333%;
}

.pull-11_12 {
    right: 91.66666667%;
}


/* Margin for the columns */

.offset-1_2,
.offset-2_4,
.offset-3_6,
.offset-4_8,
.offset-5_10,
.offset-6_12 {
    margin-left: 50%;
}

.offset-1_3,
.offset-2_6,
.offset-3_9,
.offset-4_12 {
    margin-left: 33.33333333%;
}

.offset-2_3,
.offset-4_6,
.offset-8_12 {
    margin-left: 66.66666667%;
}

.offset-1_4,
.offset-2_8,
.offset-3_12 {
    margin-left: 25%;
}

.offset-3_4,
.offset-6_8,
.offset-9_12 {
    margin-left: 75%;
}

.offset-1_5,
.offset-2_10 {
    margin-left: 20%;
}

.offset-2_5,
.offset-4_10 {
    margin-left: 40%;
}

.offset-3_5,
.offset-6_10 {
    margin-left: 60%;
}

.offset-4_5,
.offset-8_10 {
    margin-left: 80%;
}

.offset-1_6,
.offset-2_12 {
    margin-left: 16.66666667%;
}

.offset-5_6,
.offset-10_12 {
    margin-left: 83.33333333%;
}

.offset-1_7 {
    margin-left: 14.28571429%;
}

.offset-2_7 {
    margin-left: 28.57142857%;
}

.offset-3_7 {
    margin-left: 42.85714286%;
}

.offset-4_7 {
    margin-left: 57.14285714%;
}

.offset-5_7 {
    margin-left: 71.42857143%;
}

.offset-6_7 {
    margin-left: 85.71428571%;
}

.offset-1_8 {
    margin-left: 12.5%;
}

.offset-3_8 {
    margin-left: 37.5%;
}

.offset-5_8 {
    margin-left: 62.5%;
}

.offset-7_8 {
    margin-left: 87.5%;
}

.offset-1_9 {
    margin-left: 11.11111111%;
}

.offset-2_9 {
    margin-left: 22.22222222%;
}

.offset-3_9 {
    margin-left: 33.33333333%;
}

.offset-4_9 {
    margin-left: 44.44444444%;
}

.offset-5_9 {
    margin-left: 55.55555556%;
}

.offset-6_9 {
    margin-left: 66.66666667%;
}

.offset-7_9 {
    margin-left: 77.77777778%;
}

.offset-8_9 {
    margin-left: 88.88888889%;
}

.offset-1_10 {
    margin-left: 10%;
}

.offset-3_10 {
    margin-left: 30%;
}

.offset-7_10 {
    margin-left: 70%;
}

.offset-9_10 {
    margin-left: 90%;
}

.offset-1_11 {
    margin-left: 9.09090909%;
}

.offset-2_11 {
    margin-left: 18.18181818%;
}

.offset-3_11 {
    margin-left: 27.27272727%;
}

.offset-4_11 {
    margin-left: 36.36363636%;
}

.offset-5_11 {
    margin-left: 45.45454545%;
}

.offset-6_11 {
    margin-left: 54.54545455%;
}

.offset-7_11 {
    margin-left: 63.63636364%;
}

.offset-8_11 {
    margin-left: 72.72727273%;
}

.offset-9_11 {
    margin-left: 81.81818182%;
}

.offset-10_11 {
    margin-left: 90.90909091%;
}

.offset-1_12 {
    margin-left: 8.33333333%;
}

.offset-5_12 {
    margin-left: 41.66666667%;
}

.offset-7_12 {
    margin-left: 58.33333333%;
}

.offset-11_12 {
    margin-left: 91.66666667%;
}


/* Utils */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.columns_wrap:before,
.columns_wrap:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.text-hide {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}


/* 6. Page layouts
-------------------------------------------------------------- */

.page_wrap,
.content_wrap {
    margin: 0 auto;
}

.body_style_boxed .page_wrap {
    width: 1250px;
}

.slider_boxed,
.content_wrap,
.content_container {
    width: 1150px;
    margin: 0 auto;
}

.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
    /* width:100%; */
}

.sc_column_item .sc_content {
    width: 100%;
}

.content_wrap:after,
.content_container:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.body_style_fullwide .content_wrap {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.content,
.sidebar {
    box-sizing: border-box;
}


/* Content and Sidebar */

.sidebar_show .content {
    width: 780px;
}

.sidebar {
    width: 310px;
}

.sidebar_right .content {
    float: left;
}

.sidebar_right .sidebar {
    float: right;
    margin-bottom: 60px;
}

.sidebar_left .content {
    float: right;
}

.sidebar_left .sidebar {
    float: left;
}

.sidebar.sidebar_left {
    padding: 0 !important;
    margin-bottom: 3em;
}

.sidebar.sidebar_left .widget_pages {
    padding: 3em 1em;
    border-radius: 4px;
}

.sidebar.sidebar_left .widget_pages .widget_title {
    color: #fff;
    border-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-left: 1em;
}

.sidebar.sidebar_left .widget_pages ul {}

.sidebar.sidebar_left .widget_pages li {
    border-radius: 4px;
    padding: 5px 2em;
}

.sidebar.sidebar_left .widget_pages li a {
    color: #fff;
    font-family: "Hind", sans-serif;
}

.sidebar.sidebar_left .widget_pages li:hover a {
    color: #222;
}

.sidebar.sidebar_left .widget_pages li::before {
    display: none;
}

.sidebar.sidebar_left .widget_pages li.current_page_item {
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
    padding: 9px 2em 5px 2em;
}

.sidebar.sidebar_left .widget_pages li.current_page_item::before {
    background: #fff;
    color: #82b463;
    left: auto;
    right: 10px;
    top: 9px;
    display: block;
}


/* Fullwide or Fullscreen with sidebar */


/*.body_style_fullwide.sidebar_show  .content, .body_style_fullscreen.sidebar_show  .content { width:auto; max-width:100%; }*/

.body_style_fullwide.sidebar_show .content,
.body_style_fullscreen.sidebar_show .content {
    width: 100%;
    max-width: 100%;
}

.body_style_fullwide.sidebar_right .content,
.body_style_fullscreen.sidebar_right .content {
    padding-right: 400px;
}

.body_style_fullwide.sidebar_right .sidebar,
.body_style_fullscreen.sidebar_right .sidebar {
    margin-left: -350px;
}

.body_style_fullwide.sidebar_left .content,
.body_style_fullscreen.sidebar_left .content {
    padding-left: 400px;
}

.body_style_fullwide.sidebar_left .sidebar,
.body_style_fullscreen.sidebar_left .sidebar {
    margin-right: -350px;
}

.body_style_fullscreen .page_content_wrap {
    overflow: hidden;
    padding: 0;
}


/* Boxed style for articles and sidebar */

.page_content_wrap.page_content_wrap_slider {
    padding-top: 0;
}

.page_content_wrap {
    padding: 4.1em 0;
    padding-bottom: 0;
}


/*
.article_style_boxed .page_content_wrap {
	padding: 2.5em 0;
}
*/

.body_style_fullscreen .page_content_wrap {
    padding: 0;
}

.article_style_boxed.layout_excerpt .content,
.article_style_boxed[class*="single-"] .content>article,
.article_style_boxed[class*="single-"] .content>.comments_wrap,
.article_style_boxed .sidebar,
.body_filled .widget_area.sidebar_style_light,
.body_filled .widget_area.sidebar_style_dark {
    padding: 1.875em;
}

.body_filled .widget_area.sidebar_style_dark,
.body_filled .widget_area.bg_tint_dark {}

.body_style_fullscreen .content>article.page {
    padding: 0;
}


/* With video Background */

.video_bg_show .body_wrap {
    position: relative;
}

.video_bg_show .video_bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_bg_show .video_bg_overlay:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    background-image: url(images/bg/texture_7.png);
}


/* 7. Section's decorations
-------------------------------------------------------------- */


/* 7.1 Header
-------------------------------------------------------------- */


/* Top panel */

.top_panel_wrap {
    position: relative;
}

.top_panel_over .top_panel_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}


/*.top_panel_over .top_panel_wrap,*/

.top_panel_over.top_panel_opacity_transparent.top_panel_style_dark .menu_main_wrap .content_wrap:after {
    transition: all 0.3s ease-out;
}

.admin-bar.top_panel_over .top_panel_wrap {
    top: 32px;
}

.top_panel_fixed_wrap {
    display: none;
}

.top_panel_fixed:not(.top_panel_over) .top_panel_fixed_wrap {
    display: block;
}

.top_panel_fixed .top_panel_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    border-bottom: 1px solid #e6e6e6;
}
.menu_user_wrap,
.top_panel_fixed .menu_user_wrap {
    display: none;
}

.admin-bar.top_panel_fixed .top_panel_wrap {
    top: 32px;
    border-bottom: 0;
}


/* User and main menu */

.menu_main_wrap .menu_main_nav_area,
.menu_main_wrap .search_wrap {
    display: none;
}

.menu_show .menu_main_nav_area,
.menu_show .search_wrap {
    display: block;
}

.menu_user_wrap {
    background: #fff;
    padding: 11px 0;
    padding-bottom: 3px;
}

.menu_user_wrap .menu_user_nav>li,
.menu_user_wrap .menu_user_nav>li ul {
    box-shadow: none !important;
}

#menu_user li a {
    font-family: Arial;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
}

#menu_user .menu_user_register a,
#menu_user .menu_user_login a,
#menu_user .menu_user_controls a,
#menu_user .menu_user_logout a {
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
    color: #fff;
    font-family: "Hind", sans-serif;
    font-weight: 500;
}

#menu_user li:hover a {
    color: #222;
}

#menu_user .menu_user_logout {
    background: none;
}

.menu_main_wrap.logo_center {
    padding-bottom: 1px;
}

.menu_user_wrap .menu_user_left {
    float: left;
    color: #acacac;
    font-size: 14px;
    line-height: 10px;
    font-family: "Hind", sans-serif;
    font-weight: 500;
}

.menu_user_wrap .menu_user_left b {
    font-weight: 500;
}

.menu_user_wrap .menu_user_right {
    float: right;
}

.menu_user_wrap .menu_user_nav_area ul,
.menu_main_wrap .menu_main_nav_area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_user_wrap .menu_user_nav li,
.menu_main_wrap .menu_main_nav li {
    margin-bottom: 0;
    position: relative;
}

.menu_main_wrap .menu_main_nav li ul li {
    padding-left: 0;
}

.menu_main_wrap .menu_main_nav li ul li::before {
    display: none;
}

.menu_user_wrap .menu_user_nav li li>a,
.menu_main_wrap .menu_main_nav li li>a {
    position: relative;
    display: block;
    padding: 0.5em 1.2em 0.5em 2em;
}

.menu_user_wrap .menu_user_nav li li>a:before,
.menu_main_wrap .menu_main_nav li li>a:before {
    content: '\e83c';
    font-family: 'fontello';
    position: absolute;
    left: 1em;
    top: 6px;
}

.menu_user_wrap .menu_user_nav li li.current-menu-item>a:before,
.menu_main_wrap .menu_main_nav li li.current-menu-item>a:before {
    content: '\e8ab';
    margin-left: -4px;
}

.menu_user_wrap .menu_user_nav li li.menu-item-has-children>a:after,
.menu_main_wrap .menu_main_nav li li.menu-item-has-children>a:after {
    content: '\e836';
    font-family: 'fontello';
    position: absolute;
    right: 1em;
    top: 6px;
}

.menu_user_wrap .menu_user_nav>li,
.menu_main_wrap .menu_main_nav>li {
    position: relative;
    float: left;
    margin-left: 4px;
    z-index: 20;
}

.top_panel_opacity_transparent .menu_main_wrap .menu_main_nav>li,
.top_panel_opacity_transparent .sc_button.button-after-menu {
    box-shadow: none !important;
}

.menu_main_wrap .menu_main_nav>li+li {
    z-index: 19;
}

.menu_main_wrap .menu_main_nav>li+li+li {
    z-index: 18;
}

.menu_main_wrap .menu_main_nav>li+li+li+li {
    z-index: 17;
}

.menu_main_wrap .menu_main_nav>li+li+li+li+li {
    z-index: 16;
}

.menu_main_wrap .menu_main_nav>li+li+li+li+li+li {
    z-index: 15;
}

.menu_main_wrap .menu_main_nav>li+li+li+li+li+li+li {
    z-index: 14;
}

.menu_main_wrap .menu_main_nav>li+li+li+li+li+li+li+li {
    z-index: 13;
}

.menu_main_wrap .menu_main_nav>li+li+li+li+li+li+li+li+li {
    z-index: 12;
}

.menu_main_wrap .menu_main_nav>li+li+li+li+li+li+li+li+li+li {
    z-index: 11;
}

.menu_user_wrap .menu_user_nav>li {
    z-index: 30;
}

.menu_user_wrap .menu_user_nav>li+li {
    z-index: 29;
}

.menu_user_wrap .menu_user_nav>li+li+li {
    z-index: 28;
}

.menu_user_wrap .menu_user_nav>li+li+li+li {
    z-index: 27;
}

.menu_user_wrap .menu_user_nav>li+li+li+li+li {
    z-index: 26;
}

.menu_user_wrap .menu_user_nav>li+li+li+li+li+li {
    z-index: 25;
}

.menu_user_wrap .menu_user_nav>li+li+li+li+li+li+li {
    z-index: 24;
}

.menu_user_wrap .menu_user_nav>li+li+li+li+li+li+li+li {
    z-index: 23;
}

.menu_user_wrap .menu_user_nav>li+li+li+li+li+li+li+li+li {
    z-index: 22;
}

.menu_user_wrap .menu_user_nav>li+li+li+li+li+li+li+li+li+li {
    z-index: 21;
}

.menu_user_wrap .menu_user_nav>li ul,
.menu_main_wrap .menu_main_nav>li ul {
    position: absolute;
    display: none;
    z-index: 10000;
}

.top_panel_wrap .menu_main_wrap .menu_main_nav>li ul,
.top_panel_wrap .menu_main_wrap .menu_main_nav .blob-over ul {
    box-shadow: none;
}


/* Main menu slider */

.menu_main_wrap .menu_main_nav>li#blob {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.menu_main_wrap .menu_main_nav>li.blob_over:hover,
.menu_main_wrap .menu_main_nav>li.sfHover:hover {
    box-shadow: none !important;
}

.menu_main_wrap .menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_main_wrap .menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
    background-color: transparent;
    box-shadow: none;
}

#menu_main li ul li a:before {
    display: none;
}

#menu_main li ul .current_page_item a::before {
    display: block;
    top: -1px;
    left: 8px;
    color: #2c3032;
    font-size: 8px;
}

#menu_main li ul li.current_page_item a span {
    color: #2c3032;
}

#menu_main li a {
    padding: 0.2em 1em 0 1em;
    background: none !important;
    color: #2c3032;
    overflow: hidden;
    font-weight: 600;
    transition: background-color 0.3s;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

#menu_main li.current_page_item a span {
    color: #fff;
}


#menu_main>li.current-menu-parent a {
    color: #fff;
}

#menu_main li ul .current-menu-item a::before {
    display: none !important;
}

#menu_main li a span {
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    transition: background-color 0.3s;
}

.top_panel_wrap.bg_tint_dark #menu_main li a {
    color: #fff;
}

.menu_main_wrap .menu_main_nav_area {
    position: relative;
    float: right;
}

.menu_left .menu_main_wrap .menu_main_nav_area,
.menu_center .menu_main_wrap .menu_main_nav_area {
    float: none;
}

.menu_center .menu_main_wrap .menu_main_nav_area {
    text-align: right;
}
.sidebar .widget_categories ul li::before, .widget_area ul li::before, .widget_area .widget_calendar .month_prev a, .widget_area .widget_calendar .month_next a, .sidebar.widget_area .widget_calendar .today .day_wrap, .widget_search, .widget .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover, .widget .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a, .scroll_to_top, .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item, blockquote.sc_quote_2, .sc_highlight_style_1, .sc_list_style_iconed.list-defined .sc_list_icon::before, .sc_accordion.sc_accordion_style_1 .sc_accordion_title.ui-state-active .sc_accordion_icon_closed, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-tabs-active a, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover, .sc_table table tr:first-child th:first-child, .sc_table table tr:first-child td:first-child, .sc_audio_container .mejs-container .mejs-playpause-button, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .sc_audio_container .mejs-container .mejs-controls .mejs-time-current, .sc_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-current, .sc_slider_controls_wrap a::before, .sc_button, .user_footer_wrap, .woocommerce a.button, .woocommerce a.button:hover, .sidebar .widget_price_filter, .woocommerce div.product form.cart .button, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .post_author, .pagination_wrap.pagination_pages .active, .woocommerce table.cart thead th, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .sc_scroll_controls_wrap a, #menu_user .menu_user_register a, #menu_user .menu_user_login a, #menu_user .menu_user_controls a, #menu_user .menu_user_logout a, .sc_scroll_bar .swiper-scrollbar-drag:before, .contacts_wrap .sc_contact_form_item_button button, .sc_countdown.sc_countdown_style_1 .sc_countdown_label, .sidebar.sidebar_left .widget_pages li.current_page_item, .isotope_filters a.active, .isotope_filters a:hover, div.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, div.sc_donations_form_field_button input, .sc_emailer .sc_emailer_button, ul:not([class*="sc_"]) li::before, .list-defined li::before {
    background:#007e43!important;
}
.search_wrap.search_style_regular .search_form_wrap .search_submit, .search_wrap.search_style_regular .search_icon, .firsttext_contacts {
    color: #007e43!important;
}
.menu_center .menu_main_wrap .menu_main_nav_area .menu_main_nav {
    display: inline-block;
    text-align: left;
    margin-left: 11em;
}

.menu_left .menu_main_wrap .logo:after,
.menu_center .menu_main_wrap .logo:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}


/* Bookmarks */

.menu_user_wrap .menu_user_nav>li.menu_user_bookmarks {
    margin-left: 2.5em;
}

.menu_user_wrap .menu_user_nav>li.menu_user_bookmarks>a:before {
    margin-right: 0;
}

.menu_user_wrap .menu_user_nav>li.menu_user_bookmarks li>a {
    position: relative;
}

.menu_user_wrap .menu_user_nav>li.menu_user_bookmarks .bookmarks_add {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.menu_user_wrap .menu_user_nav>li.menu_user_bookmarks .bookmarks_delete {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
}


/* Logo in the header */

.menu_main_wrap .logo {
    margin-top: 2em;
    margin-bottom: 1.9em;
}

.top_panel_wrap .menu_main_wrap .logo {
    float: left;
    max-width: 235px;
    margin-top: 1.3em;
}

.menu_left .menu_main_wrap .logo,
.menu_center .menu_main_wrap .logo {
    float: left;
    text-align: left;
    margin-bottom: 0;
    max-width: 100%;
}

.menu_center .menu_main_wrap .logo {
    text-align: center;
    margin-top: .3em;
}

.top_panel_over.menu_relayout .menu_main_wrap .logo,
.top_panel_fixed.menu_left .menu_main_wrap .logo,
.top_panel_fixed.menu_center .menu_main_wrap .logo {
    display: none;
}

.menu_left .menu_main_wrap.logo_center .logo,
.menu_center .menu_main_wrap.logo_center .logo {
    text-align: center;
}

.menu_left .menu_main_wrap.logo_right .logo,
.menu_center .menu_main_wrap.logo_right .logo {
    text-align: right;
}

.menu_main_wrap .logo_main {
    max-height: 100px;
    width: auto;
    max-width: 235px;
}

.menu_main_wrap .logo a {
    display: block;
    font-size: 0.75em;
}

.logo .logo_text {
    display: inline-block;
    font-family: 'Hind';
    font-size: 2em;
    margin-left: 0.3em;
    vertical-align: bottom;
}

.bg_tint_dark .logo .logo_text {
    color: #ffffff;
}

.menu_main_wrap .logo_slogan {
    display: block;
    line-height: 1.3em;
    margin-top: 0.5em;
}

.top_panel_fixed .menu_main_wrap .logo_main {
    display: none;
}

.menu_main_wrap .logo_fixed {
    display: none;
        max-height: 75px;
    width: auto;
}

.top_panel_fixed .menu_main_wrap .logo_fixed {
    display: block;
}


/* Responsive menu */

.menu_main_responsive_button {
    display: none;
    float: right;
    margin-top: 1.875em;
    margin-left: 1em;
}

.menu_main_responsive_button:before {
    font-size: 2.25em;
    line-height: 1.25em;
}

.responsive_menu .menu_main_responsive_button {
    display: block;
}

.responsive_menu .menu_main_wrap {
    overflow: hidden;
}

.responsive_menu .menu_main_nav_area {
    float: none;
    clear: both;
    height: auto !important;
}

.responsive_menu .menu_main_nav_area .menu_main_nav {
    display: none !important;
}

.menu_main_nav_area .menu_main_responsive {
    display: none;
    text-align: left;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive {}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive ul {
    margin: 0.5em 0 0 2em;
    display: none;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children {
    position: relative;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children:after {
    content: '\e828';
    font-family: fontello;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    height: 1.3em;
    line-height: 1.3em;
    margin: 0.5em 0.5em 0 0;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children.opened:after {
    content: '\e835';
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive a {
    font-size: 1.25em;
    font-weight: 500;
    padding: 0.7em .3em;
    display: block;
    color: #222;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive .current-menu-item a {
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive .current-menu-item::after {
    margin-top: 0.8em !important;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive .current-menu-item::after {
    color: #fff;
}


/* Search field */

.search_wrap {
    position: relative;
    transition: width ease .3s;
    max-width: 12.5em;
    min-width: 2.5em;
    height: 28px;
    line-height: 2.2em;
    border: 1px solid transparent;
}

.bg_tint_dark .search_wrap.search_style_regular.search_opened {
    margin-top: 2.1em;
}

.top_panel_fixed .menu_main_wrap .search_wrap.search_style_regular.search_opened {
    margin-top: .8em;
}

.menu_main_wrap .search_wrap {
    float: right;
    z-index: 1;
    margin-top: 2.3em;
    margin-top: 2em;
    margin-left: .7em;
    min-width: 2em;
}

.menu_left .menu_main_wrap .search_wrap,
.menu_center .menu_main_wrap .search_wrap {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.search_wrap .search_icon {
    position: absolute;
    display: block;
    right: 0;
    height: 100%;
    text-align: center;
    transition: all ease .3s;
}

.search_wrap .search_form_wrap {
    display: none;
    position: relative;
    width: 12.5em;
    padding-right: 2.5em;
    box-sizing: border-box;
}

.search_wrap.search_fixed .search_form_wrap {
    display: block;
    width: 100%;
    padding-right: 0;
}

.search_wrap.search_fixed .search_form_wrap .search_field {
    width: 100%;
}

.search_wrap.search_fixed .search_icon {
    display: none;
}

.search_wrap.search_opened .search_form_wrap {
    display: block;
}

.search_wrap .search_form_wrap .search_field {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 10em;
    height: 2.5em;
    line-height: 2.5em;
    padding-right: 30px;
}

header .search_wrap.search_style_regular .search_form_wrap .search_field {
    background: none;
    padding: 2px 15px;
    font-size: 11px;
}

.search_wrap .search_form_wrap .search_submit {
    display: none;
}


/* Search results */

.search_wrap .search_results {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 50px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 270px;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
}

.search_wrap .search_results:after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    top: -5px;
    right: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_wrap .search_results .search_results_close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 0.875em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    cursor: pointer;
}

.search_wrap .post_more {
    display: block;
    text-align: center;
}

.widget_area .post_item {
    overflow: hidden;
}

.widget_area aside .post_item+.post_item,
.search_results.widget_area .post_item+.post_item {
    margin-top: 10px;
    padding-top: 1em;
}

.search_results.widget_area .post_item+.post_item {
    border-top: 1px solid #e5e5e5;
    border-radius: 0 !important;
}

.widget_area .post_item .post_content {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1.1em;
}

.widget_area .post_item:last-child .post_content {
    border-bottom: 0;
}

.widget_area .post_item .post_thumb {
    float: left;
    width: 4.6em;
    /* 75px */
    height: 4.4em;
    /* 75px */
    margin: 0px 1em 18px 0;
    overflow: hidden;
}

.widget_area .post_item .post_thumb img {
    width: 100%;
}

.widget_area .post_item .post_title {
    margin: -4px 0 6px 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Hind";
    text-transform: none;
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_area .post_item .post_info {
    font-size: 0.75em;
    margin-bottom: 0;
    color: #91918c;
    clear: both;
}

.widget_area .post_item .post_info .post_info_item+.post_info_item:before {
    content: "";
    margin: 0 0 0 5px;
}


/* Search field inside content */

.content .search_wrap {
    max-width: 50%;
    margin: 0;
    height: 2.5em;
    line-height: 2.5em;
}

body.search .post_content .search_wrap.search_style_regular.search_opened {
    margin-bottom: 7em;
}

.content .search_wrap .search_form_wrap {
    width: 100%;
    height: 100%;
}


/* 7.2 Main Slider
-------------------------------------------------------------- */

.slider_wrap .rev_slider_wrapper {
    z-index: 0;
}

.box-img-text img {
    width: 100% !important;
    height: auto !Important;
}

.box-img-text p {
    padding: 25px 35px;
    color: #fff;
    font-family: "Hind";
    font-size: 18px;
    background: #3b3a39;
}

.box-img-text {
    position: relative;
}

.box-img-text::before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 40px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 14px 8px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.widget_search {
    margin-top: 2em !important;
    padding: 20px 21px 27px 21px;
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
}

.tp-static-layers,
.tp-static-layers .tp-caption {
    width: 100%;
}

.sc_section.container_slider {
    margin: auto !important;
    width: 44%;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}


/* 7.3 Page top: page title and breadcrumbs
-------------------------------------------------------------- */

.page_top_wrap {
    overflow: hidden;
}

.page_top_wrap .page_title {
    margin: 0;
    color: #fff;
}

.page_top_wrap .breadcrumbs {
    float: right;
}

.page_top_wrap.page_top_title .breadcrumbs {
    max-width: 57%;
    text-align: right;
}

.page_top_wrap .breadcrumbs .breadcrumbs_item {
    white-space: nowrap;
}

.page_top_wrap .breadcrumbs a.breadcrumbs_item:hover {
    color: #fff;
}


/* 7.4 Main content wrapper
-------------------------------------------------------------- */


/* Post featured block */

.post_featured {
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
}

.post_featured img {
    width: 100%;
    height: auto;
}

.blogger-home1 .column-1_4 .post_featured:hover img {
    opacity: .9;
}

.woocommerce ul.products li.product .post_featured {
    max-height: 275px;
}

.post_featured_right>.post_featured {
    float: right;
    width: 50%;
    margin-left: 4.3478%;
}

.post_featured_left>.post_featured {
    float: left;
    width: 50%;
    margin-right: 4.3478%;
}


/* Post info block */

.post_info {
    font-size: 11px;
    margin-bottom: 3em;
    line-height: 1.5em;
}

.post_info.post_info_bottom {
    margin-bottom: 3em;
}

.post_info_bottom {
    margin-bottom: 6em;
}

.post_info .post_info_item {
    color: #9da1a4;
    font-size: 15px;
    font-weight: 500;
}

.post_info .post_info_tags {
    display: none;
}

.post_info_bottom .post_info_tags {
    color: #2c3032;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 22px;
    font-style: normal;
    display: block;
}

.post_content .post_info_bottom .post_info_item.post_info_tags a {
    font-family: "Hind";
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    margin: 0px 15px;
    margin-right: 0;
    margin-left: 0px;
    padding: 2px 7px;
    padding-right: 2px;
}

.post_content .post_info_bottom .post_info_item.post_info_tags a:hover {
    color: #222;
}

.post_content .post_info .post_info_item a {
    font-size: 13px;
}

.post_content .post_info .post_info_counters a::before {
    color: #ff6b1c;
    font-size: 15px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.post_content .post_info_bottom .post_info_item.post_info_tags a::after {
    /* content:','; */
}

.post_content .post_info_bottom .post_info_item.post_info_tags a:last-child::after {
    display: none;
}

.icon-eye:before {
    content: "\e8b8";
}

.post_content .post_info .post_info_counters {
    display: none;
}

.post_info .post_info_item a {
    font-style: normal;
    font-family: "Hind", sans-serif;
    font-size: 15px;
}

.post_info .post_info_item a:hover {
    color: #222;
}

.post_item_related .post_info .post_info_posted {}

.post_info .post_info_posted {
    position: relative;
}

.post_item_masonry .post_info .post_info_posted a {
    background: #f6f6f6;
}

.post_info .post_info_posted a {}

.post_info_counters {
    margin-left: 2em;
}

.post_info_counters a:last-child::after {
    display: none;
}

.post_info_counters a::after {
    display: inline-block;
    content: "|";
    color: #9da1a4;
    vertical-align: top;
    font-style: normal;
    margin: 0 .5em;
}

.post_info .post_info_counters .post_counters_item {
    display: inline-block;
    margin-right: 0.75em;
}

.post_info .post_info_counters .post_counters_views::before {
    content: '\e8b8';
    font-family: fontello;
}

.post_info .post_info_counters .post_counters_views span {
    color: #979792;
    display: none;
}

.icon-comment-1:before {
    content: "\e8f2";
}

.post_info .post_info_counters .post_counters_item:before {
    margin-right: 0.5em;
}

.post_info.post_info_share_vertical {
    margin: 0;
}

.post_info .post_info_counters .post_counters_likes.disabled {
    color: #e05100;
}


/* 7.5 Post Formats
-------------------------------------------------------------- */


/* Quote */

blockquote {
    font-size: 1.875em;
    padding: 26px 40px;
    margin-bottom: 40px;
    margin-top: 0em;
}

blockquote .sc_quote_title a {
    color: #fff;
    font-size: .6em;
    font-family: "Hind", sans-serif;
    margin-top: 0;
    font-weight: 600;
}

blockquote .sc_quote_title a::before {
    content: '- ';
}

blockquote .sc_quote_title a::before {
    /* content:'- '; */
}

.sc_quote_1 .sc_quote_title a {
    color: #2c3032;
}

.sc_quote_2 .sc_quote_title a {
    color: rgba(255, 255, 255, .4) !important;
    font-size: 14px;
}

blockquote,
blockquote p {
    position: relative;
    z-index: 2;
    font-weight: 100;
}

blockquote.sc_quote_1::before {}

blockquote.sc_quote::before {
    font-family: fontello;
    font-size: 19px;
    content: '\e8f4';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 3px;
    display: block;
    height: 16px;
    width: 20px;
}

blockquote p {
    margin: 0;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: .9em;
    line-height: 1.45em;
}

blockquote.sc_quote_1,
.post_descr .sc_quote {
    color: #2c3032;
    padding: 26px 0;
    padding-left: 2.4em;
    padding-top: 0;
    padding-bottom: 0;
}

.post_descr .sc_quote {
    margin-left: 0;
    margin-right: 0;
    width: inherit;
}

blockquote.sc_quote_2 p {
    text-align: center;
    font-size: .7em;
    line-height: 1.6em;
}

blockquote.sc_quote_2 {
    color: #fff;
    padding: 5.2% 4%;
    border-radius: 4px;
    padding-bottom: 3%;
}

blockquote>a,
blockquote>p>a,
blockquote cite {
    display: block;
    font-size: 0.4667em;
    font-weight: normal;
    margin-top: .7em;
}


/* Link */

.post_format_link .post_descr a {
    font-size: 1.875em;
    font-weight: 400;
}

.post_format-post-format-link.post_format_link .post_descr a {
    color: #a5a8ab;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.post_format-post-format-link.post_format_link .post_descr a:hover {
    color: #222;
}


/* Status */

.post_format_status.post_item_single .post_content p,
.post_format_status .post_descr {
    font-size: 1.875em;
    font-weight: 100;
    line-height: 1.3333em;
}


/* Aside */

.post_format_aside.post_item_single .post_content p,
.post_format_aside .post_descr {
    padding: 1.2em;
}

.post_format_aside .post_descr {
    background-color: #69d6ec;
    padding: 40px;
}

.post_format_aside .post_descr p {
    margin-bottom: 0;
    color: #fff;
    font-family: "Hind";
    font-size: 20px;
    line-height: 32px;
}

.post_format_aside .post_descr p+p {
    margin-top: 1em;
}


/* 7.6 Post Layouts
-------------------------------------------------------------- */


/* Layout Excerpt */

.post_title .post_icon {
    font-size: 0.9375em;
    margin-right: 0.5em;
}

.post_item_excerpt .post_title .post_icon {
    display: block;
    margin-right: 0;
}

.post_item_excerpt .post_title {
    margin-top: 0;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #efefef;
}

.post_item_excerpt .post_title_none_img .post_icon {
    display: none;
}

.post_item_excerpt+.post_item_excerpt {
    margin-top: 1.5em;
    padding-top: 1em;
}

.post_item_excerpt.post_type_donation+.post_item_excerpt.post_type_donation {
    margin-top: 0;
    padding-top: 0;
}

.post_item_excerpt .post_content {
    margin-bottom: 3em;
}


/* Related posts */

.related_wrap {
    margin-bottom: 3em;
}

.related_wrap.related_wrap_empty {
    margin-bottom: 0;
}

.related_wrap .section_title {
    margin: 1em 0 1em;
}

.article_style_stretch .related_wrap:not(.related_wrap_empty) {
    background-color: #f4f7f9;
    padding: 1px 2.1875em 4em;
    border-radius: 6px;
}

.article_style_stretch .related_wrap:not(.related_wrap_empty):not(.scroll_wrap) {
    padding-bottom: 1px;
}

.post_item_related {
    overflow: hidden;
}

.related_wrap .post_item_related,
.article_style_stretch .post_item_related {
    background-color: #ffffff;
}

.article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related {
    background-color: #f4f7f9;
}

.related_wrap.scroll_wrap .post_item_related {
    width: 350px;
    float: left;
}

.related_wrap.scroll_wrap .post_item_related+.post_item_related {
    margin-left: 3.125em;
}

.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap .post_item_related {
    width: 340px;
}

.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap .post_item_related+.post_item_related {
    margin-left: 1.875em;
}

.blogger-home3 .post_item_related .post_featured {
    height: 225px;
}

.blogger-home3 .post_item_related .post_featured a {
    height: 100%;
}

.blogger-home3 .post_item_related .post_featured a img {
    height: 100%;
    width: auto;
    max-width: none;
}

.post_item_related .post_featured {
    width: 100%;
    height: 56.25%;
    overflow: hidden;
    margin: 0;
    float: none !important;
    border-radius: 0;
    position: relative;
}

.post_item_related .post_featured .hover_icon:before {
    font-size: 3em;
}

.post_item_related .post_featured .sc_audio {
    border-radius: 0;
}

.post_item_related .post_featured .sc_audio.sc_audio_image {
    min-height: 12.3125em;
}

.post_item_related .post_content_wrap {
    width: 100%;
    height: 6.5625em;
    overflow: hidden;
    padding: 1em 1.25em;
    box-sizing: border-box;
}

.post_item_related .post_title {
    margin: 0 0 0.5em;
    height: 100%;
    overflow: hidden;
}


/* Masonry and Portfolio */


/* Isotope layout */

.isotope_wrap {
    margin-right: -50px;
}

.isotope_wrap .isotope_item {
    padding-right: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
}

.isotope_wrap .isotope_item.isotope_item_show {
    opacity: 1;
    filter: alpha(opacity=100);
}

.isotope_wrap .isotope_column_2 {
    width: 49.9%;
}

.isotope_wrap .isotope_column_3 {
    width: 33.3%;
}

.isotope_wrap .isotope_column_4 {
    width: 24.9%;
}


/* Isotope item decoration */

.isotope_wrap .isotope_item .post_item {
    overflow: hidden;
}

.isotope_wrap .isotope_item .post_featured .hover_icon:before {
    font-size: 2em;
}

.isotope_wrap .isotope_item .post_featured {
    margin-bottom: 0;
}

.article_style_boxed .isotope_wrap .isotope_item .post_title {
    margin-top: 0;
}

.article_style_boxed .isotope_wrap .isotope_item .post_content {
    padding: 1.25em 1.8em;
}

.article_style_boxed.template_portfolio .isotope_wrap .isotope_item .post_content,
.article_style_boxed .template_portfolio .isotope_wrap .isotope_item .post_content {
    padding: 0;
}

.isotope_wrap .isotope_item p,
.isotope_wrap .isotope_item .post_info {
    margin-bottom: 1em;
}

.post_item_masonry .post_content {
    background: #f6f6f6;
    padding: 1.5em 1.5em;
}

.post_content .post_title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.blogger-home3 .post_content .post_title {
    margin-bottom: .7em;
}

.post_item_masonry.post_content .sc_button {
    width: 40px;
}

.post_content .sc_button:hover {
    color: #fff;
    opacity: .8;
}


/* Portfolio items */

.isotope_wrap .isotope_item_grid .post_item,
.isotope_wrap .isotope_item_square .post_item,
.isotope_wrap .isotope_item_portfolio .post_item {
    overflow: visible;
}

.isotope_wrap .isotope_item_portfolio .post_featured,
.isotope_wrap .isotope_item_square .post_featured,
.isotope_wrap .isotope_item_grid .post_featured {
    border-bottom: none;
}

.isotope_wrap .isotope_item_grid .post_item .hover_icon,
.isotope_wrap .isotope_item_square .post_item .hover_icon,
.isotope_wrap .isotope_item_portfolio .post_item .hover_icon {
    position: relative;
    top: 0;
    opacity: 1;
}

.isotope_wrap .isotope_item_grid .post_item .hover_icon:before,
.isotope_wrap .isotope_item_square .post_item .hover_icon:before,
.isotope_wrap .isotope_item_portfolio .post_item .hover_icon:before {
    position: static;
    margin-top: 0.3em;
    opacity: 1;
    font-size: 2.5em;
    box-shadow: none;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}


/* Isotope filters */

.isotope_filters {
    overflow: hidden;
    text-align: left;
    margin: 0 0 2.5em;
    padding-bottom: 0.5em;
}

div.isotope_filters a.active,
div.isotope_filters a:hover {
    color: #fff;
}

div.isotope_filters a {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
    padding: 0.75em 1.5em;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 0;
}


/* Isotope transitions */

.isotope-hidden.isotope_item {
    pointer-events: none;
    z-index: 1;
}


/* 7.7 Paginations
-------------------------------------------------------------- */


/* Blog pagination */

.pagination_wrap {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.pagination_wrap:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.pagination_wrap .pager_next,
.pagination_wrap .pager_prev,
.pagination_wrap .pager_last,
.pagination_wrap .pager_first {
    padding: 0.7em;
    font-size: 1em;
}

.pagination_wrap .pager_next,
.pagination_wrap .pager_first,
.pagination_wrap .pager_last {
    margin-right: 0;
}

.pagination_wrap .pager_last {
    padding-left: 0;
}


/* Pagination single page parts */

.pagination_single {
    margin-bottom: 2em;
}

.pagination_single>.pager_pages {
    margin-right: 0.5em;
}


/* Style 'Pages' and 'Slider' */

.pagination_single>.pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages>a,
.pagination_pages>span {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
    padding: 0.7143em 0.8em;
    font-size: 0.875em;
    line-height: 0.875em;
}

.pagination_slider .pager_pages {
    display: inline-block;
    position: relative;
    z-index: 1000;
}

.pagination_slider .pager_cur {
    cursor: pointer;
}

.pagination_slider .pager_slider {
    display: none;
    position: absolute;
    bottom: 3.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 3.5em 1em 0;
    overflow: hidden;
}

.pagination_slider .pager_slider .sc_slider {
    width: 300px;
    height: 230px;
}

.pagination_slider .pager_slider .pager_numbers table {
    font-size: 1.8em;
    font-weight: 300;
}

.pagination_slider .pager_slider .pager_numbers table td {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: none;
}

.pagination_slider .pager_slider .pager_numbers table td a {
    display: block;
    text-align: center;
    width: 58px;
    line-height: 2em;
}

.pagination_slider .pager_slider .pager_numbers table td a.active,
.pagination_slider .pager_slider .pager_numbers table td a:hover {
    font-weight: 700;
}

.pagination_slider .pager_slider .pager_numbers table td a.active {
    color: #666666;
    cursor: default;
}


/* Style 'Load more' */

.pagination_viewmore>a {
    display: inline-block;
    text-align: center;
    padding: 0.75em 1.5em;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.3em;
}

.pagination_viewmore .viewmore_loading,
.pagination_viewmore .viewmore_text_2 {
    display: none;
}

.pagination_viewmore.loading .viewmore_text_1 {
    display: none;
}

.pagination_viewmore.loading .viewmore_loading,
.pagination_viewmore.loading .viewmore_text_2 {
    display: inline-block;
}


/* Style 'Infinite' */

.pagination_infinite {
    height: 0;
}

.pagination_infinite #viewmore_link {
    display: none;
}


/* Loader picture */

.pagination_wrap.loading {
    height: 1.3em;
    padding: 10px 0;
}

.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
}

.viewmore_loader {
    display: none;
    width: 50px;
    height: 50px;
    z-index: 1;
    margin: -25px 0 0 -25px;
}

.loading * {
    display: none !important;
}

.loading>.viewmore_loader {
    display: block !important;
}

.loading>.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}


/* 8. Single page parts
-------------------------------------------------------------- */

.post_content.post_content_editor_present {
    position: relative;
}

.post_item_attachment>.post_title,
.post_item_single>.post_title {
    margin-top: 0;
}

.post_info .frontend_editor_buttons {
    float: right;
}

.post_info .frontend_editor_buttons [class*="icon-"]:before {
    margin-right: 0.5em;
}


/* 8.1 Attachment and Portfolio post navigation
------------------------------------------------------------ */

.post_featured .post_nav {
    position: relative;
}

.post_featured .post_nav_item {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 60px;
    color: #3a3a3a;
    margin-top: -80px;
    overflow: hidden;
    padding: 50px 0;
}

.post_featured .post_nav_next {
    left: auto;
    right: 0;
}

.post_featured .post_nav_item:before {
    position: absolute;
    display: block;
    top: 50px;
    left: 25px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 25px;
    font-family: "fontello";
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.8);
    color: #888888;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.post_featured .post_nav:hover .post_nav_item:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured .post_nav:hover .post_nav_prev:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -60px;
}

.post_featured .post_nav:hover .post_nav_next:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -60px;
}

.post_featured .post_nav .post_nav_prev:before {
    content: '\e810';
}

.post_featured .post_nav .post_nav_next:before {
    content: '\e80f';
    left: auto;
    right: 25px;
}


/* Info block */

.post_featured .post_nav_item .post_nav_info {
    display: block;
    height: 60px;
    width: auto;
    float: left;
    padding: 0 25px;
    margin-left: -300px;
    overflow: hidden;
    max-width: 160px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.5em;
}

.post_featured .post_nav_next .post_nav_info {
    float: right;
    margin-left: 0;
    margin-right: -300px;
}

.post_featured .post_nav .post_nav_info_title {
    display: block;
    padding-top: 8px;
    line-height: 1.3em;
}

.post_featured .post_nav .post_nav_info_description {
    font-size: 0.75em;
    line-height: 1.5em;
}

.post_featured .post_nav_prev:hover .post_nav_info {
    margin-left: -6px;
}

.post_featured .post_nav_next:hover .post_nav_info {
    margin-right: -6px;
}

.post_featured .post_nav_item .post_nav_info {
    transition: all 0.6s ease-out;
    transition-delay: 0.15s;
}

.post_featured .post_nav_item:before {
    transition: all 0.3s ease-out;
}


/* 8.2 Reviews block
-------------------------------------------------------------- */

.reviews_block {
    width: 390px;
    overflow: hidden;
}

.widget_area .reviews_block {
    width: 100%;
}

.reviews_block .sc_tabs_content {
    overflow: hidden;
    border: 1px solid #f4f7f9;
    border-radius: 6px;
}

.widget_area .reviews_block .sc_tabs_content {
    border: none;
}

.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    padding: 0;
}

.reviews_block.sc_tabs .sc_tabs_titles li {
    font-size: 0.875em;
}

.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    padding: 0.25em 0.5em;
}

.reviews_block .reviews_editor {
    padding: 1em;
}

.widget_area .reviews_block .reviews_editor {
    padding: 0 0 1em 0;
}

.reviews_block .reviews_accept {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    text-align: center;
    display: none;
}

.reviews_block .reviews_item {
    position: relative;
    height: 2.5625em;
    padding-right: 1.875em;
    overflow: hidden;
}

.reviews_block .reviews_value {
    position: absolute;
    top: 3px;
    right: 0;
    color: #222222;
    height: 1.7857em;
    line-height: 1.7857em;
    text-align: right;
    font-size: 0.875em;
}

.reviews_block .reviews_criteria {
    position: absolute;
    z-index: 1;
    padding: 4px 10px 0 0;
    width: 55%;
}

.reviews_block .reviews_max_level_10 .reviews_criteria {
    width: 41%;
}

.reviews_block .reviews_max_level_100 .reviews_criteria {
    color: #ffffff;
    height: 1.7857em;
    line-height: 1.7857em;
    padding-left: 0.7143em;
    font-size: 0.875em;
}

.reviews_block .reviews_stars_wrap {
    position: relative;
    height: 2.5625em;
    width: 28.5%;
    margin-left: 62%;
    box-sizing: border-box;
}

.reviews_block .reviews_max_level_10 .reviews_stars_wrap {
    width: 42.5%;
    margin-left: 48%;
}

.reviews_block .reviews_editable .reviews_criteria,
.reviews_block .reviews_editable .reviews_stars_wrap {
    cursor: pointer;
}

.reviews_block .reviews_max_level_100 .reviews_stars_wrap {
    margin-left: 0;
    width: 100%;
}

.reviews_block .reviews_stars_bg,
.reviews_block .reviews_stars_hover {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
}

.reviews_block .reviews_stars_hover {
    white-space: nowrap;
    overflow: hidden;
}

.reviews_block .reviews_max_level_100 .reviews_stars_bg {
    background-color: #f4f7f9;
    height: 1.5625em;
}

.reviews_block .reviews_max_level_100 .reviews_stars_hover {
    background-color: #666666;
    height: 1.5625em;
}

.reviews_block .reviews_slider {
    display: none;
    background-color: #666666;
    height: 6px;
    width: 8px;
    position: absolute;
    bottom: 4px;
    left: 0;
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.reviews_block .reviews_editable .reviews_max_level_100 .reviews_slider {
    display: block;
}

.reviews_block .reviews_max_level_100 .reviews_slider {
    bottom: 1px;
}

.reviews_block .reviews_slider:before {
    content: ' ';
    display: block;
    height: 7px;
    width: 7px;
    background-color: inherit;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reviews_star {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    vertical-align: top;
}

.reviews_max_level_10 .reviews_star {
    font-size: 0.875em;
}

.reviews_star:before {
    content: '\e8c8';
    font-family: "fontello";
    font-size: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.reviews_stars_hover .reviews_star:before {
    content: '\e820';
}

.reviews_block .reviews_max_level_100 .reviews_value:after {
    content: '%';
}


/* Summary */

.reviews_block .reviews_summary {
    background-color: #f4f7f9;
    overflow: hidden;
}

.reviews_block .reviews_summary .reviews_item {
    height: 7.375em;
    padding: 0;
    overflow: hidden;
}

.reviews_block .reviews_summary .reviews_stars_wrap {
    display: none;
}

.reviews_block .reviews_summary .reviews_criteria {
    position: static;
    display: block;
    float: left;
    padding: 1.15em 1.15em 0;
    width: 53.8462%;
    /* 210px; */
    height: 6.1428em;
    color: #222222;
    font-size: 0.875em;
    line-height: 1.5em;
    overflow: hidden;
}

.widget_area .reviews_block .reviews_summary .reviews_criteria {
    width: 40%;
    height: 8em;
    padding: 0.85em 0.85em 0;
    font-size: 0.75em;
    line-height: 1.3em;
}

.reviews_block .reviews_summary .reviews_stars {
    float: right;
    width: 30.7692%;
    /* 120px; */
    height: 7.375em;
    position: relative;
    overflow: hidden;
}

.widget_area .reviews_block .reviews_summary .reviews_stars {
    width: 40%;
}

.reviews_block .reviews_summary .reviews_value {
    top: 0;
    width: 100%;
    height: 1.9667em;
    line-height: 1.9667em;
    font-size: 3.75em;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

.widget_area .reviews_block .reviews_summary .reviews_value {
    font-size: 3.25em;
}


/* Summary stars in the post item (under the title) */

.post_rating {
    margin-bottom: 6px;
    overflow: hidden;
}

.post_rating .reviews_stars_wrap {
    white-space: nowrap;
}

.post_rating .reviews_stars_wrap {
    position: relative;
    height: 1em;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.post_rating .reviews_value {
    display: inline-block;
    vertical-align: top;
    padding: 0px 9px;
    font-size: 0.875em;
    line-height: 1.3em;
    color: #fff !important;
    font-weight: 400;
    margin-left: 0.5em;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: #adc143;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
}

.post_rating .reviews_stars_bg,
.post_rating .reviews_stars_hover {
    white-space: nowrap;
    overflow: hidden;
}

.post_rating .reviews_stars_hover {
    position: absolute;
    left: 0;
    top: 0;
}


/* 8.3 Post author
------------------------------------------------------ */

.post_author {
    margin-bottom: 2em;
    padding: 2.5em 2em;
    overflow: hidden;
    font-size: 15px;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    border-radius: 4px;
}

.post_author .post_author_avatar {
    float: left;
    margin: 0 20px 0px 0;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.post_author .post_author_avatar img {
    height: 100%;
    width: auto;
    max-width: none;
}

.post_author .post_author_title {
    margin-top: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: none;
}

.post_author .post_author_title span a {
    display: block;
    color: #fff;
    margin-top: .5em;
    font-size: 20px;
}

.post_author .post_author_info {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.post_author .post_author_title a {
    color: #69d7ec;
}

.post_author p {
    margin: 0;
}

.post_author p+p {
    margin-top: 0.5em;
}


/* 8.4 Comments
-------------------------------------------------------- */

.comments_wrap {
    margin-top: 3em;
}

.body_style_fullscreen .comments_wrap {
    margin-bottom: 3em;
}


/* Trackbacks and pingbacks */

.comments_list>li.trackback {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 4em;
    min-height: 0;
    position: relative;
}

.comments_list>li.trackback p {
    font-style: italic;
    padding-bottom: 0.8em;
}

.comments_list>li.trackback p a {
    font-style: normal;
}

.comments_list>li.trackback .edit-link {
    position: absolute;
    right: 0;
    top: 0;
}

.comments_list>li+li.trackback .edit-link {
    margin-top: 1.25em;
}


/* Comment list */

.comments_list_wrap .comments_closed {
    margin-top: 2em;
    color: #222222;
}

.comments_list_wrap .comments_list_title {
    margin-top: 0;
}

.comments_list_wrap>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments_list_wrap ul>li {
    overflow: hidden;
    position: relative;
    min-height: 5em;
}

.comments_list_wrap ul.children,
.comments_list_wrap ul>li+li {
    border-top: none;
}

.comments_list_wrap ul>li:before {
    display: none;
}

.comments_list_wrap ul ul {
    /* padding-left:105px; */
    /* This way for more long border under previous item */
    margin-left: 105px;
    /* This way for more short border under previous item */
}

.comments_list_wrap ul ul ul ul ul {
    /* padding-left:0; */
    margin-left: 0;
}

.comment_box_content {
    border: 2px solid #f6f6f6;
    padding: 1em;
}

.comments_list_wrap .comment_author_avatar {
    position: absolute;
    left: 1em;
    top: 1.25em;
    z-index: 1;
}

.comments_list_wrap .comment_author_avatar img {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comments_list_wrap .comment_content {
    padding-left: 105px;
}

.comments_list_wrap .comment_info {
    font-size: 0.875em;
    margin-bottom: 0.5em;
}

.comments_list_wrap .comment_info .comment_author {
    display: block;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-right: 1em;
}

.comments_list_wrap .comment_info .comment_date,
.comments_list_wrap .comment_info .comment_time {
    color: #91918b;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.comments_list_wrap .comment_info .comment_date::before {
    display: none;
}

.comments_list_wrap .comment_info .comment_date_label {}

.comments_list_wrap .comment_info>span+span:before {
    content: "|";
    display: inline-block;
    margin: 0 0.5em;
}

.comments_list_wrap .comment_info .comment_date_label {}

.comments_list_wrap .comment_not_approved {
    padding: 0 0 0.5em 0;
    font-style: italic;
    font-weight: 300;
}

.comments_list_wrap .comment_text {
    margin-bottom: 0.5em;
    color: #91918b;
    font-size: 14px;
}

.comments_list_wrap .comment_text p {
    margin: 0;
}

.comments_list_wrap .comment_text p+p {
    margin-top: 0.5em;
}

.comments_list_wrap .comment_text ul {
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: outside;
}

.comments_list_wrap .comment_text ul>li>ul {
    margin-top: 0.5em;
}

.comments_list_wrap .comment_text ul>li {
    min-height: 0;
    border: none;
    padding: 0;
    margin: 0 0 0.5em 0;
    overflow: visible;
}

.comments_list_wrap .comment_reply a {
    color: #69d7ec;
    font-weight: 500;
    font-size: 15px;
    font-family: "Hind", sans-serif;
}

.comments_list_wrap .comment_reply {
    position: relative;
}

.comments_list_wrap .comment_reply::before {
    content: '\e824';
    font-family: fontello;
    margin-right: .5em;
}

.comments_list_wrap .comment_reply a:hover {
    color: #03ACCC;
}

.comments_list_wrap .comment_reply a:before {
    content: '\e824';
    font-family: fontello;
    margin-right: 0.5em;
    display: none;
}


/* Comments form */

.comments_wrap .comment-reply-title {
    display: none;
}

.comments_wrap .comments_list_wrap .comment-reply-title {
    display: block;
}

.comments_wrap .comments_notes {
    font-size: 0.875em;
    color: #909090;
    display: none;
}

.comments_wrap .comments_field {
    margin-bottom: 20px;
}

.comments_wrap .comments_field label {
    display: none;
}

.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
    width: 100%;
    padding: 0.75em 1em;
    border: 1px solid #f6f6f6;
    background: #fff;
}

.comments_wrap #send_comment {
    margin-left: -4px;
    padding-right: 1em;
    width: auto;
}

.comments_wrap .comments_field input:focus,
.comments_wrap .comments_field textarea:focus {
    border-color: #ff6b1c;
}


/* Submit button */

.comments_form_wrap {
    padding-bottom: 4px;
    /* To show shadow under button */
    margin-bottom: 60px;
}

.comments_wrap .form-submit {
    text-align: left;
    margin: 0;
    padding-left: 4px;
}

.comments_wrap .form-submit input[type="submit"],
.comments_wrap .form-submit input[type="button"] {
    text-transform: uppercase;
}


/* 8.5 Page 404
-------------------------------------------------------------- */

.article_style_boxed .post_item_404 {
    padding: 1px 0;
}

.post_item_404 .page_title,
.post_item_404 .page_subtitle,
.post_item_404 .page_description,
.post_item_404 .page_search {
    text-align: center;
}

.post_item_404 .page_title {
    font-size: 6em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0.45em;
}

.post_item_404 .page_subtitle {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.8125em;
    margin-top: 0.5em;
}

.post_item_404 .page_description {
    margin-bottom: 2em;
    color: #222222;
}

.post_item_404 .page_search {
    margin-bottom: 3em
}

.post_item_404 .page_search .search_wrap {
    max-width: none;
    margin: 0;
    margin-left: 20px;
    height: 2.5em;
    line-height: 2.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #1eaace;
}

.content .search_wrap .search_form_wrap button {
    display: block;
    color: white;
    z-index: 5;
    background-color: transparent;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    width: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* 8.8 Team member
-------------------------------------------------------------- */


/* Share block */

.post_item_single_team .post_info_share_horizontal {
    margin: 2em 0;
}


/* 9. Sidebars
-------------------------------------------------------------- */


/* Common rules */

.body_filled .widget_area.sidebar_style_light {
    padding: 50px 40px;
    padding-top: 7px;
    padding-right: 0;
}

.widget_search .widget_title {
    border-bottom: 0 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    padding-bottom: .45em !important;
}

.widget_area .widget_title {
    margin-top: 0;
    color: #2c3032;
    font-family: "Hind";
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.sidebar .widget_price_filter {
    margin-top: 2em;
    padding: 2em 1em;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}

.widget_price_filter .widget_title {
    color: #fff;
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_number_2.widget.widget_categories {
    border-top: 0;
    margin-top: 10px;
}

.widget_area ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.widget_area .widget_top10 .sc_tabs .sc_tabs_titles {
    display: none;
}

.widget_area ul ul {
    margin-top: 0px;
}

.widget_area ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 15px;
    font-family: "Hind";
    font-weight: 500;
    color: #9da1a4;
}

.woocommerce ul.product_list_widget li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.woocommerce ul.product_list_widget li:last-child {
    border-bottom: 0;
}

.woocommerce-page ul.product_list_widget li .product-title {
    font-family: "Hind", sans-serif;
    font-size: 15px;
}

.woocommerce-page .widget_top_rated_products ul li .star-rating {
    display: none;
}

.woocommerce-page ul.product_list_widget li .amount {
    font-family: "Hind", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.widget_area .sc_tabs li {
    display: inline-block;
    padding-left: 0;
}

.widget_area .sc_tabs li::before {
    display: none;
}

.widget_area ul li ul li {
    padding-left: 20px;
}

.sidebar.widget_area ul li a {
    color: #9da1a4;
    font-size: 15px;
    font-family: "Hind";
    font-weight: 500;
}

.sidebar .product-categories li .count {
    font-family: "Hind", sans-serif;
}

.sidebar.widget_area select {
    width: 100%;
    padding: 1em;
    padding-right: 2.5em;
    color: #bdbdb7;
    border: 1px solid #ebeced;
    -webkit-appearance: button;
    -moz-appearance: none;
    background: url("images/select.png") no-repeat 92% #fff;
    cursor: pointer;
}

.sidebar .widget_rss .rsswidget {
    line-height: 13px;
}

.sidebar .widget_rss .rss-date {
    display: block;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: .5em;
}

.sidebar .widget_rss .rssSummary {
    color: #91918c;
    font-family: "Hind";
    line-height: 20px;
    font-weight: 500;
}

.sidebar .widget_tag_cloud .tagcloud a {
    font-family: "Hind";
    font-size: 13px !important;
    border-radius: 2px;
}

.sidebar .widget_tag_cloud .tagcloud a:first-letter {
    text-transform: uppercase;
}

.sidebar .widget_tag_cloud .tagcloud a:hover {
    background: #adc244;
    color: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
}

#recentcomments .recentcomments {
    font-family: "Hind";
}

#recentcomments .comment-author-link {
    color: #ff6b1c;
    font-weight: 500;
}

#recentcomments li a {
    color: #32302f;
}

#recentcomments li a:hover {
    color: #ff6b1c;
}

.sidebar .widget_categories ul li {
    font-size: 15px;
    font-family: "Hind";
    font-weight: 500;
    padding-left: 25px;
}

.sidebar .widget_categories ul li::before,
.widget_area ul li::before {
    content: '\e836';
    display: inline-block;
    font-size: 10px;
    border-radius: 50%;
    padding: 1px 0 1px 1px;
    width: 13px;
    text-align: center;
    line-height: normal;
    color: #fff;
    font-family: 'fontello';
    position: absolute;
    left: 0px;
    top: 4px;
}

.widget_area ul li:before {}


/* Tabs in widgets */

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
    font-size: 0.875em;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li {
    margin-left: 5px;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a span {
    display: none;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 13px;
    font-family: "Hind", sans-serif;
    background: #efefef;
    color: #999;
    border-radius: 2px;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li:first-child a {
    padding-left: 10px;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    padding: 10px 0 0 0;
    border: none;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    border-radius: 0;
}


/* Widget: Search */

.widget_area .widget_product_search .search_form,
.widget_area .widget_search .search_form {
    position: relative;
    overflow: hidden;
}

.widget_area .widget_product_search .search_button,
.widget_area .widget_search .search_button {
    text-align: center;
    border: none;
    background: none;
}


/* Widget: Calendar */

.widget_area .widget_calendar table {
    width: 100%;
}

.widget_area .widget_calendar table tr {}

.widget_area .widget_calendar .weekday {
    color: #222222;
    font-size: 14px;
    font-family: "Hind";
}

.widget_area.bg_tint_dark .widget_calendar .weekday {
    color: #ffffff;
}

.sidebar.widget_area .widget_calendar .today .day_wrap {
    color: #fff;
    border: 0;
    width: 83%;
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
}

.sidebar.widget_area .widget_calendar tbody {
    background: #f7f7f7;
    border-radius: 4px;
}

.sidebar.widget_area .widget_calendar thead .month_prev a,
.sidebar.widget_area .widget_calendar thead .month_cur a,
.sidebar.widget_area .widget_calendar thead .month_next a {
    font-size: 13px;
}

.sidebar.widget_area .widget_calendar td .day_wrap {
    border-radius: 3px;
    color: #999;
}

.sidebar.widget_area .widget_calendar td a.day_wrap:hover {
    color: #fff;
}

.widget_area .widget_calendar td .day_wrap {
    display: block;
    position: relative;
    border: 2px solid transparent;
    padding: 6px 0px;
    border-radius: 4px;
}

.widget_area .widget_calendar td a:after {
    font-family: 'fontello';
    content: '\e83c';
    position: absolute;
    left: 48%;
    bottom: -4px;
    color: #ff6b1c;
}

.widget_area .widget_calendar th,
.widget_area .widget_calendar td {
    font-weight: 400;
    text-align: center;
    border-width: 0;
    padding: 0;
}

.widget_area .widget_calendar th {
    padding: 10px 4px;
}

.widget_area .widget_calendar td {
    font-size: 0.875em;
    padding: 0;
}

.widget_area .widget_calendar .month_cur {
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
}

.widget_area .widget_calendar .month_prev a,
.widget_area .widget_calendar .month_next a {
    display: block;
    color: #fff;
    padding: 4px 4px;
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .04);
}

.widget_area .widget_calendar .month_prev a:hover,
.widget_area .widget_calendar .month_next a:hover {
    opacity: .8;
}

.widget_area .widget_calendar .month_prev a:before,
.widget_area .widget_calendar .month_next a:before {
    font-family: 'fontello';
}

.widget_area .widget_calendar .month_prev a:before {
    content: '\e837';
}

.widget_area .widget_calendar .month_next a:before {
    content: '\e836';
}


/* Widget: RSS */

.widget_area .widget_rss ul li::before {
    display: none;
}

.widget_area .widget_rss ul li {
    padding-left: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.widget_area .widget_rss ul li:last-child {
    border-bottom: 0;
}

.widget_area .widget_rss .widget_title img {
    display: none;
}

.widget_area .widget_rss {
    color: #222222;
}

.widget_area .widget_rss li {
    font-size: 0.875em;
}

.widget_area .widget_rss li>a {
    font-size: 1.1428em;
}

#rss-3 h5 a:first-child {
    display: none;
}

#rss-3 h5 {
    position: relative;
}

#rss-3 h5::after {
    content: '\e8e8';
    font-family: fontello;
    position: relative;
    color: #fff;
    margin-left: 3px;
    top: -2px;
    font-size: 10px;
    background: #ff6b1c;
    padding: 5px 5px 5px 7px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -weebkit-border-radius: 50%;
}


/* Widget: Tag Cloud */

.widget_area .widget_product_tag_cloud,
.widget_area .widget_tag_cloud {
    overflow: hidden;
}

.widget_area .widget_product_tag_cloud a,
.widget_area .widget_tag_cloud a {
    display: block;
    float: left;
    padding: 0px 10px;
    margin: 0 5px 5px 0;
    font-size: 0.75em !important;
}


/* Widget: ThemeREX Advertisement */

.widget_area .widget_advert .image_wrap {
    overflow: hidden;
    display: block;
    margin-bottom: 1em;
}


/* Widget: ThemeREX Flickr */

.widget_area .widget_flickr {
    overflow: hidden;
}

.widget_area .widget_flickr .flickr_images {
    margin-right: -5px;
}

.widget_area .widget_flickr .flickr_badge_image {
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
    width: 31%;
    height: auto;
    box-sizing: border-box;
}

.widget_area .widget_flickr .flickr_badge_image:hover img,
.instagram-pics li:hover img {
    opacity: .7;
}

.widget_area .widget_flickr .flickr_badge_image img {
    width: 100%;
}


/* Widget: ThemeREX Logo and Socials */

.widget_area .widget_socials .logo {
    overflow: hidden;
    margin-bottom: 1em;
}

.widget_area .widget_socials .logo img {
    vertical-align: middle;
}

.widget_area .widget_socials .logo .logo_text {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.5em;
}

.widget_area .widget_socials .sc_socials {
    margin-top: 1em;
}

.sc_socials a,
.sc_socials a .sc_socials_hover {
    text-indent: inherit !important;
}

.sc_socials .sc_socials_item {
    display: inline-block;
    margin: 0 5px;
}

.share_caption {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.sc_team_item .sc_socials_item {
    height: 36px;
}

.sc_team_style_2 .sc_team_item .sc_socials_item {
    padding: 4px 5px;
    padding-bottom: 0;
}

div.sc_team_style_2 .sc_team_item .sc_socials .sc_socials_item span {
    width: 25px;
    height: 25px;
}

.sc_team_style_2 .sc_team_item .sc_socials .sc_socials_item span::before {
    top: 10%;
}

.copyright_wrap .sc_socials .sc_socials_item a {
    width: 22px !important;
}

.sc_socials .sc_socials_item a {
    color: #b5b5b0;
    height: 20px !important;
    width: 37px !important;
    font-size: 18px;
}

.sc_socials .sc_socials_item a span {
    position: relative;
    top: 4px;
}

.sc_team .column-1_3,
.sc_team .column-1_2 {
    padding-right: 4%;
    margin-bottom: 4em;
}


/* Widget: ThemeREX Twitter */

.widget_area .widget_twitter ul li {
    padding-left: 1.5em;
    position: relative;
    font-family: "Hind";
    color: #91918c;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px dashed #4b4b4b;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.widget_area .widget_twitter ul li:last-child {
    border-bottom: 0;
}

.widget_area .widget_twitter ul li a:hover {
    color: #fff;
}

.widget_area .widget_twitter ul li a {
    color: #91918c;
}

.widget_area .widget_twitter ul li .username {
    color: #fff;
    font-weight: 500;
}

.widget_area .widget_twitter ul li:before {
    content: '\e89a';
    left: 0;
    color: #69d7ec;
    font-size: 19px;
    display: block;
}


/* 10. Footer areas
-------------------------------------------------------------- */


/* Footer widgets */

.footer_wrap {}

.footer_wrap.footer_wrap_none_p .widget {
    padding-top: 40px;
}

.footer_wrap.above-sidebar aside {
    margin-bottom: 0;
}

.footer_wrap aside {
    margin-bottom: 2.5em;
    padding-right: 25px !important;
}


/* Contacts */

.contacts_wrap {
    padding: 3.2em 0 3.7em;
    text-align: center;
    background-color: #2f332f;
}

.contacts_wrap .logo {
    text-align: left;
    margin-top: 2em;
    float: right;
    width: 48%;
}

.contacts_wrap .logo .logo_text {
    font-size: 2em;
}

.contacts_wrap .logo img {
    vertical-align: middle;
    display: inline-block;
}

.contacts_wrap .contacts_address {
    overflow: hidden;
    font-size: 0.875em;
    margin-bottom: 1.5em;
    float: left;
    width: 49%;
    text-align: right;
}

.contacts_wrap .contacts_address .address_left {
    width: 96%;
    text-align: right;
    float: left;
    color: #fff;
}

.contacts_wrap .contacts_address .address_right {
    width: 96%;
    text-align: right;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}


/* Testimonials and Twitter area */

.testimonials_wrap,
.twitter_wrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff !important;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

footer.testimonials_wrap .sc_section_overlay,
footer.twitter_wrap .sc_section_overlay {
    padding: 3em 0;
    position: relative;
}

footer.testimonials_wrap .sc_section_overlay .content_wrap,
footer.twitter_wrap .sc_section_overlay .content_wrap {
    margin-bottom: 2em;
}

footer.testimonials_wrap .sc_section_overlay .sc_slider_controls_wrap,
footer.twitter_wrap .sc_section_overlay .sc_slider_controls_wrap {
    bottom: 0;
}


/* Copyright area */

.copyright_wrap {
    font-size: 0.875em;
    padding: 3.3em 0;
    background: #fff;
    color: #222222;
    text-align: center;
    border-top: 1px solid #efefef;
}

.copyright_wrap p a:hover {
    color: #222;
}

.copyright_wrap .sc_socials {
    float: right;
    margin-top: .4em;
}

.copyright_wrap p {
    display: inline-block;
    text-align: left;
    color: #8e8e8e;
    font-family: "Hind", sans-serif;
    margin-bottom: 0;
}

.sc_team_item .sc_socials .sc_socials_item a span {
    margin-right: 0;
    width: 30px;
    height: 30px;
}

.sc_team_item .sc_socials .sc_socials_item a span::before {
    top: 17%;
    font-size: 12px;
}

.sc_socials .sc_socials_item a span {
    border: 2px solid #b5b5b0;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    top: 0;
    margin-right: .5em;
}

.sc_socials_share .sc_socials_item a span {
    width: 30px;
    height: 30px;
    border: 2px solid;
    position: relative;
    top: -6px;
}

.sc_socials_share .sc_socials_item a span::before {
    font-size: 14px !important;
    top: 3px !important;
}

.sc_socials_share .sc_socials_item a span:hover {
    color: #222;
    border-color: #222 !important;
}

.sc_socials .sc_socials_item a span::before {
    font-size: 11px;
    line-height: 100%;
    top: -4px;
    width: 100%;
    position: relative;
}


/* 11. Utils
-------------------------------------------------------------- */


/* Table of contents */

#toc {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
}

#toc a {
    color: #ffffff;
}

#toc.toc_no {
    display: none;
}

#toc .toc_inner {
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

#toc.toc_fixed .toc_inner,
#toc:hover .toc_inner {
    right: 0;
}

#toc .toc_item {
    position: relative;
    width: 57px;
    height: 60px;
    border-right: 3px solid rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
}

#toc .toc_item.toc_separator {
    margin-bottom: 1px;
}

#toc .toc_item.current,
#toc .toc_item:hover {
    background-color: rgba(128, 128, 128, 0.8);
}

#toc .toc_icon {
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    width: 57px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#toc .toc_icon.with_title {
    line-height: 40px;
}

#toc .toc_icon:before {
    font-size: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

#toc .toc_title {
    position: absolute;
    bottom: 6px;
    left: 0;
    display: block;
    width: 57px;
    line-height: 12px;
    font-size: 12px;
}

#toc .toc_description {
    position: absolute;
    top: 0;
    right: -300px;
    width: 240px;
    height: 30px;
    padding: 1em;
    font-size: 0.875em;
    line-height: 1.2em;
    z-index: 1;
    background-color: rgba(128, 128, 128, 0.8);
    color: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
}

#toc .toc_item:hover .toc_description {
    right: 68px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#toc .toc_description:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: rgba(128, 128, 128, 0.8);
    border-width: 8px;
    margin-top: -8px;
}


/* Hovers for images and videos */

.hover_icon {
    position: relative;
    display: block;
}

.blogger-home3 .hover_icon:before {
    font-size: 30px !important;
}

.hover_icon:before {
    font-family: 'fontello';
    font-size: 2em;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    transition: all ease .3s;
}

.hover_icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .0);
    transition: all ease .3s;
}

.sc_video_play_button.hover_icon:before {
    content: '';
    background: url(/wp-content/uploads/2015/06/play-video.png) no-repeat;
    background-position: center;
    width: 76px;
    height: 76px;
}

.sc_video_frame.inited.hover_icon::after {
    display: none;
}

.hover_icon:hover:before {
    opacity: 1;
    filter: alpha(opacity=1);
    margin-top: 0;
    z-index: 1;
}

.hover_icon:hover::after {
    background: rgba(0, 0, 0, .2);
    transition: all ease .3s;
}

.hover_icon_play:before {
    content: '\e80d';
}

.blogger-home1 .column-1_4 .hover_icon_link:before {
    display: none;
}

.hover_icon_link:before {
    content: '\e812';
}

.hover_icon_zoom:before {
    content: '\e823';
}

.hover_icon_view:before {
    content: '\e843';
}


/* Scroll to top */

.scroll_to_top {
    display: block;
    position: fixed;
    padding: 8px 15px;
    line-height: 3em;
    text-align: center;
    bottom: -4em;
    right: 1.5em;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1001;
    transition: all ease 1.5s;
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 2px;
    font-size: 10px;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}

.scroll_to_top.show {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 1em;
    line-height: 2em;
}

.scroll_to_top.show:hover {
    background: #222;
}


/* Debug window */

#debug_log {
    position: fixed;
    z-index: 1000000;
    display: block;
    width: 100%;
    max-height: 400px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    overflow: auto;
}

.admin-bar #debug_log {
    top: 32px;
}

#debug_log_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

#debug_log_content {
    padding: 12px;
}


/* 12. Registration and Login popups
-------------------------------------------------------------- */

.popup_wrap {
    position: absolute;
    top: 3.3333em;
    right: 0;
    width: 37.5em;
    padding: 3em 2.5em 2em;
    display: none;
}

.popup_registration {
    right: -5.5em;
}

.popup_wrap .popup_close {
    display: block;
    font-size: 1.25em;
    line-height: 1em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0.5em 0.5em 0 0;
    text-align: center;
    color: #cccccc;
    border: 2px solid #ebebeb;
    background-color: #f4f7f9;
}

.popup_wrap .popup_close:hover {
    color: #909090;
    border: 2px solid #cccccc;
    background-color: #ffffff;
}

.popup_wrap .popup_close:before {
    font-family: fontello;
    content: '\e8ac';
    line-height: 1em;
    padding: 0 !important;
    margin: 0 !important;
}

.popup_wrap .form_wrap {
    position: relative;
    overflow: hidden;
}

.popup_wrap .form_wrap .result {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.popup_wrap .form_wrap .result p {
    line-height: 1.5em;
}

.popup_wrap .form_wrap .result a {
    color: #ffffff;
}

.popup_wrap .form_wrap .error_fields_class {
    border-color: #CC6868;
}

.popup_wrap .form_left {
    float: left;
    padding-right: 2.5em;
    width: 54%;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.popup_wrap .form_right {
    float: right;
    padding-left: 2.5em;
    width: 45%;
    box-sizing: border-box;
}

.popup_wrap.popup_registration .form_left {
    width: 50%;
    padding-right: 5px;
    border-right: none;
}

.popup_wrap.popup_registration .form_right {
    width: 50%;
    padding-left: 5px;
}

.popup_wrap .popup_form_field {
    margin-bottom: 0.625em;
}

.popup_wrap .popup_form_field a {
    padding: .5em 2em;
}

.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
    width: 100%;
    border: 2px solid #ebebeb;
    background-color: #fafafa;
}

.popup_wrap input:not([type="submit"]):focus {
    background-color: #ffffff;
}

.popup_wrap .popup_form_field.iconed_field {
    position: relative;
}

.popup_wrap .popup_form_field.iconed_field:before {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 8px;
    color: #c9c9c9;
    font-size: 1.5em;
}

.popup_wrap .popup_form_field.iconed_field input {
    padding-right: 30px;
}

.popup_wrap .popup_form_field .forgot_password {
    float: right;
}

.popup_wrap .popup_form_field.submit_field {
    padding: 0 0 4px 0px;
}

.popup_wrap .popup_form_field .submit_button {
    width: 100%;
}

.popup_wrap .popup_form_field .submit_button {
    padding: .4em 0;
    color: #fff;
}

.popup_wrap .login_socials_title {
    color: #222222;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

.popup_wrap .login_socials_problem,
.popup_wrap .login_socials_list {
    line-height: 3em;
}

.popup_wrap .popup_form_field.remember_field {
    margin-top: 1.2em;
}

.popup_wrap .popup_form_field.remember_field a {
    padding: 0em 1em;
}

.popup_wrap.popup_login .form_right .sc_socials_item a span::before {
    top: -8px;
    color: #b5b5b0;
}

.popup_wrap.popup_login .form_right .sc_socials_item {}

.login_socials_problem a {
    padding: 0.5em 1.5em;
}

.menu_user_login .wp-social-login-provider-list {
    padding-left: 0;
}


/* 13. Third part plugins
------------------------------------------------------------------------------------ */


/* WPBakery PageBuilder */

.wpb_row,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0;
}

.sc_gap .vc_row.wpb_row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.sc_gap .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_row.wpb_row {
    margin-bottom: 0;
}

.tp-static-layer .vc_row {
    width: 100%;
}

.user_footer_wrap .vc_row.wpb_row {
    margin: 0;
}

h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
    padding-bottom: 0 !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}

.columns_home2_right .wpb_content_element {
    margin-left: 1em;
}

.columns_home2_left .wpb_content_element {
    margin-right: 1em;
}


/* Magnific popup */

.mfp-figure figcaption {
    margin-bottom: 40px !important;
    height: 40px;
    padding: 0 16px;
    overflow: hidden;
}

.mfp-figure figcaption .mfp-bottom-bar {
    left: 16px;
    right: 16px;
    margin-top: -30px;
    width: auto;
}


/* Booking calendar */

#booking_month_nav {
    display: none !important;
}

#booking_container_all .booking_header_container {
    margin-top: 0;
}

.booking_month_container_all,
.booking_month_container_all .booking_month_container {
    width: 100%;
    text-align: center;
}

.booking_month_container_all .booking_month_container .booking_month_name,
.booking_month_container_all .booking_month_container .booking_month_year {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1667em;
    margin-top: 0.625em;
    margin-bottom: 1em;
    color: #32302f !important;
    display: inline-block;
    font-family: "Hind";
    width: auto;
    position: relative;
}

.booking_month_container_all .booking_month_container .booking_month_year {
    text-align: center;
}

#booking_calendar_container .booking_day_container {
    height: 130px;
    margin-right: .5%;
    margin-bottom: .9%;
}

#booking_calendar_container .booking_day_container .booking_day_number {
    height: 35px;
    margin: 0;
    padding: 10% 10%;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    background: #fcfcfc;
    display: block;
    width: 80.1%;
}

#booking_calendar_container .booking_day_container .booking_day_book {
    display: none;
}

#booking_calendar_container .booking_day_container .booking_day_slots {
    margin: 0;
    padding: 23px 15px;
    width: initial;
    font-weight: 500;
}

#booking_calendar_container .booking_day_container a {
    border: 0;
    height: 135px;
    font-family: "Hind";
}

#booking_slot_form .booking_border_ccc {
    padding-top: 15px;
}

#booking_slot_form {
    width: 45%;
    float: left;
}

#booking_slot_form .booking_mark_666 {
    font-weight: 600;
    font-family: "Hind";
    color: #32302f;
}

#booking_slot_form .booking_float_left input {
    position: relative;
    top: 4px;
    margin-right: 9px;
}

#booking_slot_form .booking_border_b_1 {
    border: 0;
}

#booking_slot_form .booking_border_ccc .booking_font_custom {
    font-family: "Hind";
    color: #32302f;
}

#booking_container .booking_bg_567 {
    width: 50%;
    float: right;
    margin-top: 0;
    background: none !important;
    padding-top: 0;
    margin-top: -20px;
}

#booking_container .booking_bg_567 .booking_float_left {
    display: block;
    float: none;
    width: 70%;
    margin-left: 0;
}

#booking_container .booking_bg_567 .booking_float_left div {
    color: #32302f;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 14px;
    font-family: "Hind";
}

#booking_container .booking_bg_567 input,
#booking_container .booking_bg_567 textarea {
    width: 100%;
    background: #eee !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #91918b;
    font-family: "Hind";
    font-size: 14px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#booking_container .booking_bg_567 #booking_submit_button {
    background: #ff6b1c !important;
    width: 36%;
    float: left;
    margin-left: 0;
    display: block;
    margin-top: 15px;
    border-bottom: 2px solid #ff300d !important;
}

#booking_container .booking_bg_567 #booking_submit_button:hover {
    background: #ff300d !important;
}

.fix-block-slider {
    position: relative;
    background: rgba(0, 0, 0, .7);
    height: 537px;
}

.img-fixed-slider {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -43px;
}

.sc_contact_form.sc_contact_form_slider {
    display: block;
    width: 50%;
    margin: auto;
}

.sc_contact_form.sc_contact_form_slider h2 {
    color: #fff;
}

.sc_contact_form.sc_contact_form_slider .sc_contact_form_item.sc_contact_form_field,
.sc_contact_form.sc_contact_form_slider textarea {
    display: block;
    width: 100%;
    padding-left: 0;
}

.sc_contact_form.sc_contact_form_slider button {
    text-transform: uppercase;
    width: 100%;
    margin-left: 0;
    margin-top: .2em;
    overflow: hidden;
    background: #ff6b1c;
}

.sc_contact_form h5 {
    margin-bottom: 1.5em;
    margin-top: 4em;
}

.sc_contact_form_item {
    margin-bottom: 1em;
}

.sc_contact_form_info .sc_contact_form_item input {
    display: inline-block;
    background: #fff;
    border: 2px solid #f6f6f6;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: normal;
}

.sc_contact_form_info .sc_contact_form_item input:last-child {
    margin-right: 0;
}

.sc_contact_form_item textarea {
    border: 2px solid #f6f6f6;
    display: block;
    width: 100%;
    height: 170px;
    background: none;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sc_contact_form_item .sc_button {
    float: right;
}


/* Google conversion */

iframe[name="google_conversion_frame"] {
    height: 1px;
    min-height: 0px;
    display: none;
}


/* 14. Predefined classes for users
-------------------------------------------------------------- */


/* Predefined classes for the background texture and/or image */

.texture_bg_1 {
    background-image: url(images/bg/texture_1.png);
}

.texture_bg_2 {
    background-image: url(images/bg/texture_2.png);
}

.texture_bg_3 {
    background-image: url(images/bg/texture_3.png);
}

.texture_bg_4 {
    background-image: url(images/bg/texture_4.png);
}

.texture_bg_5 {
    background-image: url(images/bg/texture_5.png);
}

.texture_bg_6 {
    background-image: url(images/bg/texture_6.png);
}

.texture_bg_7 {
    background-image: url(images/bg/texture_7.png);
}

.texture_bg_8 {
    background-image: url(images/bg/texture_8.png);
}

.texture_bg_9 {
    background-image: url(images/bg/texture_9.png);
}

.texture_bg_10 {
    background-image: url(images/bg/texture_10.png);
}

.texture_bg_11 {
    background-image: url(images/bg/texture_11.png);
}

.texture_bg_12 {
    background-image: url(images/bg/texture_12.png);
}

.overlay_bg_1:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_1.png);
}

.overlay_bg_2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_2.png);
}

.overlay_bg_3:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_3.png);
}

.overlay_bg_4:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_4.png);
}

.overlay_bg_5:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_5.png);
}

.overlay_bg_6:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_6.png);
}

.overlay_bg_7:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_7.png);
}

.overlay_bg_8:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_8.png);
}

.overlay_bg_9:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_9.png);
}

.overlay_bg_10:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_10.png);
}

.overlay_bg_11:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_11.png);
}

.overlay_bg_12:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_12.png);
}

.bg_pattern_1 {
    background: url(images/bg/pattern_1.jpg) 50% 50% repeat fixed;
}

.bg_pattern_2 {
    background: url(images/bg/pattern_2.jpg) 50% 50% repeat fixed;
}

.bg_pattern_3 {
    background: url(images/bg/pattern_3.jpg) 50% 50% repeat fixed;
}

.bg_pattern_4 {
    background: url(images/bg/pattern_4.jpg) 50% 50% repeat fixed;
}

.bg_pattern_5 {
    background: url(images/bg/pattern_5.jpg) 50% 50% repeat fixed;
}

.bg_pattern_6 {
    background: url(images/bg/pattern_6.jpg) 50% 50% repeat fixed;
}

.bg_pattern_7 {
    background: url(images/bg/pattern_7.jpg) 50% 50% repeat fixed;
}

.bg_pattern_8 {
    background: url(images/bg/pattern_8.jpg) 50% 50% repeat fixed;
}

.bg_pattern_9 {
    background: url(images/bg/pattern_9.jpg) 50% 50% repeat fixed;
}

.bg_pattern_10 {
    background: url(images/bg/pattern_10.jpg) 50% 50% repeat fixed;
}

.bg_image_1 {
    background: url(images/bg/image_1.jpg) 50% 0% repeat-y fixed;
}

.bg_image_2 {
    background: url(images/bg/image_2.jpg) 50% 0% repeat-y fixed;
}

.bg_image_3 {
    background: url(images/bg/image_3.jpg) 50% 0% repeat-y fixed;
}

.bg_image_4 {
    background: url(images/bg/image_4.jpg) 50% 0% repeat-y fixed;
}

.bg_image_5 {
    background: url(images/bg/image_5.jpg) 50% 0% repeat-y fixed;
}

.bg_image_6 {
    background: url(images/bg/image_6.jpg) 50% 0% repeat-y fixed;
}

.bg_image_1,
.bg_image_2,
.bg_image_3,
.bg_image_4,
.bg_image_5,
.bg_image_6 {
    background-size: 100% auto;
}

.accent_top:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 3em;
    height: 2.8em;
    background-color: #fff;
    margin: -1.4em 0 0 -1.3em;
    -webkit-transform: rotate(35deg) skewX(-20deg);
    -ms-transform: rotate(35deg) skewX(-20deg);
    transform: rotate(35deg) skewX(-20deg);
}

.rounded_none {
    border-radius: 0px;
}

.rounded_tiny {
    border-radius: 4px;
}

.rounded_small {
    border-radius: 6px;
}

.rounded_medium {
    border-radius: 10px;
}

.rounded_large {
    border-radius: 15px;
}


/* List 
------------------------------------------------------------------------------------ */

.sc_list li {
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #9da1a4;
}

ul li::before {}

.sc_list.list-custom-color li {
    color: inherit;
}

.sc_list li .icon-dot {
    font-size: 22px;
}


/* Accordion
-------------------------------------------------------------- */

.sc_accordion.sc_accordion_style_2 .sc_accordion_item {
    margin-bottom: 7px !important;
}

.sc_accordion .sc_accordion_item {
    margin-bottom: 0 !important;
}

.sc_accordion.sc_accordion_style_1 {
    background: #fafafa;
}

.sc_accordion>.sc_accordion_item .sc_accordion_content {
    overflow: hidden;
    display: none;
}

.sc_accordion .sc_accordion_item .sc_accordion_title {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    transition: all ease 0.3s;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after {
    content: '. ';
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
    transition: all ease 0.3s;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon::before {
    font-size: 10px;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:after,
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

div.sc_accordion .sc_accordion_item .sc_accordion_content {
    padding: 1.8em 2.3em;
    font-weight: 600;
    line-height: 1.7em;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_content {
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 2.18em 2.3em;
}


/*  Style 1
-------------------------------------------------------------- */

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.in_begin:before {
    content: "Q:";
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.letter-a:before {
    content: "|";
    left: 0;
    font-size: 1.8em;
    color: #ebebeb;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.in_end:before {
    font-size: 0.8em;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.letter-a:after {
    content: "A";
    right: 0;
    left: inherit;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.in_end {
    right: 0.9em;
    width: 1em;
    left: auto;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.before_end {
    right: 2.2em;
    width: 2.3em;
    left: auto;
    font-weight: 700;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
    padding: 1.2em 3em .8em 1.7em;
    font-size: 1.3em;
    text-transform: none;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item+.sc_accordion_item {
    margin-bottom: -1px;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item+.sc_accordion_item .sc_accordion_title {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
    width: 3em;
    color: #ffffff;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
    color: #222;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
    margin-top: 0;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_content {
    padding: 1.8em 0 1.8em 3.5em;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.in_end:before {
    font-size: 0.6em;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.in_end {
    right: 0;
    width: 2.2em;
    left: auto;
    font-weight: 400;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon.before_end {
    display: none;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
    padding: 0.85em 2em;
    line-height: 1.5em;
    text-transform: none;
    font-size: 1.2em;
    font-weight: 400;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_title_icon {
    margin-right: .5em;
    height: 38px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
    right: 0px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2857em;
    padding: 0 0.45em;
    background-color: #fff;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
    line-height: 1em;
    font-weight: 400;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
    opacity: 1;
    top: 49%;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
    opacity: 1;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_closed {
    font-weight: 400;
    top: 29px;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    top: 31px;
    z-index: 55;
    height: 49px;
}

.sc_accordion_noicon.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
    padding-left: 0;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    overflow: visible !important;
    font-weight: 600;
    font-size: 1.3em;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active {
    border-bottom: none;
    padding: 0.38em 2em;
    padding-bottom: 0.5em !important;
    padding-left: 0;
    z-index: 4;
}


/* Tabs 
------------------------------------------------------------------------------------ */

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles {
    overflow: inherit;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
    background: #fafafa;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:last-child {
    border-bottom: 0;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
    border: 0;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles .sc_tabs_content {
    display: inline-block;
    width: 80%;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_content p,
.sc_tabs.sc_tabs_style_2 .sc_tabs_content p {
    font-family: "Hind", sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #9da1a4;
}


/* Table 
------------------------------------------------------------------------------------ */

.sc_table table tr:first-child {
    background: #ff6b1c;
}

.sc_table table tr:first-child th {
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 18px;
}

.sc_table table tr td:first-child {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.sc_table table td {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.sc_table table tr td:nth-child(3),
.sc_table table tr th:nth-child(3) {
    text-align: left;
    padding-left: 2em !important;
}

.sc_table table tr th:nth-child(3) {
    padding-left: 1.6em !important;
}


/* Audio 
------------------------------------------------------------------------------------ */

.sc_audio_player.sc_audio .sc_audio_header {
    padding: 10px 25px;
    padding-left: 0;
}

.sc_audio_player.sc_audio .sc_audio_container {
    background: #fafafa;
    height: 65px;
}

.sc_audio_player.sc_audio .sc_audio_container .mejs-inner {
    height: 65px;
    margin-top: 10px;
}

.sc_audio_player.sc_audio .sc_audio_title,
.sc_audio_player.sc_audio .sc_audio_author .sc_audio_author_name {
    color: #222;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-transform: none;
}

.sc_audio_player.sc_audio .sc_audio_author::before {
    content: ' - ';
    margin-left: 5px;
}

.sc_audio_player.sc_audio .sc_audio_author {
    display: inline-block;
}

.sc_audio_player.sc_audio .sc_audio_author span {
    color: #91918c;
}

.sc_audio_player.sc_audio .sc_audio_author_by {
    display: none;
}

.sc_audio_container .mejs-container .mejs-controls,
.sc_audio_container .mejs-container {
    background: none;
}

.sc_audio_container .mejs-container .mejs-playpause-button,
.sc_audio_container .mejs-container .mejs-volume-button {
    width: 65px;
    height: 65px;
    position: relative;
}

.sc_audio_container .mejs-container .mejs-volume-button {
    width: 15px;
    padding-left: 1em;
    border-left: 1px solid #e6e6e6;
}

.sc_audio_container .mejs-container .mejs-volume-button button {
    top: 50%;
    margin-left: 0 !important;
    margin-right: 0;
    display: none;
}

.sc_audio_container .mejs-container .mejs-playpause-button {}

.sc_audio_container .mejs-container .mejs-playpause-button button {
    position: absolute;
    top: 50%;
    left: 50%;
}

.sc_audio_container .mejs-container .mejs-playpause-button button,
.sc_audio_container .mejs-container .mejs-volume-button button {
    box-shadow: none;
    margin-top: -8px;
    margin-left: -8px;
}

.sc_audio button::before {
    display: none;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-time {
    color: #9da1a4;
    font-family: "Hind";
    height: 12px;
    padding: 27px 5px;
    margin-left: 2em;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-duration-container {
    margin-left: .2em;
    margin-right: 2em;
}

.sc_audio_container .mejs-container .mejs-controls div.mejs-time-rail {
    padding: 25px 0;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #eee;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-time-total::before,
.sc_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-total::before {
    display: none;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-time-current {
    position: relative;
    margin: 0;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-time-current::after {
    display: block;
    content: '';
    position: absolute;
    right: -15px;
    top: -14px;
    border: 1px solid #ebebed;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    margin-top: 20px;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-total {
    background: #eee;
    height: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 35px;
    max-width: 77%;
}

.sc_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-current {
    height: 5px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 77%;
}

div.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-top: 9px;
    z-index: 34;
    position: relative;
    display: inline-block;
}

.mejs-container.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider {
    margin-top: 7px;
}

.widget .mejs-time-rail {
    margin: 3px 10px 0 !important;
}


/* Slider 
------------------------------------------------------------------------------------ */

.sc_slider_controls_wrap .sc_slider_prev:hover,
.sc_slider_controls_wrap .sc_slider_next:hover {
    background: transparent;
}

.sc_slider_controls_wrap .sc_slider_prev,
.sc_slider_controls_wrap .sc_slider_next {
    box-shadow: none;
    display: inline-block;
    font-size: 24px;
    line-height: 22px;
    vertical-align: top;
}

.sc_slider_controls_wrap a::before {
    padding: 14px 19px;
    display: block;
}

.sc_slider_controls_wrap a:hover::before {
    opacity: .8;
}

.sc_slider_controls_wrap .sc_slider_prev::before {
    content: '\e837';
    font-size: 24px;
    line-height: 22px;
    left: 0px;
    position: relative;
    font-family: fontello;
}

.sc_slider_controls_wrap .sc_slider_next::before {
    content: '\e836';
    font-size: 24px;
    left: 2px;
    position: relative;
    font-family: fontello;
}

.sc_testimonials .sc_slider_controls_wrap {
    text-align: center;
    bottom: 0px;
    top: 12em;
    left: 6px;
}

.sc_slider_controls_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
}

.sc_slider_prev,
.sc_slider_next {}

.sc_slider:hover .sc_slider_prev {
    left: 0;
}

.sc_slider:hover .sc_slider_next {
    right: 0;
}

.sc_slider_prev {
    float: left;
    position: relative;
    left: -50px;
}

.sc_slider_next {
    float: right;
    position: relative;
    right: -50px;
}


/* Button 
------------------------------------------------------------------------------------ */

.sc_contact_form .sc_contact_form_button button {
    width: auto;
}

.sc_button.sc_button_style_filled {
    position: relative;
    overflow: hidden;
}

.sc_button.sc_button_style_filled.sc_button_style_2 {
    background: none;
    box-shadow: none;
    border: 2px solid;
}

.sc_button.sc_button_style_filled.sc_button_style_2::after {
    content: '\e836';
    font-size: 12px;
    right: 13%;
}

.sc_button {
    display: block;
    position: relative;
    margin-right: 0;
    text-align: center;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}

.sc_button::after {
    content: '\e8f8';
    position: absolute;
    right: 9%;
    font-family: fontello;
    color: #fff;
    font-size: 27px;
    z-index: 2;
}

.sc_button.sc_button_style_filled.sc_button_style_2.sc_button_size_medium {
    padding-right: 38px;
}

.sc_button.sc_button_style_filled.sc_button_style_2.sc_button_size_mini {
    padding-right: 33px;
}

.sc_button.sc_button_style_filled.sc_button_style_2.sc_button_size_mini::after {
    right: 20% !important;
    top: 33%;
}

.sc_button.sc_button_size_medium::after {
    font-size: 19px;
}

.sc_button.sc_button_size_mini:after {
    font-size: 19px;
}

.sc_contact_form .sc_button::after {
    width: 20px;
}

.sc_button.sc_button_size_big {
    font-size: 20px;
    padding: 1.3em 2.1em;
    font-weight: 600;
}

.sc_button.sc_button_size_big::after {
    display: none;
}

.sc_button.sc_button_size_medium,
#booking_container .booking_bg_567 #booking_submit_button {
    font-size: 16px;
    padding: 1em 1.55em;
    padding-right: 51px;
}

.post_item_masonry .sc_button.sc_button_size_mini {
    display: inline-block;
}

.sc_button.sc_button_size_mini {
    font-size: 14px;
    padding: .8em 1em;
    padding-right: 40px;
    text-transform: uppercase;
    clear: both;
    line-height: normal;
    min-height: 2rem;
}

.sc_button.sc_button_size_medium {}

.sc_button.sc_button_size_big {}

.post_content .post_descr .sc_button.sc_button_style_filled {
    width: 43px;
    /* width: 120px; */
}

.post_descr .sc_button.sc_button_style_filled {
    margin-left: 0;
}


/* Infobox 
------------------------------------------------------------------------------------ */

.sc_infobox.sc_infobox_style_regular {
    background-color: #f9f9f9;
    color: #9da1a4;
}

.sc_infobox.sc_infobox_style_info b,
.sc_infobox.sc_infobox_style_regular b {
    color: #222;
}

.custom_infobox.sc_infobox.sc_infobox_style_regular b {
    color: #fff;
    margin-top: .6em;
    margin-bottom: .6em;
    display: inline-block;
}

.custom_infobox.sc_infobox.sc_infobox_style_regular::before {
    top: 1.4em !important;
}

.sc_infobox.sc_infobox_style_regular.warning b,
.sc_infobox.sc_infobox_style_regular.warning {
    color: #fff;
}

.sc_infobox.sc_infobox_style_info {
    color: #9da1a4;
    border: 1px solid #e5e5e5;
}

.sc_infobox.sc_infobox_style_success {
    background: #9cc900;
}

.sc_infobox.sc_infobox_style_error {
    background-color: #f0594d;
}

.sc_infobox b {
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.sc_infobox {
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    padding: 1.3em 1.1em !important;
    position: relative;
}

.sc_infobox.sc_infobox_iconed::before {
    position: relative;
    margin-right: 15px;
    font-size: 18px !important;
    min-width: 18px;
    text-align: left;
    left: 1em !important;
    top: .8em !important;
}

.sc_infobox.sc_infobox_style_info.sc_infobox_iconed::before {
    left: 1.2em !important;
}

div.sc_infobox.sc_infobox_closeable:after {
    content: '\e8ac';
    font-family: "fontello";
    cursor: pointer;
    position: absolute;
    right: 1.25em;
    top: 50%;
    margin-top: -12px;
    font-size: 14px;
}


/* Skils 
------------------------------------------------------------------------------------ */

.sc_skills_legend_marker {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    position: relative;
    overflow: visible !important;
    margin-left: .1em !important;
}

.sc_skills_legend_marker::after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-left: -5px;
    margin-top: -5px;
    border: 2px solid;
    border-radius: 50%;
}

.sc_skills_legend_title {
    font-size: 14px;
    color: #91918c !important;
}

.sc_skills_legend_value {
    margin-left: 5px;
    color: #91918c !important;
}

.sc_skills_legend_value::after {
    content: ')';
}

.sc_skills_legend_value::before {
    content: '(';
}

.sc_skills_legend_item {
    border-bottom: 1px solid #efefef;
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #9da1a4;
}

.sc_skills_legend_item:last-child {
    border-bottom: 0;
}

.sc_skills_legend {
    width: 32%;
    float: left;
    margin-right: 3em;
}

.sc_skills_pie_canvas {
    width: 200px !important;
    /* float:right; */
    height: 200px !important;
}

.sc_skills_bar .sc_skills_info {
    z-index: 4;
    position: relative;
    padding: 0px 0;
    color: #222222;
    font-family: "Hind", sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: .7em;
}

.sc_skills_bar .sc_skills_item .sc_skills_info div {
    display: none;
}

.sc_skills_bar .sc_skills_item {
    margin-bottom: .9em;
    height: 17px;
    background: #f0f0f0;
    width: 94%;
    position: relative;
}

.sc_skills_bar .sc_skills_item .sc_skills_count {
    height: 100%;
}

.sc_skills_bar.sc_skills_horizontal .sc_skills_total {
    position: absolute;
    right: -8%;
    top: -2px;
    color: #222222;
    font-family: "Hind", sans-serif;
    font-size: 1.1em;
    font-weight: 600;
}


/* Team 
------------------------------------------------------------------------------------ */

.sc_team_item {
    position: relative;
}

.sc_team_item:hover .sc_team_item_description {
    top: 0;
    opacity: 1;
    transition: top .25s;
    -o-transition: top .25s;
    -ms-transition: top .25s;
    -moz-transition: top .25s;
    -webkit-transition: top .25s;
}

.sc_team_item .sc_team_item_info {
    padding: 2.76em 10px;
    background: #fafafa;
    text-align: center;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    transition: bottom .3s;
    -o-transition: bottom .3s;
    -ms-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -webkit-transition: all .3s;
}

.sc_team_item .sc_team_item_title {
    line-height: 22px;
}

.sc_team_item .sc_team_item_title a {
    color: #220000;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}

.sc_team_item .sc_team_item_info .sc_team_item_title a:hover {
    color: #000;
}

.sc_team_item .sc_team_item_position {
    color: #000;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-bottom: 1em;
}

.sc_team_item .sc_team_item_position::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 0;
    border-bottom: 2px solid;
    left: 50%;
    margin-left: -15px;
}

.sc_team_item .sc_team_item_description {
    display: block;
    padding: 10px 20px;
    color: #9da1a4;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    transition: top .25s;
    -o-transition: top .25s;
    -ms-transition: top .25s;
    -moz-transition: top .25s;
    -webkit-transition: top .25s;
}

.sc_team_item .sc_socials div {
    margin-bottom: 0;
    margin-top: 1em;
}

.sc_team_item .sc_socials a:hover {
    color: #ff6b1c;
}

.sc_team_item .sc_team_item_avatar {
    overflow: hidden;
}

.sc_team_style_1 .sc_team_item_avatar img {
    width: auto;
    height: 250px;
    max-width: none;
}

.sc_team_style_2 .sc_team_item_avatar {
    width: 45%;
    float: left;
}

.sc_team_style_2 .sc_team_item_avatar img {
    height: 167px;
    width: auto;
    max-width: none;
}

.sc_team_style_2 .sc_socials {
    margin-top: 5px;
    margin-left: -5px;
}

.sc_team_style_2 .sc_socials .sc_socials_item {
    height: 25px;
    margin: 0;
}

.sc_team_style_2 .sc_team_item_info {
    width: 50%;
    float: right;
    vertical-align: top;
    padding: .5em;
    text-align: left;
    background: none;
}

.sc_team_style_2 .sc_team_item_title {
    margin-bottom: 0;
}

.sc_team_style_2 .sc_team_item_title a {
    /* line-height: 12px; */
    margin-top: -.4em;
    display: block;
}

.sc_team_style_2 .sc_team_item_position {
    padding-bottom: 0;
    margin-top: 1px;
}

.sc_team_style_2 .sc_team_item_position::after {
    display: none;
}

.sc_team_style_2 .sc_team_item_description {
    padding: .56em 0;
    text-align: left;
}

.sc_team_style_2 .sc_team_item {
    min-height: 10px;
}


/* Widget 
------------------------------------------------------------------------------------ */

.widget_area {}

footer.widget_area aside .widget_title {
    text-transform: none;
    color: #fff;
    font-family: "Hind";
    font-weight: bold;
    font-size: 16px;
}

.body_filled .widget_area.above-sidebar,
.body_filled .widget_area.above-sidebar {}

footer.widget_area .widget_popular_posts .sc_tabs_titles li a {
    color: #91918b;
    font-family: "Hind";
    font-size: 14px;
    text-transform: none;
    background: none !important;
    padding: 5px 15px;
    border: 1px solid #91918c;
    border-radius: 3px / 3px 3px 3px 3px;
}

.widget_popular_posts .last {
    display: none;
}

footer.widget_area .widget_popular_posts .sc_tabs_titles .ui-tabs-active a {
    color: #fe6b1c !important;
}

.footer_wrap.above-sidebar aside {
    position: relative;
    height: 460px;
    padding-bottom: 1.5em;
}

.footer_wrap.above-sidebar aside::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background: #454545;
    width: 89%;
    bottom: 0px;
}

.widget_socials .logo_descr {
    color: #9da1a4;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.user_footer_wrap {
    overflow: hidden;
}

.user_footer_wrap .content_wrap {
    padding: 1.2em 0;
}

.container_footer {
    width: 50%;
    margin: auto;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 1em 0 !important;
}

.sc_section .container_video {
    margin: 4em auto !important;
    width: 50%;
}

.container_footer h4 {
    font-size: 25px;
    color: #fff;
    float: left;
    width: 100%;
    border-right: 2px solid #fff;
    padding: .7em 0;
    margin-bottom: 0;
    margin-top: .5em;
}

.sc_section .container_video h1 {
    font-size: 60px;
    line-height: 60px;
}

.container_slider h1 {
    color: #fff;
    float: left;
    width: 95%;
    border-right: 2px solid #fff;
    border-width: 2px !important;
    padding: .3em 0 !important;
    margin-bottom: 0 !important;
    font-size: 60px !important;
    line-height: 60px !important;
}

.container_footer .sc_column_item {
    padding: 0;
}

.container_footer .sc_button {
    width: 40%;
    float: right;
    margin-right: 50px;
    margin-top: 1.25em;
    margin-bottom: 1.25em !important;
    padding: 18px 40px;
    padding-right: 40px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .1);
}

.sc_section .container_video .sc_button {
    box-shadow: none;
    background: url(/wp-content/uploads/2015/06/play-video.png) no-repeat;
    background-position: center;
    width: 76px;
    height: 76px;
    margin-right: 7em;
}

.sc_section .container_video .sc_button:hover {
    background: url(/wp-content/uploads/2015/06/play-video.png) no-repeat;
    opacity: .5;
    background-position: center;
}

.sc_section .container_video .sc_button::before,
.sc_section .container_video .sc_button::after {
    display: none;
}

.container_slider .sc_button {
    vertical-align: middle;
    color: #fff;
    font-size: 21px !important;
    margin-top: 2.2em !important;
    width: 48%;
    padding: 24px 40px !important;
}

.container_footer .sc_button::after {
    display: none;
}

.container_slider .sc_button::after {
    display: inline-block;
    font-size: 25px;
}

.instagram-pics li {
    display: inline-block;
    width: 31%;
    margin: 0 6px 7px 0 !important;
}


/* 404 
------------------------------------------------------------------------------------ */

.box_nonepage {
    width: 41%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    margin-top: 5em;
}

.left_nonepage {
    background: url(images/oops.jpg) no-repeat;
    height: 173px;
    background-size: 100% auto;
}

.right_nonepage .page_subtitle {
    color: #322f2f;
    font-family: "Hind";
    font-size: 36px;
    text-align: left;
    padding-left: 20px;
    margin-top: 0px;
}

.right_nonepage .page_description {
    font-size: 14px;
    color: #91918c;
    font-family: "Hind";
    padding-left: 20px;
    text-align: left;
}


/* Testiomonial 
------------------------------------------------------------------------------------ */

.sc_testimonials .sc_testimonial_item {
    position: relative;
    padding: 0 1em;
}

.sc_testimonials .sc_testimonial_content,
.sc_testimonials .sc_testimonial_content p {
    position: relative;
    color: #222;
    text-align: center;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0em;
}

.sc_testimonials .sc_testimonial_content p::before,
.sc_testimonials .sc_testimonial_content p::after {
    content: '"';
}

.sc_testimonials .sc_testimonial_content p {
    /* font-size:16px; */
    /* line-height:23px; */
}

.sc_testimonials .box-info-tes {
    display: block;
    margin-top: 25px;
}

.sc_testimonials .box-info-tes .sc_testimonial_author {
    display: inline-block;
}

.sc_testimonials .box-info-tes .sc_testimonial_author::before {
    display: none;
}

.sc_testimonials .left-info-tes {
    display: block;
    vertical-align: top;
    text-align: center;
}

.sc_testimonials .box-info-tes .sc_testimonial_author a {
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.sc_testimonials .box-info-tes .sc_testimonial_author a::after {
    content: ',';
}

.sc_testimonials .box-info-tes .sc_testimonial_author_profession {
    text-align: right;
    display: inline-block;
}

.sc_testimonials .box-info-tes .sc_testimonial_author_profession a {
    color: #9da1a4;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 9px;
}

.sc_testimonials .box-info-tes .sc_testimonial_avatar {
    display: inline-block;
    margin-left: 12px;
}


/* Custom-image 
------------------------------------------------------------------------------------ */

.content_wrap.box-custom-image {
    width: 51%;
    height: 180px;
    margin: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.box-custom-image::before,
.box-custom-image::after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 65px solid #fff;
    border-right: 295px solid transparent;
    z-index: 5;
}

.box-custom-image::after {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 295px solid transparent;
}

.box-custom-image:hover .sc_section {
    top: 0;
    transition: top .35s;
    -ms-transition: top .35s;
    -moz-transition: top .35s;
    -o-transition: top .35s;
    -webkit-transition: top .35s;
}

.box-custom-image .sc_section {
    z-index: 2;
    background: rgba(107, 222, 240, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: -102%;
    transition: top .35s;
    -ms-transition: top .35s;
    -moz-transition: top .35s;
    -o-transition: top .35s;
    -webkit-transition: top .35s;
}

.box-custom-image .sc_section a::before {
    display: none;
}

.box-custom-image .sc_section a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: none;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    padding: 0;
    color: transparent;
    box-shadow: none;
}

.box-custom-image .sc_section a:hover {
    background: none !important;
    color: transparent !important;
}

.box-custom-image .sc_section a::after {
    content: "+";
    color: #fff;
    background: #69d7ec;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box-custom-image img {
    width: 100%;
    height: auto;
}


/* Price 
------------------------------------------------------------------------------------ */

.sc_price_block.sc_price_block_style_1 {
    background: #eee;
}

.sc_price_block .sc_price_block_title {
    background: #ff6b1c;
    color: #fff;
    font-family: "Hind";
    font-size: 24px;
    padding: 40px 10px;
}

.sc_price_block .sc_price_block_money .sc_price_money,
.sc_price_block .sc_price_block_money .sc_price_currency {
    color: #322f2f;
    font-family: "Hind";
    font-size: 72px;
    position: relative;
}

.sc_price_block .sc_price_block_money .sc_price {
    margin-bottom: 20px;
    position: relative;
}

.sc_price_block .sc_price_block_money {
    margin-bottom: 29px;
    margin-top: 2em;
}

.sc_price .sc_price_penny {
    font-size: 38px;
    color: #322f2f;
    font-family: "Hind";
    position: relative;
    margin-left: 10px;
}

.sc_price .sc_price_penny::before {
    content: "";
    background: #333;
    display: block;
    position: absolute;
    bottom: -21px;
    left: -10px;
    width: 5px;
    height: 5px;
}

.sc_price_block .sc_price_block_description {
    height: 110px;
    padding: 10px 0;
    width: 80%;
    margin: auto;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.sc_price_block .sc_price_block_description,
.sc_price_block .sc_price_block_description p {
    text-align: center;
    color: #91918b;
    font-family: "Hind";
    font-size: 14px;
    font-weight: 400;
}

.sc_price_block .sc_price_block_link .sc_button {
    margin-top: 15px;
}

.sc_title_icon_left {
    float: left;
}

.columns_cus .sc_title {
    overflow: inherit;
}

.columns_cus .sc_title_icon {
    color: #ff6b1c;
    font-size: 35px;
}


/* Emailer 
------------------------------------------------------------------------------------ */

.sc_emailer.sc_emailer_opened .sc_emailer_input {
    width: 340px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-clip: padding-box;
    font-family: "Hind";
    font-size: 14px;
    vertical-align: top;
    color: #666666 !important;
    z-index: 22;
    position: relative;
}

.sc_emailer.sc_emailer_form_style2 .sc_emailer_input {
    border-color: #85e1f1;
}

.sc_emailer.sc_emailer_opened.sc_emailer_form_style2 .sc_emailer_button {
    background: #85e1f1;
}

.sc_emailer.sc_emailer_opened.sc_emailer_form_style2 .sc_emailer_button:hover {}

.sc_emailer.sc_emailer_opened .sc_emailer_input::-webkit-input-placeholder {
    color: #666;
}

.sc_emailer.sc_emailer_opened .sc_emailer_input::-moz-placeholder {
    color: #666;
}


/* Firefox 19+ */

.sc_emailer.sc_emailer_opened .sc_emailer_input:-moz-placeholder {
    color: #666;
}


/* Firefox 18- */

.sc_emailer.sc_emailer_opened .sc_emailer_input:-ms-input-placeholder {
    color: #666;
}

.sc_emailer .sc_emailer_button {
    padding: 11px 20px 7px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.sc_emailer.sc_emailer_opened .sc_emailer_button {
    margin-left: 20px;
}

.sc_emailer .sc_emailer_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.sc_emailer .sc_emailer_button:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: -1;
}


/* Blogpost 
------------------------------------------------------------------------------------ */

.title-blogpost {
    margin-top: 0;
    margin-bottom: 20px;
}

.post_info_share {
    margin-top: 3em;
    margin-bottom: 1em;
}

.sc_socials.sc_socials_share .share_caption {
    color: #32302f;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 22px;
}

.img-audio {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 17.2%;
    height: 120px;
    background-size: cover;
    background-position: center;
}


/* Pagination 
------------------------------------------------------------------------------------ */

.pagination_wrap.pagination_pages a {
    background-clip: padding-box;
    background-color: #fff;
    color: #444349;
    font-family: "Hind";
    font-size: 14px;
    padding: 21px 28px;
    line-height: normal;
    border: 1px solid #e6e6e6;
}

.pagination_wrap.pagination_pages a:hover {
    background-color: #ccc;
    color: #fff;
}

.pagination_wrap.pagination_pages .active {
    background-clip: padding-box;
    color: #fff;
    font-family: "Hind";
    font-size: 14px;
    font-weight: 500;
    padding: 21px 28px;
    line-height: normal;
    border: 2px solid;
}

.pagination_wrap.pagination_pages .pager_next {
    margin-right: 10px;
}

.pagination_wrap.pagination_pages .pager_prev {
    margin-left: 10px;
}

.pagination_wrap.pagination_pages .pager_next::after,
.pagination_wrap.pagination_pages .pager_prev::before,
.pagination_wrap.pagination_pages .pager_last::after,
.pagination_wrap.pagination_pages .pager_first::before {
    position: relative;
    font-size: 16px;
    font-family: fontello;
}

.pagination_wrap.pagination_pages .pager_next::after {
    content: '\e836';
}

.pagination_wrap.pagination_pages .pager_prev::before {
    content: '\e837';
}

.pagination_wrap.pagination_pages .pager_first::before {
    content: '\e8af';
}

.pagination_wrap.pagination_pages .pager_last::after {
    content: '\e8b0';
}


/* Chat 
------------------------------------------------------------------------------------ */

.format-chat .sc_chat {}

.format-chat .sc_chat:nth-child(n+3) {
    padding-bottom: 30px;
    padding-top: 20px;
}

.sc_chat::after {
    display: none;
}

.sc_chat .sc_chat_inner .sc_chat_avatar {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0px 20px 40px 0;
    overflow: hidden;
    float: left;
}

.sc_chat:nth-child(2n+1) .sc_chat_inner .sc_chat_avatar {
    float: right;
}

.sc_chat_box_content {
    border: 1px solid #f6f6f6;
    padding: 1.5em 3em;
    padding-bottom: 0;
    position: relative;
    margin-left: 80px;
}

.sc_chat_box_content::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 15px;
    background: url(images/chat-left.png) no-repeat;
    left: -16px;
    top: 10px;
}

.sc_chat:nth-child(2n+1) .sc_chat_box_content {
    margin-left: 0;
    margin-right: 80px;
}

.sc_chat:nth-child(2n+1) .sc_chat_box_content::before {
    left: auto;
    right: -15px;
    background: url(images/chat-right.png) no-repeat;
}

.sc_chat:nth-child(2n+1) .sc_chat_avatar {
    margin-right: 0;
}

.sc_chat .sc_chat_inner .sc_chat_avatar img {
    height: 100%;
    width: auto !important;
    max-width: none;
}

.sc_chat .sc_chat_inner .sc_chat_title a {
    color: #ff6b1c;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.sc_chat .sc_chat_inner .sc_chat_title {
    margin-top: 5px;
    margin-bottom: .5em;
}

.sc_chat .sc_chat_inner .sc_chat_content p {
    color: #9da1a4;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    text-transform: none;
    line-height: 21px;
    font-weight: 500;
}

.sc_slider_swiper_testimonials .sc_slider_controls_wrap {
    top: auto;
    bottom: 1em;
    text-align: center;
}

.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_count {
    display: inline-block;
}

.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_count,
.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_label {
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    line-height: 51px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
}

.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_label {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}

.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_total {
    display: inline-block;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    line-height: 51px;
    font-size: 50px;
}

.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_info {
    float: left;
}

.sc_skills.sc_skills_counter .sc_skills_item .sc_skills_info {
    margin: 0;
    position: relative;
    display: inline-block;
    float: none;
}


/* Gallery 
------------------------------------------------------------------------------------ */

div.pp_pic_holder {
    z-index: 100000 !important;
}

div.pp_overlay {
    z-index: 95000 !important;
}

.sc_button.sc_button_style_filled.button-ordernow {
    display: none;
    width: 42%;
    font-size: 15px;
    text-align: center;
    margin: auto;
    margin-top: 1em;
}

#contact-form-slider {
    background: #eee;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

#contact-form-slider::before {
    display: none;
}

.sc_line {
    display: block;
    border-top: 1px;
    margin-bottom: 2em;
    border-color: #efefef;
}

.sc_line_style_double {
    border: 2px;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 50px;
}

.sc_dropcaps {
    margin-bottom: 2em !important;
    position: relative;
}


/* Tabs 
------------------------------------------------------------------------------------ */

.sc_tabs {
    display: block;
    clear: both;
    margin-bottom: 3em;
}

.sc_tabs ul {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.tabs_with_img .sc_tabs_title_icon {
    display: inline-block;
}

.sc_tabs_title_icon {
    vertical-align: middle;
    overflow: hidden;
    display: none;
    margin-right: 10px;
    min-width: 35px;
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}

.sc_tabs_style_1 .sc_tabs_title_icon {
    display: none;
}

.sc_tabs li.ui-tabs-active .sc_tabs_title_icon {
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.sc_tabs ul li {
    display: inline-block;
    margin-bottom: 0;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li:first-child a {
    padding-left: 0;
}

.sc_tabs ul li a {
    color: #222;
    font-size: 1em;
    text-transform: uppercase;
    padding: .9em 2em;
    font-family: "Hind", sans-serif;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-tabs-active a {
    color: #fff;
}

.sc_tabs_style_2 .sc_tabs_titles li.ui-tabs-active a,
.sc_tabs_style_2 .sc_tabs_titles li a:hover {
    color: #222;
}

.sc_tabs_style_2 .sc_tabs_titles li a {
    color: #c7c7c7;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Woocommerce 
------------------------------------------------------------------------------------ */

.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product {
    width: 31.3%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 31.3%;
    margin: 0;
    margin-right: 3%;
    clear: initial;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.woocommerce ul.products li.product:nth-child(3n+3),
.woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
    float: left;
    clear: none;
}

.products li .post_content {
    background: #f6f6f6;
    padding: 1em;
    position: relative;
}

.products li .post_featured,
.woocommerce ul.products li.product .post_featured .post_thumb img {
    margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}

.products li .post_content h3 {
    font-size: 20px !important;
    font-family: 'Hind', sans-serif;
    color: #222;
    text-transform: uppercase;
    min-height: 75px;
    margin-top: 0 !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .mode_buttons,
.woocommerce .woocommerce-result-count {
    display: none !important;
}

.woocommerce ul.products li.product .price {
    font-size: 25px;
    font-family: "Poboto Condensed", sans-serif;
}

.woocommerce ul.products li.product .price ins {
    font-style: normal;
    font-weight: 500;
}

.woocommerce .woocommerce-ordering {
    border: 1px solid #e6e6e6;
    padding: 1em;
}

.woocommerce .woocommerce-ordering select {
    border: 0;
    background: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.widget_price_filter .price_slider_amount .button {
    display: block;
    float: none !important;
    clear: both;
    position: absolute;
    right: 1em;
    bottom: 2em;
    overflow: hidden;
    background: #8FB702;
    color: #fff;
    padding-right: 39px;
    text-transform: uppercase;
    font-family: "Hind";
    font-weight: 500;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .1);
}

.widget_price_filter .price_slider_amount .button:hover {
    top: inherit !important;
}

.widget_price_filter .price_slider_amount .button::after {
    content: '\e8f8';
    position: absolute;
    right: 9%;
    font-family: fontello;
    color: #fff;
    font-size: 19px;
    top: 10px;
}

.widget_price_filter .price_slider_amount .price_label {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    float: right;
    display: block;
    margin-bottom: 40px;
}

.woocommerce .product .product_title {
    font-size: 15px;
    text-transform: uppercase;
}

.woocommerce .product .amount {
    font-weight: 500;
    font-size: 25px;
    font-family: "Hind", sans-serif;
}

.woocommerce div.product form.cart input {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: .69em 1em;
    margin-right: 1.2em;
    width: 70px;
}

.woocommerce div.product .product_meta span {
    display: block;
    font-family: "Hind", sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce div.product .product_meta span a:hover {
    color: #222;
}

.woocommerce div.product .product_meta .product_id span {
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce .content div.product .woocommerce-tabs ul.tabs li {
    background: #fafafa;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: "Hind", sans-serif;
    color: #222;
    font-weight: 500;
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
}

.woocommerce a.added_to_cart {
    font-family: "Hind", sans-serif;
    color: #222;
    font-weight: 500;
}

.related.products h2 {
    font-size: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1em;
    margin-bottom: 2em;
    margin-top: 3em;
}

.title_gallery {
    position: relative;
    padding-bottom: .7em !important;
    margin-bottom: 1em;
}

.title_gallery::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid;
}

.title_gallery b,
.title_with_b b {
    font-weight: 500;
    font-family: "Grand Hotel";
    font-size: 1.5em;
}

.columns_width_icons,
.columns-skills,
.columns_full_size {
    width: 101.4%;
}

.columns_blogger .sc_blogger {
    width: 101.6%;
}

.columns_width_icons .sc_column_item {
    padding-right: 1em;
    box-sizing: border-box;
}

.columns_width_icons .sc_column_item .sc_section {
    padding: 2.3em;
    padding-bottom: 0em;
    border-radius: 4px;
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    min-height: 202px;
    font-size: .8em;
    font-weight: 700;
}

.columns_width_icons .sc_column_item .sc_section:hover {
    /* padding-bottom: 2.138em; */
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
}

.columns_width_icons .sc_column_item .sc_section:hover img {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -webkit-transition: transform .5s;
}

.columns_width_icons .sc_column_item .sc_section .sc_title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
}

.columns_width_icons .sc_column_item .sc_section:hover .sc_title {
    transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
}

.columns_width_icons .sc_column_item .sc_section .sc_title span {
    display: block;
    margin: auto;
    min-height: 103px;
    line-height: 88px;
    margin-bottom: 1.7em;
}

.columns_width_icons .sc_column_item .sc_section .sc_title span img {
    vertical-align: bottom;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -webkit-transition: transform .5s;
}


/* Countdown 
------------------------------------------------------------------------------------ */

.sc_countdown::after {
    content: '';
    clear: both;
    display: block;
}

.sc_countdown_item {
    width: 21%;
    float: left;
    background: rgba(255, 255, 255, .4);
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.sc_countdown_separator {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}


/* Blogger 
------------------------------------------------------------------------------------ */

.blogger-home1 .post_featured,
.blogger-home1 .post_featured a {
    height: 100%;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
}

.blogger-home1 .post_featured .post_thumb {
    height: 100%;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    z-index: 55;
}

.blogger-home1 .post_featured a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.blogger-home1 .post_featured .post_thumb img {
    height: 100%;
    width: auto;
    max-width: none;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.blogger-home1 .column-1_4 {
    padding-right: 0 !important;
}

.blogger-home1 .column-1_4 .post_content {
    position: relative;
    height: 100%;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.blogger-home1 .column-1_4 .post_content_wrap {
    position: absolute;
    bottom: 0em;
    left: 1em;
    padding: 0;
}

.sc_blogger .columns_wrap {
    margin-right: 0;
}

.sc_blogger .column-1_4 {
    padding-right: 1.5em;
    padding-bottom: 1em !important;
}

.sc_blogger .post_item {
    background: none;
}

.blogger-home1 .post_item {
    height: 370px;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.sc_blogger .post_item .post_content_wrap {
    padding: 0;
    left: 0;
    height: auto;
    position: absolute;
    top: 45%;
    /* z-index: 4; */
}

.blogger-home3 .post_item .post_content_wrap {
    position: relative;
}

.sc_blogger .post_item .post_title {
    border: 0;
    margin-top: 1.97em;
    padding-bottom: 0;
}

.sc_blogger .post_info {
    margin-bottom: 1.6em;
}

.widget_area .post_info * {
    font-family: "Hind", sans-serif !important;
    text-transform: uppercase;
    font-size: 1.1em !important;
}

.post_info * {
    font-family: "Grand Hotel" !important;
    font-size: 1.35em !important;
}

.sc_blogger .post_info .post_info_posted_by {
    display: none;
}

.sc_blogger .post_item .post_title a {
    font-size: 25px;
    color: #222;
    font-family: "Hind", sans-serif;
    ;
    line-height: 30px;
}

.blogger-home1 .column-1_4 .post_info {
    position: absolute;
    top: 78%;
    width: 100%;
    text-align: left;
    padding-left: 2em;
    z-index: 4;
}

.blogger-home1 .column-1_4 .post_info * {
    font-family: "Grand Hotel";
    font-size: 1.3em !important;
}

.blogger-home1 .column-1_4 .post_info a,
.blogger-home1 .column-1_4 .post_info span {
    color: #fff !important;
}

.blogger-home1 .column-1_4 .post_title {
    color: #fff;
    font-family: 'Hind', sans-serif;
    font-size: 1.6em;
    width: 85%;
    font-weight: 600;
    height: initial;
    border: 0;
    padding: 0;
    padding-left: 1em;
    text-align: left;
    z-index: 4;
    position: relative;
}

.blogger-home1 .column-1_4 .post_title a {
    color: #fff;
}

.video_home1 {
    max-height: 451px;
    overflow: hidden;
}

.video_home1 .sc_video_frame iframe {
    margin: auto;
    height: 330px !important;
}

.columns_home2 .sc_column_item .sc_section {
    margin-bottom: .5em;
}

.columns_home2 .sc_image {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .3);
    padding: 1em 1em;
    width: 90px;
    height: 92px;
}

.columns_home2_left .sc_image {
    margin-right: 1em;
}

.columns_home2_right .sc_image {
    margin-left: 1em;
}

.columns_home2 .sc_image img {
    height: 92px;
    display: block;
    margin: auto;
}

.columns_home2 .sc_title {
    text-transform: uppercase;
    font-weight: 500;
}

.mfp-wrap {
    z-index: 99999 !important;
}

.mfp-bg {
    z-index: 99995 !important;
}

.sc_popup {
    max-height: auto !important;
}

.sc_video_player>.sc_video_frame {
    height: auto !important;
}

.sc_contact_form_standard.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:first-child,
.sc_contact_form_standard.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(2n) {
    width: 50%;
    margin-bottom: .15em;
}

.sc_contact_form_standard.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:first-child input,
.sc_contact_form_standard.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(2n) input {
    margin-bottom: 1em;
}

.woocommerce-cart .contacts_wrap.bg_tint_dark {
    display: none;
}

.wc-proceed-to-checkout a.button::after {
    display: none !important;
}

.woocommerce button.button {
    overflow: hidden;
}

.popup_close {
    color: #fff !important;
    border: 1px solid !important;
    box-shadow: none !important;
    padding: .2em;
}

.cart_totals h2 {
    text-align: left !important;
}

div.sc_dropcaps .sc_dropcaps_item {
    padding-left: 0;
    font-family: Hind;
}

.firsttext_contacts {
    float: left;
    font-size: 4em;
    font-family: "Grand Hotel";
    margin-bottom: 0;
    line-height: normal;
}

.text_contacts {
    float: left;
    font-size: 2.56em;
    color: #fff;
    margin-bottom: 0;
    margin-left: .2em;
    line-height: normal;
    margin-top: .4em;
}

.contacts_wrap .sc_contact_form {
    padding-bottom: 0;
    padding: .6em;
    width: 37%;
    float: right;
    margin-top: .6em;
    position: relative;
    overflow: visible;
}

.contacts_wrap .sc_contact_form_item_text {
    width: 67% !important;
    margin-bottom: 0 !important;
}

.contacts_wrap .sc_contact_form_item_text input {
    background: rgba(255, 255, 255, .2) !important;
    color: #fff;
    padding: 1em 1em !important;
    min-height: 54px;
    line-height: normal;
}

.contacts_wrap .sc_contact_form_item_button {
    width: auto !important;
}

.contacts_wrap .sc_contact_form_item_button button {
    color: #fff;
    text-transform: uppercase;
    padding: 1.35em 2.5em 1.17em 2.5em;
    margin-bottom: 0;
    min-height: 54px;
}

.copyright_wrap .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2em;
    max-width: 118px;
}

.copyright_wrap .content_wrap {
    text-align: left;
    font-size: 1.2em;
    color: #9da1a4;
}

.tp-caption {
    width: auto !important;
    overflow: visible;
}

.sc_section.slider_home1 {
    padding: 0 2em !important;
}

.sc_section.slider_home1 .sc_button {
    color: #fff !important;
}

.sc_section.slider_home1 .sc_button {
    box-shadow: none;
}

.sc_section.slider_home1 .sc_line {
    margin: 2em auto 2em auto !important;
}

.sc_title {
    overflow: visible !important;
}

body.woocommerce a.added_to_cart {
    padding-top: 0;
    position: absolute;
    font-size: 13px;
    bottom: -1px;
}

div.ih-item.square.effect1 .img,
div.ih-item.square.effect1 .info,
div.ih-item.square.effect5 .img,
div.ih-item.square.effect9 .img,
div.ih-item.square.effect14 .img,
div.ih-item.square.effect_shift .img,
div.ih-item.square.effect_shift .info {
    border-radius: 0;
}

a.eg-washington-element-0,
a.eg-washington-element-1 {
    border-radius: 50% !important;
    padding: 10px 10px !important;
    margin-top: 1.5em;
}

.eg-washington-element-3 {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.eg-washington-element-3 {
    margin-top: 0 !important;
}

.tp-bullets.simplebullets.round .bullet.first,
.tp-bullets.hesperiden .tp-bullet.first {
    margin-left: 0;
}

div.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
    margin-bottom: 0;
}

.contacts_wrap .sc_contact_form .sc_infobox {
    background: none;
    margin: 0;
    bottom: -16px;
    padding: 0 !important;
    position: absolute;
}

.top_panel_fixed .menu_main_wrap .sc_button.button-after-menu {
    margin-top: 0.5em !important;
    margin-bottom: .5em !important;
}

.menu_center .menu_main_wrap .sc_button.button-after-menu {
    margin-top: .85em;
}

.sc_button.button-after-menu {
    float: right;
    margin-bottom: 0 !important;
    vertical-align: middle;
    clear: none;
    margin-top: 1.8em;
    margin-left: 1em;
    padding: .9em 1em .7em 1em;
    padding-right: 40px;
}

.sc_button.button-after-menu::after {
    /* top: -1px; */
}

.sc_button.button-after-menu a {
    color: inherit;
    line-height: normal;
}

div.sc_scroll_horizontal {
    padding-bottom: 1.5em;
}

.sc_button.sc_button_size_mini.blogger-more {
    display: inline-block;
    padding: 0;
    width: 25px;
    height: 22px;
    background: none;
    position: relative;
    top: 3px;
    margin-left: .1em;
    margin-top: -7px;
}

.sc_button.sc_button_size_mini.blogger-more::after {
    left: 0;
}

.blogger-descr p {
    margin-bottom: 0;
    display: initial;
}

div.isotope_wrap .isotope_item_portfolio .post_item .hover_icon::before {
    margin-top: 0;
    padding-top: 0;
    display: none;
}

div.eg-washington-element-1-a {
    vertical-align: top;
}

.popup_wrap .popup_form_field.agree_field a,
.remember_field a,
.login_socials_problem a {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.popup_wrap .popup_form_field.agree_field a:hover,
.remember_field a:hover,
.login_socials_problem a:hover {
    color: #333 !important;
}

.popup_wrap .popup_form_field.agree_field a {
    float: right;
}

div.mfp-figure:after {
    box-shadow: none;
    background: none;
}

.mfp-figure figcaption {
    margin-bottom: 40px !important;
    height: 40px;
    padding: 0 16px;
    overflow: hidden;
    top: -40px;
}

div.mfp-image-holder .mfp-close {
    right: 0;
    width: 44px;
    padding: 0 !important;
    text-align: center;
    height: 40px;
}

.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active {
    border-top: 0 !important;
}

.ih-item.square.effect_shift:hover .info {
    -webkit-transform: translateX(10px) translateY(10px) !important;
    -ms-transform: translateX(10px) translateY(10px) !important;
    transform: translateX(10px) translateY(10px) !important;
}

.ih-item.square .info p {
    font-style: normal !important;
}

.block-partners .sc_image {
    margin-right: 2.2em;
}

.sc_donations_form_field .sc_donations_form_label {
    margin-bottom: .5em;
    color: #222;
}

div.sc_donations_form_field input,
.sc_donations_form_field textarea {
    background: none;
    border: 2px solid #f6f6f6 !important;
    line-height: normal;
    font-size: .9em;
    border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#sc_donations_form_form {
    width: 60%;
}

div.sc_donations_form_field_button input {
    display: block;
    position: relative;
    text-align: center;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    border-radius: 4px !important;
    border: 0 !important;
    padding: .6em 1em;
}

.sc_donations_form_amount {
    margin-top: 1em;
}

.widget_text {
    color: #BDC0C2;
}

.tp-simpleresponsive>ul li {
    position: absolute;
}

.mejs-button.mejs-playpause-button {
    margin-left: -10px;
}

.mejs-time-rail {
    margin: 0 25px!important;
}

.mejs-horizontal-volume-total {
    top: 10px!important;
}

body a[href*="tel:"],
body a[href*="mailto:"] {
    color: #9da1a4;
}

body .sc_section>.sc_title.sc_title_iconed>a {
    color: #fff;
}

body .sc_section>.sc_title.sc_title_iconed>a:hover {
    opacity: 0.8;
}

body .woocommerce-notice.woocommerce-notice--info:before {
    background: transparent;
}

ul.woocommerce-error>li:before {
    display: none;
}

body .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout>ul.woocommerce-error>li {
    padding-left: 50px!important;
}

.menu_main_wrap.menu_show .menu_main_responsive ul:not([class*='_']) li::before,
.list-defined li::before {
    top: 30%;
}

.mejs-horizontal-volume-handle {
    display: none!important;
}

.tag-shortcode>.post_featured>.sc_audio_player .mejs-controls {
    top: 0;
}

.mejs-time-float:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    border: solid transparent;
    border-top-color: black;
    border-width: 6px;
    width: 0;
    z-index: -1;
    right: 11px;
}

.woocommerce .post_content>a.add_to_cart_button {
    white-space: nowrap;
}

.popup_wrap a.forgot_password {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
}

.popup_wrap .popup_close:before {
    font-weight: 400;
    color: #ccc;
}


/* Gutenberg
----------------------------------------------------------------- */

body.sidebar_hide .alignfull {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.sidebar_hide .alignwide {
    position: relative;
    left: calc( -44vw + 50%);
    width: 88vw;
    max-width: none;
}

.alignfull>img,
.alignwide>img {
    max-width: none;
    width: 100%;
}

button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
    background-color: #f0f0f0 !important;
    color: #888 !important;
}

button[disabled],
html input[disabled] {
    cursor: default !important;
}

.sc_googlemap>iframe {
    width: 100%;
    height: 100%;
}

@media(min-width:769px) {
    h1.txt-sld {
        font-family: 'Blinker', sans-serif!important;
        font-weight: 100!important;
        text-transform: uppercase;
        font-size: 49px!important;
        line-height: 1.2!important;
    }
    h1.txt-sld span {
        font-family: 'Blinker', sans-serif!important;
        font-weight: bold!important;
        text-transform: uppercase;
        font-size: 49px!important;
        line-height: 1.2!important;
    }
    .search_wrap.search_style_regular,
    .menu_main_wrap .menu_main_nav_area {
        margin-top: 50px!important;
    }
}
h1.txt-sld.green {
	color:#007e43!important;
}
h1.txt-sld.wht {
    color: #fff!important;
}

h1.txt-sld.wht span {
    color: #fff!important;
}

@media(max-width:768px) {
	p.center-80{width:100%!important}
	div#parlx{padding:0!important}
	.vc_row{margin-left:0px!important;margin-right:0px!important;}
	.wpb_revslider_element.wpb_content_element{height:125px;}
	.tp-parallax-wrap{top:0!important;}
	.vc_column-inner.vc_custom_1580165328955{padding:10px!important;}
	.vc_column-inner.vc_custom_1580165328955,
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1577658489905,
	.vc_column-inner.vc_custom_1577650476127{margin:0!important;}
	.wpb_column.vc_column_container.vc_col-sm-12.vc_hidden-md.vc_hidden-sm.vc_hidden-xs.vc_col-has-fill {display: block!important;}
	.menu_main_wrap .content_wrap .logo{width:50%!important;}
	.menu_main_wrap .content_wrap .logo>a{text-align: left!important;}
	.menu_main_wrap .content_wrap .logo img{height: 60px!important;}
	.menu_main_wrap .content_wrap{width: 90%!important;overflow: hidden!important;}
	.menu_main_wrap a.menu_main_responsive_button.icon-menu-1 {margin-top: 25px!important;}
	.menu_main_wrap .search_wrap.search_style_regular.search_ajax.inited {display:none!important;}
	.menu_main_wrap nav.menu_main_nav_area{margin-top: 100px!important;}
    h1.txt-sld {
        font-family: 'Blinker', sans-serif!important;
        font-weight: 100!important;
        text-transform: uppercase;
        font-size: 18px!important;
        line-height: 1.2!important;
    }
	h1.txt-sld ,
    h1.txt-sld span {
        font-family: 'Blinker', sans-serif!important;
        font-weight: bold!important;
        text-transform: uppercase;
        font-size: 18px!important;
        line-height: 1.2!important;
    }
}

a.link-sld {
   text-transform: uppercase!important;
    text-decoration: none!important;
    color: #1b4524!important;
    padding: 7px 24px!important;
    border-radius: 7px;
    font-weight: 300!important;
    letter-spacing: 1px!important;
    display: block;
    font-size: 20px;
    clear: both;
    margin-top: 20px;
    text-align: center;
}
a.link-sld.hv-1:hover {
background: #1b4524!important;
color: #fff!important;
}
a.link-sld.hv-2:hover {
background: #7dc248!important;
color: #fff!important;
}
a.link-sld.hv-3:hover {
background: #859f2a!important;
color: #fff!important;
}
a.link-sld.hv-4:hover {
background:#68be50!important;
color: #fff!important;
}
a.link-sld.hv-5:hover {
background:#107c34!important;
color: #fff!important;
}
a.link-sld.hv-6:hover {
background:#107c34!important;
color: #fff!important;
}
div#contact-informations {
display: none!important;
}

.addresse {
    text-align: center;
    padding: 10px;
    background: #007e43;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

#menu_main li.current_page_item a span {
    color: #007e43!important;
}

#menu_main li.current_page_item::before {
    content: '';
    width: 7px;
    height: 70px;
    background: #007e43;
    position: absolute;
    z-index: 999;
    border-radius: 7px;
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.menu_main_wrap .menu_main_nav>li:hover:not(.link-lang),
.menu_main_wrap .menu_main_nav>li.sfHover:not(.link-lang),
.menu_main_wrap .menu_main_nav>li#blob,
.menu_main_wrap .menu_main_nav>li.current-menu-item,
.menu_main_wrap .menu_main_nav>li.current-menu-parent:not(.link-lang),
.menu_main_wrap .menu_main_nav>li.current-menu-ancestor,
.menu_main_wrap .menu_main_nav>li ul,
.container_footer .sc_button,
.menu_main_wrap .menu_main_nav_area .menu_main_responsive .current-menu-item a .menu_main_wrap .menu_main_nav>li.current-menu-item {
    background-color: transparent!important;
}

.top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap:after,
.menu_user_wrap .menu_user_nav>li,
.menu_user_wrap .menu_user_nav>li ul,
.menu_main_wrap .menu_main_nav>li:hover,
.menu_main_wrap .menu_main_nav>li.current-menu-item,
.menu_main_wrap .menu_main_nav>li.current-menu-parent,
.menu_main_wrap .menu_main_nav>li.current-menu-ancestor,
.menu_main_wrap .menu_main_nav>li.sfHover,
.menu_main_wrap .menu_main_nav>li#blob,
.menu_main_wrap .menu_main_nav>li ul {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 0)!important;
    -moz-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 0)!important;
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 0)!important;
}

.search_wrap .search_icon:before {
    font-size: 19px!important;
    /* line-height: 1.3rem; */
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0)!important;
    content: '\e900'!important;
    font-weight: 100!important;
}

h2.center {
    text-align: center!important;
}

h2.title-h.wh {
    color: #fff!important;
}

h2.title-h {
    color: #007e43;
    font-family: 'Blinker', sans-serif;
    font-weight: 600;
}

h2.title-h span {
    font-weight: 200;
}

.owl-txt .owl-dot.active span {
    background: #007e43!important;
}

.owl-txt-wh .owl-dot.active span {
    background: #fff!important;
}

.owl-txt-wh .item p,
.owl-txt .item p {
    font-size: 19px!important;
}

.owl-txt-wh .item p strong,
.owl-txt-wh .item p {
    color: #fff!important;
}

h6.title-44 {
    font-weight: 200;
    font-size: 22px;
}

h4.title-22 {
    font-weight: 600;
    font-size: 23px;
}

h6.title-44,
h4.title-22 {
    color: #fff;
    text-align: center;
}

#bg-lamp div {
    background-color: transparent!important;
}

#bg-lamp {
    background: url('images/lamp-icon.png')no-repeat top right #007e43;
    background-size: 27%;
}

.owl-icons .owl-controls {
    margin-top: 40px!important;
}
.owl-icons .item img,
.owl-fil .item a img{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.owl-icons .item img:hover{
        transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.owl-fil .item a img:hover{
        transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.owl-fil .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent!important;
}

.owl-icons .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent!important;
}

.owl-fil .owl-controls .owl-nav [class*=owl-],
.owl-icons .owl-controls .owl-nav [class*=owl-] {
    background: transparent!important;
}

.owl-fil .owl-item .item img,
.owl-icons .owl-item .item img {
    height: 70px!important;
    width: auto!important;
    margin: 0 auto!important;
    display: table!important;
}

#news-letter input[type="submit"] {
    display: none;
}

#footer-menu p a {
    color: #222222;
}

.icon-cog-2:before {
    content: none!important;
}

#news-letter input[type="email"] {
    width: 93%;
}

p.blk-txt {
    color: #222222;
}

h6.title-22-green {
    color: #007e43!important;
    font-size: 23px!important;
    font-weight: 300!important;
    text-align: center!important;
    margin: 15px 0 20px 0!important;
}

#box-part .vc_column-inner .wpb_wrapper {
    text-align: center;
}

#box-part .vc_column-inner .wpb_wrapper a img.icon-70 {
    height: 80px;
    margin-bottom: 38px;
    background: #b4e68e;
    padding: 15px;
    border-radius: 10px;
}

#box-part .vc_column-inner .wpb_wrapper img.fb {
    padding: 20px 0 0 0;
}
#wpcf7-f288-p251-o1 form textarea,
#wpcf7-f288-p251-o1 form input[type="text"],
#wpcf7-f288-p251-o1 form input[type="email"] {
    width: 100%;
}

#wpcf7-f288-p251-o1 form input[type="submit"] {
    padding: 6px 45px;
    background: #007e43;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#map-contact iframe {
    height: 350px!important;
}

#slider-filiales {
    height: 200px;
}

.fildart {
    padding-left: 20px;
}

.fildart h2 {
    margin-bottom: 0;
    font-size: 32px;
}

.fildart p,
.fildart a {
    color: #007e43!important;
}

.fildart p {
    font-size: 16px!important;
}
p.center-80{text-align:center;width:60%;margin:0 auto;font-size: 20px;line-height:1.5;}
.post_item_attachment>.post_title, .post_item_single>.post_title{display:none!important;}
div#slider-filiales h2 {
    color: #fff;
    text-align: center;
}
a.sf-with-ul span {
    color: #fff!important;
}

li.pll-parent-menu-item {
    background: #007e43!important;
}
h1.txt-sld.bg {
    background: rgba(255, 255, 255, 0.51);
    padding: 0 15px!important;
    border-radius: 6px;
}

li.lang-item a span,li.lang-item a {color: #007e43!important;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{background:transparent!important;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:transparent!important;}
#middle-cart {z-index: 99;}
li.link-lang>ul>li>a>span{text-transform: capitalize!important;padding-left:14px}
li.link-lang>a,
li.link-lang>a>span {color: #fff!important;    text-transform: capitalize!important;}
li.link-lang {padding-left: 18px;border-radius: 20px;cursor:pointer;}
li.link-lang.en {background: url(http://hortimag.net/wp-content/uploads/2020/03/us-drow.png)no-repeat left center rgba(0, 126, 67, 0.75) !important;
    background-size: inherit!important;}
li.link-lang.fr {background: url(http://hortimag.net/wp-content/uploads/2020/03/fr-drow.png)no-repeat left center rgba(0, 126, 67, 0.75) !important;
    background-size: inherit!important;}
 .img-card {
        padding: 20px;
    }
    
    .card {
        border: 2px solid #1b4524;
        display: inline-block;
        position: relative;
        border-radius: 9px;
        overflow: hidden;
    }
    
    .face {
        position: absolute;
        bottom: 31px;
        left: 15px;
        border: 4px solid #1b4524;
        border-radius: 50px;
        z-index: 9;
    }
    
    .vp {
        padding: 15px 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: #1b4524;
    }
    
    .vp a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea{width:100%}
input[type="submit"] {
    padding: 5px 35px;
    background: #007e43;
    color: #fff;
}