﻿/**********************************************
/*   SUMMARY
/**********************************************

    01. CSS Reset + normalize
    02. Document Setup
    03. Visual Composer
    04. Preloader
    05. Grid
    06. Menu & Navigation
    07. Mega menu
    08. Mobile Navigation
    09. Lazy loading
    10. Topbar
    11. Social icons/Links
    12. Language switcher
    13. Currency switcher
    14. Slider
    15. Asides
    16. Swiper modification
    17. Blog
    18. Navigation
    19. Blog Single
    20. Sidebars & Widgets
    21. Comments
    22. Slideshow 
    23. Reveal Slideshow
    24. image
    25. Carousels
    26. All carousel and slides navigation
    27. Banner block
    28. Text block
    29. Heading block
    30. Custom heading block
    31. Block Animations
    32. Forms
    33. Button
    34. Link
    35. Card Blog
    36. Blog Navigation
    37. Gallery
    38. Carousel gallery
    39. Embed video
    40. Icon block
    41. team member
    42. Accordion block
    43. Tabs,tour block
    44. Toggle block
    45. Parallax & Video section
    46. WP Classes
    47. Search Page
    48. 404 Page 
    49. Pagination
    50. Newsletters
    51. Horizontal separator
    52. Search Form
    53. Testimonials
    54. SoundCloud
    55. Animated Text
    56. swiper scollbar
    57. Pagable container
    58. Counter box
    59. Chart
    60. Progress bar
    61. Countdown
    62. Post grid
    63. Nice select
    64. Login
    65. Footer
    66. custom cursor
    67. Hamburger menu
    68. Go up button
    69. Cookies Law notice
    70. Popup Newsletter
    71. Modal
    72. Contact form 7 plugin
    73. Instagram feed
    74. WP Blocks
    75. OverlayScrollbars

/**********************************************/
/* 01. CSS Reset + normalize
/**********************************************/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border:0;
    font-family:inherit;
    font-size:100%;
    vertical-align:baseline;
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;background: #0000000a;display: inline-block;margin: 2px 0 0 0;max-width: 100%;padding:20px;box-sizing: border-box;}
code,kbd,samp{padding: 3px 6px;background: #000;color: #fff;border-radius: 5px;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html 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}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 30%;
  padding: 0;
  margin: 0
}
dd {
  float: left;
  width: 70%;
  padding: 0;
  margin: 0
}
pre {
    padding: 15px;
}
pre code {background: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
}

del {
    position: relative;
    opacity: .6;
    text-decoration: none !important;
}

del:before {
    content: "";
    border-top: 1px solid;
    border-color: inherit;
    width: 100%;
    height: 1px;
    position: absolute;
    transform: rotate(-10deg);
    opacity: .7;
    top: 50%;
}

ins {
    text-decoration: none;
}

/**********************************************/
/* 02. Document Setup
/**********************************************/
body {
    color: #000;
    font-size:15px;
    font-weight:400;
    line-height: 1.4em;
    overflow-x:hidden;
    min-height: 100vh;
    font-family: 'DM Sans';
}

.row-section {
    position: relative;
    float: left;
    width: 100% !important;
}
.section-container.vc_videowrap {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.page {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.vc_row.vc_row-flex {
   width:100%;
   display:flex;
}

.vc_row.vc_row-o-full-height,
.vc_row.vc_row-o-full-height, .vc_row.vc_row-o-full-height > .vc_column_container {
    min-height: 100vh !important;
}

img {
    height: auto;
    max-width: 100%;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Paragraph */
p {
    margin: 0.85em 0;
    line-height: 1.5em;
}

p.has-drop-cap {
    overflow: hidden;
}

/* hr */
hr {
    display: block;
    height:1px;
    background-color: #bdbdbd;
    border: 0;
    margin: 30px 0;
}

ol,ul {
    list-style:none;
    list-style-position: inside !important;
}

ol li,
ul li {
    line-height: 1.5em;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

strong {
    font-weight:700;
}

/* Anchor */
a {
    color:#cbcbcb;
    text-decoration:none;
    transition:color .5s ease 0s;
}

a:hover{
    color:#000;
    transition:color .5s ease 0s;
}

/* Headings */
h1, h2, h3, h4, h5, h6{ 
    margin:0 0 10px;
    line-height: 1.3em;
}

h1{ font-size: 40px;}

h2{ font-size: 30px;}

h3{ font-size: 28px;}

h4{ font-size: 25px;}

h5{ font-size: 21px;}
 
h6{ font-size: 18px;}

.bypostauthor {
    padding: 20px;
    background: #fff;
}

.unselectable {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.underline-style {
    position: relative;
}

.underline-style:after {
    content: "";
    height: 1px;
    top: 50%;
    transform: translateY(10px);
    right: 0px;
    left: auto;
    position: absolute;
    width: 0;
    background-color: #000;
    opacity: .5;
    display: block;
    transition: width .7s cubic-bezier(.19,1,.22,1);
}

.underline-style:hover:after {
    width: 100%;
    right: auto;
    left: 0px;
}

.underline-style.init-show:after {
    width: 100%;
}

.underline-style.init-show:hover:after {
    width: 0;
}

/* Sections Title And Subtitle */
#header {
    width:100%;
    min-height: 350px;
    position:relative;
    padding: 150px 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

#header .header-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    transform: scale(1.1);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(.4,.4,0,1), opacity 1.5s cubic-bezier(.4,.4,0,1);
}

body.content-loaded #header .header-img {
    opacity: 1;
    transform: scale(1);
}

#header.overlay:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
}

#header .container {
    position: relative;
    text-align:center;
    z-index:2;
}

#header.side-align .container {
    text-align: left;
}

#header h1 {
    color:#101010;
    font-size: 44px;
    line-height: 51px;
    margin: 0;
    text-transform: capitalize;
    padding: 0 10px 0;
    transform:translateY(10px);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(.4,.4,0,1), opacity 1.5s cubic-bezier(.4,.4,0,1);
}

body.content-loaded #header h1 {
    transform:translateY(0);
    opacity: 1;
}
/* webkit, opera, IE9 */
::selection {
    background:#d7c3a8;
    color: #fff; 
}

/* mozilla firefox */
::-moz-selection  { 
    background:#000; 
    color: #fff;
}

.background_cover .background-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Float */
.float-right{
    float:right !important;
}
                         
/* Visibility */
.visible-phone,.hidden-desktop  {
    display:none !important;
}

.visible-tablet,.visible-h-tablet {
    display: none !important;
}

.hidden {
    display:none
}

figure {
    margin:initial;
    max-width: 100%;
}

/* For theme-unit-test-data  */
.post p em {
   font-style: italic;
}

.page-template-default:not(.woocommerce-page) .page ol,
.row .page.type-page ol,
.single-post ol {
    list-style: decimal;
}

.page-template-default:not(.woocommerce-page) .page ul,
.row .page.type-page ul,
.single-post .post-body ul{
list-style: square;
}

.ping_list{
    margin:30px 0 50px 10px;
}

.row .page.type-page table,
.row .page.type-page th,
.row .page.type-page td,
.post-body table,
.post-body th,
.post-body td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-default:not(.woocommerce-page) .page table:not(.shop_attributes),
.row .page.type-page table,
#comments table,
.post-body table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

.page-template-default:not(.woocommerce-page) .page caption,
.page-template-default:not(.woocommerce-page) .page th,
.page-template-default:not(.woocommerce-page) .page td,
.row .page.type-page caption,
.row .page.type-page th,
.row .page.type-page td,
.post-body caption,
.post-body th,
.post-body td,
#comments caption,
#comments th,
#comments td {
    font-weight: normal;
    text-align: left;
}

.page-template-default:not(.woocommerce-page) .page th,
.row .page.type-page th,
#comments th,
.post-body th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #ccc;
    background: #00000002;
}

.page-template-default:not(.woocommerce-page) .page td,
.row .page.type-page td,
#comments td,
.post-body td {
    border-width: 0 1px 1px 0;
    padding: 5px;
    border: 1px solid #ccc;
}

.page-template-default:not(.woocommerce-page) .page ul li ul,
.row .page.type-page ul li ul, .row .page.type-page ol li ol,
.post-body ul li ul,
.post-body ol li ol {
    margin-left: 15px;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

blockquote {
    color: #767676;
    font-style: italic;
    line-height: 1.2631578947;
    margin-bottom: 24px !important;
    quotes: "\201C""\201D""\2018""\2019";
    font-weight: 400;
    position:relative;
    margin: 10px;
    display: inline-block;
}

blockquote:after,
blockquote:before {
    color: inherit;
    content: open-quote;
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 10px;
    vertical-align: bottom;
    display: block;
    opacity: .4;
    height: 25px;
    text-align: left;
    font-family: sans-serif;
    font-style: initial;

}

blockquote:after {
    color: inherit;
    content: close-quote;
    margin-top: 10px;
    vertical-align: -0.6em;
    clear: both;
    text-align: right;
}

blockquote p {
    display: inline;
    margin:0;
}

blockquote cite {
    display: block;
    font-size: 80%;
}

#rad-wrapper {
    position:relative;
    overflow-x:hidden;
}

.rda-top-space #rad-wrapper {
    padding-top:85px;
}

.rda-top-space.topbar-active #rad-wrapper {
    padding-top:117px;
}

label {
    font-weight: normal;
    color: #444;
}
/**********************************************/
/*  03. Visual Composer
/**********************************************/
/* columns content - vertical Position */
.vc_column-inner.vertical_position {
    display: table !important;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.vc_column-inner.vertical_position.vertical_position_middle > .wpb_wrapper {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.vc_column-inner.vertical_position.vertical_position_bottom > .wpb_wrapper {
    vertical-align: bottom;
    display: table-cell;
    width: 100%;
}

.vc_column_container > .vc_column-inner {
    background-position: top !important;
}

/*prevent row gap option effect on row margin */ 
div.vc_column-gap.vc_row { 
    margin-left: 0;
    margin-right: 0;
}

.vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

div.vc_column-gap.vc_row .vc_row {
    margin-left: 0;
    margin-right: 0;
}

div.vc_row.vc_column-gap>.vc_column_container {
    padding-top:0;
    padding-bottom:0;
}

.wpb_text_column.wpb_content_element p span {
    line-height: 1.5em;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
    filter: alpha(opacity=1);
}

.view-mode .section-content-container >.container:hover>.vc_element:before,
.compose-mode .section-content-container >.container:hover>.wpb_row>.vc_element:before {
    content: '';
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: rgba(125,125,125,.4) dashed 1px;
}

/*visual composer*/
.wpb_content_element {
    line-height:1.8em;
    font-weight:400;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .last_toggle_el_margin, .wpb_buttonn{
    margin-bottom:0!important;
}

.wpb_row .wpb_column {
    margin-bottom:0!important;
}

.wpb_row .wpb_column:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

/* Equal height background image  */
.vc_row.vc_row-o-equal-height > .vc_column_container .vc_column-inner {
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/**********************************************/
/*  04. Preloader
/**********************************************/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    z-index: 99999;
    opacity: 1;
    transition: opacity .2s ease 0s,visibility .2s ease 0s,transform .9s cubic-bezier(0.79, 0.02, 0, 1);
    z-index:100001;
}

#preloader.hide {
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

#preloader .p-item {
    transition: opacity .3s ease;
}

#preloader.hide .p-item {
    opacity: 0;
}

/* logo */
#preloader.logo .p-item {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
    background-size: contain;
    -webkit-animation: p_logo 2s cubic-bezier(0.75, -0.06, 0.09, 0.92) infinite;
    -moz-animation: p_logo 2s cubic-bezier(0.75, -0.06, 0.09, 0.92) infinite;
    -o-animation: p_logo 2s cubic-bezier(0.75, -0.06, 0.09, 0.92) infinite;
    animation: p_logo 2s cubic-bezier(0.75, -0.06, 0.09, 0.92) infinite;
}

@keyframes p_logo{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@-webkit-keyframes p_logo{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/* ripple1 */
#preloader.ripple1 .p-item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

#preloader.ripple1 .p-item:after {
    content: '';
    background: #ccc;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    -webkit-animation: p_ripple 0.6s infinite linear;
    animation: p_ripple 0.6s infinite linear;
}

@keyframes p_ripple {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

@-webkit-keyframes p_ripple {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ripple2 */
#preloader.ripple2 .p-item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

#preloader.ripple2 .p-item:before,
#preloader.ripple2 .p-item:after {
  content: '';
  border: 2px solid #888;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}
#preloader.ripple2 .p-item:before {
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: p_wave_b 0.6s infinite linear;
  animation: p_wave_b 0.6s infinite linear;
}

#preloader.ripple2 .p-item:after {
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: p_wave_a 0.6s infinite linear;
  animation: p_wave_a 0.6s infinite linear;
}

@-webkit-keyframes p_wave_a {
  from {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes p_wave_a {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes p_wave_b {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes p_wave_b {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}


/* Line */
#preloader.line .p-item {
    width: 30px;
    overflow: hidden;
    height: 2px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -15px;
}

#preloader.line .p-item:after {
   content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: auto;
    left: 0;
    background-color: #ccc;
    -moz-animation: p_sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    -o-animation: p_sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    -webkit-animation: p_sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    animation: p_sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;    
}
@keyframes p_sweep {
    0% {
        width: 0; 
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
        right:0;
        left: auto;
    }
}
@-webkit-keyframes p_sweep {
    0% {
        width: 0; 
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
        right:0;
        left: auto;
    }
}

/**********************************************/
/* 05. Grid
/**********************************************/
[class*="span"]
{
    float:left;
}

.clearfix:before,.clearfix:after,.row:before,.row:after,.container:before,.container:after {
    display:table;
    content:"";
}

.clearfix:after,.row:after,.container:after {
    clear:both;
}

.container {
    width:940px;
    margin:0 auto;
}

.wpb_wrapper .container {
    width:100%;
}

.left_side_margin .container {
    width: calc(50vw + 470px);
    margin-left:0;
}

.right_side_margin .container {
    width: calc(50vw + 470px);
    margin-right:0;
}

.page-has-sidebar  .container {
    width:100%;
}

.fullWidth ul.products {
    width:100%;
    margin:auto;
}

.relative
{
    position:relative
}

.span12,
.vc_column_container.span12 {
    width: 100%;
    margin-right: 0;
}

.span11 {
    width: 91.66666667%;
}

.span10 {
    width: 83.33333333%;
}

.span9 {
    width: 75%;
}

.span8,
.vc_column_container.span8 {
    width: 66.66666667%;
}

.span7 {
    width: 58.33333333%;
}

.span6,
.vc_column_container.span6 {
    width: 50%;
}

.span5 {
    width: 41.66666667%;
}

.span4,
.vc_column_container.span4 {
    width: 33.33333333%;
}

.span3,
.vc_column_container.span3 {
    width: 25%;
}

.span2,
.vc_column_container.span2 {
    width: 16.66666667%;
}

.span1 {
    width: 8.33333333%;
}

.span1, .span2, .span3 , .span4, .span5 , .span6 , .span7 , .span8 , .span9 , .span10 , .span11 , .span12 { 
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.vc_column_container.span2,
.vc_column_container.span3,
.vc_column_container.span4,
.vc_column_container.span6,
.vc_column_container.span8,
.vc_column_container.span12 { 
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.offset12 {
    margin-left: 100%;
}

.offset11 {
    margin-left: 91.66666667%;
}

.offset10 {
    margin-left: 83.33333333%;
}

.offset9 {
    margin-left: 75%;
}

.offset8 {
    margin-left: 66.66666667%;
}

.offset7 {
    margin-left: 58.33333333%;
}

.offset6 {
    margin-left: 50%;
}

.offset5 {
    margin-left: 41.66666667%;
}

.offset4 {
    margin-left: 33.33333333%;
}

.offset3 {
    margin-left: 16.66666667%;
}

.offset2 {
    margin-left: 16.66666667%;
}

.offset1 {
    margin-left: 8.33333333%;
}

.fullWidth {
    padding:0; 
    width: 100%; 
}

.fullWidth .container {
    width:100%;
}

/* Remove left and right padding in fullwidth */
.fullWidth .vc_column_container:nth-of-type(1) > .vc_column-inner{
    padding-left:0;
}
.fullWidth .vc_column_container:last-child > .vc_column-inner{
    padding-right:0;
}

/**********************************************/
/*  06. Menu & Navigation
/**********************************************/
#rad-menu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10001;
    height: 67px;
    opacity: 1;
    padding: 6px 10px;
    box-sizing: border-box;
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

#rad-menu.edge-no-space {
    padding: 6px 12px 6px 20px;
}

header .search-button,
header .wishlist-btn,
header .navigation,
header .cart-btn,
header .header-account {
    opacity: 1;
    transition: z-index .3s step-end, opacity .3s ease, visibility .3s ease, fill .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

/* menu : no space */
body.admin-bar #rad-menu,
body.topbar-active #rad-menu {
    top:32px;
}

body.topbar-active.admin-bar #rad-menu {
    top:64px;
}

/* menu : with space on edges */
#rad-menu.edge-with-space {
    width: calc(100% - 20px);
    left:10px;
    margin-top:10px;
}

#menu-bg {
    position: absolute;
    height: 67px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 1;
    box-sizing: border-box;
    background-color: #fff;
    border:1px solid transparent;
    transition: background-color .3s ease, height .5s cubic-bezier(0.86, 0, 0.07, 1),border-color .3s ease,border-width .3s ease;
}

#rad-menu .logo {
    float:left;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    max-width: 120px;
    margin-right: 10px;
}

#rad-menu .logo img {
    width: auto;
    display: block;
    max-height:40px;
    transition: opacity .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

#rad-menu .main-logo {
    position: absolute;
}

#rad-menu.double-state:hover .state1-logo,
#rad-menu.state2 .state1-logo {
    opacity: 0;
}

#rad-menu.double-state:hover .state2-logo,
#rad-menu:not(.state2) .state1-logo,
#rad-menu.state2 .state2-logo {
    opacity: 1;
}

#rad-menu > span {
    font-size: 14px;
}

/* Navigation */
#rad-menu.type1 .navigation,
#rad-menu.type2 .navigation  {
    float:left;
}
#rad-menu.type2 .logo {
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
#rad-menu.type3 .navigation {
    float: right;
}

#rad-menu.type3 > .navigation > li {
    display: inline-block;
    float: none;
}

#rad-menu .navigation ul {
    padding:0;
    list-style: none;
}

#rad-menu .navigation li {
    float:left;
    position:relative
}

#rad-menu .menu-column {
    width: calc(25% - 8px);
    box-sizing: border-box;
    display: inline-block;
    background-size: cover !important;
    margin-left: 10px;
    margin-bottom: 30px;
}

#rad-menu .menu-column.has-bg {
    padding: 20px;
}

#rad-menu .navigation li li.headline {
    padding: 0;
    font-size: 15px;
    margin: 23px 0 5px;
    font-weight: 500;
}

#rad-menu .menu-banner {
    font-size: 15px;
    font-weight: 500;
}

#rad-menu .navigation li + .menu-banner {
    margin-top: 20px;
}

#rad-menu .menu-banner div {
    overflow: hidden;
    margin-bottom: 3px;
}

#rad-menu .menu-banner img {
    transition: transform .5s ease;
    float: left;
}

#rad-menu .menu-banner:hover img {
    transform: scale(1.05);
}

#rad-menu .navigation .menu-banner a {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#rad-menu .navigation .menu-banner a span {
    display: none;
}

#rad-menu .navigation .menu-banner a:before {
    display: none;
}

#rad-menu .collection {
    cursor: pointer;
}

#rad-menu .navigation li a {
    color:#000;
    display:block;
    padding:5px 5px;
    margin:0 10px;
    text-decoration:none;
    position: relative;
}

#rad-menu .navigation li a > span {
    position: relative;
}

li.menu-item .badge {
    right: 0;
    top: -6px;
    color: #fff;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    line-height: 1em;
}

li.menu-item.headline .badge {
    top: -10px;
    position: relative;
}

li.menu-item .badge:before {
    display: none !important;
}

#rad-menu .navigation li a > span:before {
    content: "";
    height: 1px;
    top: 100%;
    right: 0px;
    left: auto;
    position: absolute;
    width: 0;
    background-color: #000;
    opacity: .5;
    display: block;
    transition: width .7s cubic-bezier(.19,1,.22,1);
}

#rad-menu .navigation li:hover > a > span:before {
    width: 100%;
    left: 0px;
    right:auto;
}

.navigation li li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 3px;
    width: 4px;
    height:4px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -2px;
    top: 50%;
    transition: transform .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: rotate(-135deg) translate3d(0,0,0);
    -moz-transform: rotate(-135deg) translate3d(0,0,0);
    -ms-transform: rotate(-135deg) translate3d(0,0,0);
    -o-transform: rotate(-135deg) translate3d(0,0,0);
    transform: rotate(-135deg) translate3d(0,0,0);
}

.navigation li li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(-45deg) translate3d(-2px,-2px,0);
    -moz-transform: rotate(-45deg) translate3d(-2px,-2px,0);
    -ms-transform: rotate(-45deg) translate3d(-2px,-2px,0);
    -o-transform: rotate(-45deg) translate3d(-2px,-2px,0);
    transform: rotate(-45deg) translate3d(-2px,-2px,0);
}

#rad-menu .navigation > ul > li > a {
    position: relative;
    font-size: 14px;
    line-height: 1.1em;
    margin: 0;
    padding:22px 15px;
    height: 55px;
    box-sizing: border-box;
    transition: color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#rad-menu .navigation li ul {
    left: 0;
    top: 0;
    position: absolute;
    width: 200px;
    max-height: 0;
    transition: max-height .01s ease .3s, padding .2s ease;
    padding: 0 20px;
    box-sizing: border-box;
}

/* to show simple submenus */
#rad-menu .navigation li:hover > ul {
    max-height:1000px;
    transition: max-height .01s ease 0s, padding .2s ease;
    padding: 10px 20px;
}

#rad-menu .navigation li ul > li {
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease 0s,visibility .1s ease 0s;
}

#rad-menu .navigation li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease .1s,visibility .4s ease .1s;
}

#rad-menu .navigation li ul:before {
    content: "";
    background: #000;
    position: absolute;
    left:2px;
    top: 2px;
    width: 100%;
    height: 0;
    transition: height .3s ease 0s;
}

#rad-menu .navigation li:hover > ul:before {
    height: 100%;
    transition: height .3s ease .03s;
}

#rad-menu .navigation ul > li > ul {
    top:59px;
}

#rad-menu .navigation > ul > li:not(.mega-menu-parent) ul li {
    background: transparent !important;
}

#rad-menu .navigation > ul > li:not(.mega-menu-parent) ul > li:first-child {
    padding-top:7px;
}

#rad-menu .navigation > ul > li:not(.mega-menu-parent) ul > li:last-child {
    padding-bottom:7px;
}

#rad-menu .navigation > ul > li:not(.mega-menu-parent) > ul ul {
    margin-top:6px;
}

#rad-menu .navigation > ul > li:not(.mega-menu-parent) > ul > li:first-child > ul {
    margin-top:14px;
}

#rad-menu .navigation li:hover > ul{
    display:block
}

#rad-menu .navigation li li {  
    display:block;
    float:none;
    margin:0 0 3px;
    min-width:143px;
}

#rad-menu .navigation li li > a {
    margin:0;
    padding:0;
    font-size:14px;
}

#rad-menu .navigation li li a {
    display: inline-block;
}

#rad-menu .navigation li li ul {
    padding-top:0;
    left: calc(100% + 2px);
    top:0;
    margin-left:20px;
}

#rad-menu .navigation > ul > li.left-submenus li ul {
    left:auto;
    right:100%;
    margin-right:1px;
}

/**********************************************/
/*  07. Mega menu
/**********************************************/
#rad-menu .navigation li.mega-menu-parent ul {
    visibility: visible !important;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    transform: initial !important;
    transition: none;
    opacity: 1;
    width: auto;
    background-color : transparent;
}

#rad-menu .navigation li.mega-menu-parent ul:before {
    display: none;
}

#rad-menu .navigation li.mega-menu-parent li ul {
    left:0;
    display: block !important;
    position: relative;
    float: left;
    background: transparent;
    padding-top: 13px;
    max-height: 1000px;
}

#rad-menu .navigation li.mega-menu-parent li {
    background-color: transparent;
    opacity: 1;
    visibility: visible;
}

#rad-menu li .menu-item-wrapper {
    position: absolute;
    display: flex;
    top:58px;
    margin-top: -5px;
    padding: 10px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 220px;
    transform: translateY(-5px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease 0s, visibility .2s ease 0s, transform .2s ease .4s;
}

#rad-menu li:hover .menu-item-wrapper {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .3s ease .2s, visibility .3s ease .2s, transform .3s ease .2s;
}

#rad-menu.edge-with-space li .menu-item-wrapper {
    padding: 10px 30px 20px;
}

#rad-menu li .menu-item-wrapper .container {
    display: flex;
}

#rad-menu li.mega-menu-parent .menu-item-wrapper ul {
    position: relative;
    max-height: unset;
    padding: 0;
}

#rad-menu li.mega-menu-parent .menu-item-has-children:before {
    display: none;
}
/**********************************************/
/*  08. Mobile Navigation
/**********************************************/
#rad-resp-nav-bt {
    display: inline-block;
    width: 46px;
    height: 60px;
    position: relative;
    z-index: 10;
    float: right;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease, visibility .2s ease;
}

header.resp-nav-active #rad-resp-nav-bt {
    opacity: 0;
    visibility: hidden;
}

#rad-resp-nav-bt span {
    background: #222;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 28px;
    left: 12px;
}

#rad-resp-nav-bt span:after,
#rad-resp-nav-bt span:before {
    content: "";
    background: #222;
    width: 20px;
    height: 2px;
    position: absolute;
    top: -5px;
    left: 0px;
}

#rad-resp-nav-bt span:after {
    top: 5px;
}

#rad-resp-nav {
    padding: 40px 9px 30px 30px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.toggle-aside.resp-nav-aside.bg:before {
    width: 100%;
    height: 0;
    transition-delay: 0.1s;
}

#rad-resp-nav .resp-nav-aside-container {
    margin-top: -10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    transition-delay: 0s;
}

#rad-resp-nav.open .resp-nav-aside-container {
    opacity: 1;
    visibility: visible;
    transition-delay: .6s;
    position: relative;
    max-height: 90vh;
    overflow: scroll;
}

#rad-resp-nav .resp-nav-aside-container > ul {
    margin: 15px 0 10px;
}

#rad-resp-nav ul {
    list-style: none;
    margin:0;
}

#rad-resp-nav li {
    line-height: 38px;
    position: relative;
    overflow: hidden;
}

#rad-resp-nav li a + .toggle_submneu {
    height: 45px;
    width:100%;
    position: absolute;
    right: 0px;
    top: 0;
    cursor:pointer;
    z-index: 3;
}

#rad-resp-nav li a[href] + .toggle_submneu {
    width:45px;
}

#rad-resp-nav li .toggle_submneu:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 18px;
    right: 20px;
    border-bottom: 1px solid #0606068c;
    border-right: 1px solid #0606068c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform .3s ease;
}

#rad-resp-nav li .toggle_submneu.open:before {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

#rad-resp-nav ul ul{
    padding-left: 15px;
    display: none;
}

#rad-resp-nav > ul{
    padding:0;
    margin: 20px 0;
}

#rad-resp-nav a{
    display: block;
    width:100%;
    height:100%;
    font-size: 17px;
    color: #333;
}

#rad-resp-nav .topbar_lang_flag {
    float: none;
    display: inline-block;
    vertical-align: middle;
    border-left: none;
}

/**********************************************/
/*  09. Lazy loading
/**********************************************/
.lazy-load:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: gradiant_anim 1.4s infinite ease-in-out;
    -moz-animation: gradiant_anim 1.4s infinite ease-in-out;
    -o-animation: gradiant_anim 1.4s infinite ease-in-out;
    animation: gradiant_anim 1.4s infinite ease-in-out;
    background: linear-gradient(90deg, #e8e8e8, #f5f5f5, #f5f5f5, #e8e8e8 );
    background-size: 400% 400%;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #eee;
    display: inline-block;
    z-index: 1;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3s ease;
}

@-webkit-keyframes gradiant_anim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    } 
}

@keyframes gradiant_anim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    } 
}

.lazy-load.lazy-loaded:before {
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
}

/**********************************************/
/*  10. Topbar
/**********************************************/
#topbar {
    display:block;
    width:100%;
    height:32px;
    background-color:#eb473b;
    color:#fff;
    position:fixed;
    top:0;
    z-index:10002;
    padding:0;
    opacity: 1;
    box-sizing: border-box;
    border-bottom:1px solid #f5f5f5;
    visibility: visible;
   transition: opacity .2s ease, visibility .2s ease,transform .4s ease;
}

body.admin-bar #topbar {
    top:32px;
}

#topbar.dark .topbar-message {
    color:#262626;
}

#topbar .topbar-message {
    overflow: hidden;
    font-size: 0;
    margin-left: auto;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    display: flex;
}

#topbar .topbar-text {
    line-height: 33px;
    font-size:11px;
    display: flex;
    white-space: nowrap;
    -webkit-animation: menuLoop 20s linear infinite;
    -moz-animation: menuLoop 20s linear infinite;
    -o-animation: menuLoop 20s linear infinite;
    animation: menuLoop 20s linear infinite;

    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
     backface-visibility: hidden;
     
     -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
     -ms-perspective: 1000px;
     -o-perspective: 1000px;
     perspective: 1000px;

     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -ms-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
     transform-style: preserve-3d;
}

@keyframes menuLoop{
    0%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    100%{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}

@-webkit-keyframes menuLoop{
    0%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    100%{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}

#topbar .topbar-text .space {
    padding-left: 200px; 
}

#topbar-social {
    float: left;
    padding: 4px 0;
    position: relative;
    width: auto;
}

/* top bar flag  - Wpml */
.topbar_lang_flag {
    float:right;
    padding:0;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:rgba(230,230,230,0.4);
    position:relative;
}

.topbar_lang_flag .lang-sel {
    position: relative;
    letter-spacing: 2px;
    overflow: visible;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 12px 0 21px;
    font-size: 14px;
}

.topbar_lang_flag .lang-sel a {
    display: block;
    height: 100%;
    line-height: inherit;
    text-align: center;
    overflow: hidden;
    z-index: 3;
    opacity: 1;
    text-decoration: none;
    text-transform: capitalize;
    visibility: visible;
    transition: opacity .3s ease .6s, visibility .3s ease .6s,color .2s ease;
}

#topbar.light .topbar_lang_flag .lang-sel a {
    color: #fff;
}

#topbar.dark .topbar_lang_flag .lang-sel a {
    color:#000;
}

.topbar_lang_flag .lang-sel li:hover a,
.lang-sel ul.lang_link > li:hover a {
    color:#CACACA;
}

.topbar_lang_flag.dark .lang-sel li:hover a {
    color:#454545;
}

.lang-sel ul.lang_link {
    margin-bottom: 0;
    display:none;
    overflow: hidden;
    list-style: none;
    left: 0;
    z-index: 1;
    bottom:32px;
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 19px 0 20px;
    margin:0;
}

.lang-sel:hover ul.lang_link {
    display:block;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    position:absolute;
    background-color:#fff;
    height: auto;
    transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
}
.lang-sel li.active,
.lang-sel li{
    list-style:none;
}
.lang-sel ul.lang_link > li {
    height: 32px;
    line-height: 32px;
    opacity: 0;
    visibility: hidden;
    display:block;
    width:100%;
    
}

.lang-sel ul.lang_link > li a{
    color: #222;
}

.lang-sel:hover ul.lang_link li {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.lang-sel ul.lang_link > li a:after,
.lang-sel ul.lang_link li a:after{
    content: "";
    width: calc(100% - 14px);
    height: 1px;
    background: #f8f8f8;
    position: absolute;
    left: 7px;
    top:32px;
}

.topbar_lang_flag:hover .lang-sel:first-child > li a:before {
    top:-25px;
    opacity:0;
}

.topbar_lang_flag:hover .lang-sel:first-child > li a:after {
    top:0px;
    opacity:1;
}

.topbar_lang_flag .lang-sel:first-child > li a:before{
    top: 0;
    opacity: 1;
}
.topbar_lang_flag .lang-sel:first-child > li a:after{
    top: 25px;
    opacity: 0;
}

.lang-sel ul.lang_link > li:nth-child(1) {
    z-index:3;
    top:0;
   transition: color .3s ease;
}

.lang-sel:hover ul.lang_link > li:nth-child(1) {
    top: 0px;
    transition: color .3s ease;
}

.lang-sel ul.lang_link > li:nth-child(2) {
    z-index:2;
    top: 0;
    transition: color .3s ease;
}

.lang-sel:hover ul.lang_link > li:nth-child(2) {
    top: 34px;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, top .2s ease-in-out ;
}

.lang-sel ul.lang_link > li:nth-child(3) {
    z-index:1;
    top: 0;
    transition: opacity .4s ease-in-out, visibility .2s ease-in-out, top .2s ease-in-out;
}

.lang-sel:hover ul.lang_link > li:nth-child(3) {
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, top .2s ease-in-out;
    top: 67px;
}

/**********************************************/
/* 11. Social icons/Links
/**********************************************/
.social-icons {
    display: inline-block;
}

.social-icons a {
    font-size: 0;
    margin-right: 10px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    transition: fill .4s cubic-bezier(.19,1,.22,1),color .4s cubic-bezier(.19,1,.22,1), background-color .4s cubic-bezier(.19,1,.22,1);
}

.social-icons.vertical a {
    display: block;
    padding: 4px 0px;
}

.social-icons.icon-type svg {
    width: 14px;
    vertical-align: middle;
}

/* special size for some icons */
.social-icons.icon-type .soundcloud-icon svg,
.social-icons.icon-type .google-plus-g-icon svg,
.social-icons.icon-type .behance-icon svg {
    width: 17px;
}

.social-icons.icon-type .yahoo-icon svg,
.social-icons.icon-type .foursquare-icon svg,
.social-icons.icon-type .blogger-b-icon svg,
.social-icons.icon-type .pinterest-p-icon svg,
.social-icons.icon-type .paypal-icon svg {
    width: 12px;
}

.social-icons.icon-type .deviantart-icon svg,
.social-icons.icon-type .facebook-f-icon svg,
.social-icons.icon-type .tumblr-icon svg {
    width: 10px;
}

.social-icons.text-type svg {
    display: none;
}

.social-icons.text-type a:after {
    height: 2px;
    opacity: 1;
}

.social-icons.text-type a {
    width:auto;
    font-size: inherit;
    padding: 4px 0 5px;
    margin: 0 12px;
}

.social-icons.with-bg a {
    border-radius: 50%;
    margin: 5px;
    padding: 8px;
    width: 30px;
    height: 30px;
}

.social-icons.icon-type.with-bg svg {
    vertical-align: top;
}

.social-icons.dark-style a {
    color: #000;
    fill: #000;
}
.social-icons.light-style a {
    color: #fff;
    fill: #fff;
}

.social-icons a:hover {
    color: #b2b2b2;
    fill: #b2b2b2;
}

.social-icons.text-type a:hover {
    color: #000;
}

.social-icons.with-bg.dark-style a {
    background-color: #000;
    fill: #fff;
}

.social-icons.with-bg.light-style a {
    background-color: #fff;
    fill: #000;
}

.social-icons.with-bg a:hover {
    background-color: #b2b2b2;
    color: #fff;
    fill: #fff;
}

.social-icons img {
    width: 15px;
}

/**********************************************/
/*  12. Language switcher
/**********************************************/
#rad-menu .widget_icl_lang_sel_widget {
    float:right;
    margin-top:13px; 
}

#rad-menu .widget_icl_lang_sel_widget  h4.widget-title  {
    color:#1F1F1F;
    font-size:15px;
    line-height:20px;
}
      
#rad-menu .widget_icl_lang_sel_widget .hr-medium  {
    margin:5px 0;
}
 
#lang_sel_footer a:hover {
    color:#000;
}

/**********************************************/
/* 13. Currency switcher
/**********************************************/
.header-currency {
    float: right;
    position: relative;
    text-transform: uppercase;
    overflow: visible;
    margin: 0 8px;
    height: 57px;
}

.header-currency .dd-selected-text:after {
    color: #6a6a6a;
} 

form.woocommerce-currency-switcher-form .woocommerce-currency-switcher {
    display:none !important;
}

.header-currency .woocommerce-currency-switcher  {
    width:100%;
    height:32px;
    border:none !important;
    background: transparent!important;
    display:block !important;   
}

.header-currency .dd-container{
    width:100% !important;
    border:none !important;
}

.header-currency .dd-select,
.header-currency .dd-options {
    border: none;
    background: transparent!important;
    border-radius: 0;
    width: auto !important;
}

.header-currency .dd-selected .dd-selected-image,
.header-currency .dd-option .dd-option-image{
    margin-left:7px;
} 

.header-currency .dd-selected-text,
.header-currency .woocommerce-currency-switcher {
    color: #262626;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 11px; 
    padding-right: 7px;
    overflow: visible;
    margin-right: 0;
    cursor: pointer;
}

.woocommerce-currency-switcher-form a.dd-option {
    background: transparent !important;
    position: relative;
    border:none;
}

.header-currency .dd-selected .dd-selected-text:after{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    opacity: .5;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.header-currency small,
.header-currency .dd-pointer{
    display:none;
}

.header-currency .dd-option .dd-option-text{
    display: block;
    padding: 2px 5px;
    transition: color .3s ease;
    color: #222;
    font-size: 13px;
    line-height: 12px !important;
    text-transform: none;
}

.header-currency .dd-selected {
    padding-top: 0; 
    padding-bottom: 0; 
    line-height:36px;
    letter-spacing: .1px;
    color: #474747;
    font-size: 13px;
    max-width:200px;
    width:auto;
    padding: 11px;
}

.header-currency ul.dd-options {
    display: block !important;
    overflow: hidden;
    list-style: none;
    left: 0;
    top: 100%;
    max-width: 200px;
    text-align: center;
    position: relative;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
}

.header-currency:hover ul.dd-options {
    opacity: 1;
    visibility: visible;
}

.header-currency ul.dd-options li {
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

.header-currency:hover ul.dd-options li {
    opacity: 1;
}

.header-currency ul.dd-options:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 0;
    background: red;
   transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), height .3s ease .1s;
}

.header-currency:hover ul.dd-options:before {
    height: 100%;   
}

form.woocommerce-currency-switcher-form .dd-option .dd-option-text:hover {
    cursor:pointer;
}

.widget form.woocommerce-currency-switcher-form .dd-selected .dd-selected-image.dd-image-right{
    margin-top:15px;
    float:right;
}

.widget form.woocommerce-currency-switcher-form .dd-selected .dd-selected-image{
    vertical-align: baseline;
    float: none;
}

.widget form.woocommerce-currency-switcher-form .dd-option .dd-option-image{
    margin-top:10px;
    vertical-align: baseline;
    float:none;
}

.widget form.woocommerce-currency-switcher-form .dd-option .dd-option-image.dd-image-right{
    float:right;
}

/**********************************************/
/* 14. Slider
/**********************************************/
#slider{
    position:relative;
    height:100vh;
    width:100%;
    overflow:hidden
}

#slider.fullscreen-edge {
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    margin-top: 10px;
    margin-left: 10px;
}

#slider.boxed,
#slider.boxed .sld-img {
    height: calc(100vh - 130px);
}

#slider .swiper-container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    z-index:10;
}

#slider.boxed .swiper-container {
    height: calc(100vh - 130px);
}

#slider .sld-img {
    height: 100vh;
    width: 100%;
    position: absolute;
    top:0;
    left:0px;
    background-size: cover !important;
    background-position: center !important;
    transform: translateZ(0);
}

#slider .swiper-slide {
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

/* Slide effect */
#slider.slide .swiper-wrapper {
    position: absolute;
    transition-timing-function: cubic-bezier(0, 0.78, 0.61, 0.95);
}

/* Fade effect */
#slider.fade .sld-img {
    transform: scale(1.1) translateZ(0) translateY(20px);
    transition: transform .1s ease 1s;
}

#slider.fade .swiper-slide.swiper-slide-active .sld-img {
    transform: scale(1) translateZ(0) translateY(0);
    transition: transform 1.8s cubic-bezier(0.71, 0.04, 0.22, 1);
}

/* slider text */
#slider .sld-text {
    display: block;
    margin: 0 auto;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
}

#slider .sld-text.side {
    left:150px;
    transform: translateY(-50%) translateX(0);
    text-align: left;
    width: calc(80% - 300px);
}

#slider .sld-text h2 {
    font-size:60px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 1.08em;
    color: #fff;
    position: relative;
    display: inline-block;
}

#slider .sld-text h2 span {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.19,1,.22,1) .8s;
    transform: translateY(50%);
    display: block;
}

#slider .sld-text h2 span:nth-child(2) {
    transition-delay: 1s;
}

#slider .swiper-slide.swiper-slide-active .sld-text h2 span {
    transform: translateY(0%);
    opacity: 1;
}

.swiper-slide .subtitle1,
.swiper-slide .subtitle2 {
    display: block;
    font-size:20px;
    font-weight: 400;
    line-height: 1.08em;
    color: #fff;
    opacity: 0;
    transition: all 1.2s cubic-bezier(.19,1,.22,1);
    transform: translateY(50%);
    transform-origin: top right;
    transition-delay: .6s;
}

.swiper-slide .subtitle2 {
    font-size:18px;
    transition-delay: 1.2s;
}

.swiper-slide.swiper-slide-active  .subtitle1,
.swiper-slide.swiper-slide-active  .subtitle2 {
    opacity: 1;
    transform: translateY(0%);
}

.swiper-slide .rad-slider-button {
    z-index:7;
    opacity: 0;
    display: inline-block;
    position: relative;
    margin-top:30px;
    transition: opacity .4s ease 1s, color .4s ease;
    transform: translateZ(0);
    color: #fff;
    border-radius: 40px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
}

.swiper-slide.swiper-slide-active .rad-slider-button {
    opacity: 1;
    transition: opacity .6s ease 1.4s, color .5s ease 0s;
}

.rad-slider-button .rad-slider-text,
.rad-slider-button .rad-slider-text-hover {
    padding: 12px 29px;
    position: relative;
    display: inline-block;
    background: #000;
}

.rad-slider-button .rad-slider-text-hover {
    background: #fff;
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .3s ease;
}

.rad-slider-button:hover .rad-slider-text-hover {
    opacity: 1;
}


/* linear next/prev style */
#slider .rad-slider-prev,
#slider .rad-slider-next {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    top: calc(50% - 17px);
    opacity: .5;
    transition: opacity .3s ease;
}

#slider .rad-slider-prev:hover,
#slider .rad-slider-next:hover {
    opacity: 1;
}

#slider .rad-slider-prev {
    left: 32px;
}

#slider .rad-slider-next {
    right: 32px;
}

#slider .rad-slider-next:after,
#slider .rad-slider-prev:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top:1px solid #000;
    border-right:1px solid #000;
    top: 19px;
    left: 17px;
    position: absolute;
    transform: rotate(45deg);
}

#slider .rad-slider-prev:after {
    transform: rotate(-135deg);
    left: 20px;
}

#slider .rad-slider-next:before,
#slider .rad-slider-prev:before {
    content: "";
    width: 45px;
    height: 45px;
    border:1px solid #000;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    transform-origin: 50% 50%;
    transform: scale(1);
    transition: transform .4s ease;
}

#slider .rad-slider-next:hover:before,
#slider .rad-slider-prev:hover:before {
    transform: scale(1.2);
}

/* Pagination */
#slider .swiper-pagination {
    padding: 10px 30px 20px;
    box-sizing: border-box;
}

#slider.right .swiper-pagination {
    text-align: right;
}

#slider.left .swiper-pagination {
    text-align: left;
}

#slider .swiper-pagination-bullet {
    height: 20px;
    border-radius: 0;
    background: transparent;
    transition: opacity .3s ease,width .3s ease;
    position: relative;
    width: 10px;
    background: transparent !important;
    transform: scale(1) !important;
}

#slider.fullscreen-edge .swiper-pagination {
    bottom: 30px;
}

/* simple pagination style */
#slider.simple-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    background-color: #000;
    border:1px solid #000;
    width: 5px;
    height: 5px;
    top: 7px;
    left: 2px;
    border-radius: 100%;
    transition: all .7s cubic-bezier(.19,1,.22,1);
}

#slider.simple-pagination .swiper-pagination-bullet-active:before {
    width: 7px;
    height: 7px;
    top: 6px;
    background: transparent;
}

/* linear pagination style */
#slider.linear-pagination .swiper-pagination-bullet-active {
    width:  25px;
}

#slider.linear-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 1px;
    top:9px;
    left: 0;
}

/* Progress pagination style */
#slider.progress-pagination .swiper-pagination {
    padding: 0px 20px 0;
    height: 1px;
    width: 30px;
    top: auto;
    bottom: 40px;
    left: 30px;
    color: #000;
    font-size: 13px;
}

#slider.progress-pagination.center .swiper-pagination {
    left: 50%;
    margin-left: -35px;
}

#slider.progress-pagination.right .swiper-pagination {
    left: auto;
    right: 30px;
}

#slider.progress-pagination .swiper-pagination-progressbar {
    background: #000;
    height: 1px;
}

#slider.progress-pagination .swiper-pagination .current {
    position: absolute;
    left: 0;
    top: -18px;
}

#slider.progress-pagination .swiper-pagination .total {
    position: absolute;
    right: 0;
    top: 0;
}

/* Dark/light navigation and pagination */
#slider.light .swiper-pagination-progress {
    background: rgba(255,255,255,.25);
    color: #fff;
}
#slider.light .swiper-pagination-progressbar,
#slider.light .swiper-pagination-bullet:before {
    background: #fff;
    border-color: #fff;
}

#slider.light .swiper-pagination-bullet {
    opacity: .5;
}

#slider.light .swiper-pagination-bullet-active {
    opacity: 1;
}

#slider.light .rad-slider-next:after,
#slider.light .rad-slider-next:before,
#slider.light .rad-slider-prev:after,
#slider.light .rad-slider-prev:before {
    border-color: #fff;
}

/**********************************************/
/* 15. Asides
/**********************************************/
#overlay-layer {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgb(105 105 105 / 80%);
    content: '';
    opacity: 0;
    pointer-events: none;
    visibility:hidden;
    transform: translateX(0);
    transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1), visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1);
}

#overlay-layer.high-zindex {
    z-index: 100000;
}

#overlay-layer.low-zindex {
    z-index: -2;
}

#overlay-layer.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.toggle-aside {
    position: fixed;
    top: 10px;
    right: 10px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    width: calc(100% - 20px);;
    height: calc(100% - 20px);;
    max-height: calc(100% - 20px);
    z-index: 999999;
    transition: opacity .2s ease-in-out , visibility .2s ease-in-out, max-height .3s ease, width .3s ease;
    transition-delay: 1.5s;
    pointer-events: none;
}

body.admin-bar .toggle-aside,
body.topbar-active .toggle-aside {
    top:42px;
    max-height: calc(100vh - 52px);
}

body.admin-bar.topbar-active .toggle-aside {
    top:74px;
    max-height: calc(100vh - 84px);
}

.toggle-aside.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto;
}

.toggle-aside .swiper-scrollbar-drag {
    background: rgba(0,0,0,.3);
}

/* .bg class as toggle-aside class or child class*/
.toggle-aside.bg:before,
.toggle-aside .bg:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 0;
    height: 100%;
    top:0;
    right:0;
    transition: width .6s cubic-bezier(0.59, 0.18, 0, 1) .9s,height .6s cubic-bezier(0.59, 0.18, 0, 1) .9s;
    transition-delay: .9s,.9s;
}

.toggle-aside.open.bg:before,
.toggle-aside.open .bg:before {
    width: 100%;
    height: 100%;
    transition-delay: .3s,.3s;
}

.edge-no-space .aside-close {
    top:15px;
}

header .aside-close {
    z-index: -1;
    transition: opacity .3s ease .1s,visibility .3s ease 0.1s, right .1s step-end .2s, z-index .1s ease .8s;
}

header.aside-open .aside-close {
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
}

header .aside-close:before {
    transition-delay: 0s;
    transition-duration: .3s;
}
header .aside-close:after {
    transition-delay: .1s;
     transition-duration: .3s;
}

header.aside-open .aside-close:before {
    width: 14px;
    transition-delay: .8s;
     transition-duration: .4s;
}
header.aside-open .aside-close:after {
    width: 14px;
    transition-delay: 1s;
     transition-duration: .4s;
}

.aside-open .aside-close:hover:after,
.aside-open .aside-close:hover:before {
    /*-moz-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93) .1s;
    -o-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93) .1s;
    -webkit-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93) .1s;
    animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93) .1s;
    transition: none;*/
}

.aside-open .aside-close:hover:after {
    animation-delay: .25s;
}

/**********************************************/
/* 16. Swiper modification
/**********************************************/
.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.87, 0.08, 0.12, 1.01);
}

.swiper-pagination-bullets {
    bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    margin: 3px 7px !important;
    transition: background .3s ease, transform .3s ease;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
    transform: scale(1.2);
}

.light .swiper-pagination-bullet,
.light .swiper-pagination-bullet-active {
    background: #fff !important;
}

/**********************************************/
/* 17. Blog
/**********************************************/
#blog-articles {
    text-align: center;
    padding-top: 75px;
}

#blog-articles:not(.sidebar-blog) .post-content p {
    margin: 10px 100px;
}

#blog-articles.sidebar-blog {
    text-align: left;
    padding-right: 40px;
}


#blog-articles.sidebar-blog .format-link .post-media,
#blog-articles.sidebar-blog .format-quote .post-media {
    text-align: center;
}

#blog article {
    margin-bottom: 60px;
}

#blog article.sticky {
    padding: 30px;
    background: #00000006;
}

article .post-title,
article .post-title a {
    font-size: 28px;
    margin:2px 0;
}

article .post-body p,
article .post-content p {
    font-size: 15px;
    color: #555;
}

article .post-meta {
    padding: 30px 0px 10px;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-info > span {
    padding-right: 29px;
    position: relative;
    font-size: 13px;
}

.post-info > span,
.post-info a {
    color: #666;
}

.post-info .post-author a {
    text-transform: capitalize;
}

.post-info > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 13px;
    height: 1px;
    background-color: rgba(0,0,0,.5);
}

.post-info span:last-child:before {
    display: none;
}

article .read-more {
    padding:11px 35px;
    position: relative;
    display: table;
    margin: 30px auto 10px;
    background: #000;
    color: #fff;
    font-size: 13px;
}

#blog-articles.sidebar-blog .read-more{
    margin: 30px 0 10px;
}

.post-media {
    overflow: hidden;
}

.post-media img {
    width:100%;
    z-index: 1;
    position: relative;
    float: left;
    display: block;
    transform:scale(1.1);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(.4,.4,0,1), opacity 1.5s cubic-bezier(.4,.4,0,1);
}

#blog-articles .post-media img {
    float: initial;
    display: block;
}

#blog-articles.sidebar-blog .post-media img {
    float: left;
}

body.content-loaded .post-media img {
    transform:scale(1);
    opacity: 1;
}

#blog-articles.sidebar-blog .post-media img.vertical-image,
.post-media img.vertical-image {
    width: auto;
    float: none;
    margin: 0 auto;
}

.post-media .swiper-slide {
    padding-top: 55%;
    background-size: cover !important;
}

/* Single post */
.post-body {
    padding: 20px 0 40px;
    position: relative;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.rado-wp-block .post-body {
    overflow: visible;
}

.post-body .container {
    width: 100%;
}

.post-body .vc_row.vc_column-gap>.vc_column_container,
.post-body .vc_column_container > .vc_column-inner {
    padding: 0;
}

.post-body .social-icons {
    position: absolute;
    left: -90px;
    top: 34px;
    z-index: 1;
}

.single-post .post-author-meta {
    border-top:1px solid #eee;
    padding: 10px;
}

.single-post .post-author-meta img {
    border-radius: 50%;
    margin: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.single-post .post-author-meta .author-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.single-post .post-author-meta .author-links {
    margin: 0;
    font-size: 14px;
    opacity: .7;
    display: block;
}

.format-link .post-media a:hover,
.format-link .post-media a {
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
}

.format-link a.post-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #0000002e;
    z-index: 2;
}

.format-link h2 {
    position: absolute;
    left:50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

/*Overlay*/
.format-quote .post-media {
    display: block;
    position: relative;
    padding: 80px 60px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-color: #262626;
}

.format-quote .post-media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000;
    top: 0;
    opacity:.5
}

.format-quote .post-media a {
    z-index: 10;
    position: relative;
}

.format-quote blockquote {
    color: inherit;
    font-size: 26px;
}

.format-quote a:hover,
.format-quote a,
.format-quote blockquote:before,
.format-quote blockquote:after {
    color: inherit;
}

.format-quote blockquote:before {
    margin-bottom:27px;
}

.format-quote blockquote:after {
    margin-top:15px;
}

.format-quote cite {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    position: relative;
}

article .video-frame {
    height: auto;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
    margin-bottom: 0;
}

/**********************************************/
/*  18. Navigation
/**********************************************/
#blog-articles .navigation {
    margin-bottom: 40px;
}

#blog-articles .navigation .screen-reader-text {
    display: none;
}

nav .nav-links {
    text-align: center;
    margin: 5px 0;
}

nav .nav-links a,
nav .nav-links span {
    color: #aaa;
    font-size: 17px;
    transition: color ease .2s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

nav .nav-links a:focus,
nav .nav-links a:hover,
nav .nav-links .current {
    color: #000;
}   

nav .nav-links a.next,
nav .nav-links a.prev {
    margin: 0 6px;
}

nav .nav-links a.next:before,
nav .nav-links a.prev:before {
    content: "";
    transform-origin: 50% 50%;
    position: absolute;
    border:1px solid #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transition: transform 0.3s ease;
    border-radius: 50%;
    transform: scale(1);
    box-sizing: border-box;
}

nav .nav-links a.next:hover:before,
nav .nav-links a.prev:hover:before {
    transform: scale(1.1);
}

nav .nav-links a.next:after,
nav .nav-links a.prev:after {
    content: "";
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    border: 1px solid #000;
    border-bottom: none;
    border-left: none;
    width: 5px;
    height: 5px;
    left: 12px;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: opacity 0.3s ease;
}

nav .nav-links a.prev:after {
    transform: rotate(-135deg);
    left: 14px;
}

nav .nav-links a.next:hover:after,
nav .nav-links a.prev:hover:after {
    opacity: .3;
}

/**********************************************/
/*  19. Blog Single
/**********************************************/
.single-post .post-tags .tagsTitle {
    font-weight:600;
}

.single-post span.post-categories,
.single-post span.post-categories a,
.single-post .post-date,
.single-post span.post-author a,
.single-post .post-tags {
    font-weight: 500;
    color: #4e4e4e;
    transition: color .3s ease;
}

.single-post span.post-author a:hover,
.single-post span.post-categories a:hover {
    color:#000;
    text-decoration:none;
}

.single-post .quote-post {
    background-color: #272727;
}

.single-post .video-frame {
    padding-bottom: 46%;
    overflow: visible;
    margin-bottom: 0;
    display: block;
    height: 0;
}

/* Blog  detail Tag cloud*/
.single-post .post-tags {
    font-size: 14px;
    text-align: left;
    padding: 12px 0;
    display: block;
    clear: both;
}

.single-post .post-tags a {
    padding-right: 3px;
    color: #4e4e4e;
    transition: color .2s ease;
}

.single-post .post-tags a:hover {
    text-decoration: inherit;
    cursor: pointer;
    color:#000;
}

.post-nav-links {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
    clear: both;
}

.post-nav-links a,
.post-nav-links span {
    color: #aaa;
    transition: color ease .2s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
}

.post-nav-links a:focus,
.post-nav-links a:hover,
.post-nav-links .current {
    color: #000;
}

.post-nav-links a:before {
    content: "";
    transform-origin: 50% 50%;
    position: absolute;
    border:1px solid #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 50%;
    transform: scale(1);
    box-sizing: border-box;
}

.post-nav-links a:hover:before {
    transform: scale(1.1);
    opacity:.6;
}

.post-password-form input[type="submit"] {
    line-height: 14px;
}

/**********************************************/
/*  20. Sidebars & Widgets
/**********************************************/
.blog-page-sidebar {
    padding: 75px 0 0 15px;
    word-wrap: break-word;
    word-break: normal;
}

#page-sidebar-wrapper {
    padding: 25px 0 0 0;
}

.blog-page-sidebar .sidebar {
    padding-top:0;
}

.wpb_content_element .widget,
.blog-page-sidebar .widget {
    border:1px solid #eee;
    padding: 25px;
}

.wpb_content_element .widget {
    margin: 5px 0;
}

.blog-page-sidebar .widget.widget_media_image {
    padding: 0;
    border: none;
}

.sidebar{
    padding: 15px 0 15px 0;
    margin-bottom:20px;
}

.widget-area .widget {
    padding-bottom:30px;
    margin-bottom:30px;
}

.wpb_content_element .widgettitle,
.widget-area .widget-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-page-sidebar .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.widget-area input,
.widget-area select {
    margin-bottom: 10px !important;
    width: 100%;
}

.widget-area .widget .nice-select {
    float:none;
    z-index: inherit;
    margin: 6px 0;
}

.widget-area .widget_pages li ul ,
.widget-area .widget_nav_menu li ul {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Calendar */
.widget-area .woocs_converter_shortcode_from,
.widget-area .woocs_converter_shortcode_to {
    width: 100%;
}
/* Calendar */
#wp-calendar {
    margin: 10px 0 3px 0;
    width: 100%;
}

#wp-calendar,
#wp-calendar td {
  border-color: #e8e8e8;
}
.old-ie #wp-calendar,
.old-ie #wp-calendar td {
  border-color: #e8e8e8;
}

#wp-calendar td:hover {
  background-color: rgb(247, 247, 247);
} 

#wp-calendar td.act {
  background-color: #2a83ed;
  color: #ffffff;
}

#wp-calendar caption {
    padding: 5px 0 5px 0;
    font-weight:bold;
}

#wp-calendar td {
    width: 34px;
    height: 25px;
    border-style: solid;
    border-width:  1px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    cursor: default;
}

#wp-calendar td a {
    display: block;
    width: 100%;
}

#wp-calendar td.pad {
    border: none;
}

/* menu widget */
.widget-area .nice-select ul.list  {
    width:auto;
    min-width:100%;
    max-width: 100%;
    max-height: 70vh;
    overflow-y: scroll;
    word-break: break-word;
    white-space: pre-wrap;
}

.widget-area .nice-select ul.list .option {
    line-height: 1.6em;
}

.widget_nav_menu .menu ul.sub-menu {
    margin: 0;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.widget_nav_menu .menu li.submenu-open > ul.sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.widget_nav_menu .child-plus {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    right:0;
}

.widget_nav_menu .child-plus:before,
.widget_nav_menu .child-plus:after {
    content: "";
    position: absolute;
    right:1px;
    top:15px;
    background: #444;
    width: 7px;
    height: 1px;
    transition: transform .3s ease;
}

.widget_nav_menu .child-plus:after {
    transform: rotate(90deg);
}

.widget_nav_menu .submenu-open > .child-plus:after {
    transform: rotate(180deg);
}

.widget_nav_menu li.menu-item-has-children > a {
    max-width: calc(100% - 20px);
}

.widget_nav_menu .menu > li {
    margin-bottom: 5px;
    position:relative;
}

.widget_nav_menu .menu > li > a {
    padding: 4px 0 0 0;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.widget_nav_menu .sub-menu li {
    position: relative;
}

/* Search */
.widget-area .search-form input[type="text"]{
    color: #111;
    background-color:transparent;
    height:38px;
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 13px;
    font-weight:400;
}

.widget-area .search-form input[type="submit"]{
    width:32px;
    background-color:transparent;
}

/* Lists */
.widget-area ul{
    margin:0;
    list-style: none !important;
}

.widget-area li{
    padding:0;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
}

.widget-area li ul{
    margin-bottom:10px;
    padding-left:14px;
    position: relative;
}

.widget-area li > .children > li:before {
    content: "";
    position: absolute;
    left:-11px;
    top:10px;
    background: #111;
    width: 7px;
    height: 1px;
}

/* Select Element */
.widget-area select{
    width: 95%;
}

/* recent post */ 
.widget_recent_entries li {
    margin-bottom: 14px;
    overflow: hidden;
}

.widget_recent_entries a {
    font-size: 14px;
}

.widget_recent_entries .post-date {
    font-size: 13px;
    font-weight:400;
    color:#949494;
    display:block;
}

.widget_recent_entries img {
    float: left;
    width: 60px;
    margin-right: 10px;
}

/* recent comment */ 
.widget_recent_comments a {
    font-size: 14px;
    font-weight:500;
    color:#555;
}

.widget_recent_comments .recentcomments { 
    color: #999;
    margin-bottom: 6px;
}

.widget_recent_comments .comment-author-link {
    position: relative;
    padding-left: 12px;
    position: relative;
}

.widget_recent_comments .comment-author-link:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    background: #000;
    top: 8px;
    left: 0;
}

/* Tag cloud widget*/
.tagcloud{
    display:table;
}

.tagcloud a {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #e1e1e1;
    display: block;
    border-radius: 20px;
    float: left;
    padding: 0px 11px;
    transition: background-color ease .2s, border-color .2s ease;
    font-size: 13px !important;
    color: #7d7d7d;
}

.tagcloud a:hover,
.tagcloud a.current-tag {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* RSS feed */
.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss .rsswidget {
    font-size: 14px;
}
.widget_rss .rss-date {
    font-size: 13px;
    display: block;
}
.widget_rss li {
    margin-bottom: 20px;
}

.widget_rss .rssSummary {
    font-size: 14px;
    color: #777;
}

.widget_rss li cite {
    font-style: normal;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
}

.widget_rss li cite:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #000;
    top: 8px;
    left: 0;
}

/* Text widget*/
.widget_text p {
    font-size: 14px;
    color: #777;
}

/* widget media gallery */
.widget_media_gallery figure {
    margin:0;
    padding: 6px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: -6px;/* remove strange space between inline-block items*/
}

.widget_media_gallery figure a,
.widget_media_gallery figure img {
    display: block;
}

.widget_media_gallery .gallery-columns-1 figure {
    width: 100%;
}

.widget_media_gallery .gallery-columns-2 figure {
    width: 50%;
}
.widget_media_gallery .gallery-columns-3 figure {
    width: 33%;
}
.widget_media_gallery .gallery-columns-4 figure {
    width: 25%;
}
.widget_media_gallery .gallery-columns-5 figure {
    width: 20%;
}
.widget_media_gallery .gallery-columns-6 figure {
    width: 16.51%;
}
.widget_media_gallery .gallery-columns-7 figure {
    width: 14.2%;
}
.widget_media_gallery .gallery-columns-8 figure {
    width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 figure {
    width: 11.1%;
}

/**********************************************/
/*  21. Comments
/**********************************************/
#comments {
    background: #f9fafb;
}

.no-vc-container #comments {
    padding: 22px 40px;
    margin-top: 50px;
    clear: both;
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: 100vw;
    box-sizing: border-box;
}

#comments .comment-content {
    display: inline-block;
    width: calc(100% - 80px);
}

#comments .comment-respond {
    padding-bottom: 30px;
}

#comments .bypostauthor {
    padding: 20px;
    background: #fff;
}

#comments .nocomments {
    margin: 30px 0 30px;
}

#comments .comments-list {
    list-style: none;
    margin-top: 20px;
}

#commentform label {
    display: block;
    padding: 5px 0;
}

#commentform textarea {
    width: 100%;
    background: #fff;
}

#commentform input[type="text"],
#commentform input[type="email"] {
    background: #fff;
}

.comments-count {
    font-size: 19px;
    padding: 67px 0 20px 43px;
    position: relative;
}

.comments-count:before {
    content: "";
    position: absolute;
    width: 25px;
    background: #000;
    height: 2px;
    left: 8px;
    top: 77px;
}

.comment-reply-title {
    font-size: 20px;
    padding: 40px 0 0;
    line-height: 1.3em;
    margin: 0;
}

#commentform .logged-in-as {
    margin: 0;
}
            
#cancel-comment-reply-link {
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    float: right;
}

/* List */
.comments-list{
    list-style: none !important;
    padding:0;
    margin:0;
    font-weight: 400;
    font-size: 14px;
    position:relative;
}

.comments-list > li {
    position: relative;
    margin-bottom: 30px;
}

.comments-list > li:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px solid #efeeee;
    left: calc(50% - 100px);
    bottom: 0;
}

.comments-list .comment-date {
    font-size: 13px;
    float: left;
    clear: both;
    color: #888;
}

.comments-list .comment-edit-link {
    float: right;
    margin-right: 10px;
    margin-top: -27px;
}

.comments-list .comment-text {
    margin: 10px 0px 35px;
    color: #444;
}

.comments-list .comment-text p {
    font-size: 14px;
}

.comments-list .comment-image {
    float: left;
    margin: 4px 14px 4px 4px;
    background-color: #FFF;
    width: 60px;
    min-height: 60px;
    border-radius: 60px;
}

.comments-list .comment-image img {
    display:block;
    width:100%;
    border-radius: 60px;
}

.comments-list a,
#commentform p.logged-in-as a,
.comment-edit-link,
.comments-list .comment-reply-link {
    display: inline-block;
    position: relative;
    color:#000;
}

.comments-list a:hover,
#commentform p.logged-in-as a:hover,
.comment-edit-link:hover,
.comments-list .comment-reply-link:hover {
    color:#444;
}

.comment-edit-link,
.comments-list .comment-reply-link {
    position: relative;
    margin-top:20px;
    font-size: 13px;
}

.comment-edit-link:after,
.comments-list .comment-reply-link:after {
    content: "";
    height: 1px;
    bottom: 0;
    right: 0px;
    left: auto;
    position: absolute;
    width: 100%;
    background-color: #000;
    opacity: .5;
    display: block;
    transition: width .7s cubic-bezier(.19,1,.22,1);
}

.comment-edit-link:hover:after,
.comments-list .comment-reply-link:hover:after {
    width: 0%;
    right: auto;
    left: 0px;
}

.comments-list .children {
    padding-left:75px;
}

.comments-list .children .children {
    padding-left:60px;
}

.comments-list .children .comment-image {
    width: 46px;
    min-height: 46px;
}

.comments-list cite {
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    float: left;
    clear: both;
    font-size: 15px;
}

.comment-meta {
    margin-top:15px;
    min-height: 45px;
    position: relative;
}

.children .comment-meta {
    margin-top: 9px;
}

.author-tag {
    background: #000;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 11px;
    margin-left: 6px;
    color: #fff;
    font-weight: bold;
}

#comments .comments-pagination {
    padding: 20px 0;
    border-top: 1px solid #eee;
    text-align: center;
}

.comments-pagination a,
.comments-pagination span {
    color: #aaa;
    transition: color ease .2s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
}

.comments-pagination a:focus,
.comments-pagination a:hover,
.comments-pagination .current {
    color: #000;
}

.comments-pagination a:before {
    content: "";
    transform-origin: 50% 50%;
    position: absolute;
    border:1px solid #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 50%;
    transform: scale(1);
    box-sizing: border-box;
}

.comments-pagination a:hover:before {
    transform: scale(1.1);
    opacity:.6;
}

.comments-pagination .next,
.comments-pagination .prev {
    font-size:0;
}
.comments-pagination .next:before,
.comments-pagination .prev:before {
    content: "";
    transform-origin: 50% 50%;
    position: absolute;
    border:1px solid #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transition: transform 0.3s ease;
    border-radius: 50%;
    transform: scale(1);
    box-sizing: border-box;
}

.comments-pagination .next:hover:before,
.comments-pagination .prev:hover:before {
    transform: scale(1.1);
}

.comments-pagination .next:after,
.comments-pagination .prev:after {
    content: "";
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    border: 1px solid #000;
    border-bottom: none;
    border-left: none;
    width: 5px;
    height: 5px;
    left: 12px;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: opacity 0.3s ease;
}

.comments-pagination .prev:after {
    transform: rotate(-135deg);
    left: 14px;
}

.comments-pagination .next:hover:after,
.comments-pagination .prev:hover:after {
    opacity: .3;
}

/**********************************************/
/* 22. Slideshow                              */
/**********************************************/
.slideshow-block {
    position: relative;
    margin-top: 75px;
}

.slideshow-block .sl-items {
    width:50%;
    padding: 140px 60px 120px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.slideshow-block .sl-items h3 {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}

.slideshow-block .sl-items ul {
    margin:0 auto;
    display: table;
    width: auto;
}

.slideshow-block .sl-items li {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    cursor: pointer;
}

.slideshow-block .sl-items li:after {
    border-top: 2px solid;
    opacity: 1;
    transform: translateY(0) translateZ(0);
    left: -80px;
    border-color: inherit;
    background-color: transparent;
    transition: width .5s cubic-bezier(0.7, 0.33, 0, 0.99)
}

.slideshow-block .sl-items li:hover:after,
.slideshow-block .sl-items li.active:after {
    width:50px;
}

.slideshow-block .sl-images {
    width:50%;
    display: inline-block;
    position: absolute;
    height: 100%;
    top: -75px;
    left: calc(50% - 35px);
    overflow: hidden;
}

.slideshow-block .slideshow-item {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    transform: translate3d(100%, 0, 0);
}

.slideshow-block .slideshow-item.active {
    z-index: 2;
}

.slideshow-block .slideshow-item .img {
    position: relative;
    height:100%;
    width:100%;
    background-size: cover;
    transform: translate3d(-80%, 0, 0);
}

.slideshow-block .slideshow-item.active {
    -webkit-animation: go_in_slide .9s cubic-bezier(.4,.4,0,1) forwards;
    animation: go_in_slide .9s cubic-bezier(.4,.4,0,1) forwards;
}
.slideshow-block .slideshow-item.active .img {
    -webkit-animation: go_in_img .9s cubic-bezier(.4,.4,0,1) forwards;
    animation: go_in_img .9s cubic-bezier(.4,.4,0,1) forwards;
}

.slideshow-block .slideshow-item.go-out {
    -webkit-animation: go_out_slide .9s cubic-bezier(.4,.4,0,1) forwards;
    animation: go_out_slide .9s cubic-bezier(.4,.4,0,1) forwards;
}

.slideshow-block .slideshow-item.go-out .img {
    -webkit-animation: go_out_img .9s cubic-bezier(.4,.4,0,1) forwards;
    animation: go_out_img .9s cubic-bezier(.4,.4,0,1) forwards;
}

@-webkit-keyframes go_in_slide {
    from   { -webkit-transform: translate3d(100%, 0, 0); }
    to { -webkit-transform: translate3d(0, 0, 0);}
}

@keyframes go_in_slide {
    from   { transform: translate3d(100%, 0, 0); }
    to { transform: translate3d(0, 0, 0);}
}

@-webkit-keyframes go_in_img {
    from   { -webkit-transform: translate3d(-80%, 0, 0) scale(1.1); }
    to { -webkit-transform: translate3d(0, 0, 0) scale(1);}
}

@keyframes go_in_img {
    from   { transform: translate3d(-80%, 0, 0) scale(1.1); }
    to { transform: translate3d(0, 0, 0) scale(1);}
}

@-webkit-keyframes go_out_slide {
    from   { -webkit-transform: translate3d(0, 0, 0); }
    to { -webkit-transform: translate3d(-100%, 0, 0);}
}
@keyframes go_out_slide {
    from   { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-100%, 0, 0);}
}

@-webkit-keyframes go_out_img {
    from   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    to { -webkit-transform: translate3d(80%, 0, 0) scale(1.2);}
}
@keyframes go_out_img {
    from   { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(80%, 0, 0) scale(1.2);}
}

/**********************************************/
/* 23. Reveal Slideshow                       */
/**********************************************/
.reveal-slideshow-block {
    position: relative;
}

.reveal-slideshow-block .rsl-images {
    width:100%;
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 100vh;
}

.reveal-slideshow-block .rs-pagination {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: rotate(90deg) translateX(50px);
    letter-spacing: 2px;
    line-height: 20px;
    width: 100px;
    transform-origin: 100% 0;
    text-align: center;
}

.reveal-slideshow-block .rs-pagination .current {
        min-width: 30px;
    display: inline-block;
    text-align: right;
}

.reveal-slideshow-block .rad-rsls-cursor span {
    background: rgba(0,0,0,.7);
    padding: 25px;
    display: inline-block;
    border-radius: 25px;
    border: none;
}

.rad-rsls-cursor span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 21px;
    left: 20px;
    transform: rotate(45deg);
}

.rad-rsls-cursor.light span {
    background: rgba(255,255,255,.7);
}

.rad-rsls-cursor.light span:before {
    border-color: #000;
}

.reveal-slideshow-block .slideshow-item {
    position: absolute;
    width: 100%;
    height: 0;
    max-height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
}

.reveal-slideshow-block .slideshow-item.active {
    z-index: 2;
}

.reveal-slideshow-block .slideshow-item .img {
    position: absolute;
    height:100%;
    width:100%;
    left: 0;
    top: 0;
    background-size: cover;
    transform: translate3d(-70%, 0, 0);
    will-change: transform;
}

.reveal-slideshow-block .slideshow-item.active {
    -webkit-animation: rs_go_in_slide 1.3s cubic-bezier(.4,.4,0,1) forwards;
    animation: rs_go_in_slide 1s cubic-bezier(.4,.4,0,1) forwards;
}
.reveal-slideshow-block .slideshow-item.active .img {
    -webkit-animation: rs_go_in_img 1.3s cubic-bezier(.4,.4,0,1) forwards;
    animation: rs_go_in_img 1s cubic-bezier(.4,.4,0,1) forwards;
}

.reveal-slideshow-block .slideshow-item.go-out {
    -webkit-animation: rs_go_out_slide 1.3s cubic-bezier(.4,.4,0,1) forwards;
    animation: rs_go_out_slide 1s cubic-bezier(.4,.4,0,1) forwards;
}

.reveal-slideshow-block .slideshow-item.go-out .img {
    -webkit-animation: rs_go_out_img 1.3s cubic-bezier(.4,.4,0,1) forwards;
    animation: rs_go_out_img 1s cubic-bezier(.4,.4,0,1) forwards;
}

@-webkit-keyframes rs_go_in_slide {
    from   { -webkit-transform: translate3d(100%, 0, 0); }
    to { -webkit-transform: translate3d(0, 0, 0);}
}

@keyframes rs_go_in_slide {
    from   { transform: translate3d(100%, 0, 0); }
    to { transform: translate3d(0, 0, 0);}
}

@-webkit-keyframes rs_go_in_img {
    from   { -webkit-transform: translate3d(-70%, 0, 0) scale(1.15); }
    to { -webkit-transform: translate3d(0, 0, 0) scale(1);}
}

@keyframes rs_go_in_img {
    from   { transform: translate3d(-70%, 0, 0) scale(1.15); }
    to { transform: translate3d(0, 0, 0) scale(1);}
}

@-webkit-keyframes rs_go_out_slide {
    from   { -webkit-transform: translate3d(0, 0, 0); }
    to { -webkit-transform: translate3d(-100%, 0, 0);}
}
@keyframes rs_go_out_slide {
    from   { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-100%, 0, 0);}
}

@-webkit-keyframes rs_go_out_img {
    from   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    to { -webkit-transform: translate3d(70%, 0, 0) scale(1.1);}
}
@keyframes rs_go_out_img {
    from   { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(70%, 0, 0) scale(1.1);}
}

/**********************************************/
/* 24. image
/**********************************************/
img.alignleft,
.wp-caption.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; 
}

img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}

/**********************************************/
/*  25. Carousels                             
/**********************************************/
.carousel {
    position:relative;
}

.fullWidth .carousel {
    width:100%;
}

.carousel .swiper-slide {
    margin-bottom:-5px;
    -webkit-transform-style: unset;
    transform-style: unset;
    height:auto;
}

.carousel .swiper-slide .img-container {
    position: relative;
    overflow: hidden;
}

.carousel .swiper-slide .img-wrap {
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
}

.carousel.zoom-effect .swiper-slide .img-container {
    overflow: hidden;
}

.carousel.zoom-effect .swiper-slide img {
    transform: scaleX(1) scaleY(1) translateZ(0);
    transition: transform .3s ease;
}

.carousel.zoom-effect .swiper-slide:hover img {
    transform: scale(1.1) translateZ(0);
}

.carousel .swiper-scrollbar {
    height: 7px;
    margin: 20px 0 10px;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.carousel .swiper-scrollbar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top:2px;
    background: rgba(0,0,0,.1);
}

.carousel .swiper-scrollbar-drag {
    background: transparent;
}

.carousel .swiper-scrollbar-drag:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.5);
    top:2px;
    width: 100%;
    height: 3px;
}

.carousel.light .swiper-scrollbar .swiper-scrollbar-drag:before {
    background: rgba(255,255,255,.8);
}

.carousel .swiper-pagination {
    padding:20px;
    position: relative; 
}

/**********************************************/
/*  26. All carousel and slides navigation
/**********************************************/
.rad-carousel-prev,
.rad-carousel-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    top: calc(50% - 17px);
    border: 1px solid #f0f0f0;
    background: #fff;
    overflow: hidden;
    opacity: .5;
    transform: scale(1);
    transition: opacity .3s ease, transform .3s ease;
}

.rad-carousel-prev:hover,
.rad-carousel-next:hover {
    opacity :1;
    transform: scale(1.1);
}

.rad-carousel-next {
    right:10px;
}

.rad-carousel-prev {
    left:10px;
}

.rad-carousel-next:after,
.rad-carousel-next:before,
.rad-carousel-prev:before,
.rad-carousel-prev:after {
    content: "";
    width:7px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 17px;
    left: 14px;
    transform-origin: 0 0;
    transition: left 0.3s ease,opacity .2s ease-in-out;
}

.rad-carousel-next:after,
.rad-carousel-prev:after {
    transform: rotate(45deg);
}

.rad-carousel-next:before,
.rad-carousel-prev:before {
    transform: rotate(-45deg);
}

.rad-carousel-next:after,
.rad-carousel-next:before {
    transform-origin: 100% 100%;
}

/* Dark style */
.dark .rad-carousel-prev,
.dark .rad-carousel-next {
    background: #000;
    border: 1px solid #000;
}

.dark .rad-carousel-next:after,
.dark .rad-carousel-next:before,
.dark .rad-carousel-prev:before,
.dark .rad-carousel-prev:after {
    background: #fff;
}

/**********************************************/
/*  27. Banner block
/**********************************************/
.banner-block {
    position: relative;
}

.banner-block .text {
    position: relative;
}

.banner-block .img-container {
    overflow: hidden;
    transition-delay: inherit;
}

.banner-block img {
    vertical-align: bottom;
    width: 100%;
    transform: scale(1);
    transition:transform .5s ease;
}

.banner-block:hover img {
    transform: scale(1.05);
}

.banner-block .subtitle,
.banner-block .title {
    margin-top: 10px;
    display: block;
    line-height: 1.1em;
}

.banner-block p {
    margin-bottom: 0;
}

.banner-block a {
    display: inline-block;
    clear: both;
    color: #000;
}

.banner-block a:before {
    background: #000;
}

.banner-block.general-style .subtitle {
    position: absolute;
    transform: translateY(-100%) rotate(270deg);
    left: -22px;
    top: 4px;
    transform-origin: 0 0;
    margin: 0;
}

.banner-block.general-style.right .subtitle {
    transform: translateY(-100%) translateX(100%) rotate(270deg);
    right: -9px;
    left: auto;
}

.banner-block.general-style.right .text {
    text-align:right;
}

.banner-block.hover-style {
    overflow: hidden;
}

.banner-block.hover-style .overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-block.hover-style .overlay {
    opacity: 0;
    transition: opacity .2s ease;
}

.banner-block.hover-style:hover .overlay {
    opacity: .3;
}

.banner-block.hover-style .subtitle {
    position: absolute;
    top:15px;
    left:30px;
    z-index: 2;
    color: #fff;
}
.banner-block.hover-style .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}

.banner-block.hover-style .subtitle,
.banner-block.hover-style .text .title,
.banner-block.hover-style .text p {
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
    transform: translateY(15px);
}

.banner-block.hover-style:hover .subtitle,
.banner-block.hover-style:hover .text .title,
.banner-block.hover-style:hover .text p {
    opacity: 1;
    transform: translateY(0);
}

.banner-block.hover-style:hover .title {
    transition-delay: .04s;
}

.banner-block.hover-style:hover .text p {
    transition-delay: .08s;
}

.banner-block.hover-style a {
    color: #fff;
}

.banner-block.hover-style a:before {
    background: #fff;
}

.banner-block.creative-style {
    padding: 50px 0 0 100px;
}

.banner-block.hover-style.right .text {
    text-align: right;
}

.banner-block.hover-style.right .subtitle {
    left: auto;
    right: 30px;
}

.banner-block.creative-style.right {
    padding: 50px 100px 0 0 ;
}

.banner-block.creative-style.no-sec-img {
    padding-top: 0;
}

.banner-block.creative-style .text,
.banner-block.creative-style img {
    float: none;
}

.banner-block.creative-style .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 30px 20px 0;
    box-sizing: border-box;
}

.banner-block.creative-style.right .text {
    padding: 0 0 20px 100px;
}

.banner-block.creative-style .sec-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    min-width: 130px;
}

.banner-block.creative-style.right .sec-img {
    left:auto;
    right: 0;
}

/**********************************************/
/*  28. Text block
/**********************************************/
.wpb_wrapper .wpb_text_column.wpb_content_element ul {
   list-style:initial;
}

.wpb_wrapper .wpb_text_column.wpb_content_element ol {
    padding-left: 25px;
    list-style-type: decimal;
}

.wpb_wrapper .wpb_text_column.wpb_content_element ul li,
.wpb_wrapper .wpb_text_column.wpb_content_element ol li {
    margin-top: 10px;
}

.wpb_wrapper p em {
   font-style: italic;
}

.rad-underline1,
.rad-underline2,
.rad-underline3,
.rad-interactive-underline,
.rad-background {
    position: relative;
    z-index:1;
}

.rad-underline1:before,
.rad-underline2:before,
.rad-underline3:before,
.rad-interactive-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    display: none;
}

.rad-underline1:before,
.rad-underline2:before,
.rad-underline3:before,
.rad-interactive-underline:before {
    border-color: inherit !important;
}

.rad-underline1:before {
    height: 100%;
    top: 0;
    display: block !important;
    border-bottom: .15em solid;
}

.rad-underline2:before {
    height: 60%;
    top: 0;
    display: block !important;
    border-bottom: .4em solid;
}

.rad-underline3:before{
    height: 35%;
    top: 0%;
    border-bottom: .3em solid;
    display: block !important;
}

.rad-interactive-underline:before {
    height: 100%;
    top: 0;
    display: block !important;
    border-bottom: .15em solid;
    width: 0%;
    transition: width .4s ease-in-out;
}

p:hover .rad-interactive-underline:before {
    width: 100%;
}


/**********************************************/
/*  29. Heading block
/**********************************************/
.heading-block {
    text-align: center;
    position:relative;
}

.heading-block.right {
    text-align: right;
}

.heading-block.left {
    text-align: left;
}

.heading-block .title {
    color:#333;
    display: block;
    position: relative;
    font-weight: bold;
    z-index: 1;
    font-size: 26px;
    margin-bottom: 3px;
}

/**********************************************/
/*  30. Custom heading block
/**********************************************/
.custom-heading-block {
    text-align: center;
    position:relative;
}

.custom-heading-block .bg {
    font-size: 80px;
    font-weight: bold;
    color: #ccc;
    fill: #ccc;
    line-height: 1.2em;
    padding: 20px;
    display: inline-block;
}

.custom-heading-block .bg.icon {
    line-height: inherit;
}

.custom-heading-block .bg svg {
    width: 100px;
}

.custom-heading-block .title {
    color:#000;
    display: inline-block;
    position: relative;
    font-weight: bold;
    z-index: 1;
    font-size: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.custom-heading-block.right {
    text-align: right;
}

.custom-heading-block.left {
    text-align: left;
}

/**********************************************/
/*  31. Block Animations
/**********************************************/
.elem-anim.row-section {
    width: 100%;
}

.elem-anim,
.elem-grid-anim .target-anim {
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: scale(1, 1) translate3D(0,0,0);
    transition: transform 1s cubic-bezier(.19,1,.22,1), opacity 1s cubic-bezier(.19,1,.22,1);
    transition-delay:.1s; 
}

.elem-anim[data-animation="fade-in"],
.elem-grid-anim[data-animation="fade-in"] .target-anim {
    opacity: 0;
}

.elem-anim[data-animation="fade-in-left"],
.elem-grid-anim[data-animation="fade-in-left"] .target-anim  {
    -webkit-transform: translate3d(-50px,0,0);
    -o-transform: translate3d(-50px,0,0);
    -moz-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    opacity: 0;
}

.elem-anim[data-animation="fade-in-right"],
.elem-grid-anim[data-animation="fade-in-right"] .target-anim  {
    -webkit-transform: translate3d(50px,0,0);
    -o-transform: translate3d(50px,0,0);
    -moz-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    transform: translate3d(50px,0,0);
    opacity: 0;
}

.elem-anim[data-animation="fade-in-top"],
.elem-grid-anim[data-animation="fade-in-top"] .target-anim {
    -webkit-transform: translate3d(0,-50px,0);
    -o-transform: translate3d(0,-50px,0);
    -moz-transform: translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
    opacity: 0;
}

.elem-anim[data-animation="fade-in-bottom"],
.elem-grid-anim[data-animation="fade-in-bottom"] .target-anim {
    -webkit-transform: translate3d(0,100px,0);
    -o-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    opacity: 0;
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
}

.elem-anim.animated,
.elem-grid-anim .target-anim.animated {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0,0,0);
    -o-transform: scale(1) translate3d(0,0,0);
    -moz-transform: scale(1) translate3d(0,0,0);
    -ms-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
}

.elem-anim.no-resp-animated,
.elem-grid-anim .target-anim.no-resp-animated {
    transition: none;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0,0,0);
    -o-transform: scale(1) translate3d(0,0,0);
    -moz-transform: scale(1) translate3d(0,0,0);
    -ms-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
}

/* image animation*/
.img-anim-zoom-in .img-wrap {
    transform: scale(1.2);
    transition: transform 1s cubic-bezier(.4,.4,0,1);
    transition-delay: inherit;
     -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
}

.elem-grid-anim.img-anim-zoom-in .img-wrap {
    transform: scale(1.1);
}

.img-anim-zoom-in.animated .img-wrap,
.img-anim-zoom-in .target-anim.animated .img-wrap {
    transform: scale(1);
}


.img-anim-mask .img-container {
    transform: translate3d(110%,0,0);
    transition: transform 1.2s cubic-bezier(0.55, 0.1, 0, 1);
    transition-delay: inherit;
    overflow: hidden;
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
}

.img-anim-mask .img-wrap {
    transform: translate3d(-100%,0,0) scale(1.2);
    transition: transform 1.2s cubic-bezier(0.55, 0.1, 0, 1);
    transition-delay: inherit;
    transform-origin: 100% 0; 
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
}

.img-anim-mask.animated .img-wrap,
.img-anim-mask .target-anim.animated .img-wrap,
.img-anim-mask.animated .img-container,
.img-anim-mask .target-anim.animated .img-container {
    transform: translate3d(0,0,0) scale(1);
}

.img-anim[data-animation="zoom-in"] .img-wrap {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}
.elem-grid-anim .target-img-anim {
    transform: translate3d(-100%,0,0);
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .5s cubic-bezier(0.86, 0, 0.07, 1);
}

.elem-grid-anim .target-img-anim.animated {
    transform: translate3d(0,0,0);
}

/**********************************************/
/* 32. Forms
/**********************************************/
body.rad-body input[type="url"],
body.rad-body input[type="text"],
body.rad-body input[type="email"],
body.rad-body input[type="tel"],
body.rad-body input[type="password"],
body.rad-body textarea {
    border:1px solid #00000015;
    min-height: 38px;
    padding: 8px 16px;
    box-sizing: border-box;
    background: transparent;
    transition: border-color .3s ease;
}

body.rad-body input[type="url"]:focus,
body.rad-body input[type="text"]:focus,
body.rad-body input[type="email"]:focus,
body.rad-body input[type="tel"]:focus,
body.rad-body input[type="password"]:focus,
body.rad-body textarea:focus {
    border-color: #00000045;
    -moz-outline: 0;
    outline:0;
}

body.rad-body #respond input#submit,
body.rad-body input[type="submit"],
body.rad-body input[type="button"],
body.rad-body .button {
    border: none;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    padding: 12px 35px;
    font-weight: normal;
    overflow: hidden;
    transition: all .4s ease 0s;
}

body.rad-body #respond input#submit:hover,
body.rad-body input[type="submit"]:hover,
body.rad-body input[type="button"]:hover,
body.rad-body .button:hover {
    background-color:#333;
    color: #fff;
}

body.rad-body #respond input#submit:focus,
body.rad-body input[type="submit"]:focus,
body.rad-body input[type="button"]:focus,
body.rad-body .button:focus,
body.rad-body select:focus,
body.rad-body button:focus {
    outline: none;
}

body.rad-body .search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a6a6a6;
}
body.rad-body .search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a6a6a6;
}
body.rad-body .search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a6a6a6;
}
body.rad-body .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a6a6a6;
}

body.rad-body input {
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**********************************************/
/* 33. button
/**********************************************/
a.rad-button,
form input[type="submit"],
button {
    cursor: pointer;
    margin: 0;
    padding: 6px 40px;
    min-height: 32px;
    font-size: 15px;
    transition: color .3s ease,fill .3s ease,background-color .3s ease,border-color .3s ease;
    overflow: hidden;
    position: relative;
    border: 2px solid #000;
    color: #fff;
    fill: #fff;
    background-color: #000;
}

a.rad-button:hover,
form input[type="submit"]:hover,
button:hover {
    border-color: #333;
    background-color: #333;
    color: #fff;
    fill: #fff;
}

a.rad-button {
    line-height: 32px;
}

a.rad-button.button-small {
    padding: 6px 25px;
}

a.rad-button.button-large {
    padding: 6px 55px;
}

a.rad-button.button-inline {
    display:inline-block;
    vertical-align:middle;
    margin:0 6px;
}

a.rad-button.button-right {
    float:right;
}

a.rad-button.button-left {
    float:left;
}

a.rad-button.button-center {
    display:table;
    margin:0 auto;
}

.rad-button .txt {
    position: relative;
    display: inline-block;
    transition: transform 0.35s;
    padding:0 2px;
    transform: translateX(0px);
}

.rad-button svg {
    vertical-align: middle;
    position: relative;
    width: 15px;
    margin: -1px 0 0 14px;
    text-align: center;
    line-height: 34px;
    transition: transform 0.3s ease, opacity .3s ease;
}

.rad-button.left-icon svg {
    float: left;
    margin: 8px 14px 0 0;
}

/* Hover mode */
.rad-button.has-icon.hover:hover .txt {
    transform: translateX(-9px);
}

.rad-button.has-icon.left-icon.hover:hover .txt {
    transform: translateX(9px);
}

.rad-button.hover svg {
    position: absolute;
    transform: translateX(0px);
    opacity: 0;
    margin: 9px 0 0;
}

.rad-button.button-small.hover.right-icon svg {
    right: 26px;
}

.rad-button.button-standard.hover.right-icon svg {
    right: 34px;
}

.rad-button.button-large.hover.right-icon svg {
    right: 45px;
}

.rad-button.button-small.hover.left-icon svg {
    left: 26px;
}

.rad-button.button-standard.hover.left-icon svg {
    left: 34px;
}

.rad-button.button-large.hover.left-icon svg {
    left: 45px;
}

.rad-button.right-icon.hover:hover svg {
    opacity: 1;
    transform: translateX(10px);
}

.rad-button.left-icon.hover:hover svg {
    opacity: 1;
    transform: translateX(-10px);
}

/**********************************************/
/* 34. Link
/**********************************************/
a.rad_link {
    margin: 0;
    padding: 0;
    min-height: 32px;
    line-height: 32px;
    transition: color .3s ease;
    overflow: hidden;
    position: relative;
}

a.rad_link:after {
    height: 0;
    border-top:2px solid;
    border-color: inherit;
    bottom: 2px;
    top:auto;
    transform: translateY(0);
}

a.rad_link.link-inline {
    display:inline-block;
    vertical-align:middle;
    margin:0 6px;
}

a.rad_link.link-right {
    float:right;
}

a.rad_link.link-left {
    float:left;
}

.rad-link-clearfix {
    clear: both;
    visibility: hidden;
}

a.rad_link.link-center {
    display:table;
    margin:0 auto;
}

.rad_link .txt {
    position: relative;
    display: inline-block;
    transition: transform 0.35s;
    padding:0 2px;
    transform: translateX(0px);
}

.rad_link svg {
    vertical-align: middle;
    position: relative;
    width: 15px;
    margin: -1px 0 0 14px;
    text-align: center;
    line-height: 34px;
    transition: transform 0.3s ease, opacity .3s ease;
}

.rad_link.left-icon svg {
    float: left;
    margin: 8px 14px 0 0;
}

/* Hover mode */
.rad_link.has-icon.hover:hover .txt {
    transform: translateX(-9px);
}

.rad_link.has-icon.left-icon.hover:hover .txt {
    transform: translateX(9px);
}

.rad_link.hover svg {
    position: absolute;
    transform: translateX(0px);
    opacity: 0;
    margin: 9px 0 0;
    right: 34px;
}

.rad_link.hover.left-icon svg {
    left: 34px;
}

.rad_link.right-icon.hover:hover svg {
    opacity: 1;
    transform: translateX(10px);
}

.rad_link.left-icon.hover:hover svg {
    opacity: 1;
    transform: translateX(-10px);
}

/**********************************************/
/*  35. Card Blog
/**********************************************/
.card-blog {
    width:100% !important;
    position: relative;
    padding-bottom: 65px;
}

.card-blog.no-load-more {
    padding-bottom: 10px;
}

.card-blog.column-4 .card-post {
    width:24.98% !important;
}

.card-blog.column-3 .card-post {
    width:33.31111% !important;
}

.card-post.sticky {
    border:1px solid #00000010;
    box-sizing: border-box;
}

.card-blog .isotope .isotope-item {
    -webkit-transition-property:none;
    transition-property: none;
}

.rad-post-inner {
    margin:20px 20px;
    width:calc(100% - 40px);
    background:#fff;
    float: left;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s;
}

.rad-post-inner .image-container,
.rad-post-inner .swiper-slide {
    padding-top: 70%;
    background-size: cover;
}

.rad-post-inner .image-container {
    position: relative;
}

.rad-post-inner .image-container a,
.rad-post-inner .image-container a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rad-post-inner img {
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rad-post-inner .rad-content {
    display: block;
    overflow: hidden;
    padding: 10px 20px; 
}

.rad-post-inner .rad-post-inner a,
.rad-post-inner .rad-post-inner * {
    color: #222;
}

.rad-post-inner .rad-post-inner a:hover {
    color: #444;
}

.card-blog.light .rad-post-inner a,
.card-blog.light .rad-post-inner * {
    color:#fff;
}

.rad-post-inner h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
}

.rad-post-inner a.post-title {
    overflow: hidden;
    display: block;
}

.rad-post-inner.dark h2 {
    color:#282828;
}

.rad-post-inner .rad-post-link {
    margin-bottom: 15px;
    display:block;
    font-size: 13px;
}

.rad-post-inner .rad-cats {
    display: block;
    position: relative;
    padding: 20px 0;
}

.rad-post-inner .rad-cat {
    font-size: 13px;
    line-height: 13px;
    margin-right: 7px;
    padding: 5px 0 0;
}

.card-blog.light .rad-cat:after {
    background-color:#fff;
}

.rad-post-inner .rad-post-meta {
    padding: 5px 0 20px;
    font-size:13px;
}

.rad-post-meta .avatar {
    position: relative;
    width: 35px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.rad-post-meta .post-author,
.rad-post-meta .rad-post-date {
    margin-right: 15px;
}

.rad-post-meta .rad-post-date {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    opacity: 0.9;
    display:inline-block;
}

.rad-post-inner .rad-post-excerpt{
    font-size: 14px;
    line-height: 23px;
    margin-top: 12px;
    padding:0;
}

.rad-post-meta a,
.rad-post-meta .rad-post-date {
    opacity: .7;
}

/* video & audi */
.rad-post-inner.video-post svg,
.rad-post-inner.audio-post svg {
    width: 16px;
    fill: #fff;
    position: absolute;
    top: 12px;
    left: 22px;
}

.rad-post-inner.audio-post svg {
    width: 33px;
    top: 16px;
}
/* Quote */
.rad-post-inner.quote-post {
    background-color: #000 !important;
}

.rad-post-inner.quote-post cite {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: #fff;
}

.rad-post-inner.quote-post blockquote {
    font-size: 16px;
    color: #fff;
    font-style: normal;
}

.rad-post-inner.quote-post blockquote:before {
    color: inherit;
}

.rad-post-inner.quote-post blockquote p {
    display: block;
    color: inherit;
}

.rad-post-inner.quote-post .image-container {
    padding: 0;
    height: 100%;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .5;
}
.rad-post-inner.quote-post .rad-post-link {
    margin:0;
}

.rad-post-inner.quote-post .rad-content {
    margin: 70px 40px 40px;
}

/* Modern style */
.card-blog.modern-card .rad-post-inner {
    background: transparent;
    margin: 15px;
    width: calc(100% - 30px);
}

.card-blog.modern-card .swiper-container:after,
.card-blog.modern-card .image-container a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(0, #ffffffb8, #ffffff6b, #ffffff00);
}

.card-blog.modern-card.light .swiper-container:after,
.card-blog.modern-card.light .image-container a:after {
    background: linear-gradient(0, #000000b0, transparent, transparent);
}

.card-blog.modern-card .rad-post-inner.quote-post:before {
    display: none;
}

.card-blog.modern-card .rad-post-inner .rad-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.card-blog.modern-card .rad-post-inner.quote-post .rad-content{
    position: relative;
    width: auto;
}

.card-blog.modern-card .rad-post-inner .image-container a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-blog.modern-card .rad-post-inner .rad-post-link {
    margin: 0;
    display: block;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-blog.modern-card .rad-post-inner .rad-cats {
    padding-bottom: 5px;
}

.card-blog.modern-card .rad-carousel-prev,
.card-blog.modern-card .rad-carousel-next {
    display: none;
}

/* card blog - load more */
.card-blog-load-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
}
.card-blog-load-more a {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    transition: opacity .3s ease, visibility .3s ease, color .3s ease;
}

.card-blog-load-more a:after,
.card-blog-load-more a:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 3px;
    right:auto;
    left: 0;
    width: 100%;
    background-color: #666;
    transition: width .7s cubic-bezier(.19,1,.22,1);
}

.card-blog-load-more a:hover {
    color: #666;
}

.card-blog-load-more a:hover:before {
    right:0;
    left: auto;
    width: 0;
}

.card-blog-load-more a.loading:before,
.card-blog-load-more a:after {
    display: none;
}

.card-blog-load-more a.loading:after {
    right: auto;
    left: 0;
    display: block;
    -moz-animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1) 0s infinite;
    -o-animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1) 0s infinite;
    -webkit-animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1) 0s infinite;
    animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1) 0s infinite;
}

.card-blog-load-more a.no-more {
    opacity: 0;
    visibility: hidden;
}

.card-blog-load-more.light a {
    color: #fff;
}

.card-blog-load-more.light a:before {
    background-color: #fff;
}

/**********************************************/
/*  36. Blog Navigation
/**********************************************/
.single-post .post-nav{
    margin: 0px;
    padding: 25px 0;
    min-height: 55px;
    position:relative;
    border-top:1px solid #eee;
    display: block;
    clear: both;
    overflow: hidden;
}

.single-post .post-nav .bg {
    position: relative;
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.single-post .post-nav a[rel="prev"] .bg {
    float: left;
}

.single-post .post-nav .bg img {
    position:absolute;
    height: 100px;
    width: 100px;
    left: 0;
    transition: transform ease .35s;
    transform: scale(1);
    transform-origin: 0 100%;
}

.single-post .post-nav a[rel="prev"] .bg img {
    transform-origin: 100% 100%;
}

.single-post .post-nav a:hover .bg img {
    transform: scale(1.1);
}

.single-post .post-nav a {
    float: left;
    margin: 0px;
    width: 49%;
    display: inline-block;
    text-align: left;
}

.single-post .post-nav a[rel="next"] {
    float: right;
    text-align: right;
}

.single-post .post-nav .post-title {
    display: inline-block;
    padding: 15px 20px;
    width: calc(100% - 105px);
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
    position: relative;
}

.single-post .post-nav .post-title.no-img:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 7px;
    margin-top: -3px;
    height: 6px;
    border: 1px solid #615f5f;
    border-left: none;
    border-bottom: none;
    transform: rotate(-135deg);
}

.single-post .post-nav a[rel="next"] .post-title:before {
    right: 7px;
    left: auto;
    transform: rotate(45deg);
}

/**********************************************/
/*  37. Gallery
/**********************************************/
.gl-open {
    overflow: hidden;
}

.lightStyle .lg-actions .lg-next,.lightStyle .lg-actions .lg-prev{
    background-color: #848484 !important;
}

.lg-toolbar {
    z-index: 100081!important;
    background-color: transparent!important;
    height: 60px !important;
}

.lg-sub-html {
    color: #fff!important;
    z-index: 100080!important;
    background-color: transparent !important;
    opacity:1;
    padding:0px!important;
}

.lg-sub-html h4 {
    margin: 0!important;
    font-size: 14px!important;
    font-weight: bold !important;
    color: #fff!important;
    width: 100% !important;
    background-color: rgba(0,0,0,0.3);
    padding: 17px 40px 15px 40px;
    transition: opacity 0.35s ease-in!important;
}

.lightStyle .lg-sub-html h4 {
    color: #1E1E1E!important;
    background-color: rgba(255,255,255,0.5);
}

.lg-sub-html p {
    font-size: 14px!important;
    font-weight: normal !important;
    margin: 0!important;
    color: #fff!important;
    width: 100% !important;
    background-color: rgba(0,0,0,0.3);
    padding: 0px 40px 10px 40px;
    transition: opacity 0.35s ease-in!important;
}

.lightStyle .lg-sub-html p{
    color: #1E1E1E!important;
    background-color: rgba(255,255,255,0.5);
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s cubic-bezier(0,0,.25,1) 0s !important;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 60px!important;
}

#lg-counter {
    color: #fff!important;
    font-size: 14px!important;
    padding-top: 0px !important;
    z-index: 100081!important;
    margin-top: 20px;
}

.lightStyle #lg-counter {
    color: #000!important;
}

.lightStyle  .lg-icon {
    color: #1e1e1e!important;
}

.lg-outer .lg-item.lg-current {
    z-index: 100030!important;
}

a#lg-download {
    display: none;
}

.lg-backdrop{
    z-index:100001 !important;
    opacity: 0.85!important;    
    background-color: #000 !important;
}

.galleryBack{
    background-color: #fff !important;
}

.lg-outer{
    z-index:100010 !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    cursor: -webkit-grab;
}

.lg-outer .lg-toogle-thumb {
    background-color: transparent!important;
    top: -46px!important;
    color: #fff!important;
    transition: opacity 0.3s ease!important;
}

.lg-outer .lg-toogle-thumb:hover {
    opacity:.8;
}

.lg-img-wrap img {
    object-fit: contain;
}

#lg-counter #lg-counter-current {
    margin-right:-2px;
}

#lg-counter #lg-counter-all {
    margin-left:-2px;
}

.lg-outer .lg-thumb-outer {
    bottom: -60px !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: bottom.25s cubic-bezier(0,0,.25,1) 0s!important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
     bottom: 0 !important;
}


.lg-outer .lg-item:not(.lg-complete):before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 50%;
    right: auto;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    -moz-animation: sweep2 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    -o-animation: sweep2 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    -webkit-animation: sweep2 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    animation: sweep2 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
}

@keyframes sweep2 {
    0% {
        width: 0; 
    }
    50% {
        width: 20px;
    }
    100% {
        width: 0;
        right:50%;
        left: auto;
    }
}
@-webkit-keyframes sweep2 {
    0% {
        width: 0; 
    }
    50% {
        width: 20px;
    }
    100% {
        width: 0;
        right:50%;
        left: auto;
    }
}

.lg-toolbar .lg-icon {
    position: relative;
}

.lg-toolbar .lg-close:after,
.lg-toolbar .lg-close:before {
    content: "" !important;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    top: 17px;
    left: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 0 0;
    transition: width .4s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition-delay: .4s;
}

.lg-toolbar .lg-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
    left: 16px;
    transition: width .4s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition-delay: .1s;
}

.lg-outer.lg-visible .lg-toolbar .lg-close:before {
    width: 17px;
    transition-delay: .1s;
}

.lg-outer.lg-visible .lg-toolbar .lg-close:after {
    width: 17px;
    transition-delay: .3s;
}

.lg-outer.lg-visible .lg-toolbar .lg-close:hover:after,
.lg-outer.lg-visible .lg-toolbar .lg-close:hover:before {
    -moz-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    -o-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    -webkit-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition: none;
}

.lg-outer.lg-visible .lg-toolbar .lg-close:hover:after {
    animation-delay: .25s;
}

.lg-outer .lightStyle .lg-item:not(.lg-complete):before, 
.lg-outer .lightStyle .lg-item:not(.lg-complete):after {
    background-color:#272727;
}

.lg-toolbar .lg-fullscreen:before,
.lg-toolbar .lg-fullscreen:after {
    content: "" !important;
    position: absolute;
    width: 17px;
    height: 1px;
    background: #fff;
    top: 27px;
    left: 17px;
    transition:transform .2s ease;
}

.lg-toolbar .lg-fullscreen:before {
    top: 21px;
}

.lg-toolbar .lg-fullscreen:hover:after {
    transform: translateY(2px);
}
.lg-toolbar .lg-fullscreen:hover:before {
    transform: translateY(-2px);
}

.lg-outer .lg-thumb-item{
    border-radius:0!important;
    width: auto !important;
    border: none !important;
    margin: 0 !important;
    transition: opacity 0.3s ease!important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    opacity: 0.3;
}

.lg-thumb-item img {
    height: 60px !important;
    width: auto!important;
    border-left: solid 2px transparent;
}

.lg-outer .lg-thumb{
    padding: 0!important;
}

.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, 0.3)!important;
    padding: 0px !important;
    max-height: 60px!important;
    position: fixed!important;
    z-index: 9999999!important;
}

.lg-outer .lightStyle .lg-thumb-outer {
    background-color: rgba(255, 255, 255, 0.5)!important;
}

.lg-thumb-item {
    margin-right: 0px !important;
}

.lg-outer:not(.videoPopUp) .lg {
    margin-top: 50px;
}

.lg-toolbar.group {
    position: fixed;
    top: 0px;
    height: 30px!important;
}
.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1 !important;
}

/*  pre loader*/
.lg-outer .lg-item.wc-loading:after{
    border-bottom-color: #5D5D5D!important;
    border-left-color: #5D5D5D!important;
    border-top-color:#5D5D5D!important;
}
.lg-outer .lg-item{
    background: none !important;
}

/*Animation of toolbar  */
.lg-hide-items .lg-toolbar, .lg-hide-items .lg-next,.lg-hide-items .lg-prev{
    -webkit-transform:none!important;
    -moz-transform:none!important;
    -ms-transform:none!important;
    -o-transform:none!important;
    transform:none!important;
}

/*icons*/
.lg-fullscreen-on .lg-fullscreen:hover:after {
    opacity:.8;
}

.lg-show-autoplay .lg-autoplay-button:hover:after {
    opacity:.8;
}

.lg-progress-bar{
     position: fixed!important;
}

.lightStyle .lg-progress-bar {
    background-color: #fff!important;
}

.lg-progress-bar.lg-start {
    position: fixed!important;
}

.lg-progress-bar .lg-progress {
    background-color: #b7b7b7!important;
}

/* Next Previous buttons */
.lg-actions .lg-next{
    right:0px!important;
}

.lg-actions .lg-prev {
    left:0px!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    width: 34px!important;
    border-radius: 0px !important;
    height: 34px!important;
    z-index: 100080!important;
    background-color: rgba(255,255,255,0.8)!important;
    transition: background-color 0.2s ease;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    background-color:rgba(255,255,255,1)!important;
}

.lightStyle .lg-actions .lg-next, .lightStyle .lg-actions .lg-prev {
    background-color:rgba(57,57,57,0.8)!important;
}

.lightStyle .lg-actions .lg-next:hover, .lightStyle .lg-actions .lg-prev:hover {
    background-color:rgba(57,57,57,1)!important;
}

.lg-next.lg-icon,.lg-prev.lg-icon{
    padding:9px!important;
    font-size: 16px!important;
    overflow:hidden;
}

.lg-next.lg-icon:before, .lg-next.lg-icon:after,
.lg-prev.lg-icon:before, .lg-prev.lg-icon:after {
    transition: margin-left 0.3s ease, opacity .2s ease-in-out !important;
}

.lightStyle .lg-next.lg-icon:before,.lightStyle .lg-next.lg-icon:after{
   color: #fff!important;
}

.lg-next.lg-icon:before{
    opacity: 0;
    margin-left: -30px;
}
.lg-next.lg-icon:after{
    opacity: 1;
    padding-left: 30px;
    margin-left: -15px;
}

.lg-next.lg-icon:hover:before{
    opacity: 1;
    margin-left: 0px;
}
.lg-next.lg-icon:hover:after{
    margin-left: 15px;
    opacity: 0;
}
.lightStyle .lg-prev.lg-icon:before,.lightStyle .lg-prev.lg-icon:after{
   color: #fff!important;
}

.lg-prev.lg-icon:before{
    opacity: 1;
    margin-left: 0px;
}
.lg-prev.lg-icon:after{
    opacity: 0;
    padding-left: 30px;
    margin-left: 15px;
}

.lg-prev.lg-icon:hover:before{
    opacity: 0;
    margin-left: -47px
}
.lg-prev.lg-icon:hover:after{
    margin-left: 0px;
    opacity: 1;
}

/**********************************************/
/*  38 Carousel gallery
/**********************************************/
.gallery-carousel-block .item .img {
    overflow: hidden;
    position: relative;
}

.gallery-carousel-block .item img {
    transition: transform .4s  cubic-bezier(0.01, 0.65, 0.59, 1);
    transform: scale(1.1) translateY(15px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-carousel-block .item:hover img {
    transform: scale(1) translateY(0);
}

.gallery-carousel-block .item .overlay {
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
}

.gallery-carousel-block .item:hover .overlay {
    opacity: .3;
}

.gallery-carousel-block .item .text-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    color: #fff;
}

.gallery-carousel-block .item .text {
    font-weight: bold;
    will-change: transform;
    transform: translateY(30%);
    box-sizing: border-box;
    transition: transform .3s ease,opacity .3s ease;
    display: block;
    opacity: 0;
    line-height: 1.1em;
    font-size: 20px;
    transition-delay: .07s;
}

.gallery-carousel-block .item .subtext {
    transform: translateY(30%);
    transition: transform .3s ease,opacity .3s ease;
    display: block;
    will-change: transform;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    font-size: 15px;
    transition-delay: 0s;
}

.gallery-carousel-block .item:hover .text {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .1s;
}

.gallery-carousel-block .item:hover .subtext {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .17s;
}

.gallery-carousel-block .item a {
    position: absolute;
    width:100%;
    height: 199%;
    top:0;
    left:0;
    text-indent: 1500px;
    z-index: 9;
    overflow: hidden;
    opacity: 0;
}

/**********************************************/
/* 39. video
/**********************************************/
/* Responsive video container */
.video-frame {
    height:0;
    margin-bottom:20px;
    padding-bottom:50%;
    position:relative;
}

.video-frame iframe {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}

/* Video FullWidth */                                                                               
.videoColorMask {
    opacity: .4;
}   

.videoMask, .videoColorMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}               

.videoHome {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}   

.videoHome  video {
    width:100%;
    height:auto;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.videoHomePreload {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vc_videowrap .wpb_column {
   z-index:1; 
}

.video_embed_container {
    position: relative;
    overflow: hidden;
}

.video_embed_container img {
    width:100%;
    display: block;   
}

.video_embed_container .content-container {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
    z-index:2;
    text-align: center;
}

.video_embed_container a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    min-height:70px;
    min-width:70px;
    padding: 15px 0 0;
}

/*button*/
.video_embed_container.no_video_placeholder .play-button {
    top:0;
}

.video_embed_container .play-button {
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    height: 64px;
    width: 64px;
    background-color: transparent;
    border-radius: 50%;
    cursor:pointer;
    z-index:1;
    transition: transform ease .3s,border ease .3s;
}

.video_embed_container .play-button.right {
    right: 0;
    left: auto;
}
.video_embed_container .play-button.left {
    left: 0;
}

.video_embed_container .play-button:before {
    content: "";
    border: solid 2px #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    transition: transform .3s ease;
}

.dark .video_embed_container .play-button,
.video_embed_container .dark.play-button:before  {
    border-color:#000;
}

.video_embed_container .dark.play-button svg {
    fill:#272727;
}

.video_embed_container .play-button:hover:before , 
.inline_video .mejs-container:hover .play-button:before {
    transform: scale(1.2);
}

.video_embed_container .dark.play-button:hover {
    border-color: #000;
}

.video_embed_container .play-button svg {
    fill: #fff;
    margin-left: 29px;
    margin-top: 19px;
    display: block;
    width: 8px;
    z-index: 10;
    position: relative;
}

.dark .video_embed_container .play-button svg {
    fill:#000;
}

.mejs-overlay-loading {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 1;
    visibility: visible;
    transition: top 0.3s ease, opacity 0.3s ease,visibility 0.3s ease;
}

.mejs-overlay-loading:after {
    display: block;
    content: "";
    height: 40px;
    width: 40px;
    border-width: 2px;
    border-style: solid;
    border-right-color: #000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    -moz-animation: clockwise .5s linear infinite;
    -o-animation: clockwise .5s linear infinite;
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite;
}

.mejs-overlay-loading:before {
    content: "";
    border: 2px solid #e1e1e1;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-animation: clockwise .5s linear infinite;
    -o-animation: clockwise .5s linear infinite;
    -webkit-animation: clockwise .5s linear infinite;
    animation: none;
}

.mejs-overlay-loading span {
    display:none !important;
}

.mejs-overlay-button {
    background: none !important;
}

/**********************************************/
/*  40. Icon block
/**********************************************/
.icon-block {
    position: relative;
}

.icon-block.top{
    text-align: center;
}

.icon-block.left{
    text-align: left;
}

.icon-block.right{
    text-align: right;
}

.icon-block .icon {
    position: relative;
    width: 65px;
    height: 65px;
    transition: fill .3s cubic-bezier(0.86, 0, 0.07, 1);
}

.icon-block.top .icon {
    display: table;
    margin: 0 auto;
}

.icon-block.top.left-align .icon {
    margin:initial;
}

.icon-block.top.left-align .content {
    text-align: left;
}

.icon-block.top.right-align .icon {
    margin-left: auto;
}

.icon-block.top.right-align .content {
    text-align: right;
}

.icon-block.left .icon {
    float: left;
    display: table-cell
}

.icon-block.right .icon {
    float: right;
    display: table-cell
}

.icon-block.left .content {
    display: table-cell;
    padding-left: 20px;
}

.icon-block.right h4,
.icon-block.left h4 {
    margin: 10px 0 10px;
}

.icon-block.right .content {
    display: table-cell;
    padding-right: 20px;
}

.icon-block svg {
    width: 35px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.icon-block .icon-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border-color .3s cubic-bezier(0.86, 0, 0.07, 1),background-color .3s cubic-bezier(0.86, 0, 0.07, 1),transform .35s cubic-bezier(0.78, 0.18, 0.25, 0.93);
}

.icon-block h4 {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 1.1em;
}

.icon-block:hover .icon-bg {
    transform: scale(1.15);
}   

/**********************************************/
/*  41. team member
/**********************************************/
.team-member {
    width:100%;
    position: relative;
    overflow: visible;
}

.member-img-wrapper {
    width:100%;
    position: relative;
}

.member-img {
    overflow: hidden;
    width:100%;
}

.team-member .member-img {
    transition: transform 0.3s cubic-bezier(0, 0.49, 0.25, 1);
    transform: scale(1);
    will-change: transform;
}
.team-member .member-img img{
    display: block;
    will-change: transform;
    width:100%;
    transition: transform 0.3s cubic-bezier(0, 0.49, 0.25, 1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.team-member:hover .member-img {
    transform: scale(.95);
}
.team-member:hover .member-img img {
    transform: translate3d(0,0,0)  scale(1.0526);
}

.team-member .member-img-wrapper a {
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.team-member .member-info {
    position: relative;
}

.team-member .member-info .member-name {
    display: block;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.25em;
    color: #2e2e2e;
    opacity: 1;
    transition: opacity .3s ease;
}

.team-member .member-info cite {
    position: relative;
    color: #555;
    font-size: 14px;
    opacity: 1;
    transition: opacity .3s ease;
}

.team-member.light .member-info {
    color:#fff;
}

.team-member:hover .member-name,
.team-member:hover cite {
    opacity: 0;
}

.team-member .social-icons {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
    transition: opacity .3s ease;
}

.team-member:hover .social-icons {
    opacity: 1;
}

.team-member .social-icons a {
    transform: translate3d(0px,10px,0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, fill .4s cubic-bezier(.19,1,.22,1), background-color .4s cubic-bezier(.19,1,.22,1);
}

.team-member .social-icons a:nth-child(1) {
    transition-delay: 0s,0s,0s,0s;
}

.team-member .social-icons a:nth-child(2) {
    transition-delay: .1s,.1s,0s,0s;
}

.team-member .social-icons a:nth-child(3) {
    transition-delay: .15s,.15s,0s,0s;
}

.team-member .social-icons a:nth-child(4) {
    transition-delay: .2s,.2s,0s,0s;
}

.team-member .social-icons a:nth-child(5) {
    transition-delay: .25s,.25s,0s,0s;
}

.team-member .social-icons a:nth-child(6) {
    transition-delay: .3s,.3s,0s,0s;
}

.team-member .social-icons a:nth-child(7) {
    transition-delay: .35s,.35s,0s,0s;
}

.team-member .social-icons a:nth-child(8) {
    transition-delay: .4s,.4s,0s,0s;
}

.team-member .social-icons a:nth-child(9) {
    transition-delay: .45s,.45s,0s,0s;
}

.team-member .social-icons a:nth-child(10) {
    transition-delay: .5s,.5s,0s,0s;
}

.team-member:hover .social-icons a {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.team-member .social-icons svg {
    vertical-align: top;
} 

/**********************************************/
/* 42. Accordion block
/**********************************************/
.accordion-block {
    display: block;
    position: relative;
}

.accordion-block svg {
    margin:5px;
    width: 13px;
    vertical-align: middle;
}

/**********************************************/
/*  43. Tabs,tour block
/**********************************************/
.tab-block {
    display: block;
    position: relative;
    overflow: hidden;
}

.tab-block.center .tab-nav {
    text-align: center;
}

.tab-block.left .tab-nav {
    text-align: left;
    float: left;
    display: inline-block;
    clear: left;
}

.tab-block.right .tab-nav {
    text-align: right;
    float: right;
    display: inline-block;
    clear: right;
}

.tab-block.center .title {
    text-align: center;
}

.tab-block.left .title {
    float: right;
    display: inline-block;
}

.tab-block.right .title {
    float: left;
    display: inline-block;
}

.tab-block .tab-nav li {
    list-style: none;
    display: inline-block;
    padding: 6px 0 6px 0;
    margin: 0 17px;
    cursor: pointer;
    position: relative;
}

.tab-block:not(.tour-block).left .tab-nav li:first-child {
    margin-left: 0;
}

.tab-block:not(.tour-block).right .tab-nav li:last-child {
    margin-right: 0;
}

.tab-block.color-style .tab-nav {
    border-bottom: 1px solid #eee;
    color: #000;
}

.tab-block.color-style .tab-nav li {
    opacity: .5;
    transition: opacity .3s ease;
}

.tab-block.color-style .tab-nav li.active,
.tab-block.color-style .tab-nav li:hover {
    opacity: 1;
}

.tab-block.line-style .tab-nav {
    border: none;
    color: #000;
}

.tab-block.line-style .tab-nav li:after {
    content: "";
    height: 1px;
    bottom: 7px;
    right: 0px;
    left: auto;
    position: absolute;
    width: 0;
    border-bottom: 1px solid;
    border-color: inherit;
    opacity: .5;
    display: block;
    transition: width .7s cubic-bezier(.19,1,.22,1);
}

.tab-block.line-style .tab-nav li:hover:after {
    width: 100%;
    left: 0px;
    right: auto;
}

.tab-block.line-style .tab-nav li.active:after {
    width: 100%;
}

.tab-block .tab-nav svg {
    margin: 5px 6px;
    vertical-align: middle;
    width: 16px;
}

.tab-block.i-top .tab-nav svg {
    display: block;
}

.tab-block .tab-contents {
    padding: 15px 0;
    clear: both;
    display: block;
}

.tab-block .tab-contents .tab-content {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    transition: opacity .2s ease, visibility .2s ease, max-height .2s ease;
}

.tab-block .tab-contents .tab-content.active {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    max-height: initial;
}

.tour-block .tab-nav {
    float: left;
    border-bottom: none !important;
    width: auto;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    max-width: 150px;
}

.tour-block.right .tab-nav {
    float: right;
    border-right: none;
    border-left: 1px solid #eee;
}

.tour-block .tab-nav li {
    display: table;
    margin-bottom: 20px;
    line-height: 1.2em;
}

.tour-block .tab-contents {
    width: auto;
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.tour-block.line-style.right .tab-nav li {
    float: right;
    clear: both;
}

.tour-block.line-style.center .tab-nav li {
    margin: 0 auto 20px;
}

/**********************************************/
/*  44. Toggle block
/**********************************************/
.toggle-block {
    position: relative;
}

.toggle-block .title {
    font-size: 16px;
    position:relative;
    border-bottom:2px solid #eee;
    margin:0;
    margin-bottom:5px;
    padding: 20px 50px 20px 10px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-block .title:after,
.toggle-block .title:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #262626;
    top: 29px;
    right: 20px;
}

.toggle-block .title:after {
    height: 12px;
    width: 2px;
    top: 24px;
    right: 25px;
    transition: top .2s cubic-bezier(.19,1,.22,1),height .2s cubic-bezier(.19,1,.22,1);
}

.toggle-block.open .title:after {
    height: 2px;
    top: 29px;
}

.toggle-block svg {
    padding: 5px 10px;
    float: left;
}

.toggle-block .toggle-content {
    margin:0;
    padding:16px 26px 20px 10px;
    color: #999;
}

.toggle-block.right {
    text-align: right;
}

.toggle-block.right .title {
    padding: 20px 10px 20px 50px;
}

.toggle-block.right svg {
    float: right;
}

.toggle-block.right .title:before {
    right: calc(100% - 20px);
}

.toggle-block.right .title:after {
    right: calc(100% - 15px);
}

/**********************************************/
/*  45. Parallax & Video section
/**********************************************/
.parallax,
.mouse-parallax {
    position: relative;
    width: 100%;
    max-height:1100px;
    overflow:hidden;
    min-height:300px;
    box-sizing: border-box;
}

.parallax .prlx-target {
    width: 100%;
    height: 170%;
    max-height: 1600px;
    position: absolute;
    top: -50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat !important;
    -webkit-perspective: 1000;
}

.mouse-parallax-img:after ,.parallax:after , .videoHome.sectionOverlay:after {
    opacity:.9;
    background-color:inherit;
}

/* Parallax Content  */
.parallax .container,
.mouse-parallax .container {
    position:relative !important;
    z-index:1;
}

/* parallax overlay  */
.sectionOverlay {
    position:relative;
}

/* Mouse parallax */
.mouse-parallax {
    overflow: hidden;
}

.mouse-parallax-img img {
    width:100%;
    position: absolute;
    transition: transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .4s cubic-bezier(.445,.050,.55,.95);
}

.mouse-parallax-img {
    display: block;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    position: absolute;
}

.videoHome.sectionOverlay {
    position:absolute;
}

.sectionOverlay:after {
    position:absolute;
    top:0;
    left:0;
    opacity:0.9;
    content:'';
    height:100%;
    width:100%;
    z-index:0 !important;
    pointer-events:none; /*pass events to underneath layers*/
}

.videoSection .videoContent {
    overflow:hidden;
    z-index:1;
    position:relative;
}

.videoSection .videoContent > .page {
    min-height:500px;
}

.videoSection .videoHomePreload {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-position: center;
}

.videoWrap {
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    min-height:100%;
}

.inline_video .mejs-poster, .videoWrap .mejs-container.mejs-video {
    width:100% !important;
    height:100% !important;
}

.mejs-poster {
    opacity: 0;
    top: -3px !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    transition: opacity ease 1.5s;
}

.mejs-poster.fadeIn {   
    opacity:1;
}

.inline_video video {
    width: 100% !important;
    height: 100% !important;
}

.inline_video  .mejs-mediaelement {
    position:relative;
}

.inline_video  .mejs-container {
    outline:none;
    width: 100% !important;
    height: 100% !important;
    background-color:transparent !important;
}

.inline_video  .mejs-container .mejs-controls {
    bottom:6px;
}

.inline_video .mejs-overlay {
    height:100% !important;
    z-index:2;
}

.inline_video .play-button , .inline_video .mejs-poster {
    z-index:1;
}

.inline_video .play-button {
    opacity:0;
}

.inline_video .mejs-poster .play-button {
    opacity: 1;
}

.lg-outer .lg-video-object {
    background-color:#000;
}

body .lg-backdrop {
    height: 0;
    opacity: 1;
    -webkit-transition: height .9s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: height .9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: height .9s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration : .9s !important;
}

body.lg-on .lg-backdrop {
    height: 100%;
}

/**********************************************/
/* 46. WP Classes
/**********************************************/
.alignleft {
    float: left;
    margin-right: 10px;
    clear: both;
}

.alignright {
    float: right;
    margin-left: 10px;
    clear: both;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.wp-caption-text {
    padding: 5px 10px 10px;
}

/**********************************************/
/*  47. Search Page
/**********************************************/
#search {
    margin:100px 0;
}

.search-title {
    font-size: 20px;
    padding: 30px 0 20px 30px;
    font-weight:normal;
}

.search-item{
    padding:22px 22px 12px 30px;
    margin-bottom: 7px;
    color:#9c9c9c;
    position:relative;
}

.search-item .num {
    float:left;
    font-size: 25px;
    min-width: 25px;
    color: #000;
    padding: 9px 15px 0 0;
}

.search-item .content{
    float:left;
    padding: 0 0 4px 15px;
    border-left: 1px solid #e8e8e8;
}

.search-item .title{
    margin:0;
}

.search-item .title a{
    font-size: 17px;
    color: #464646;
    text-decoration: none;
    display: block;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.search-item .date{
    font-size: 13px;
    color: #666;
    line-height: 12px;
    display: block;
}

body.search .search-form input[type="text"] {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 5px 15px;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}

/**********************************************/
/* 48. 404 Page 
/**********************************************/
.not_found_page {
    padding: 150px 0;
    text-align: center;
}

.not_found_page .subtitle {
    display: block;
}

.not_found_page strong {
    font-size:50px;
    line-height:1.1em;
}

.not_found_page p {
    font-size:15px;
    padding: 0 20px; 
}

.not_found_page .rad-button {
    padding:5px 33px;
}

/**********************************************/
/*  49. Pagination
/**********************************************/
.post-pagination{
    margin:22px 0;
}

.post-pagination span,
.post-pagination a{
    color: #000 !important;
    font-size: 17px !important;
    transition: color ease .2s;
    font-weight: 500;
    padding: 7px;
    text-decoration: none;

}

.post-pagination .prev-page-link,
.post-pagination .next-page-link {
    font-size: 0 !important;
    position: relative;
    width: 40px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}

.post-pagination .next-page-link:before,
.post-pagination .prev-page-link:before {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    top: 50%;
    content: "";
    width: 18px;
    height: 0;
    border-top: 1px solid #000;
    left: 8px;
    transition: width 0.3s ease, right 0.3s ease, left 0.3s ease, margin-left 0.3s ease;
}

.post-pagination .prev-page-link:before {
    left:17px;
}

.post-pagination .next-page-link:after,
.post-pagination .prev-page-link:after {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    content: "";
    width: 0px;
    height: 1px;
    left: 25px;
    margin-top: -3px;
    border-style: solid;
    border-width: 3px 3px 3px 4px;
    transition: all 0.3s ease;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(0, 0, 0);
}

.post-pagination .prev-page-link:after {
    border-color: rgba(255, 255, 255, 0) rgb(0, 0, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    left:10px;
}

.post-pagination .next-page-link:hover:before {
    width:22px;
    left: 18px;
}

.post-pagination .next-page-link:hover:after {
    left:39px;
}

.post-pagination .prev-page-link:hover:before {
    width: 22px;
    left: 0px;
}

.post-pagination .prev-page-link:hover:after {
    left:-7px;
}


/**********************************************/
/*  50. Newsletters ( MC4WP plugin)
/**********************************************/
.rad-newsletter.left {
    text-align: left;
}

.rad-newsletter.right {
    text-align: right;
}

.rad-newsletter.center {
    text-align: center;
}

body.rad-body .mc4wp-form-fields input[type="email"] {
    border-left:none;
    border-top:none;
    border-right:none;
    background: transparent;
    padding: 11px 0;
    text-align: left;
    min-width: 240px;
    margin-bottom: 5px;
}

body.rad-body .mc4wp-form-fields input[type="checkbox"] {
    margin-right: 4px;
}

body.rad-body .mc4wp-form-fields select {
    padding: 3px 20px;
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
}

body.rad-body .mc4wp-form-fields input[type="submit"] {
    padding: 10px 30px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.rad-newsletter.light input[type="url"],
.rad-newsletter.light input[type="text"],
.rad-newsletter.light input[type="email"],
.rad-newsletter.light input[type="tel"],
.rad-newsletter.light input[type="password"],
.rad-newsletter.light textarea {
    border-bottom: 1px solid #ffffff53;
}

.rad-newsletter.light input[type="url"]:focus,
.rad-newsletter.light input[type="text"]:focus,
.rad-newsletter.light input[type="email"]:focus,
.rad-newsletter.light input[type="tel"]:focus,
.rad-newsletter.light input[type="password"]:focus,
.rad-newsletter.light textarea:focus {
    border-color: #ffffff;
    -moz-outline: 0;
    outline: 0;
}

.rad-newsletter.light input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.rad-newsletter.light input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.rad-newsletter.light input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.rad-newsletter.light input[type="submit"] {
    color: #000;
    background-color: #fff;
}

.rad-newsletter.light h6,
.rad-newsletter.light h5,
.rad-newsletter.light h4,
.rad-newsletter.light h3,
.rad-newsletter.light h2,
.rad-newsletter.light h1,
.rad-newsletter.light p {
    color: #fff;
}

/**********************************************/
/* 51. Horizontal separator
/**********************************************/
.vc_separator {
    background-color:transparent;
    box-sizing: border-box;
}

.sep-center {
    margin-left:  auto;
    margin-right: auto;
    width: 75%;
}

.sep-medium {
    width:35%;
}

.sep-small {
    width:17%;
}

.sep-extra-small {
    width:5%;
}

/**********************************************/
/* 52. Search Form
/**********************************************/
header.search-active .navigation,
header.search-active .header-account,
header.search-active .hamburger-menu-btn,
header.search-active .cart-btn,
header.search-active .wishlist-btn,
header.search-active .search-button,
header.search-active #rad-resp-nav-bt,
header.search-active .login-aside {
    opacity: 0;
}

header .search-button {
    position: relative;
    margin: 15px 11px;
    line-height: 28px;
    width: 30px;
    height: 28px;
    text-align: center;
    float: right;
    display: inline-block;
    color: #000;
    cursor: pointer;
}

header .search-button svg {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
}

.toggle-aside.search-aside {
    height: auto;
}

.toggle-aside.search-aside.bg:before {
    width: 100%;
    height: 0;
    display: none;
    transition: height .5s cubic-bezier(.19,1,.22,1) .2s;
}

.toggle-aside.search-aside.open.bg:before {
    height: 100%;
    transition: height .7s cubic-bezier(.19,1,.22,1);
}

#search-form form {
    margin-top: 30px;
}

#search-form ul + form {
    margin-top: 0;
}

#search-form ul,
#search-form form {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out 0s, visibility .2s ease-in-out 0s;
}

#search-form.open ul,
#search-form.open form {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out 0.5s, visibility .3s ease-in-out 0.5s;
}

#search-form ul {
    padding: 70px 20px 0 0;
    text-align: center;
}

#search-form ul li {
    display: inline-block;
    margin: 10px 20px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

#search-form ul li.selected:after {
    width: 100%;
}

#search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    opacity: .6;
    padding-top:9px;
}
#search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: .6;
    padding-top:9px;
}
#search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: .6;
    padding-top:9px;
}
#search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: .6;
    padding-top:9px;
}

#search-form input[type=text] {
    font-size: 22px;
    color: #888;
    width: 100%;
    border: none;
    height: 40px;
    padding: 10px 22px;
    margin-bottom: 27px;
    margin-top: 30px;
    background: transparent;
}

#search-form .go-to-search ,
#search-form .preloader ,
#search-form .result-count,
#search-form .reset-search {
    visibility: hidden;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease,visibility 0.3s ease;
}

#search-form .go-to-search {
    float: right;
    margin: 0 20px 0 0;
    cursor: pointer;
}

#search-form .reset-search {
    cursor: pointer;
}

#search-form .result-count,
#search-form .reset-search {
    float: left;
    margin: 0 0 0 20px;
}

#search-form.show-results .reset-search,
#search-form.show-results .result-count,
#search-form.show-results .go-to-search {
    visibility: visible;
    opacity: 1;
}

#search-form .preloader {
    position: absolute;
    top: 60px;
    left: 50%;
    overflow: hidden;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    margin-left: -12px;
    opacity: 0;
    visibility: hidden;
    pointer-events : none;
    transition: opacity 0.3s ease,visibility 0.3s ease;
}

#search-form .preloader:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: auto;
    left: 0;
    background-color: #000;
    -moz-animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    -o-animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    -webkit-animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    animation: sweep 1s cubic-bezier(0.89, -0.18, 0.02, 1.07) 0s infinite;
    animation-play-state: paused;
}

@keyframes sweep {
    0% {
        width: 0; 
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
        right:0;
        left: auto;
    }
}
@-webkit-keyframes sweep {
    0% {
        width: 0; 
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
        right:0;
        left: auto;
    }
}

#search-form.fetching .preloader,
#search-form.fetching .preloader:before {
    visibility: visible;
    opacity: 1;
    animation-play-state: running;
}

#search-form .results {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    max-height: 20px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out 0s,max-height .01s ease-in-out .2s;
}

#search-form.show-results .results {
    max-height:500px;
    height: 300px;
    opacity: 1;
    transition: opacity .3s ease-in-out .3s,max-height .01s ease-in-out 0s;
}

#search-form.show-results.show-no-results .results {
    height: auto;
}

#search-form .no-result {
    padding: 20px;
}

#search-form .search-item {
    display: inline-block;
    width: 16.65%;
    vertical-align: top;
    padding:20px 20px 0;
    box-sizing: border-box;
}

#search-form .search-item .search-item-title {
    line-height: 1.3em;
    padding-top: 9px;
    display: block;
}

#search-form .search-item img {
    display: block;
    width: 100%;
}

#search-form .search-item .p-price {
    font-size: 13px;
    opacity: .7;
    display: block;
}

/**********************************************/
/*  53. Testimonials
/**********************************************/
.testimonial-block .msg {
    position: relative;
    box-sizing: border-box;
    padding:20px;
}

.testimonial-block blockquote{
    color: #000;
    padding: 16px 0 0;
    display: block;
    line-height: 1.7em;
    text-align:center;
    font-style: normal;
    position: relative;
}

.testimonial-block blockquote:after {
    font-size: 90px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -6px;
    color: #00000054;
    font-family: arial;
}

.testimonial-block blockquote:before {
    opacity: 0
}

.testimonial-block .quote {
    text-align: center;
    margin-bottom: 32px;
}

.testimonial-block .name {
    font-size: 15px;
    text-transform:capitalize;
    margin:0;
    font-weight: bold;
}

.testimonial-block .job {
    margin-top:3px;
    text-align:left;
    font-size:13px;
    display: block;
    color: #666;
    font-weight: normal;
    font-style: normal;
}

.testimonial-block .author {
    display: inline-block;
    margin:11px 8px 10px 18px;
    vertical-align: middle;
}

.testimonial-block .img {
    border-radius:50%;
    margin:auto; 
    height: 50px;
    width: 50px;
    display:inline-block;
    background-size: cover;
    vertical-align: middle;
    position: relative;
}

.testimonial-block .img:before {
    content: "";
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}

.testimonial-block.light .job,
.testimonial-block.light blockquote {
    color: #fff;
}

.testimonial-block.light blockquote:after {
    color: #ffffffb0;
}

.testimonial-block.light .img:before {
    border: 1px solid #fff;
}

/**********************************************/
/*  54. SoundCloud
/**********************************************/
.soundcloud_shortcode iframe {
    max-width:100%;
    max-height:100%;
    display: block;
}

/**********************************************/
/*  55. Animated Text
/**********************************************/
.marquee-block {
    position: relative;
    width: 100%;
    font-weight:bold;
}

.marquee-block .front-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    left:0;
    margin: 0 auto;
}

.marquee-block img {
    width:100%;
}

.marquee-block .front-text {
    text-shadow: 0px 0px 1px #fff;
}

.marquee-block .m-space {
    width: 1em;
    position: relative;
    display: inline-block;
}

.marquee-block .m-text {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    top:50%;
    left: 0;
    bottom:50%;
    -webkit-animation: mrqAnim 16s linear 0s infinite;
    -moz-animation: mrqAnim 16s linear 0s infinite;
    -o-animation: mrqAnim 16s linear 0s infinite;
    animation: mrqAnim 16s linear 0s infinite;
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
     backface-visibility: hidden;
     
     -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
     -ms-perspective: 1000px;
     -o-perspective: 1000px;
     perspective: 1000px;

     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -ms-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
     transform-style: preserve-3d;
}

.front-text .m-text {
    z-index: 1;
}

@keyframes mrqAnim{
    0%   { transform: translate3D(0,50%,0) translateZ(0) scale(1.000001, 1.000001); }
    100% { transform: translate3D(-75%,50%,0) translateZ(0) scale(1.000001, 1.000001);}
}

@-webkit-keyframes mrqAnim{
    0%   { -webkit-transform: translate3D(0,-50%,0) translateZ(0) scale(1.000001, 1.000001); }
    100% { -webkit-transform: translate3D(-75%,-50%,0) translateZ(0) scale(1.000001, 1.000001);}
}

/**********************************************/
/* 56. swiper scollbar
/**********************************************/

.sw-scrollbar,
.sw-scrollbar > .swiper-wrapper {
    height: 100%;

}

.sw-scrollbar.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sw-scrollbar .swiper-slide {
    height: auto;
    min-height: 100%;
}

/**********************************************/
/* 57. Pagable container
/**********************************************/
.vc_tta-container .vc_tta-panel {
    display: none;
}

.vc_tta-container .vc_tta-panel.vc_active {
    display: block;
}

/**********************************************/
/* 58. Counter
/**********************************************/
.counter-block {
    text-align:center;
    display: inline-block;
}

.counter-block .number {
    display: block;
    font-size:40px;
    line-height: normal;
    font-weight:bold;
    color:#000;
    margin-bottom: 15px;
}

.counter-block .title {
    display: block;
    font-size:18px;
    color:#000;
    padding:0 10px;
    line-height: normal;
}

.counter-block .desc {
    display: block;
    color:#000;
}

/**********************************************/
/*  59. Chart
/**********************************************/
.chart-block
{
    margin:5px 25px 25px 25px;
    text-align: center;
    color: #000;
    display: inline-block;
}

.chart-block .chart-wrapper {
    position: relative;
    height:120px;
    width:120px;
    display:block;
    margin:0 auto;
}

.chart-block canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-block .chart-wrapper span{
    display:block;
    position:absolute;
}

.chart-block svg {
    width: 32px;
    margin-top: 20px;
    left: 0;
}

.chart-block.no-percent svg {
    margin-top: 37px;
    width: 43px;
}

.chart-block .percent {
    top: 70px;
    left: 0px;
    font-size:24px;
    width: 100%;
    text-align: center;
}

.chart-block.no-icon .percent {
    top: 54px;
    font-size: 30px;
}

.chart-block .title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.chart-block .subtitle {
    margin-top:7px;
    font-weight:400;
}

/**********************************************/
/*  60. Progress bar
/**********************************************/
.progress-bar-block {
    margin-bottom:20px;
    height:38px;
    width:100%;
    position:relative;
}

.progress-bar-block .title {
    position:absolute;
    top:0;
    left:0px;
    line-height:32px;
    color:#000;
    z-index:1;
}

.progress-bar-block .value {
    position:absolute;
    top:0;
    left:15px;
    line-height:32px;
    color:#000;
    z-index:1;
    width: 100%;
    text-align: right;
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1), left .85s ease-in-out;
}

.progress-bar-block .value.complete {
    opacity: 1;
    left:0px;
}

.progress-bar-block .fill {
    position:absolute;
    height:4px;
    left:0px;
    width:0;
    background-color: #000;
    bottom: 0;
    z-index: 1;
    transition: width 1.4s ease;
}

.progress-bar-block .bar {
    position: absolute;
    bottom: 0;
    width:100%;
    height: 4px;
    background-color: #bbb;
}

/**********************************************/
/*  61. Countdown 
/**********************************************/
.countdown-timer {
    text-align: center;
}
.countdown-timer.left {
    text-align: left;
}
.countdown-timer.right {
    text-align: right;
}
.time-block {
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.countdown-timer > div:nth-child(1) {
    padding-left:0;
}

.time-block span.number {
    display: block;
    min-width: 1.4em;
    line-height: 1.1em;
    font-weight: 600;
    font-size: 100%;
    color:#333;
}

.time-block span.label {
    font-size: 40%;
    font-weight: 400;
    display: block;
    line-height: 1.1em;
    color:#555;
}

/**********************************************/
/*  62. Post grid
/**********************************************/

.vc_grid-container {
    padding-bottom:20px;
}

.vc_gitem_row .vc_gitem-col {
    padding: 25px !important;
}

.vc_gitem-post-data p {
    font-weight: 300 !important;
}

.vc_gitem-post-data h4 {
    color: #222 !important;
    font-size: 28px !important;
    text-transform: uppercase;
}

.vc_gitem-post-data.vc_gitem-post-data-source-post_title div{
    font-weight: 400 !important;
    font-size: 28px !important;
    text-transform: uppercase;
}

.vc_gitem-zone-mini hr {
      margin: 20px 0;
}

.vc_gitem-zone a.vc_btn3.vc_gitem-link {
    background: transparent !important;
    color:#666;
    padding-left: 0 !important;
    position: relative;
}

.vc_gitem-zone a.vc_btn3.vc_gitem-link:hover {
    background: transparent !important;
    color:#222;
}

.vc_btn3-container {
    margin-bottom:0 !important;
}

/*navigation*/
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
    width: 12px !important;
    height: 2px !important;
    margin: 10px 5px !important;
    transition: width .3s ease, margin .3s ease,opacity .2s ease !important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span {
    width: 15px !important;
    margin: 10px 4px !important;  
}

/* next/prev button */

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    background-color: #1f1f1f;
    width: 81px;
    height: 38px !important;
    z-index: 1;
    margin-top: -19px !important;
      opacity: 1 !important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    right: -50px !important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    left: -50px !important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:before, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:before {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    top: 50%;
    content: "";
    width: 36px;
    height: 1px;
    border-top: 1px solid #fff;
    right: 20px;
    margin-left: 5px;
    transition: width 0.3s ease, right 0.3s ease, left 0.3s ease, margin-left 0.3s ease;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:after,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:after {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    top: 50%;
    content: "";
    width: 0px;
    height: 1px;
    left: 0;
    margin-left: 20px;
    margin-top: -3px;
    border-style: solid;
    border-width: 3px 3px 3px 4px;
    transition: all 0.3s ease;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255 ,0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    left: 40px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover:before {
    width: 55px;
    right: 35px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover:after {
    left: 25px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:after {
    border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(0, 0, 0 , 0);
    border-width: 3px 4px 3px 3px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover:before {
    width: 60px;
    right: -10px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover:after {
    left: 25px;
    margin-left: 1px;
}

/* load more button */
a.vc_btn.vc_grid-btn-load_more {
    background-color: transparent !important;
    color:#000 !important;
    text-transform: uppercase !important;
    position: relative !important;
    font-size: 16px;
    letter-spacing: 5px;
}

 a.vc_btn.vc_grid-btn-load_more:hover {
    color:#000 !important;
}

a.vc_grid-btn-load_more:before {
    position: absolute;
    top: 50%;
    content: "";
    width: 0px;
    height: 1px;
    border-top: 1px solid #000;
    left: 0;
    margin-left: -10px;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transition: width 0.5s ease;
}

a.vc_grid-btn-load_more:hover:before {
  width: 115%;
}

/**********************************************/
/*  63. Nice select
/**********************************************/
.nice-select {
    width: auto;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.nice-select:hover {
    border-color: #dbdbdb; 
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; 
}
.nice-select:before,
.nice-select:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform .2s ease, opacity .3s ease;
    right: 16px;
    position: absolute;
    top: calc(50% - 2px); 
}

.nice-select:after {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    border-top: none;
    border-bottom: 4px solid;
}

.nice-select.open:before {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.nice-select.open:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
  border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
    box-sizing: border-box;
    margin-top: 4px;
    margin-left:0;
    opacity: 0;
    overflow: hidden;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 200px;
    overflow-y: scroll !important;
    z-index: 10;
    background: transparent;
    transition:opacity .01s ease .2s, background .05s ease 0s;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transition:opacity .01s ease 0s, background .1s ease .5s;
    background: #212121;
}

.nice-select .list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: #212121;
    transition: height .5s cubic-bezier(.19,1,.22,1);
}

.nice-select.open .list:before {
    height: 100%;
}

.nice-select .option {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 35px;
    outline: none;
    padding: 0 20px;
    opacity: 0;
    z-index: 1;
    position: relative;
    transition:opacity .2s cubic-bezier(0.59, 0.18, 0, 1),color .2s ease;
    transition-delay:0s,0s;
    color:#ddd;
}

.nice-select.open .option {
    opacity: 1;
    transition-delay:.2s,0s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color:#fff;
}

.nice-select .option.disabled {
    opacity: .6;
    cursor: default; 
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/**********************************************/
/*  64. Login
/**********************************************/
.header-account svg {
    width: 17px;
    margin-top: 12px;
    display: block;
}

.toggle-aside.login-aside {
    width:400px;
    height: auto;
}

header.login-active .header-account {
    z-index: 9999999;
}

.toggle-aside.login-aside:before {
    height: 0;
    width: 100%;
    transition-delay: 0s,0s;
}

.toggle-aside.login-aside.open:before {
    transition-delay: 0.3s,0.3s;
}

header.login-active .aside-close  {
    right:345px;
}

header.edge-no-space.login-active .aside-close {
    right:355px;
}

#rad-login {
    position: relative;
    padding: 70px 25px 25px;
}

.toggle-aside.login-aside #rad-login {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    transition-delay: 0s,0s;
}

.toggle-aside.login-aside.open #rad-login {
    opacity: 1;
    visibility: visible;
    transition-delay: .6s,.6s;
}

#rad-login button {
    padding-left: 27px;
    padding-right: 27px;
    margin-right: 6px;
}

#rad-login label[for="rememberme"],
#rad-login .lost_password {
    font-size: 13px;
}

#rad-login .form-row {
    width: 100%;
    float: none;
}

.login .g-recaptcha,
#rad-login .g-recaptcha {
    top: 0;
    left: 0;
    margin: 10px 0;
}

/**********************************************/
/*  65. Footer
/**********************************************/
footer {
    font-size: 14px;
    color:#444;
    display: block;
    float: left;
    width: 100%;
}

footer.dark {
    background-color:#1e1e1e;
    color:#fff;
}

footer.dark a {
    color:#ddd;
}

footer .footer-wrapper {
    position:relative;
    padding: 50px 0 4px;
}

footer.type-3 .footer-wrapper {
    padding-bottom: 60px;
}

footer .sidebar {
    padding-top: 10px;
    margin-bottom: 0;
}

footer .widget-area .widget {
    margin-bottom:0;
    padding-bottom: 20px;
}

footer .widget_nav_menu .menu li {
    margin-bottom: 0;
}

footer .widget_nav_menu .menu li a {
    padding-left: 0;
    margin-bottom: 1px;
}

footer .widget_nav_menu .menu li a:before {
    display: none;
}

footer .row {
    margin-top:20px;
}

footer .logo {
    max-width: 100px;
    margin-bottom: 20px;
}

footer .payment {
    max-width: 500px;
    max-height: 100px;
}

footer .social-icons {
    display: block;
    margin-bottom: 10px;
}

footer .description {
    padding: 10px 30px 10px 0;
}

footer .copyright {
    padding: 0 0 10px;
}

footer .simple-menu {
    display: block;
    margin: 6px 0;
}

footer .simple-menu.second-menu {
    opacity: .7;
}

footer .simple-menu li {
    display: inline-block;
    padding:5px 16px;
    line-height: 1.1em;
    vertical-align: top;
}

footer .simple-menu li a {
    font-size: 13px;
}

footer .simple-menu.first-menu li a {
    font-size: 14px;
}

/* footer types*/
footer.type-1 .social-icons a {
    margin: 0 6px 0 0;
}

footer.type-1 .payment {
    float: right;
}

footer.type-1 .simple-menu li:first-child {
    padding-left: 4px;
}

footer.type-2 .social-icons a {
    margin: 0 12px 0 0;
}


footer.type-3 {
    text-align: center;
}

footer.type-3 .social-icons {
    display: inline-block;
    position: relative;
}

footer.type-3 .social-icons:before {
    content: "";
    height: 18px;
    width: 1px;
    background: #eee;
    position: absolute;
    left: -3px;
    top:4px;
}

footer.type-3 .copyright {
    padding: 20px 15px 10px;
    display: inline-block;
}

footer.type-4 {
    text-align: center;
}

footer.type-4 .payment {
    float: right;
}

footer.type-4 .social-icons {
    float: left;
}

footer.type-4 .copyright {
    padding-bottom: 25px;
}

footer.type-4 .simple-menu.first-menu {
    font-weight: 600;
    font-size: 14px;
    border-top:1px solid #eee;
    padding-top: 35px;
}

/* Widgets */
footer .widget-area .widget-title {
    margin-bottom:10px;
    position: relative;
    padding-bottom: 10px;
}

footer .widget-area .widget-title:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #0000001f;
    position: absolute;
    bottom: 0;
}

footer.dark .widget-area .widget-title:before {
    background: #ffffff54;
}

/* newsletter in footer */
body.rad-body footer .mc4wp-form-fields input[type="submit"] {
    background: transparent;
    color:inherit;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 30px;
    border: none;
}

body.rad-body footer.dark input[type="url"],
body.rad-body footer.dark input[type="text"],
body.rad-body footer.dark input[type="email"],
body.rad-body footer.dark input[type="tel"],
body.rad-body footer.dark input[type="password"],
body.rad-body footer.dark textarea {
    border-bottom: 1px solid #ffffffa3;
}

/**********************************************/
/*  66. custom cursor
/**********************************************/
body.is-cursor-active,
body.is-cursor-active * {
  cursor: none;
}

.rad-cursor {
    position: fixed;
    transform-origin: 50% 50%;
    width: 51px;
    height: 51px;
    left: -25px;
    top: -25px;
    z-index: 10005;
    transition: transform 0.8s cubic-bezier(0, 0.79, 0.51, 1.04);
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rad-cursor span{
    transition: transform 0.4s cubic-bezier(0, 0.79, 0.51, 1.04),opacity 0.3s cubic-bezier(0, 0.79, 0.51, 1.04);
    transform: scale(0);
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    opacity: 0;
    transform-origin: 50% 50%;
}

.rad-cursor.is-active span {
  transform: scale(1);
  opacity: 1;
}

/**********************************************/
/* 67. Hamburger menu
/**********************************************/
body.admin-bar .toggle-aside.hamburger-menu,
body.topbar-active .toggle-aside.hamburger-menu {
    height: calc(100% - 52px);
}

body.admin-bar.topbar-active .toggle-aside.hamburger-menu {
    height: calc(100% - 84px);
}

.hamburger-menu.toggle-aside.bg:before {
    transition: height .6s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    height: 0;
    transition-delay: .4s;

}
.hamburger-menu.toggle-aside.open.bg:before {
    transition: height .9s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    height: 100%;
    transition-delay: 0s;
}

#rad-menu.hamburger-active .logo {
    z-index: 1000000;
}

#rad-menu.hamburger-active.hamburger-second-logo .second-logo,
#rad-menu.hamburger-active.hamburger-main-logo .main-logo{
    opacity: 1;
}

#rad-menu.hamburger-active.hamburger-main-logo .second-logo,
#rad-menu.hamburger-active.hamburger-second-logo .main-logo {
    opacity: 0;
}

header .hamburger-menu-btn {
    height: 44px;
    width: 44px;
    line-height: 42px;
    margin: 7px 0;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    position: relative;
}

header .hamburger-menu-btn span,
header .hamburger-menu-btn span:before,
header .hamburger-menu-btn span:after {
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top:-1px;
    transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), width .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay:  0s, 1.2s;
}

header .hamburger-menu-btn span:before {
    content: "";
    margin-top: -6px;
    left: 0;
    transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), width .4s cubic-bezier(0.55, 0.31, 0.15, 0.93) 1s;
    transition-delay:  0s, 1s;
}
header .hamburger-menu-btn span:after {
    content: "";
    margin-top: 4px;
    left: 0;
    transition-delay:  0s, 1.4s;
}

header .hamburger-menu-btn.active span:before,
header .hamburger-menu-btn.active span:after,
header .hamburger-menu-btn.active span {
    width: 0;
    transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), width .2s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition-delay:  0s,.1s;
}

header .hamburger-menu-btn.active span:before {
    transition-delay:  0s,0s;
}
header .hamburger-menu-btn.active span:after {
    transition-delay:  0s,.2s;
}

.hamburger-menu .hamburger-menu-img {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 50%;
    overflow: hidden;
}

.hamburger-menu .hamburger-menu-img .img {
    position: absolute;
    width: calc(100% - 160px);
    height: 0;
    top:80px;
    left:80px;
    overflow: hidden;
    opacity: 0;
    transition: height .3s cubic-bezier(0.86, 0, 0.07, 1), opacity .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .3s, 0s;
}

.hamburger-menu.open .hamburger-menu-img .img {
    height: calc(100% - 160px);
    transition-delay: .3s,.3s;
    opacity: 1;
}

.hamburger-menu .hamburger-menu-img .img span {
    background-size: cover !important;
    width: 100%;
    height: calc(100vh - 190px);
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .01s ease .8s;
    transform: translateY(20px) scale(1.1);
}

body.admin-bar .hamburger-menu .hamburger-menu-img .img span {
    height: calc(100vh - 220px);
}

.hamburger-menu.open .hamburger-menu-img .img span {
    transform: translateY(0) scale(1);
    transition: transform .5s ease .4s;
}

.hamburger-menu .hamburger-menu-img .marquee {
    opacity: 0;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    z-index: 10;
    display: block;
    position: relative;
    margin-top:70%;
}

.hamburger-menu.open .hamburger-menu-img .marquee {
    opacity: 1;
    transition: opacity .3s ease .6s, transform .3s ease 0s;
}

.hamburger-menu .hamburger-menu-img .text {
    display: block;
    font-size: 70px;
    position: absolute;
    width: 300%;
    color: #000;
    top: 70%;
    width: fit-content;
    display: flex;
    z-index: 2;
    white-space: nowrap;
    animation-play-state: paused;
    -webkit-animation: animatedText 30s linear 0s infinite;
    -moz-animation: animatedText 30s linear 0s infinite;
    -o-animation: animatedText 30s linear 0s infinite;
    animation: animatedText 30s linear 0s infinite;
}

@keyframes animatedText{
    0%   { transform: translate3D(0,0%,0) translateZ(0); }
    100% { transform: translate3D(-50%,0%,0) translateZ(0);}
}

@-webkit-keyframes animatedText{
    0%   { -webkit-transform: translate3D(0,-0%,0) translateZ(0); }
    100% { -webkit-transform: translate3D(-50%,0%,0) translateZ(0);}
}

.hamburger-menu.open .hamburger-menu-img .text {
    animation-play-state: running;
}

.hamburger-menu #hamburger-menu-bar > div {
    transition: opacity .4s ease;
    opacity: 0;
    transition-delay: 0s;
}

.hamburger-menu.open #hamburger-menu-bar > div {
    opacity: 1;
    transition-delay: 1s;
}

.hamburger-menu.open #hamburger-menu-bar > div:nth-child(2) {
    transition-delay: 1.1s;
}

.hamburger-menu .hamburger-menus {
    width: 50%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}

.hamburger-menu .hamburger-menus:before {
    content: "";
    background: #000;
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 100%;
    transition: width .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0s;
}

.hamburger-menu.open .hamburger-menus:before {
    width:100%;
    transition: width .9s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .6s;
}

.hamburger-menus .inner {
    position: absolute;
    width: 100%;
    height: calc(100vh - 100px);
    padding: 80px 29px 30px 80px;
    min-height: calc(100vh - 100px);
    box-sizing: border-box;
}

.hamburger-menus .swiper-slide > ul {
    padding:10px;
    max-width: 250px;
    clear: both;
}

.hamburger-menus .swiper-slide > ul li {
    display: block;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    transition-delay: .8s,0s;
}

.hamburger-menu.open .hamburger-menus .swiper-slide > ul li {
    transform: translateY(0);
    opacity: 1;
}

.hamburger-menu.open .hamburger-menus .swiper-slide li:nth-child(1){
    transition-delay: .55s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide ul li:nth-child(2){
    transition-delay: .6s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(3){
    transition-delay: .65s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(4){
    transition-delay: .7s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(5){
    transition-delay: .75s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(6){
    transition-delay: .8s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(7){
    transition-delay: .85s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(8){
    transition-delay: .9s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(9){
    transition-delay: .95s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(10){
    transition-delay: 1s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(11){
    transition-delay: 1.05s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(12){
    transition-delay: 1.1s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(13){
    transition-delay: 1.15s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(14){
    transition-delay: 1.2s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(15){
    transition-delay: 1.25s;
}
.hamburger-menu.open .hamburger-menus .swiper-slide > ul li:nth-child(16){
    transition-delay: 1.3s;
}

.hamburger-menus .swiper-slide > ul li a {
    font-size: 15px;
    padding: 4px 0;
    display: inline-block;
    position: relative;
    line-height: 1.1em;
    color:#fff;
}

.hamburger-menus ul.hamburger-main-nav > li > a {
    font-size: 28px;
}

.hamburger-menus .inner a:before {
    content: "";
    height: 1px;
    bottom: 5px;
    right: 0px;
    left: auto;
    position: absolute;
    width: 0;
    opacity: .5;
    background-color: #fff;
    display: block;
    transition: width .5s cubic-bezier(.19,1,.22,1);
}

.hamburger-menus .light .inner a:before {
    background: #000;
}

.hamburger-menus .inner a:hover:before {
    width: 100%;
    left: 0px;
    right:auto;
}

.hamburger-menus .swiper-slide > ul ul {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    position: absolute;
    left: 100%;
    top: 10px;
    width: 220px;
    padding-left:40px;
    transition: all .4s cubic-bezier(.19,1,.22,1);
}

.hamburger-menus .swiper-slide > ul > li > ul ul {
    display: none;
}

.hamburger-menus li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#hamburger-menu-bar {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    padding: 0 0 0 93px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

#hamburger-menu-bar .topbar_lang_flag {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 10px;
    border: none;
}

#hamburger-menu-bar .lang-sel > a {
    display: none;
}

#hamburger-menu-bar ul.lang_link {
    position: relative;
    background: transparent;
    box-shadow: none;
    display: block;
    bottom: 2px;
}

#hamburger-menu-bar ul.lang_link li {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    width: auto;
    line-height: 35px;
    margin-right: 20px;
}

#hamburger-menu-bar ul.lang_link li a {
    position: relative;
}

#hamburger-menu-bar ul.lang_link li.selected a:after {
    width: 100%;
    left: 0;
    top: 30px;
}

#hamburger-menu-bar form {
    display: inline-block;
    vertical-align: middle;
}
#hamburger-menu-bar .dd-select {
    border:none;
    background: transparent !important;
}

#hamburger-menu-bar .dd-options {
    bottom: 40px;
    box-shadow: none;
    background: #fff;
    border-top: solid 1px #ccc;
}

#hamburger-menu-bar label {
    font-size: 14px;
    padding-right: 25px;
}

#hamburger-menu-bar .dd-desc {
    display: none;
}

/**********************************************/
/* 68. Go up button
/**********************************************/
.go-up {
    position: fixed;
    z-index: 9999;
    bottom: 24px;
    right: 4px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    transform: translateY(5px);
    transition: opacity .3s ease, visibility .3s ease,transform .3s ease;
}

.go-up.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.go-up:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    top: 18px;
    left: 17px;
    position: absolute;
    transform: rotate(-45deg);
}

.go-up:before {
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #bbb;
    top: 5%;
    left: 5%;
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    transform-origin: 50% 50%;
    transform: scale(1);
    opacity: .7;
    transition: transform .4s ease,opacity .4s ease;
}

.go-up:hover:before {
    transform: scale(1.1);
    opacity: 1;
}

/**********************************************/
/*  69. Cookies Law notice
/**********************************************/
#rad-cookies-wrap {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width:450px;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s linear .9s,visibility .1s linear .9s;
}

#rad-cookies-wrap.show {
    visibility: visible;
    opacity: 1;
    transition: opacity .01s linear 0s,visibility .01s linear 0s;
}

.rad-cookies {
    padding: 30px;
    position: relative;
    width:100%;
    box-sizing: border-box;
    color:#fff;
    fill:#fff;
}

.rad-cookies:before {
    content: "";
    background-color:#000;
    width:100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: height .9s cubic-bezier(0.73, 0.1, 0.14, 1);
}

#rad-cookies-wrap .rad-cookies > * {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.4,.4,0,1) 0s, background-color 0.3s ease;
}

#rad-cookies-wrap.show .rad-cookies > * {
    opacity: 1;
    transition: opacity .4s cubic-bezier(.4,.4,0,1) .6s, background-color 0.3s ease;
}

#rad-cookies-wrap.show .rad-cookies:before {
    height: 100%;
}

#rad-cookies-wrap a {
    color:#FFF;
    margin: 0 15px 0;
    display: inline-block;
}

#rad-cookies-wrap .rad-txt {
    display: block;
    margin-bottom: 20px; 
    line-height: 1.4em;
}

#rad-cookies-wrap svg {
    margin-right:5px;
    width: 20px;
    vertical-align: middle;
}

#rad-cookies-wrap .rad-accept {
    padding: 6px 30px;
    background: #fff;
    color: #000;
}

#rad-cookies-wrap .rad-accept:hover{
    background-color:#eee;
}

#rad-cookies-wrap .rad-read-more:after {
    background-color:#fff;
}

/**********************************************/
/*  70. Popup Newsletter
/**********************************************/
#rad-popup-newsletter {
    display: none;
}

#modalbox.newsletter #rad-popup-newsletter {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#modalbox.newsletter .modal-wrap {
    width: 800px;
    height: 480px;
}

.rad-newsletter .img {
    position: absolute;
    width: 50%;
    height: 100%;
   background-size: cover !important;
}

#rad-popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 45px;
    box-sizing: border-box;
}

.side-img #rad-popup-content {
    width: 50%;
    float: right;
    text-align: center;
}

.rad-newsletter h3 {
    margin: 25px auto 8px auto;
}

.rad-newsletter .subtitle {
    line-height: 18px;
    font-size: 16px;
    margin: 0 auto 35px auto;
    display: block;
}

.rad-newsletter p {
    margin: 5px auto 25px;
}

#modalbox.newsletter .rad-newsletter input[type="email"] {
    text-align: center; 
    min-width: unset;
}

#modalbox.newsletter .rad-newsletter .mc4wp-form-fields input[type="email"],
#modalbox.newsletter .rad-newsletter .mc4wp-form-fields input[type="submit"] {
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}
/**********************************************/
/* 71. Modal
/**********************************************/
body.disable-scroll > .os-scrollbar {
    opacity: 0;
}

/* 12px - Edge in windows*/ 
/* 15px - IOS device*/ 
/* 17px - chrome and firefox in windows */

body.has-scrollbar.disable-scroll {
    padding-right: 17px;
}

body.has-scrollbar.scrollbarSize15.disable-scroll {
    padding-right: 15px;
}

body.has-scrollbar.scrollbarSize12.disable-scroll {
    padding-right: 15px;
}

body.has-scrollbar.disable-scroll #topbar,
body.has-scrollbar.disable-scroll #rad-menu {
    right: 17px;
    width: calc(100% - 17px);
}

body.has-scrollbar.scrollbarSize15.disable-scroll #topbar,
body.has-scrollbar.scrollbarSize15.disable-scroll #rad-menu {
    right: 15px;
    width: calc(100% - 15px);
}

body.has-scrollbar.scrollbarSize12.disable-scroll #topbar,
body.has-scrollbar.scrollbarSize12.disable-scroll #rad-menu {
    right: 12px;
    width: calc(100% - 12px);
}

#modalbox {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 0.05s ease 1s, visibility .05s ease 1s;
}

#modal-bg {
    position: fixed;
    background:rgba(000,000,000,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.7s ease;
    opacity: 0;
}

#modalbox.open #modal-bg {
    opacity: 1;
}

#modalbox.open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.1s ease 0s, visibility .1s ease 0s;
}

#modalbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#modalbox .modal-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    min-width: 300px;
    max-width: 1100px;
    overflow: hidden;
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: initial;

}

#modalbox .modal-wrap:before {
    content: "";
    position: absolute;
    background:#fff; 
    height: 0;
    width: 100%;
    top:0;
    right: 0;
    transition: height .9s cubic-bezier(.19,1,.22,1) .5s;
}

#modalbox.open .modal-wrap:before {
    height: 100%;
    transition: height .9s cubic-bezier(.19,1,.22,1) .1s;
}

#modalbox #modal-content {
    opacity: 0;
    height: 100%;
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#modalbox.shown #modal-content {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) .6s;
}

.aside-close {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease 0s,visibility .2s ease 0s, right .9s step-end;
    z-index: 99999999;
}

#modalbox.shown .aside-close {
    opacity: 1;
    visibility: visible;
}

.aside-close:after,
.aside-close:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #333;
    top: 17px;
    left: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 0 0;
    transition: width .4s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition-delay: .4s;
}

.aside-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 17px;
    transition: width .4s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition-delay: .1s;
}

#modalbox.shown .aside-close:before {
    width: 14px;
    transition-delay: .1s;
}

#modalbox.shown .aside-close:after {
    width: 14px;
    transition-delay: .3s;
}

#modalbox.shown .aside-close:hover:after,
#modalbox.shown .aside-close:hover:before {
    -moz-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    -o-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    -webkit-animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    animation: close_animation .5s cubic-bezier(0.55, 0.31, 0.15, 0.93);
    transition: none;
}

#modalbox.shown .aside-close:hover:after {
    animation-delay: .25s;
}

@keyframes close_animation {
    0% {
        width: 17px; 
    }
    40% {
        width: 0;
    }
    60% {
        width: 0;
    }
    100% {
        width: 17px;
    }
}
@-webkit-keyframes close_animation {
    0% {
        width: 17px; 
    }
    40% {
        width: 0;
    }
    60% {
        width: 0;
    }
    100% {
        width: 17px;
    }
}

#modalbox .wc-loading {
    top: 32px;
    right: 20px;
    left: auto;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
    z-index: 2001;
}

#modalbox.shown .wc-loading {
    opacity: 0;
}

#modalbox.closed .wc-loading {
    display: none;
}

#modalbox .wc-loading:before {
    margin-left: -12px;
    margin-top: -12px;
}

#modalbox .wc-loading:after {
    top:0px;
    left:0px;
    height: 20px;
    width: 20px;
    position:relative;
}

/**********************************************/
/* 72. Contact form 7 plugin
/**********************************************/
body.rad-body .wpcf7-form input,
body.rad-body .wpcf7-form textarea {
    width: 100%;
}

body.rad-body .wpcf7-form input[type="submit"] {
    width: auto;
}

.wpcf7-form.dark_center,
.wpcf7-form.light_center {
    text-align: center;
}

.wpcf7-form.dark_right,
.wpcf7-form.light_right {
    text-align: right;
}

body.rad-body .wpcf7-form.light_left input,
body.rad-body .wpcf7-form.light_center input,
body.rad-body .wpcf7-form.light_right input,
body.rad-body .wpcf7-form.light_left textarea,
body.rad-body .wpcf7-form.light_center textarea,
body.rad-body .wpcf7-form.light_right textarea {
    border-color: #ffffff55;
}

body.rad-body .wpcf7-form.light_left input:focus,
body.rad-body .wpcf7-form.light_center input:focus,
body.rad-body .wpcf7-form.light_right input:focus,
body.rad-body .wpcf7-form.light_left textarea:focus,
body.rad-body .wpcf7-form.light_center textarea:focus,
body.rad-body .wpcf7-form.light_right textarea:focus {
    border-color: #ffffff;
}

body.rad-body .wpcf7-form.light_left input::placeholder,
body.rad-body .wpcf7-form.light_center input::placeholder,
body.rad-body .wpcf7-form.light_right input::placeholder,
body.rad-body .wpcf7-form.light_left textarea::placeholder,
body.rad-body .wpcf7-form.light_center textarea::placeholder,
body.rad-body .wpcf7-form.light_right textarea::placeholder {
  color: #fff;
  opacity: 1;
}

body.rad-body .wpcf7-form.light_left input:-ms-input-placeholder,
body.rad-body .wpcf7-form.light_center input:-ms-input-placeholder,
body.rad-body .wpcf7-form.light_right input:-ms-input-placeholder,
body.rad-body .wpcf7-form.light_left textarea:-ms-input-placeholder,
body.rad-body .wpcf7-form.light_center textarea:-ms-input-placeholder,
body.rad-body .wpcf7-form.light_right textarea:-ms-input-placeholder {
  color: #fff;
}

body.rad-body .wpcf7-form.light_left  input::-ms-input-placeholder,
body.rad-body .wpcf7-form.light_center input::-ms-input-placeholder,
body.rad-body .wpcf7-form.light_right input::-ms-input-placeholder,
body.rad-body .wpcf7-form.light_left  textarea::-ms-input-placeholder,
body.rad-body .wpcf7-form.light_center textarea::-ms-input-placeholder,
body.rad-body .wpcf7-form.light_right textarea::-ms-input-placeholder {
  color: #fff;
}

body.rad-body .wpcf7-form.light_left  input[type="submit"],
body.rad-body .wpcf7-form.light_center input[type="submit"],
body.rad-body .wpcf7-form.light_right input[type="submit"] {
    color: #000;
    background-color: #fff;
}

/**********************************************/
/* 73. Instagram feed
/**********************************************/
#sb_instagram {
    position: relative;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
    width: 90px;
    padding: 20px !important;
    margin: 0 !important;
    height: 90px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 65px);
    top: calc(50% - 65px);
    line-height: 90px;
    font-size: 14px;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    transition: transform .4s cubic-bezier(0.57, 0.3, 0.25, 1);
}

#sb_instagram:hover .sb_instagram_header .sbi_header_text.sbi_no_bio h3:before {
    transform: scale(1.1);
}

#sb_instagram .sb_instagram_header .sbi_header_img {
    display: none;
}

/**********************************************/
/* 74. WP blocks
/**********************************************/
.no-vc-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.no-vc-container > .hentry {
    margin:50px 0;
}

.no-vc-container,
.no-vc-container .post-thumbnail,
.no-vc-container .hentry .wp-audio-shortcode,
.no-vc-container .default-max-width {
    margin-left: auto;
    margin-right: auto;
}

.alignwide {
    margin-left  : -80px;
    margin-right : -80px;
    max-width    : 100vw;
    width: auto;
}

.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
    width: 100vw;
}

.alignfull img {
    width: 100vw;
}

.wp-block-video video {
    width: 100%;
}

.wp-block-separator {
    clear: both;
}

.wp-block-quote {
    border: none;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large cite {
    text-align: initial;
}

.wp-block-quote.has-text-align-left:before,
.wp-block-quote.has-text-align-right:after {
    text-align: left;
}

.wp-block-quote.has-text-align-left:after,
.wp-block-quote.has-text-align-right:before {
    text-align: right;
}

.wp-block-pullquote {
    border:none;
}

.wp-block-pullquote * {
    display: block;
    text-align: center;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote:not(.is-style-solid-color) blockquote:after {
    float: none;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote cite {
    text-align:center;
}

.wp-block-categories {
    display: block;
    min-height: 50px;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin: 0 0 5px 5px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date{
    line-height: 1em;
    margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
    padding-left: 20px;
}

.wp-block-latest-posts.is-grid li::marker {
    position: absolute;
}

.wp-block-latest-comments footer {
    float: none;
}

.wp-block-latest-comments__comment {
    margin-bottom: 2em;
}

.wp-block-latest-comments__comment-excerpt {
    margin-top:8px;
}

.wp-block-latest-comments__comment br {
    display: none;
}

.wp-block-rss__item-title {
    display: inline-block;
}

.wp-block-tag-cloud {
    overflow: hidden;
}

.wp-block-tag-cloud a {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #e1e1e1;
    display: block;
    border-radius: 20px;
    float: left;
    padding: 0px 11px;
    transition: background-color ease .2s, border-color .2s ease;
    font-size: 13px !important;
    color: #7d7d7d;
}

.wp-block-tag-cloud br {
    display: none;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em);
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
    box-sizing: border-box;
}

.gallery-caption { 
    margin-left: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.wp-block-gallery figcaption {
    box-sizing: border-box;
}
.wp-block-button__link {
    border-radius: 23px;
    margin-bottom: 2px;
    font-size: 14px;
    padding: 11px 25px;
    background-color: #000000;
}

.is-style-outline .wp-block-button__link {
    padding: 8px 25px;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
    color: #fff;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 345px;
}