/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 - Columns
2 - Layout
  2.1 - Header
  2.2 - Footer
3 - Elements
4 - Widgets
5 - Page Title Area
6 - Blog
7 - Project
8 - Row
9 - Column
10 - Shortcodes
11 - Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
* 1.0 Columns
==============================================================*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body:not(.vertical_menu) .container {
    width: 970px;
  }
  body.vertical_menu .container {
    width: 890px;
  }
}
@media (min-width: 1200px) {
  body:not(.vertical_menu) .container {
    width: 1170px;
  }
  body.vertical_menu .container {
    width: 1090px;
  }
}
@media (min-width: 992px) {
  .col.col-md-41 {
    width: 22.22222%;
  }
}
@media (min-width: 1200px) {
  .auto-clear.col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear.col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear.col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear.col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear.col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear.col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear.col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear.col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear.col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear.col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear.col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear.col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear.col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear.col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear.col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear.col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear.col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear.col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear.col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear.col-xs-6:nth-child(odd) {
    clear: left;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@at-root {
  @-ms-viewport {
    width: device-width;
  }
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .row-container.container,
  .inner.container {
    max-width: 750px;
    width: auto;
  }
}
@media (min-width: 992px) {
  body:not(.vertical_menu) .row-container.container,
  body:not(.vertical_menu) .inner.container {
    max-width: 970px;
    width: auto;
  }
  body.vertical_menu .row-container.container,
  body.vertical_menu .inner.container {
    max-width: 890px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  body:not(.vertical_menu) .row-container.container,
  body:not(.vertical_menu) .inner.container {
    max-width: 1170px;
    width: auto;
  }
  body.vertical_menu .row-container.container,
  body.vertical_menu .inner.container {
    max-width: 1090px;
    width: auto;
  }
}
.container.video-wrap {
  max-width: 100%;
}
[class*="block-grid-"]>li {
  display: block;
  height: auto;
  float: left;
}
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-1:before,
  .xlarge-block-grid-1:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-1:after {
    clear: both;
  }
  .xlarge-block-grid-1 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-1 > li {
    width: 100%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-2:before,
  .xlarge-block-grid-2:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-2:after {
    clear: both;
  }
  .xlarge-block-grid-2 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-2 > li {
    width: 50%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-3:before,
  .xlarge-block-grid-3:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-3:after {
    clear: both;
  }
  .xlarge-block-grid-3 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-4:before,
  .xlarge-block-grid-4:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-4:after {
    clear: both;
  }
  .xlarge-block-grid-4 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-4 > li {
    width: 25%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-5:before,
  .xlarge-block-grid-5:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-5:after {
    clear: both;
  }
  .xlarge-block-grid-5 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-5 > li {
    width: 20%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-6:before,
  .xlarge-block-grid-6:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-6:after {
    clear: both;
  }
  .xlarge-block-grid-6 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-7:before,
  .xlarge-block-grid-7:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-7:after {
    clear: both;
  }
  .xlarge-block-grid-7 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-8:before,
  .xlarge-block-grid-8:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-8:after {
    clear: both;
  }
  .xlarge-block-grid-8 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-9:before,
  .xlarge-block-grid-9:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-9:after {
    clear: both;
  }
  .xlarge-block-grid-9 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-10:before,
  .xlarge-block-grid-10:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-10:after {
    clear: both;
  }
  .xlarge-block-grid-10 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-10 > li {
    width: 10%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-11:before,
  .xlarge-block-grid-11:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-11:after {
    clear: both;
  }
  .xlarge-block-grid-11 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .xlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xlarge-block-grid-12:before,
  .xlarge-block-grid-12:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-12:after {
    clear: both;
  }
  .xlarge-block-grid-12 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-1:before,
  .xxlarge-block-grid-1:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-1:after {
    clear: both;
  }
  .xxlarge-block-grid-1 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-1 > li {
    width: 100%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-2:before,
  .xxlarge-block-grid-2:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-2:after {
    clear: both;
  }
  .xxlarge-block-grid-2 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-2 > li {
    width: 50%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-3:before,
  .xxlarge-block-grid-3:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-3:after {
    clear: both;
  }
  .xxlarge-block-grid-3 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-4:before,
  .xxlarge-block-grid-4:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-4:after {
    clear: both;
  }
  .xxlarge-block-grid-4 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-4 > li {
    width: 25%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-5:before,
  .xxlarge-block-grid-5:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-5:after {
    clear: both;
  }
  .xxlarge-block-grid-5 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-5 > li {
    width: 20%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-6:before,
  .xxlarge-block-grid-6:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-6:after {
    clear: both;
  }
  .xxlarge-block-grid-6 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-7:before,
  .xxlarge-block-grid-7:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-7:after {
    clear: both;
  }
  .xxlarge-block-grid-7 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-8:before,
  .xxlarge-block-grid-8:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-8:after {
    clear: both;
  }
  .xxlarge-block-grid-8 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-9:before,
  .xxlarge-block-grid-9:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-9:after {
    clear: both;
  }
  .xxlarge-block-grid-9 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-10:before,
  .xxlarge-block-grid-10:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-10:after {
    clear: both;
  }
  .xxlarge-block-grid-10 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-10 > li {
    width: 10%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-11:before,
  .xxlarge-block-grid-11:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-11:after {
    clear: both;
  }
  .xxlarge-block-grid-11 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -15px;
  }
  .xxlarge-block-grid-12:before,
  .xxlarge-block-grid-12:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-12:after {
    clear: both;
  }
  .xxlarge-block-grid-12 > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 15px 20px;
  }
  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 15px 20px;
    list-style: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.wpb_column.border-animation.border-animation-transparent .vc_column-inner {
  border-color: transparent !important;
}
.wpb_column .vc_column-inner > .background-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/*--------------------------------------------------------------
* 2 Layout
==============================================================*/
.display_none {
  display: none;
}
#page {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.col-table {
  display: table;
  width: 100%;
}
.col-td {
  display: table-cell;
  vertical-align: middle;
}
.spacing-80 {
  height: 80px;
}
.overflow-hidden {
  overflow: hidden;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.float-left {
  float: left;
}
.clear-both {
  clear: both;
}
.float-right {
  float: right;
}
.visibility-hidden {
  visibility: hidden;
}
.visibility-visible {
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .page-title > .container-fluid,
  .breadcrumbs-container.container-fluid,
  .content-area .container-fluid.container-main,
  .site-content .container-fluid.container-main {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row_section .container-fluid.container-main {
    padding-left: 45px;
    padding-right: 45px;
  }
}
body.page:not(.with-sidebar) .site-main > .container-fluid.container-main,
body.single:not(.with-sidebar) .site-main > .container-fluid.container-main,
body.single .site-main > .container-main {
  padding-left: 30px;
  padding-right: 30px;
}
.container {
  max-width: 100%;
}
.container-root.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.box-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .limit-width {
    max-width: 1200px;
    margin: auto;
  }
}
.search_container.style1 {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  background-color: #fff;
  border: 2px solid #e3e3e3;
  width: 300px;
}
.search_container.style1 .search__form {
  line-height: 0;
}
.search_container.style1 .search__form .search-field {
  border: 0;
  background: transparent;
  padding: 24px 30px;
  width: 100%;
  margin: 0;
  height: 75px;
  line-height: 20px;
  vertical-align: top;
}
.search_container.style2 {
  background-color: rgba(0,0,0,0.95);
  color: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.search_container.style2 .s-wrap {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.search_container.style2 .close {
  color: #fff;
  display: block;
  font-size: 15px;
  text-decoration: none;
  line-height: 28px;
  margin-bottom: 46px;
}
.search_container.style2 .close .s-close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.search_container.style2 .close .s-close::before,
.search_container.style2 .close .s-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.search_container.style2 .close .s-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_container.style2 .close .s-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_container.style2 .close .s-close.black::before,
.search_container.style2 .close .s-close.black::after {
  height: 4px;
  margin-top: -2px;
}
.search_container.style2 .placeholder-s {
  font-size: 85px;
  line-height: 90px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.search_container.style2 .placeholder-s.hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search_container.style2 .sdiv {
  display: none;
  left: 0;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.search_container.style2 .sdiv label {
  margin: 0;
}
.search_container.style2 label {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 22px;
  display: block;
}
.search_container.style2 input[type=submit] {
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  border-radius: 4px;
}
.search_container.style2 input {
  color: #fff;
}
.search_container.style2 input[type=search] {
  background-color: transparent;
  border: 0;
  font-size: 22px;
  height: 50px;
  left: 5%;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  width: 90%;
}
.search_container.style2 input[type=search] {
  font-size: 85px;
  height: 120px;
}
body:not(.header-logo-right) .search_container.style1 {
  left: auto;
  right: 0;
}
.search-results .site-main,
.search-no-results .site-main {
  text-align: center;
}
.search-results .site-main .page-title,
.search-no-results .site-main .page-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.search-results .site-main article,
.search-no-results .site-main article {
  margin-bottom: 80px;
}
.search-results .site-main article .post_type,
.search-no-results .site-main article .post_type {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.search-results .site-main input.search-field,
.search-no-results .site-main input.search-field,
.search-results .site-main input.search-submit,
.search-no-results .site-main input.search-submit {
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.1;
  border: 1px solid #ccc;
}
.post-password-form input[type="password"] {
  margin-left: 10px;
}
/*--------------------------------------------------------------
* 2.1 Header
==============================================================*/
#bottom-bar .menu li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
body.header-type-fullscreen .logo_wrapper {
  display: table-cell;
}
body.header-type-fullscreen #header {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
body.header-type-fullscreen #header .menu-container .menu_items {
  vertical-align: middle;
}
body.header-type-fullscreen #header #primary-menu {
  display: block;
  position: relative;
}
body.header-type-fullscreen #header #primary-menu li {
  display: block;
  float: none;
}
body.header-type-fullscreen #header #primary-menu li .menu-item-link.has-submenu {
  cursor: pointer;
}
body.header-type-fullscreen #header #primary-menu li a {
  display: inline-block;
}
body.header-type-fullscreen #header #primary-menu > li > div.menu-item-w {
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
}
body.header-type-fullscreen #header #primary-menu > li > div.menu-item-w > a {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  top: -150px;
  position: relative;
  line-height: 1;
}
body.header-type-fullscreen #header #primary-menu a.has-submenu {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
body.header-type-fullscreen #header #primary-menu a span.sub-arrow {
  display: none;
}
body.header-type-fullscreen #header div.menu-item-w {
  text-align: center;
}
body.header-type-fullscreen #header ul.sub-menu {
  background: transparent !important;
  position: static;
  height: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}
body.header-type-fullscreen #header ul.sub-menu:before,
body.header-type-fullscreen #header ul.sub-menu:after {
  content: '';
  display: block;
  height: 20px;
}
body.header-type-fullscreen #header ul.sub-menu:after {
  height: 15px;
}
body.header-type-fullscreen #header ul.sub-menu li {
  margin-bottom: 10px;
}
body.header-type-fullscreen #header ul.sub-menu li:last-child {
  margin-bottom: 0;
}
body.header-type-fullscreen #header li ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.header-type-fullscreen #header ul li a {
  border: none;
  padding: 0;
}
body.header-type-fullscreen #header {
  overflow-y: auto !important;
}
body.header-type-fullscreen .header-elem .container-root {
  height: 0;
}
body.header-type-transparent #header {
  position: fixed;
  display: none;
  background-color: transparent !important;
}
body.header-type-transparent.header-sticky #header,
body.header-type-transparent.header-sticky #header-elements {
  position: fixed;
}
body.header-type-transparent:not(.header-sticky) #header,
body.header-type-transparent:not(.header-sticky) #header-elements {
  position: absolute;
}
body.header-type-transparent .header-elem .main_logo .logo-holder {
  margin: 0;
}
body.header-type-transparent .header-elem .back-logo {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-type-transparent .rdy-s-button-fixed.-logo {
  display: table;
  height: 100px;
  -webkit-background-clip: content !important;
  -moz-background-clip: content !important;
  background-clip: content-box !important;
}
body.header-type-transparent .rdy-s-button-fixed.-logo > .logo_wrapper {
  display: table-cell;
  height: 100%;
  float: none;
  position: static !important;
}
body.header-type-transparent #primary-menu > li > a {
  line-height: 98px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 30px;
}
body.header-type-transparent #primary-menu > li:first-child > a {
  padding-left: 0;
}
body.header-type-transparent #primary-menu > li:last-child > a {
  padding-right: 0;
}
body.header-type-transparent #site-navigation {
  line-height: 0;
}
body.header-type-transparent #primary-menu {
  display: inline-block;
}
body.header-type-transparent:not(.header-logo-right) #site-navigation {
  text-align: right;
}
body.header-type-transparent:not(.header-logo-right) #primary-menu {
  margin-left: 200px;
  margin-right: 40px;
}
body.header-type-transparent.header-logo-right #site-navigation {
  text-align: left;
}
body.header-type-transparent.header-logo-right #primary-menu {
  margin-left: 55px;
  margin-right: 200px;
}
#header {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header > .container {
  height: 100%;
}
#header > .container > .row {
  height: 100%;
}
#header .menu-item-link {
  margin-bottom: 0;
}
#header ul.header-menu > li > .menu-item-link {
  padding: 0px 12px;
}
.main-logo .starting-logo {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.main-logo .logo-holder {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.header-elem .back-logo {
  display: none;
}
.logo_wrapper {
  vertical-align: middle;
}
.main_logo {
  left: 0;
  display: inline-block;
}
.main_logo .custom-logo-link {
  height: 40px;
  padding-right: 40px;
}
.main_logo .custom-logo {
  max-height: 100%;
  height: 100%;
  max-width: none !important;
  width: auto;
}
.main_logo .main-logo.with-text .logo-holder {
  font-weight: bold;
  font-size: 16px;
}
.main_logo a {
  text-decoration: none;
}
.main_logo .logo-holder {
  position: relative;
  margin-right: 40px;
  white-space: nowrap;
}
.main_logo .logo-holder img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
}
.main_logo .logo-holder img:first-child {
  position: relative;
}
.main_logo a {
  display: block;
}
.main_logo a .logo_elem {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  width: 50px !important;
  height: 50px;
}
.site-header {
  width: 100%;
  z-index: 30;
}
.menu-container {
  display: table;
  height: 100%;
  width: 100%;
  -webkit-background-clip: content !important;
  -moz-background-clip: content !important;
  background-clip: content-box !important;
  position: relative;
}
.menu-container > div {
  line-height: 0;
}
.menu-container div.vertical-top {
  vertical-align: top;
}
.menu-container div.vertical-middle {
  vertical-align: middle;
}
.menu-container div[class*=col-lg-].middle {
  vertical-align: middle;
}
body.header-type-fullscreen #header .widget-area.align-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  text-align: center;
  border: 0;
  padding-left: 0;
  margin-top: 30px;
}
body.header-type-fullscreen #header .widget-area {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-type-fullscreen #header .widget-area .widget-wrapper {
  margin-top: 20px;
}
#header .widget-area .widget {
  margin: 0;
}
#header .widget-area .widget p {
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .menu-container .col-lg-0,
  .menu-container .col-lg-1,
  .menu-container .col-lg-2,
  .menu-container .col-lg-3,
  .menu-container .col-lg-4,
  .menu-container .col-lg-5,
  .menu-container .col-lg-6,
  .menu-container .col-lg-7,
  .menu-container .col-lg-8,
  .menu-container .col-lg-9,
  .menu-container .col-lg-10,
  .menu-container .col-lg-11,
  .menu-container .col-lg-12 {
    display: table-cell;
    height: 100%;
    float: none;
    position: static !important;
  }
}
.site-header .element-cart svg path,
.site-header .element-myaccount svg path,
.site-header #header-search__button svg path {
  -webkit-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.site-header.with-bottomline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-header.with-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.site-header #primary-menu .sub-menu li a {
  border-radius: 0;
}
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a {
  color: #333;
}
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a {
  color: #fff;
}
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current-menu-item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current-menu-parent > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current_page_item > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current-menu-ancestor > a > span.item:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hamburger {
  z-index: 8;
  padding: 26px 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
.hamburger-box {
  height: 24px;
  width: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hamburger-box:after,
.hamburger-box:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -10px;
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 2px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: currentColor;
  -webkit-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -o-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -ms-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger-box:after {
  top: 19px;
}
.is-active .hamburger-box:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-active .hamburger-box:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .hamburger-box:after,
.is-active .hamburger-box:before {
  top: 50%;
  -webkit-transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -moz-transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -o-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -ms-transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -ms-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
#mobile-header {
  position: relative;
  z-index: 31;
  background-color: #fff;
  height: 60px;
  width: 100%;
}
#mobile-header.with-header-opacity {
  position: absolute;
}
#mobile-header #mobile-logo {
  position: absolute;
  top: 0px;
  left: 25px;
  height: 60px;
  display: inline-block;
}
#mobile-header #mobile-logo .back-logo {
  display: none;
}
#mobile-header #mobile-logo .main-logo {
  height: 100%;
  padding: 10px 0;
  display: table;
}
#mobile-header #mobile-logo .logo-holder {
  height: 100%;
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}
#mobile-header #mobile-logo .logo-holder img {
  height: 100%;
}
#mobile-header .hamburger {
  position: absolute;
  top: 16px;
  right: 25px;
  padding: 0;
}
#mobile-header .hamburger-box {
  color: #000;
}
#mobile-menu {
  background-color: #fff;
  width: 100%;
  padding: 20px 25px 20px 25px;
  z-index: 30;
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-box-shadow: 0px 2px 9px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 9px rgba(0,0,0,0.25);
  overflow-y: auto;
}
#mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu .close_arrow {
  position: absolute;
  width: 25px;
  height: 45px;
  top: 10px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
#mobile-menu .close_arrow svg {
  width: 100%;
  height: 100%;
}
#mobile-menu .container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-top: 60px;
}
#mobile-menu[data-menu-animation="fadein"],
#mobile-menu[data-menu-animation="slideleft"],
#mobile-menu[data-menu-animation="slideright"] {
  top: 0 !important;
}
#mobile-menu[data-menu-animation="fadein"] {
  height: 100vh;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#mobile-menu[data-menu-animation="slideleft"],
#mobile-menu[data-menu-animation="slideright"] {
  z-index: 60;
  height: 100vh;
}
#mobile-menu[data-menu-animation="slideleft"] {
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
}
#mobile-menu[data-menu-animation="slideleft"] .close_arrow {
  left: 25px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile-menu[data-menu-animation="slideright"] {
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -o-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  right: 0;
}
#mobile-menu[data-menu-animation="slideright"] .close_arrow {
  right: 25px;
}
#mobile-menu .menu-mobile > li,
#mobile-menu .mobile_socials,
#mobile-menu #mobile-search,
#mobile-menu .mobile-text,
#mobile-menu .vim-social-networks,
#mobile-menu .cta-button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#mobile-menu .mobile_socials {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
  border-top: 1px solid rgba(179,179,179,0.4);
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#mobile-menu .mobile_socials a {
  display: block;
  padding: 5px 0;
  color: #222;
  font-size: 12px;
}
#mobile-menu .mobile_socials.with-icons a {
  display: inline-block;
  font-size: 20px;
  padding: 0 12px;
}
#mobile-menu .menu-mobile {
  margin-top: 10px;
}
#mobile-menu .menu-mobile:first-child {
  margin-top: 0;
}
#mobile-menu .menu-mobile > li {
  border-bottom: 1px solid rgba(179,179,179,0.4);
}
#mobile-menu .menu-mobile li {
  font-weight: bold;
  font-size: 15px;
}
#mobile-menu .menu-mobile li .sf-sub-indicator {
  display: none;
}
#mobile-menu .menu-mobile li .fa-sub-indicator {
  width: 30px;
  text-align: center;
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: auto;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#mobile-menu .menu-mobile li:last-child {
  border: 0 !important;
}
#mobile-menu .menu-mobile li .menu-item-link {
  margin: 0;
}
#mobile-menu .menu-mobile li a,
#mobile-menu .menu-mobile li .title,
#mobile-menu .menu-mobile li .menu-item-link {
  color: #222;
  padding: 10px 0;
  display: block;
  position: relative;
  outline: none !important;
  text-decoration: none;
}
#mobile-menu .menu-mobile li .title {
  color: #919191;
  margin-bottom: 0;
  font-weight: bold;
}
#mobile-menu #mobile-search {
  margin-top: 25px;
}
#mobile-menu #mobile-search input {
  width: 100%;
  padding: 10px 10px;
}
#mobile-menu ul li ul {
  display: none;
  margin-left: 5px;
  margin-bottom: 15px;
}
#mobile-menu ul li ul li {
  font-size: 14px !important;
  font-weight: normal !important;
}
#mobile-menu.no-divider .menu-mobile li {
  border-bottom: none !important;
}
#mobile-menu > .container > .row,
#mobile-menu > .container > .row > .col-sm-12 {
  height: 100%;
}
#mobile-menu .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mobile-menu .wrapper > * {
  width: 100%;
}
#mobile-menu .mobile_menu_side {
  margin-bottom: 20px;
}
#mobile-menu .mobile-text {
  margin-top: 50px;
  margin-bottom: 25px;
}
#mobile-menu:not(.valign-middle):not(.valign-el-bottom) .wrapper {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#mobile-menu:not(.valign-middle).valign-el-bottom .wrapper .mobile_menu_side {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
#mobile-menu.valign-middle:not(.valign-el-bottom) .wrapper {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#mobile-menu.valign-middle.valign-el-bottom .menu-mobile {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
#mobile-menu.valign-middle.valign-el-bottom .mobile_menu_side {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
#mobile-menu.align-right .menu-mobile li {
  text-align: right;
  position: relative;
}
#mobile-menu.align-right .fa-sub-indicator {
  right: auto !important;
  left: 0 !important;
}
#mobile-menu.align-right .mobile-text,
#mobile-menu.align-right .vim-social-networks,
#mobile-menu.align-right #mobile-search input,
#mobile-menu.align-right .mobile_menu_side {
  text-align: right;
}
#mobile-menu.align-center .menu-mobile li {
  text-align: center;
  position: relative;
}
#mobile-menu.align-center .mobile-text,
#mobile-menu.align-center .vim-social-networks,
#mobile-menu.align-center #mobile-search input,
#mobile-menu.align-center .mobile_menu_side {
  text-align: center;
}
#mobile-menu.align-center .menu-mobile li a,
#mobile-menu.align-center .menu-mobile li .title {
  margin-right: auto !important;
}
#mobile-menu.align-center .mobile_socials {
  text-align: center;
}
#mobile-menu.align-center .mobile_socials.with-icons a:first-child {
  padding-left: 0;
}
#mobile-menu.align-center .mobile_socials.with-icons a:last-child {
  padding-right: 0;
}
#mobile-menu .vim-social-networks {
  margin-top: 25px;
}
#mobile-menu .vim-social-networks .vim-social-network-icon {
  outline: none !important;
  padding: 0 10px;
  color: #000;
}
#mobile-menu .vim-social-networks .vim-social-network-icon:first-child {
  padding-left: 0 !important;
}
#mobile-menu .vim-social-networks .vim-social-network-icon:last-child {
  padding-right: 0 !important;
}
#mobile-menu a.cta-button {
  padding: 10px 10px;
  text-align: center;
  margin-top: 10px;
}
#mobile-menu a.cta-button:first-child {
  margin-top: 0 !important;
}
body.header-mobile-bar-inverse #mobile-header #mobile-logo {
  left: auto;
  right: 25px;
}
body.header-mobile-bar-inverse #mobile-header .hamburger {
  left: 25px;
  right: auto;
}
#mobile-header #mobile-logo .main-logo.with-text .logo-holder {
  line-height: 15px;
}
#mobile-header #mobile-logo .main-logo.with-text .subtitle {
  font-weight: normal;
}
body.header-logo-right #logo .logo-holder {
  margin-left: 40px;
  margin-right: 0;
}
#primary-menu.header-menu {
  float: none;
  display: inline-block;
}
#primary-menu.header-menu ul.sub-menu {
  border-radius: 0 !important;
  text-align: left !important;
}
#header .menu_items {
  padding: 0;
}
#header .elements.with-divider .elements-container:after {
  content: '';
  display: block;
  position: absolute;
  height: 25px;
  border-right: 1px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
#header .elements-container {
  position: relative;
}
#header .elements-container .divider {
  position: absolute;
  height: 25px;
  border-right: 1px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
body:not(.header-logo-right) #header .elements.without-search {
  padding-right: 10px;
}
body:not(.header-logo-right) #header .elements .elements-container {
  padding-right: 20px;
}
body:not(.header-logo-right) #header .elements:last-child .elements-container {
  padding-right: 0px;
}
body:not(.header-logo-right) #header .elements.with-divider .elements-container {
  margin-right: 20px;
}
body:not(.header-logo-right) #header .elements.with-divider .elements-container:after {
  right: 0px;
}
body:not(.header-logo-right) #header .elements.with-divider.element-search .elements-container {
  margin-right: 0;
  padding-left: 20px;
}
body:not(.header-logo-right) #header .elements.with-divider.element-search .elements-container:after {
  right: auto;
  left: 0px;
}
body.header-logo-right #header .menu-container .elements:first-child .elements-container {
  padding-left: 0;
}
body.header-logo-right #header .elements.without-search {
  padding-left: 10px;
}
body.header-logo-right #header .elements .elements-container {
  padding-left: 20px;
}
body.header-logo-right #header .elements:last-child .elements-container {
  padding-left: 0px;
}
body.header-logo-right #header .elements.with-divider .elements-container {
  margin-left: 20px;
}
body.header-logo-right #header .elements.with-divider .elements-container:after {
  left: 0px;
}
body.header-logo-right #header .elements.with-divider.element-search .elements-container {
  padding-right: 20px;
  margin-left: 0;
}
body.header-logo-right #header .elements.with-divider.element-search .elements-container:after {
  right: 0px;
  left: auto;
}
body.header-items-align-left #header .menu_items {
  text-align: left;
}
body.header-items-align-center #header .menu_items {
  text-align: center;
}
body.header-items-align-right #header .menu_items {
  text-align: right;
}
#header .vim-social-networks .vim-social-networks-wrapper {
  white-space: nowrap;
}
#header .vim-social-networks .vim-social-network-icon {
  display: inline-block;
  padding: 0 10px;
}
#header .vim-social-networks .vim-social-network-icon:first-child {
  padding-left: 0;
}
#header .vim-social-networks .vim-social-network-icon:last-child {
  padding-right: 0;
}
#mobile-header #mobile-logo .logo-holder img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
}
#mobile-header #mobile-logo .logo-holder img.starting-logo {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body:not(.header-mobile-scheme-dark) #mobile-header #mobile-logo .logo-holder img.light-version {
  display: none !important;
}
body:not(.header-mobile-scheme-dark) #mobile-header {
  border-bottom: 1px solid #eee;
}
body:not(.header-mobile-scheme-dark) .main-logo.with-text {
  color: #000;
}
body.header-mobile-scheme-dark #mobile-header #mobile-logo .logo-holder img.dark-version {
  display: none !important;
}
body.header-mobile-scheme-dark #mobile-menu,
body.header-mobile-scheme-dark #mobile-header {
  background-color: #000;
}
body.header-mobile-scheme-dark .main-logo.with-text {
  color: #fff;
}
body.header-mobile-scheme-dark #mobile-menu ul li a,
body.header-mobile-scheme-dark #mobile-menu .mobile_socials a {
  color: #fff !important;
}
body.header-mobile-scheme-dark #mobile-menu .close_arrow path {
  fill: #fff;
}
body.header-mobile-scheme-dark #mobile-header .hamburger-box,
body.header-mobile-scheme-dark #mobile-menu .mobile-text,
body.header-mobile-scheme-dark #mobile-menu .vim-social-network-icon {
  color: #fff !important;
}
body.header-mobile-scheme-dark #mobile-header {
  border-bottom: 1px solid #343434;
}
body.header-mobile-scheme-dark #mobile-search input {
  background-color: #000;
  color: #fff;
}
body.header-mobile-drop-opened #mobile-menu ul li ul {
  display: block;
}
#mobile-menu .fa-sub-indicator {
  font-size: 16px;
  font-weight: normal;
  height: 20px;
  width: 20px;
}
#menu-mobile .fa-sub-indicator,
.sub-menu .fa-sub-indicator {
  float: right;
}
@media (min-width: 992px) {
  #mobile-menu,
  #mobile-header {
    display: none;
  }
}
@media (max-width: 991px) {
  #header,
  .header-elem,
  .vertical_menu_wrap {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  body:not(.admin-bar).header-mobile-sticky #mobile-header,
  body:not(.admin-bar).header-mobile-sticky #mobile-menu {
    position: fixed !important;
  }
  body.admin-bar.header-mobile-sticky #mobile-header {
    position: fixed !important;
    top: 32px;
  }
  .header-mobile-sticky #mobile-header.set-fixed {
    position: fixed !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar.header-mobile-sticky #mobile-header {
    top: 46px;
    position: fixed !important;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar.header-mobile-sticky #mobile-header {
    top: 46px;
    position: absolute !important;
  }
  body.header-mobile-sticky #mobile-header.set-fixed {
    position: fixed !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  body.admin-bar.header-mobile-sticky #mobile-menu {
    position: fixed !important;
  }
}
#header #logo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
ul.menu li.nolink > a {
  cursor: default;
}
html.no-touchevents body.menu-link_behavior--fade .menu > li > a > span.item {
  -webkit-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
html.no-touchevents body.menu-link_behavior--fade .menu > li > a:hover > span.item {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
html.no-touchevents body.menu-link_behavior--slide_up .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--slide_center .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item {
  display: inline-block;
  line-height: 1.9;
  margin-bottom: 0.2em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
html.no-touchevents body.menu-link_behavior--slide_up .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--slide_center .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents body.menu-link_behavior--slide_up .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--slide_left .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--slide_through .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--slide_center .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--mark_left .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--mark_through .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--mark2_left .sf-sub-indicator,
html.no-touchevents body.menu-link_behavior--mark2_through .sf-sub-indicator {
  width: 14px;
  left: 4px;
}
html.no-touchevents body.menu-link_behavior--slide_up .menu > li > a > span.item:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 3px, 0);
  -moz-transform: translate3d(0, 3px, 0);
  -o-transform: translate3d(0, 3px, 0);
  -ms-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -moz-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -o-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -ms-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
html.no-touchevents body.menu-link_behavior--slide_up .menu > li > a:hover > span.item:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span.item {
  overflow: hidden;
}
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span.item:before {
  -webkit-transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
}
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a:hover > span.item:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span.item {
  overflow: hidden;
}
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span.item:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a:hover > span.item:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
html.no-touchevents body.menu-link_behavior--slide_center .menu > li > a > span.item:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
html.no-touchevents body.menu-link_behavior--slide_center .menu > li > a:hover > span.item:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item {
  overflow: hidden;
}
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  height: 100% !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a:hover > span.item:before,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a:hover > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a:hover > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a:hover > span.item:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents body.menu-link_behavior--mark_left #primary-menu li > a,
html.no-touchevents body.menu-link_behavior--mark_through #primary-menu li > a {
  padding-left: 4px;
  padding-right: 4px;
}
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span.item {
  padding-left: 8px;
  padding-right: 8px;
}
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span.item,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item {
  padding-left: 2px;
  padding-right: 2px;
}
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item:before {
  height: 50% !important;
}
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span.item:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span.item:before {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a:hover > span:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a:hover > span:before {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
html.no-touchevents body footer.site-footer a:not(.no-animation) {
  display: inline-block;
}
html.no-touchevents body.footer-link_behavior--slide_up #footer-area.scheme-light a:before,
html.no-touchevents body.footer-link_behavior--slide_left #footer-area.scheme-light a:before,
html.no-touchevents body.footer-link_behavior--slide_through #footer-area.scheme-light a:before {
  background-color: #666;
}
html.no-touchevents body.footer-link_behavior--slide_up #footer-area.scheme-dark a:before,
html.no-touchevents body.footer-link_behavior--slide_left #footer-area.scheme-dark a:before,
html.no-touchevents body.footer-link_behavior--slide_through #footer-area.scheme-dark a:before {
  background-color: #f9f9f9;
}
html.no-touchevents body.footer-link_behavior--mark_left #footer-area.scheme-light a:before,
html.no-touchevents body.footer-link_behavior--mark_through #footer-area.scheme-light a:before,
html.no-touchevents body.footer-link_behavior--mark2_left #footer-area.scheme-light a:before,
html.no-touchevents body.footer-link_behavior--mark2_through #footer-area.scheme-light a:before {
  background-color: #666;
}
html.no-touchevents body.footer-link_behavior--mark_left #footer-area.scheme-light a:hover,
html.no-touchevents body.footer-link_behavior--mark_through #footer-area.scheme-light a:hover,
html.no-touchevents body.footer-link_behavior--mark2_left #footer-area.scheme-light a:hover,
html.no-touchevents body.footer-link_behavior--mark2_through #footer-area.scheme-light a:hover {
  color: #fff;
}
html.no-touchevents body.footer-link_behavior--mark_left #footer-area.scheme-dark a:before,
html.no-touchevents body.footer-link_behavior--mark_through #footer-area.scheme-dark a:before,
html.no-touchevents body.footer-link_behavior--mark2_left #footer-area.scheme-dark a:before,
html.no-touchevents body.footer-link_behavior--mark2_through #footer-area.scheme-dark a:before {
  background-color: #f9f9f9;
}
html.no-touchevents body.footer-link_behavior--mark_left #footer-area.scheme-dark a:hover,
html.no-touchevents body.footer-link_behavior--mark_through #footer-area.scheme-dark a:hover,
html.no-touchevents body.footer-link_behavior--mark2_left #footer-area.scheme-dark a:hover,
html.no-touchevents body.footer-link_behavior--mark2_through #footer-area.scheme-dark a:hover {
  color: #000;
}
html.no-touchevents body.footer-link_behavior--fade footer.site-footer a:not(.no-animation) {
  -webkit-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
html.no-touchevents body.footer-link_behavior--fade footer.site-footer a:not(.no-animation):hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
html.no-touchevents body.footer-link_behavior--slide_up footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--slide_left footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--slide_through footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark_left footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark2_left footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
html.no-touchevents body.footer-link_behavior--slide_up footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--slide_left footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--slide_through footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_left footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_left footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation):before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents body.footer-link_behavior--slide_up footer.site-footer a:not(.no-animation):before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 3px, 0);
  -moz-transform: translate3d(0, 3px, 0);
  -o-transform: translate3d(0, 3px, 0);
  -ms-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -moz-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -o-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -ms-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
html.no-touchevents body.footer-link_behavior--slide_up footer.site-footer a:not(.no-animation):hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.no-touchevents body.footer-link_behavior--slide_left footer.site-footer a:not(.no-animation) {
  overflow: hidden;
}
html.no-touchevents body.footer-link_behavior--slide_left footer.site-footer a:not(.no-animation):before {
  -webkit-transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
}
html.no-touchevents body.footer-link_behavior--slide_left footer.site-footer a:not(.no-animation):hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents body.footer-link_behavior--slide_through footer.site-footer a:not(.no-animation) {
  overflow: hidden;
}
html.no-touchevents body.footer-link_behavior--slide_through footer.site-footer a:not(.no-animation):before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
html.no-touchevents body.footer-link_behavior--slide_through footer.site-footer a:not(.no-animation):hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
html.no-touchevents body.footer-link_behavior--mark_left footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark2_left footer.site-footer a:not(.no-animation),
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation) {
  overflow: hidden;
  z-index: 0;
  padding-left: 2px;
  padding-right: 2px;
}
html.no-touchevents body.footer-link_behavior--mark_left footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_left footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation):before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  height: 100% !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}
html.no-touchevents body.footer-link_behavior--mark_left footer.site-footer a:not(.no-animation):hover:before,
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation):hover:before,
html.no-touchevents body.footer-link_behavior--mark2_left footer.site-footer a:not(.no-animation):hover:before,
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation):hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents body.footer-link_behavior--mark2_left footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation):before {
  height: 50% !important;
}
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation):before {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
html.no-touchevents body.footer-link_behavior--mark_through footer.site-footer a:not(.no-animation):hover:before,
html.no-touchevents body.footer-link_behavior--mark2_through footer.site-footer a:not(.no-animation):hover:before {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
body.header-behaviour-regular.with-header-opacity #header {
  position: absolute;
}
body.header-behaviour-slideup #header.detached:not(.side-widget-open) {
  top: 0px;
}
body.header-behaviour-slideup.admin-bar #header.detached:not(.side-widget-open) {
  top: 32px;
}
#header.behaviour-shrink #primary-menu > li > a,
#header.behaviour-shrink .menu-cta-button {
  -webkit-transition: line-height 0.2s linear, height 0.2s linear, color 0.2s linear;
  -moz-transition: line-height 0.2s linear, height 0.2s linear, color 0.2s linear;
  -o-transition: line-height 0.2s linear, height 0.2s linear, color 0.2s linear;
  -ms-transition: line-height 0.2s linear, height 0.2s linear, color 0.2s linear;
  transition: line-height 0.2s linear, height 0.2s linear, color 0.2s linear;
}
#header.behaviour-shrink .elements-container {
  -webkit-transition: line-height 0.2s linear, height 0.2s linear;
  -moz-transition: line-height 0.2s linear, height 0.2s linear;
  -o-transition: line-height 0.2s linear, height 0.2s linear;
  -ms-transition: line-height 0.2s linear, height 0.2s linear;
  transition: line-height 0.2s linear, height 0.2s linear;
}
#header.behaviour-shrink,
#header.behaviour-sticky {
  position: absolute;
}
#header.behaviour-shrink {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#header.behaviour-shrink.set-fixed {
  height: 60px;
}
#header.behaviour-shrink.set-fixed #primary-menu > li > a {
  line-height: 60px;
}
#header.behaviour-shrink.set-fixed .elements-container {
  height: 60px;
  line-height: 60px;
}
#header.set-fixed {
  position: fixed;
}
#top-bar {
  width: 100%;
  z-index: 32;
  position: relative;
  overflow: hidden;
  background-color: #000;
  height: 30px;
  line-height: 30px;
  position: relative;
  color: #fff;
}
#top-bar .col-td {
  vertical-align: top;
}
#top-bar .center {
  text-align: center;
}
#top-bar .right {
  text-align: right;
}
#top-bar .elem {
  display: inline-block;
  line-height: 1;
}
#top-bar .vim-social-networks a {
  margin-left: 6px;
  margin-right: 6px;
}
#top-bar .vim-social-networks a:first-child {
  margin-left: 0;
}
#top-bar .vim-social-networks a:last-child {
  margin-right: 0;
}
#top-bar a:hover {
  text-decoration: underline;
}
#top-bar .searchform .searchform-s {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.5);
}
#top-bar .elem .icon {
  margin-right: 6px;
}
#top-bar .left .elem {
  margin-right: 20px;
}
#top-bar .center .elem {
  margin-left: 10px;
  margin-right: 10px;
}
#top-bar .right .elem {
  margin-left: 20px;
}
#top-bar .elem .cart {
  font-size: 18px;
}
#top-bar .menu li,
#bottom-bar .menu li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (max-width: 992px) {
  #top-bar:not(.show_mobile) {
    display: none;
  }
}
#header .side-cta-button {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
#header:not([data-mark-color]) .cta-button.cta-style.cta-outline:hover,
#header:not([data-mark-color]) .cta-button.cta-style.cta-outline.cta_appear {
  color: #fff;
}
#header .cta-button {
  display: inline-block;
  text-align: center;
  padding: 14px 22px !important;
  -webkit-transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  -ms-transition: all 0.2s !important;
  transition: all 0.2s !important;
  line-height: 100% !important;
  border: 1px solid transparent;
}
#header .cta-button.cta-style {
  border-radius: 0;
}
#header .cta-button.cta-style.cta-outline {
  border-width: 2px;
  border-style: solid;
}
#header .cta-button.cta-style.cta-rounded {
  border-radius: 4px;
}
#header .cta-button.small {
  padding: 10px 14px !important;
}
#header .cta-button.big {
  padding: 23px 18px !important;
}
#header .cta-button.outline {
  position: relative;
  border: none !important;
}
#header .cta-button.outline::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
}
#header .col-table > .side-cta-button,
#header .col-table > .side-icon.social-icons {
  padding-left: 30px;
}
#header .side-cta-button,
#header .side-icon.social-icons {
  width: 1px;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
#header .social_media:last-child {
  margin-right: 0 !important;
}
#header .cta-button + .cta-button {
  margin-left: 20px;
}
#vheader_overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  -moz-transition: opacity 0.5s ease-in-out 0.2s;
  -o-transition: opacity 0.5s ease-in-out 0.2s;
  -ms-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
  pointer-events: none;
}
.vertical_menu_wrap.active #vheader_overlay {
  pointer-events: all;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease-in-out 0ms;
  -moz-transition: opacity 0.5s ease-in-out 0ms;
  -o-transition: opacity 0.5s ease-in-out 0ms;
  -ms-transition: opacity 0.5s ease-in-out 0ms;
  transition: opacity 0.5s ease-in-out 0ms;
}
.vertical_menu_area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vertical_menu_area ul ul.sub-menu {
  margin-top: 16px;
  margin-bottom: 16px;
}
.vertical_menu_logo {
  position: fixed;
  top: 30px;
  left: 110px;
  z-index: 105;
}
.vertical_menu_logo a {
  text-decoration: none;
}
body.admin-bar .vertical_menu_logo {
  top: 55px;
}
.vertical_menu.header-behaviour-fixed .sf-sub-indicator {
  display: none;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_logo {
  left: 0px;
}
aside.vertical_menu_area {
  position: fixed;
  width: 400px;
  top: 0;
  left: 0;
  padding: 10px 30px 10px 70px;
  background-color: #fff;
  height: 100%;
  z-index: 101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1;
  text-align: left;
}
aside.vertical_menu_area .vertical_area_background {
  display: none;
}
.vertical_menu.header-behaviour-slide aside.vertical_menu_area .vertical_area_background,
.vertical_menu.header-behaviour-opened aside.vertical_menu_area .vertical_area_background {
  display: block;
  position: fixed;
  width: 70px;
  top: 0;
  bottom: 0;
  left: 0px;
  z-index: 101;
}
.vertical_menu .menu-item-link {
  margin-bottom: 0;
}
.vertical_menu_area_widget_holder {
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 102;
  padding-right: 50px;
}
.vertical_menu_area_widget_holder .widget {
  margin: 0;
}
.vertical_menu_area_widget_holder .vim-social-network-icon {
  margin-right: 18px;
}
.vertical_menu_area_widget_holder .vim-social-network-icon:last-child {
  margin-right: 0px;
}
.vertical_menu_line {
  position: fixed;
  left: 70px;
  width: 1px;
  height: 100%;
  z-index: 102;
  border-left: 1px solid #3d3d3d;
}
aside.vertical_menu_area.with_scroll {
  overflow: hidden;
}
aside.vertical_menu_area {
  background-color: #232323;
}
aside.vertical_menu_area {
  left: -220px;
  padding: 10px 30px 10px 70px;
  -webkit-transition: left 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, background-color 0.3s linear 0.4s;
  -moz-transition: left 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, background-color 0.3s linear 0.4s;
  -o-transition: left 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, background-color 0.3s linear 0.4s;
  -ms-transition: left 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, background-color 0.3s linear 0.4s;
  transition: left 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, background-color 0.3s linear 0.4s;
}
aside.vertical_menu_area .vertical_area_background {
  -webkit-transition: background-color 0.5s linear 0.7s;
  -moz-transition: background-color 0.5s linear 0.7s;
  -o-transition: background-color 0.5s linear 0.7s;
  -ms-transition: background-color 0.5s linear 0.7s;
  transition: background-color 0.5s linear 0.7s;
}
aside.vertical_menu_area:hover .vertical_area_background {
  -webkit-transition: background-color 0.5s linear 0s !important;
  -moz-transition: background-color 0.5s linear 0s !important;
  -o-transition: background-color 0.5s linear 0s !important;
  -ms-transition: background-color 0.5s linear 0s !important;
  transition: background-color 0.5s linear 0s !important;
}
aside.vertical_menu_area.active {
  -webkit-transition: left 0.55s cubic-bezier(0.54, -0.01, 0.21, 1) 0ms, background-color 0.4s;
  -moz-transition: left 0.55s cubic-bezier(0.54, -0.01, 0.21, 1) 0ms, background-color 0.4s;
  -o-transition: left 0.55s cubic-bezier(0.54, -0.01, 0.21, 1) 0ms, background-color 0.4s;
  -ms-transition: left 0.55s cubic-bezier(0.54, -0.01, 0.21, 1) 0ms, background-color 0.4s;
  transition: left 0.55s cubic-bezier(0.54, -0.01, 0.21, 1) 0ms, background-color 0.4s;
}
aside.vertical_menu_area.active .vertical_area_background {
  -webkit-transition: background-color 0.5s linear 0s;
  -moz-transition: background-color 0.5s linear 0s;
  -o-transition: background-color 0.5s linear 0s;
  -ms-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}
.site-v-header.with-shadow aside.vertical_menu_area {
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
}
.site-v-header.with-line aside.vertical_menu_area {
  border-right-style: solid;
  border-right-width: 1px;
}
.site-v-header.with-line.color-scheme-light aside.vertical_menu_area {
  border-right-color: #e2e2e2;
}
.site-v-header.with-line.color-scheme-dark aside.vertical_menu_area {
  border-right-color: #474747;
}
aside.vertical_menu_area.active {
  left: 0;
}
aside.vertical_menu_area {
  left: -330px;
}
.vertical_menu_area .vertical_menu_area_inner {
  position: relative;
  height: 100%;
  padding-left: 40px;
  z-index: 100;
  left: 0;
}
body.admin-bar .vertical_menu_hidden_button {
  margin-top: 30px;
}
.vertical_menu_hidden_button {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 11;
  display: block;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner {
  position: absolute;
  bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.vertical_menu_hidden_button {
  width: 70px;
  height: 40px;
  z-index: 1000;
  outline: none !important;
}
.vertical_menu_wrap.active #vheader_overlay {
  pointer-events: all;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease-in-out 0ms;
  -moz-transition: opacity 0.5s ease-in-out 0ms;
  -o-transition: opacity 0.5s ease-in-out 0ms;
  -ms-transition: opacity 0.5s ease-in-out 0ms;
  transition: opacity 0.5s ease-in-out 0ms;
}
@media screen and (min-width: 768px) {
  .vertical_menu_area .label {
    position: absolute;
    display: block;
    z-index: 101;
    width: 70px;
    top: 60px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    cursor: pointer;
    color: #fff;
    -webkit-transition: right 0s linear 0s, opacity 0.2s linear 0.9s;
    -moz-transition: right 0s linear 0s, opacity 0.2s linear 0.9s;
    -o-transition: right 0s linear 0s, opacity 0.2s linear 0.9s;
    -ms-transition: right 0s linear 0s, opacity 0.2s linear 0.9s;
    transition: right 0s linear 0s, opacity 0.2s linear 0.9s;
    white-space: nowrap;
  }
  .vertical_menu_area .label p {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-transform: uppercase;
    font-size: 11px;
  }
  .vertical_menu_area .label:hover p {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .vertical_menu_area.active .label {
    right: 400px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: right 0.35s linear 0.25s, opacity 0.2s;
    -moz-transition: right 0.35s linear 0.25s, opacity 0.2s;
    -o-transition: right 0.35s linear 0.25s, opacity 0.2s;
    -ms-transition: right 0.35s linear 0.25s, opacity 0.2s;
    transition: right 0.35s linear 0.25s, opacity 0.2s;
  }
}
.vertical_menu .sf-sub-indicator {
  margin-left: 6px;
  top: auto;
  height: auto;
  vertical-align: middle;
  line-height: 0;
}
.vertical_menu.header-behaviour-opened aside.vertical_menu_area {
  left: 0;
  padding-left: 0;
}
.vertical_menu.header-behaviour-opened #vheader .label,
.vertical_menu.header-behaviour-opened #vheader .vertical_menu_line,
.vertical_menu.header-behaviour-opened #vheader .vertical_area_background,
.vertical_menu.header-behaviour-opened #vheader .vertical_menu_hidden_button {
  display: none;
}
.vertical_menu.header-behaviour-opened #vheader .vertical_menu_logo {
  left: 40px;
}
.vertical_menu.header-behaviour-opened #vheader .vertical_menu .menu li > a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vertical_menu.header-behaviour-slide #vheader.menu-items-valign--top .vertical_menu_area .vertical_menu > ul,
.vertical_menu.header-behaviour-opened #vheader.menu-items-valign--top .vertical_menu_area .vertical_menu > ul {
  vertical-align: top;
  padding-top: 10px;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 100%;
  right: 0;
  display: table;
  table-layout: fixed;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu.hover1 .menu-item > a:before,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu.hover1 .menu-item > a:before {
  content: '—';
  display: inline-block;
  position: absolute;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-weight: normal;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu.hover1 .menu-item > a span,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu.hover1 .menu-item > a span {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  display: inline-block;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu.hover1 .menu-item > a:hover:before,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu.hover1 .menu-item > a:hover:before {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu.hover1 .menu-item > a:hover span,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu.hover1 .menu-item > a:hover span {
  -webkit-transform: translateX(1.4em);
  -moz-transform: translateX(1.4em);
  -o-transform: translateX(1.4em);
  -ms-transform: translateX(1.4em);
  transform: translateX(1.4em);
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu .menu li > a,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu .menu li > a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu > ul,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu > ul {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  float: none !important;
}
.vertical_menu.header-behaviour-slide .vertical_menu_area .vertical_menu > ul a,
.vertical_menu.header-behaviour-opened .vertical_menu_area .vertical_menu > ul a {
  text-decoration: none;
}
.vertical_menu.header-behaviour-fixed .label,
.vertical_menu.header-behaviour-fixed .vertical_menu_hidden_button,
.vertical_menu.header-behaviour-fixed .vertical_menu_area_widget_holder {
  display: none;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_area {
  width: 70px;
  left: 0;
  padding: 0;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_area .vertical_menu_area_inner {
  left: 0;
  padding: 0;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_area .vertical_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  width: auto;
  height: 14px;
  white-space: nowrap;
  -webkit-transform: rotate(270deg) translateX(-40%);
  -moz-transform: rotate(270deg) translateX(-40%);
  -o-transform: rotate(270deg) translateX(-40%);
  -ms-transform: rotate(270deg) translateX(-40%);
  transform: rotate(270deg) translateX(-40%);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_area .vertical_menu li {
  display: inline;
  margin-right: 20px;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_area .vertical_menu li a {
  text-decoration: none;
}
.vertical_menu.header-behaviour-fixed .vertical_menu_area_elements {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.vertical_menu_area_elements .vim-social-networks .vim-social-network-icon {
  display: block;
  text-align: center;
  padding: 5px 0;
}
.vertical_menu_area_elements .social_box {
  position: relative;
  z-index: 9999;
}
.vertical_menu_area_elements .social_box .vim-social-networks-wrapper {
  width: 200px;
}
.vertical_menu_area_elements .social_box__button {
  float: left;
  position: relative;
  z-index: 1;
  color: #fff;
  width: 30px;
  text-align: center;
  padding: 5px 0;
}
.vertical_menu__social_box__items {
  position: fixed;
  bottom: 15px;
  left: 70px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
  -webkit-transform: translate(-50%, 0) rotateY(90deg);
  -moz-transform: translate(-50%, 0) rotateY(90deg);
  -o-transform: translate(-50%, 0) rotateY(90deg);
  -ms-transform: translate(-50%, 0) rotateY(90deg);
  transform: translate(-50%, 0) rotateY(90deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  float: left;
  z-index: 1;
}
.vertical_menu__social_box__items .second {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  color: #f00;
}
.vertical_menu__social_box__items .vim-social-network-icon {
  overflow: hidden;
}
.vertical_menu__social_box__items .vim-social-network-icon .fa {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.vertical_menu__social_box__items .vim-social-network-icon:hover .fa.second {
  -webkit-transform: translate(0, -55%);
  -moz-transform: translate(0, -55%);
  -o-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
}
.vertical_menu__social_box__items .vim-social-network-icon:hover .fa:not(.second) {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.vertical_menu__social_box__items.hover {
  -webkit-transform: translate(0, 0) rotateY(0deg);
  -moz-transform: translate(0, 0) rotateY(0deg);
  -o-transform: translate(0, 0) rotateY(0deg);
  -ms-transform: translate(0, 0) rotateY(0deg);
  transform: translate(0, 0) rotateY(0deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vertical_menu__social_box__items .vim-social-network-icon {
  float: left;
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-right: 1px solid rgba(0,0,0,0.1);
  display: inline-block;
}
@media only screen and (min-width: 801px) {
  .vertical_menu_area_elements .social_box__button:hover + .social_box__items {
    -webkit-transform: translate(0, 0) rotateY(0deg);
    -moz-transform: translate(0, 0) rotateY(0deg);
    -o-transform: translate(0, 0) rotateY(0deg);
    -ms-transform: translate(0, 0) rotateY(0deg);
    transform: translate(0, 0) rotateY(0deg);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (min-width: 992px) {
  body.vertical_menu.with-semi_transparent-header #fullscreen-project-container .fullscreen-item-desc {
    left: 140px;
  }
  body.vertical_menu:not(.with-semi_transparent-header) #page,
  body.vertical_menu:not(.with-semi_transparent-header) .site-footer {
    padding-left: 70px;
  }
  body.vertical_menu:not(.with-semi_transparent-header):not(.footer-uncovering) #navigation-bar-side {
    padding-left: 70px;
  }
  body.vertical_menu #root-flow {
    left: 70px;
    right: 0;
  }
}
body.vertical_menu.with-semi_transparent-header aside.vertical_menu_area {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
body.vertical_menu.with-semi_transparent-header #fullscreen-project-container[data-navigation="nav2"] .isoArrowLeft {
  left: 140px;
}
body.vertical_menu:not(.menu-opened) .vertical_menu_scroll_inner {
  overflow: hidden;
}
.vertical_menu_logo .logo-holder {
  position: relative;
  white-space: nowrap;
}
.vertical_menu_logo .logo-holder img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
}
.vertical_menu_scroll {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.vertical_menu_scroll_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.tse-scrollbar {
  z-index: 105 !important;
}
#vheader.with_social_icons .vertical_menu_scroll {
  padding-bottom: 100px;
}
#vheader.menu-items-valign--accordion ul.sub-menu {
  position: static;
  height: 0;
  overflow: hidden;
  display: none;
}
#vheader.menu-items-valign--accordion ul.sub-menu {
  display: none;
}
#vheader.menu-items-valign--expand .sf-sub-indicator {
  display: none;
}
.vertical_menu_area ul ul.sub-menu {
  margin: 0 !important;
  padding-left: 8px;
}
.vertical_menu_area ul ul.sub-menu > li:first-child {
  margin-top: 0px;
}
.vertical_menu_area ul ul.sub-menu > li:last-child {
  margin-bottom: 16px;
}
body.header-type-slidedown #header {
  position: fixed;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  font-weight: 400;
  display: table;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  clip: rect(0, 0, 0, 0);
}
body.header-type-slidedown #header .logo_wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-type-slidedown #header-elements .logo_wrapper {
  margin-top: 30px;
}
body.header-type-slidedown .burger,
body.header-type-slidedown .Nav-title {
  line-height: 30px;
  height: 30px;
}
body.header-type-slidedown .burger {
  top: 28px;
}
body.header-type-slidedown .menu-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
body.header-type-slidedown .menu-container .menu_items {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.header-type-slidedown .widget-area .vim-social-networks {
  margin-top: 30px;
}
body.header-type-slidedown .widget-area .widget .title {
  font-weight: bold;
}
body.header-type-slidedown .container-root {
  padding-right: 80px !important;
}
body.header-type-slidedown .menu-container {
  padding-top: 30px;
}
body.header-type-slidedown .logo_wrapper {
  height: auto !important;
  vertical-align: top;
}
body.header-type-slidedown .menu_items {
  vertical-align: top;
}
body.header-type-slidedown #header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.header-type-slidedown #header .menu > li {
  vertical-align: top;
  margin-right: 30px;
  display: inline-block;
}
body.header-type-slidedown #header .menu > li:last-child {
  margin-right: 0;
}
body.header-type-slidedown #header .menu li .sf-sub-indicator {
  display: none;
}
body.header-type-slidedown #header .menu li a {
  line-height: 120%;
}
body.header-type-slidedown #header ul.sub-menu {
  display: block;
}
body.header-type-slidedown #header ul.sub-menu.mega-menu {
  display: none;
}
body.header-type-slidedown #header ul.sub-menu .menu-item-link {
  padding: 10px 0 !important;
}
body.header-type-slidedown #header ul.sub-menu li {
  padding: 0 !important;
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
html.no-touchevents body.header-type-slidedown #page-content-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
html.no-touchevents body.header-type-slidedown.menu-opened #page-content-wrap {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(50px) !important;
  -moz-transform: translateY(50px) !important;
  -o-transform: translateY(50px) !important;
  -ms-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
}
.header-menu #logo .back-logo {
  position: relative;
}
.header-menu .logo-holder {
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  line-height: 1 !important;
}
.header-menu .main-logo {
  position: relative;
}
body.menu-sub_arrow-disable #site-navigation .header-menu > li > a.has-submenu {
  padding-right: 12px !important;
}
body.menu-sub_arrow-disable #site-navigation .header-menu > li > a.has-submenu > .sub-arrow {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.menu-sub_arrow-disable.header-logo-right #logo .logo-holder {
    margin-left: 15px;
  }
  body.menu-sub_arrow-disable:not(.header-logo-right) #logo .logo-holder {
    margin-right: 15px;
  }
}
body.header-type-classic_split #site-navigation {
  text-align: center;
}
body.header-type-left-fixed #vheader ul.menu a,
body.header-type-left-fixed #vheader ul.menu .menu-item-link {
  display: inline-block;
}
body.header-type-fullscreen #header .widget-area.align-bottom {
  bottom: 20px;
}
#header .menu ul.sub-menu > li p.menu-item-link,
body.header-type-slidedown #header .menu li p.menu-item-link {
  font-weight: bold !important;
}
body.logo-light .header-elem .main-logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.logo-light .header-elem .logo-holder {
  color: #fff;
}
body.logo-light .header-elem .Nav-iconLine {
  background-color: #fff;
}
body.logo-dark .header-elem .main-logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.logo-dark .header-elem .logo-holder {
  color: #000;
}
body.logo-dark .header-elem .Nav-iconLine {
  background-color: #000;
}
.site-header.color-scheme-light {
  background-color: #fff;
  border-bottom-color: #e2e2e2;
}
.site-header.color-scheme-light .header-menu > li > a > span:before {
  background-color: #333;
}
.site-header.color-scheme-light .main_logo .logo-holder {
  color: #000;
}
.site-header.color-scheme-light .header-menu > li > a,
.site-header.color-scheme-light .vim-social-network-icon {
  color: rgba(51,51,51,0.7);
}
.site-header.color-scheme-light .header-menu > li > a:hover,
.site-header.color-scheme-light .vim-social-network-icon:hover {
  color: #333;
}
.site-header.color-scheme-light .header-menu > li:not(.megamenu) ul.sub-menu,
.site-header.color-scheme-light .header-menu > li.megamenu > ul.sub-menu {
  background: #1b1d1f;
}
.site-header.color-scheme-light .header-menu ul.sub-menu > li.current-menu-item > a,
.site-header.color-scheme-light .header-menu ul.sub-menu > li.current-menu-parent > a,
.site-header.color-scheme-light .header-menu ul.sub-menu > li.current_page_item > a,
.site-header.color-scheme-light .header-menu ul.sub-menu > li.current-menu-ancestor > a,
.site-header.color-scheme-light .header-menu ul.sub-menu > li.is_title > .menu-item-link {
  color: #fff !important;
}
.site-header.color-scheme-light .header-menu ul.sub-menu > li > .menu-item-link {
  color: #d1d1d1;
}
.site-header.color-scheme-light .header-menu ul.sub-menu > li > a:hover {
  color: #fff;
  background-color: #515151;
}
.site-header.color-scheme-light .header-menu ul.sub-menu > li > a:hover > span.sub-arrow {
  border-color: transparent transparent transparent #fff;
}
.site-header.color-scheme-light .elements.with-divider .elements-container:after {
  border-color: #000 !important;
}
.site-header.color-scheme-light .element-cart svg path,
.site-header.color-scheme-light .element-myaccount svg path,
.site-header.color-scheme-light #header-search__button svg path {
  fill: rgba(51,51,51,0.7);
}
.site-header.color-scheme-light .element-cart:hover svg path,
.site-header.color-scheme-light .element-myaccount:hover svg path,
.site-header.color-scheme-light #header-search__button:hover svg path {
  fill: #333;
}
.site-header.color-scheme-dark {
  background-color: #1f2326;
  border-bottom-color: #474747;
}
.site-header.color-scheme-dark .header-menu > li > a > span:before {
  background-color: #fff;
}
.site-header.color-scheme-dark .main_logo .logo-holder {
  color: #fff;
}
.site-header.color-scheme-dark .header-menu > li > a,
.site-header.color-scheme-dark .vim-social-network-icon {
  color: rgba(255,255,255,0.85);
}
.site-header.color-scheme-dark .header-menu > li > a:hover,
.site-header.color-scheme-dark .vim-social-network-icon:hover {
  color: #fff;
}
.site-header.color-scheme-dark .header-menu > li:not(.megamenu) ul.sub-menu,
.site-header.color-scheme-dark .header-menu > li.megamenu > ul.sub-menu {
  background: #f4f4f4;
}
.site-header.color-scheme-dark .header-menu ul.sub-menu > li.current-menu-item > a,
.site-header.color-scheme-dark .header-menu ul.sub-menu > li.current-menu-parent > a,
.site-header.color-scheme-dark .header-menu ul.sub-menu > li.current_page_item > a,
.site-header.color-scheme-dark .header-menu ul.sub-menu > li.current-menu-ancestor > a,
.site-header.color-scheme-dark .header-menu ul.sub-menu > li.is_title > .menu-item-link {
  color: #000 !important;
}
.site-header.color-scheme-dark .header-menu ul.sub-menu > li > .menu-item-link {
  color: #5b5b5b;
}
.site-header.color-scheme-dark .header-menu ul.sub-menu > li > a:hover {
  color: #000;
  background-color: #e5e5e5;
}
.site-header.color-scheme-dark .header-menu ul.sub-menu > li > a:hover > span.sub-arrow {
  border-color: transparent transparent transparent #000;
}
.site-header.color-scheme-dark .elements.with-divider .elements-container:after {
  border-color: #fff !important;
}
.site-header.color-scheme-dark .element-cart svg path,
.site-header.color-scheme-dark .element-myaccount svg path,
.site-header.color-scheme-dark #header-search__button svg path {
  fill: rgba(255,255,255,0.7);
}
.site-header.color-scheme-dark .element-cart:hover svg path,
.site-header.color-scheme-dark .element-myaccount:hover svg path,
.site-header.color-scheme-dark #header-search__button:hover svg path {
  fill: #fff;
}
body.color-scheme-light #primary-menu > li > a .sub-arrow {
  border-color: rgba(51,51,51,0.7) transparent transparent transparent;
}
body.color-scheme-light #primary-menu > li > a:hover > span.sub-arrow {
  border-color: #000 transparent transparent transparent;
}
body.color-scheme-light.header-type-transparent .menu > li > a > span:before {
  background-color: #333;
}
body.color-scheme-light.header-type-transparent #primary-menu > li > a .sub-arrow {
  border-color: #d1d1d1 transparent transparent transparent;
}
body.color-scheme-light.header-type-transparent #primary-menu > li > a {
  color: #d1d1d1;
}
body.color-scheme-light.header-type-transparent #primary-menu > li > a:hover {
  color: #fff;
}
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu {
  background: #f4f4f4;
}
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li.current-menu-item > a,
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li.current-menu-parent > a,
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li.current_page_item > a,
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li.current-menu-ancestor > a,
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li.is_title > .menu-item-link {
  color: #000 !important;
}
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li > a {
  color: #5b5b5b;
}
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li > a span.sub-arrow {
  border-color: transparent transparent transparent #5b5b5b;
}
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li > a:hover {
  color: #000;
  background-color: #e5e5e5;
}
body.color-scheme-light.header-type-transparent #primary-menu ul.sub-menu > li > a:hover span.sub-arrow {
  border-color: transparent transparent transparent #000;
}
body.color-scheme-light.header-type-slidedown.menu-opened .header-elem .main-logo .light-version,
body.color-scheme-light.header-type-left-slide.menu-opened .header-elem .main-logo .light-version,
body.color-scheme-light.header-type-fullscreen.menu-opened .header-elem .main-logo .light-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body.color-scheme-light.header-type-slidedown.menu-opened .header-elem .main-logo .dark-version,
body.color-scheme-light.header-type-left-slide.menu-opened .header-elem .main-logo .dark-version,
body.color-scheme-light.header-type-fullscreen.menu-opened .header-elem .main-logo .dark-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.color-scheme-light.header-type-slidedown.menu-opened .header-elem .logo-holder,
body.color-scheme-light.header-type-left-slide.menu-opened .header-elem .logo-holder,
body.color-scheme-light.header-type-fullscreen.menu-opened .header-elem .logo-holder {
  color: #000;
}
body.color-scheme-light.header-type-slidedown.menu-opened .header-elem .Nav-iconLine,
body.color-scheme-light.header-type-left-slide.menu-opened .header-elem .Nav-iconLine,
body.color-scheme-light.header-type-fullscreen.menu-opened .header-elem .Nav-iconLine {
  background-color: #000;
}
body.color-scheme-light.header-type-slidedown #header,
body.color-scheme-light.header-type-left-slide #header,
body.color-scheme-light.header-type-fullscreen #header {
  background-color: #cecece;
}
body.color-scheme-light.header-type-slidedown #primary-menu > li > a .sub-arrow,
body.color-scheme-light.header-type-left-slide #primary-menu > li > a .sub-arrow,
body.color-scheme-light.header-type-fullscreen #primary-menu > li > a .sub-arrow {
  border-color: #5b5b5b transparent transparent transparent;
}
body.color-scheme-light.header-type-slidedown #primary-menu > li a,
body.color-scheme-light.header-type-left-slide #primary-menu > li a,
body.color-scheme-light.header-type-fullscreen #primary-menu > li a,
body.color-scheme-light.header-type-slidedown .vim-social-network-icon,
body.color-scheme-light.header-type-left-slide .vim-social-network-icon,
body.color-scheme-light.header-type-fullscreen .vim-social-network-icon {
  color: #5b5b5b;
}
body.color-scheme-light.header-type-slidedown #primary-menu > li a:hover,
body.color-scheme-light.header-type-left-slide #primary-menu > li a:hover,
body.color-scheme-light.header-type-fullscreen #primary-menu > li a:hover,
body.color-scheme-light.header-type-slidedown .vim-social-network-icon:hover,
body.color-scheme-light.header-type-left-slide .vim-social-network-icon:hover,
body.color-scheme-light.header-type-fullscreen .vim-social-network-icon:hover {
  color: #000;
}
body.color-scheme-light.header-type-slidedown .widget-wrapper,
body.color-scheme-light.header-type-left-slide .widget-wrapper,
body.color-scheme-light.header-type-fullscreen .widget-wrapper {
  color: #5b5b5b;
}
body.color-scheme-light .Nav-iconLine {
  background-color: #fff;
}
body.color-scheme-light .header-elem #logo .dark-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.color-scheme-light .header-elem #logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.color-scheme-light .header-elem .logo-holder {
  color: #fff;
}
body.color-scheme-dark #primary-menu > li > a .sub-arrow {
  border-color: rgba(255,255,255,0.85) transparent transparent transparent;
}
body.color-scheme-dark #primary-menu > li > a:hover > span.sub-arrow {
  border-color: #fff transparent transparent transparent;
}
body.color-scheme-dark.header-type-transparent .menu > li > a > span:before {
  background-color: #333;
}
body.color-scheme-dark.header-type-transparent #primary-menu > li > a .sub-arrow {
  border-color: #5b5b5b transparent transparent transparent;
}
body.color-scheme-dark.header-type-transparent #primary-menu > li > a {
  color: #5b5b5b;
}
body.color-scheme-dark.header-type-transparent #primary-menu > li > a:hover {
  color: #000;
}
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu {
  background: #222;
}
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li.current-menu-item > a,
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li.current-menu-parent > a,
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li.current_page_item > a,
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li.current-menu-ancestor > a,
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li.is_title > .menu-item-link {
  color: #fff !important;
}
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li > a {
  color: #d1d1d1;
}
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li > a span.sub-arrow {
  border-color: transparent transparent transparent #d1d1d1;
}
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li > a:hover {
  color: #fff;
  background-color: #515151;
}
body.color-scheme-dark.header-type-transparent #primary-menu ul.sub-menu > li > a:hover span.sub-arrow {
  border-color: transparent transparent transparent #fff;
}
body.color-scheme-dark.header-type-slidedown.menu-opened .header-elem .main-logo .light-version,
body.color-scheme-dark.header-type-left-slide.menu-opened .header-elem .main-logo .light-version,
body.color-scheme-dark.header-type-fullscreen.menu-opened .header-elem .main-logo .light-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.color-scheme-dark.header-type-slidedown.menu-opened .header-elem .main-logo .dark-version,
body.color-scheme-dark.header-type-left-slide.menu-opened .header-elem .main-logo .dark-version,
body.color-scheme-dark.header-type-fullscreen.menu-opened .header-elem .main-logo .dark-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body.color-scheme-dark.header-type-slidedown.menu-opened .header-elem .logo-holder,
body.color-scheme-dark.header-type-left-slide.menu-opened .header-elem .logo-holder,
body.color-scheme-dark.header-type-fullscreen.menu-opened .header-elem .logo-holder {
  color: #fff;
}
body.color-scheme-dark.header-type-slidedown.menu-opened .header-elem .Nav-iconLine,
body.color-scheme-dark.header-type-left-slide.menu-opened .header-elem .Nav-iconLine,
body.color-scheme-dark.header-type-fullscreen.menu-opened .header-elem .Nav-iconLine {
  background-color: #fff;
}
body.color-scheme-dark.header-type-slidedown #header,
body.color-scheme-dark.header-type-left-slide #header,
body.color-scheme-dark.header-type-fullscreen #header {
  background-color: #222;
}
body.color-scheme-dark.header-type-slidedown #primary-menu > li > a .sub-arrow,
body.color-scheme-dark.header-type-left-slide #primary-menu > li > a .sub-arrow,
body.color-scheme-dark.header-type-fullscreen #primary-menu > li > a .sub-arrow {
  border-color: #d1d1d1 transparent transparent transparent;
}
body.color-scheme-dark.header-type-slidedown #primary-menu > li a,
body.color-scheme-dark.header-type-left-slide #primary-menu > li a,
body.color-scheme-dark.header-type-fullscreen #primary-menu > li a,
body.color-scheme-dark.header-type-slidedown .vim-social-network-icon,
body.color-scheme-dark.header-type-left-slide .vim-social-network-icon,
body.color-scheme-dark.header-type-fullscreen .vim-social-network-icon {
  color: #d1d1d1;
}
body.color-scheme-dark.header-type-slidedown #primary-menu > li a:hover,
body.color-scheme-dark.header-type-left-slide #primary-menu > li a:hover,
body.color-scheme-dark.header-type-fullscreen #primary-menu > li a:hover,
body.color-scheme-dark.header-type-slidedown .vim-social-network-icon:hover,
body.color-scheme-dark.header-type-left-slide .vim-social-network-icon:hover,
body.color-scheme-dark.header-type-fullscreen .vim-social-network-icon:hover {
  color: #fff;
}
body.color-scheme-dark.header-type-slidedown .widget-wrapper,
body.color-scheme-dark.header-type-left-slide .widget-wrapper,
body.color-scheme-dark.header-type-fullscreen .widget-wrapper {
  color: #d1d1d1;
}
body.color-scheme-dark .Nav-iconLine {
  background-color: #000;
}
body.color-scheme-dark .header-elem #logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.color-scheme-dark .header-elem #logo .light-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.color-scheme-dark .header-elem .logo-holder {
  color: #000;
}
body.header-type-slidedown.menu-opened.logo-opened-light .header-elem .main-logo .light-version,
body.header-type-fullscreen.menu-opened.logo-opened-light .header-elem .main-logo .light-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.header-type-slidedown.menu-opened.logo-opened-light .header-elem .main-logo .dark-version,
body.header-type-fullscreen.menu-opened.logo-opened-light .header-elem .main-logo .dark-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body.header-type-slidedown.menu-opened.logo-opened-light .header-elem .logo-holder,
body.header-type-fullscreen.menu-opened.logo-opened-light .header-elem .logo-holder {
  color: #fff;
}
body.header-type-slidedown.menu-opened.logo-opened-light .header-elem .Nav-iconLine,
body.header-type-fullscreen.menu-opened.logo-opened-light .header-elem .Nav-iconLine {
  background-color: #fff;
}
body.header-type-slidedown.menu-opened.logo-opened-dark .header-elem .main-logo .light-version,
body.header-type-fullscreen.menu-opened.logo-opened-dark .header-elem .main-logo .light-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body.header-type-slidedown.menu-opened.logo-opened-dark .header-elem .main-logo .dark-version,
body.header-type-fullscreen.menu-opened.logo-opened-dark .header-elem .main-logo .dark-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.header-type-slidedown.menu-opened.logo-opened-dark .header-elem .logo-holder,
body.header-type-fullscreen.menu-opened.logo-opened-dark .header-elem .logo-holder {
  color: #000;
}
body.header-type-slidedown.menu-opened.logo-opened-dark .header-elem .Nav-iconLine,
body.header-type-fullscreen.menu-opened.logo-opened-dark .header-elem .Nav-iconLine {
  background-color: #000;
}
body.header-type-left-slide.menu-opened.logo-opened-light .site-v-header .main-logo .light-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.header-type-left-slide.menu-opened.logo-opened-light .site-v-header .main-logo .dark-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body.header-type-left-slide.menu-opened.logo-opened-dark .site-v-header .main-logo .light-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body.header-type-left-slide.menu-opened.logo-opened-dark .site-v-header .main-logo .dark-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.menu-active-items .site-header.color-scheme-light #primary-menu > li.current-menu-item > a,
body.menu-active-items .site-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
body.menu-active-items .site-header.color-scheme-light #primary-menu > li.current_page_item > a,
body.menu-active-items .site-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a {
  color: #333;
}
body.menu-active-items .site-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
body.menu-active-items .site-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
body.menu-active-items .site-header.color-scheme-dark #primary-menu > li.current_page_item > a,
body.menu-active-items .site-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a {
  color: #fff;
}
#header-elements[data-color="light"] #logo .dark-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#header-elements[data-color="light"] #logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header-elements[data-color="light"] .logo-holder {
  color: #fff;
}
#header-elements[data-color="light"] .Nav-iconLine {
  background-color: #fff;
}
#header-elements[data-color="dark"] #logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header-elements[data-color="dark"] #logo .light-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#header-elements[data-color="dark"] .logo-holder {
  color: #333;
}
#header-elements[data-color="dark"] .Nav-iconLine {
  background-color: #333;
}
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-ancestor > a {
  color: #000 !important;
}
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-parent > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current_page_item > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-ancestor > a,
body.menu-active-items #header[data-mark-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li.current-menu-ancestor > a {
  color: #fff !important;
}
#header.mark-light:not([data-mark-color]) .menu > li > a > span:before,
#header[data-color="light"] .menu > li > a > span:before,
#header[data-mark-color="light"] .menu > li > a > span:before {
  background-color: #fff;
}
#header.mark-light:not([data-mark-color]) #primary-menu > li > a .sub-arrow,
#header[data-color="light"] #primary-menu > li > a .sub-arrow,
#header[data-mark-color="light"] #primary-menu > li > a .sub-arrow {
  border-color: rgba(255,255,255,0.85) transparent transparent transparent;
}
#header.mark-light:not([data-mark-color]) #primary-menu > li > a:hover > span.sub-arrow,
#header[data-color="light"] #primary-menu > li > a:hover > span.sub-arrow,
#header[data-mark-color="light"] #primary-menu > li > a:hover > span.sub-arrow {
  border-color: #fff transparent transparent transparent;
}
#header.mark-light:not([data-mark-color]).menu-link_behavior--slide_up .menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--slide_up .menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--slide_up .menu > li > a > span.item:before,
#header.mark-light:not([data-mark-color]).menu-link_behavior--slide_left .menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--slide_left .menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--slide_left .menu > li > a > span.item:before,
#header.mark-light:not([data-mark-color]).menu-link_behavior--slide_through .menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--slide_through .menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--slide_through .menu > li > a > span.item:before {
  background-color: #fff;
}
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li > a:hover,
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li > a:hover,
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li > a:hover,
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li > a:hover {
  color: #000 !important;
}
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--mark_left #primary-menu.menu > li > a > span.item:before,
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--mark_through #primary-menu.menu > li > a > span.item:before,
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--mark2_left #primary-menu.menu > li > a > span.item:before,
#header.mark-light:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li > a > span.item:before,
#header[data-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="light"].menu-link_behavior--mark2_through #primary-menu.menu > li > a > span.item:before {
  background-color: rgba(255,255,255,0.7);
}
#header.mark-light:not([data-mark-color]) .main_logo .logo-holder,
#header[data-color="light"] .main_logo .logo-holder,
#header[data-mark-color="light"] .main_logo .logo-holder {
  color: #fff;
}
#header.mark-light:not([data-mark-color]) #logo .dark-version,
#header[data-color="light"] #logo .dark-version,
#header[data-mark-color="light"] #logo .dark-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#header.mark-light:not([data-mark-color]) #logo .light-version,
#header[data-color="light"] #logo .light-version,
#header[data-mark-color="light"] #logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header.mark-light:not([data-mark-color]) #primary-menu > li > a,
#header[data-color="light"] #primary-menu > li > a,
#header[data-mark-color="light"] #primary-menu > li > a,
#header.mark-light:not([data-mark-color]) .vim-social-network-icon,
#header[data-color="light"] .vim-social-network-icon,
#header[data-mark-color="light"] .vim-social-network-icon {
  color: rgba(255,255,255,0.85);
}
#header.mark-light:not([data-mark-color]) #primary-menu > li > a:hover,
#header[data-color="light"] #primary-menu > li > a:hover,
#header[data-mark-color="light"] #primary-menu > li > a:hover,
#header.mark-light:not([data-mark-color]) .vim-social-network-icon:hover,
#header[data-color="light"] .vim-social-network-icon:hover,
#header[data-mark-color="light"] .vim-social-network-icon:hover {
  color: #fff !important;
}
#header.mark-light:not([data-mark-color]) .elements-container .divider,
#header[data-color="light"] .elements-container .divider,
#header[data-mark-color="light"] .elements-container .divider {
  border-color: #fff !important;
}
#header.mark-light:not([data-mark-color]) .elements.with-divider .elements-container:after,
#header[data-color="light"] .elements.with-divider .elements-container:after,
#header[data-mark-color="light"] .elements.with-divider .elements-container:after {
  border-color: #fff !important;
}
#header.mark-light:not([data-mark-color]) .element-cart svg path,
#header[data-color="light"] .element-cart svg path,
#header[data-mark-color="light"] .element-cart svg path,
#header.mark-light:not([data-mark-color]) .element-myaccount svg path,
#header[data-color="light"] .element-myaccount svg path,
#header[data-mark-color="light"] .element-myaccount svg path,
#header.mark-light:not([data-mark-color]) #header-search__button svg path,
#header[data-color="light"] #header-search__button svg path,
#header[data-mark-color="light"] #header-search__button svg path {
  fill: rgba(255,255,255,0.7);
}
#header.mark-light:not([data-mark-color]) .element-cart:hover svg path,
#header[data-color="light"] .element-cart:hover svg path,
#header[data-mark-color="light"] .element-cart:hover svg path,
#header.mark-light:not([data-mark-color]) .element-myaccount:hover svg path,
#header[data-color="light"] .element-myaccount:hover svg path,
#header[data-mark-color="light"] .element-myaccount:hover svg path,
#header.mark-light:not([data-mark-color]) #header-search__button:hover svg path,
#header[data-color="light"] #header-search__button:hover svg path,
#header[data-mark-color="light"] #header-search__button:hover svg path {
  fill: #fff;
}
#header.mark-light:not([data-mark-color]) .side-cta-button .cta-button,
#header[data-color="light"] .side-cta-button .cta-button,
#header[data-mark-color="light"] .side-cta-button .cta-button {
  color: rgba(255,255,255,0.85);
}
#header.mark-light:not([data-mark-color]) .side-cta-button .cta-button.cta-outline,
#header[data-color="light"] .side-cta-button .cta-button.cta-outline,
#header[data-mark-color="light"] .side-cta-button .cta-button.cta-outline {
  border-color: rgba(255,255,255,0.85);
  color: rgba(255,255,255,0.85);
}
#header.mark-light:not([data-mark-color]) .side-cta-button .cta-button.cta-outline:hover,
#header[data-color="light"] .side-cta-button .cta-button.cta-outline:hover,
#header[data-mark-color="light"] .side-cta-button .cta-button.cta-outline:hover {
  background: #fff;
  color: #000;
}
#header.mark-light:not([data-mark-color]) .side-cta-button .cta-button.outline:after,
#header[data-color="light"] .side-cta-button .cta-button.outline:after,
#header[data-mark-color="light"] .side-cta-button .cta-button.outline:after {
  border-color: rgba(255,255,255,0.85);
}
#header.mark-light:not([data-mark-color]) .side-cta-button .cta-button.outline:hover:after,
#header[data-color="light"] .side-cta-button .cta-button.outline:hover:after,
#header[data-mark-color="light"] .side-cta-button .cta-button.outline:hover:after {
  border-color: transparent !important;
}
#header.mark-light:not([data-mark-color])[data-mark-color] a.cta-button,
#header[data-color="light"][data-mark-color] a.cta-button,
#header[data-mark-color="light"][data-mark-color] a.cta-button {
  border: 1px solid #fff;
}
#header.mark-dark:not([data-mark-color]) .menu > li > a > span:before,
#header[data-color="dark"] .menu > li > a > span:before,
#header[data-mark-color="dark"] .menu > li > a > span:before {
  background-color: #333;
}
#header.mark-dark:not([data-mark-color]) #primary-menu > li > a .sub-arrow,
#header[data-color="dark"] #primary-menu > li > a .sub-arrow,
#header[data-mark-color="dark"] #primary-menu > li > a .sub-arrow {
  border-color: rgba(51,51,51,0.7) transparent transparent transparent;
}
#header.mark-dark:not([data-mark-color]) #primary-menu > li > a:hover > span.sub-arrow,
#header[data-color="dark"] #primary-menu > li > a:hover > span.sub-arrow,
#header[data-mark-color="dark"] #primary-menu > li > a:hover > span.sub-arrow {
  border-color: #000 transparent transparent transparent;
}
#header.mark-dark:not([data-mark-color]).menu-link_behavior--slide_up .menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--slide_up .menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--slide_up .menu > li > a > span.item:before,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--slide_left .menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--slide_left .menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--slide_left .menu > li > a > span.item:before,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--slide_through .menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--slide_through .menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--slide_through .menu > li > a > span.item:before {
  background-color: #333;
}
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li > a:hover,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li > a:hover,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li > a:hover,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li > a:hover {
  color: #fff !important;
}
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_left #primary-menu.menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--mark_left #primary-menu.menu > li > a > span.item:before,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark_through #primary-menu.menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--mark_through #primary-menu.menu > li > a > span.item:before,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_left #primary-menu.menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--mark2_left #primary-menu.menu > li > a > span.item:before,
#header.mark-dark:not([data-mark-color]).menu-link_behavior--mark2_through #primary-menu.menu > li > a > span.item:before,
#header[data-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li > a > span.item:before,
#header[data-mark-color="dark"].menu-link_behavior--mark2_through #primary-menu.menu > li > a > span.item:before {
  background-color: #333;
}
#header.mark-dark:not([data-mark-color]) .main_logo .logo-holder,
#header[data-color="dark"] .main_logo .logo-holder,
#header[data-mark-color="dark"] .main_logo .logo-holder {
  color: #000;
}
#header.mark-dark:not([data-mark-color]) #logo .dark-version,
#header[data-color="dark"] #logo .dark-version,
#header[data-mark-color="dark"] #logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header.mark-dark:not([data-mark-color]) #logo .light-version,
#header[data-color="dark"] #logo .light-version,
#header[data-mark-color="dark"] #logo .light-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#header.mark-dark:not([data-mark-color]) #primary-menu > li > a,
#header[data-color="dark"] #primary-menu > li > a,
#header[data-mark-color="dark"] #primary-menu > li > a,
#header.mark-dark:not([data-mark-color]) .vim-social-network-icon,
#header[data-color="dark"] .vim-social-network-icon,
#header[data-mark-color="dark"] .vim-social-network-icon {
  color: rgba(51,51,51,0.7);
}
#header.mark-dark:not([data-mark-color]) #primary-menu > li > a:hover,
#header[data-color="dark"] #primary-menu > li > a:hover,
#header[data-mark-color="dark"] #primary-menu > li > a:hover,
#header.mark-dark:not([data-mark-color]) .vim-social-network-icon:hover,
#header[data-color="dark"] .vim-social-network-icon:hover,
#header[data-mark-color="dark"] .vim-social-network-icon:hover {
  color: #333 !important;
}
#header.mark-dark:not([data-mark-color]) .elements-container .divider,
#header[data-color="dark"] .elements-container .divider,
#header[data-mark-color="dark"] .elements-container .divider {
  border-color: #000 !important;
}
#header.mark-dark:not([data-mark-color]) .elements.with-divider .elements-container:after,
#header[data-color="dark"] .elements.with-divider .elements-container:after,
#header[data-mark-color="dark"] .elements.with-divider .elements-container:after {
  border-color: #000 !important;
}
#header.mark-dark:not([data-mark-color]) .element-cart svg path,
#header[data-color="dark"] .element-cart svg path,
#header[data-mark-color="dark"] .element-cart svg path,
#header.mark-dark:not([data-mark-color]) .element-myaccount svg path,
#header[data-color="dark"] .element-myaccount svg path,
#header[data-mark-color="dark"] .element-myaccount svg path,
#header.mark-dark:not([data-mark-color]) #header-search__button svg path,
#header[data-color="dark"] #header-search__button svg path,
#header[data-mark-color="dark"] #header-search__button svg path {
  fill: rgba(51,51,51,0.7);
}
#header.mark-dark:not([data-mark-color]) .element-cart:hover svg path,
#header[data-color="dark"] .element-cart:hover svg path,
#header[data-mark-color="dark"] .element-cart:hover svg path,
#header.mark-dark:not([data-mark-color]) .element-myaccount:hover svg path,
#header[data-color="dark"] .element-myaccount:hover svg path,
#header[data-mark-color="dark"] .element-myaccount:hover svg path,
#header.mark-dark:not([data-mark-color]) #header-search__button:hover svg path,
#header[data-color="dark"] #header-search__button:hover svg path,
#header[data-mark-color="dark"] #header-search__button:hover svg path {
  fill: #333;
}
#header.mark-dark:not([data-mark-color]) .side-cta-button .cta-button,
#header[data-color="dark"] .side-cta-button .cta-button,
#header[data-mark-color="dark"] .side-cta-button .cta-button {
  color: #000;
}
#header.mark-dark:not([data-mark-color]) .side-cta-button .cta-button.cta-outline,
#header[data-color="dark"] .side-cta-button .cta-button.cta-outline,
#header[data-mark-color="dark"] .side-cta-button .cta-button.cta-outline {
  border-color: #000;
  color: #000;
}
#header.mark-dark:not([data-mark-color]) .side-cta-button .cta-button:hover,
#header[data-color="dark"] .side-cta-button .cta-button:hover,
#header[data-mark-color="dark"] .side-cta-button .cta-button:hover {
  background: #000;
  color: rgba(255,255,255,0.85);
}
#header.mark-dark:not([data-mark-color]) .side-cta-button .cta-button.outline:after,
#header[data-color="dark"] .side-cta-button .cta-button.outline:after,
#header[data-mark-color="dark"] .side-cta-button .cta-button.outline:after {
  border-color: #000;
}
#header.mark-dark:not([data-mark-color]) .side-cta-button .cta-button.outline:hover:after,
#header[data-color="dark"] .side-cta-button .cta-button.outline:hover:after,
#header[data-mark-color="dark"] .side-cta-button .cta-button.outline:hover:after {
  border-color: transparent !important;
}
#header.mark-dark:not([data-mark-color])[data-mark-color] a.cta-button,
#header[data-color="dark"][data-mark-color] a.cta-button,
#header[data-mark-color="dark"][data-mark-color] a.cta-button {
  border: 1px solid #000;
}
body.menu-link_behavior--mark_left .site-header.color-scheme-light .header-menu > li > a:hover,
body.menu-link_behavior--mark_through .site-header.color-scheme-light .header-menu > li > a:hover,
body.menu-link_behavior--mark2_left .site-header.color-scheme-light .header-menu > li > a:hover,
body.menu-link_behavior--mark2_through .site-header.color-scheme-light .header-menu > li > a:hover {
  color: #fff;
}
body.menu-link_behavior--mark_left .site-header.color-scheme-dark .header-menu > li > a:hover,
body.menu-link_behavior--mark_through .site-header.color-scheme-dark .header-menu > li > a:hover,
body.menu-link_behavior--mark2_left .site-header.color-scheme-dark .header-menu > li > a:hover,
body.menu-link_behavior--mark2_through .site-header.color-scheme-dark .header-menu > li > a:hover {
  color: #333;
}
body.header-elements-light .header-elem #logo .dark-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-elements-light .header-elem #logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.header-elements-light .header-elem .logo-holder {
  color: #fff;
}
body.header-elements-light .header-elem .Nav-iconLine {
  background-color: #fff;
}
body.header-elements-light .elements.with-divider .elements-container:after {
  border-color: #fff !important;
}
body.header-elements-dark .header-elem #logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.header-elements-dark .header-elem #logo .light-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-elements-dark .header-elem .logo-holder {
  color: #333;
}
body.header-elements-dark .header-elem .Nav-iconLine {
  background-color: #333;
}
body.header-elements-dark .elements.with-divider .elements-container:after {
  border-color: #000 !important;
}
body.header-type-slidedown.menu-opened.color-scheme-light #header-elements #logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.header-type-slidedown.menu-opened.color-scheme-light #header-elements #logo .light-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-type-slidedown.menu-opened.color-scheme-light #header-elements .logo-holder {
  color: #333;
}
body.header-type-slidedown.menu-opened.color-scheme-light #header-elements .Nav-iconLine {
  background-color: #333;
}
body.header-type-slidedown.menu-opened.color-scheme-dark #header-elements #logo .dark-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.header-type-slidedown.menu-opened.color-scheme-dark #header-elements #logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.header-type-slidedown.menu-opened.color-scheme-dark #header-elements .logo-holder {
  color: #fff;
}
body.header-type-slidedown.menu-opened.color-scheme-dark #header-elements .Nav-iconLine {
  background-color: #fff;
}
body.header-elements-dark .site-header .element-cart svg path,
body.header-elements-dark .site-header .element-myaccount svg path,
body.header-elements-dark .site-header #header-search__button svg path {
  fill: rgba(51,51,51,0.7);
}
body.header-elements-dark .site-header .element-cart:hover svg path,
body.header-elements-dark .site-header .element-myaccount:hover svg path,
body.header-elements-dark .site-header #header-search__button:hover svg path {
  fill: #333;
}
body.header-elements-light .site-header .element-cart svg path,
body.header-elements-light .site-header .element-myaccount svg path,
body.header-elements-light .site-header #header-search__button svg path {
  fill: rgba(255,255,255,0.7);
}
body.header-elements-light .site-header .element-cart:hover svg path,
body.header-elements-light .site-header .element-myaccount:hover svg path,
body.header-elements-light .site-header #header-search__button:hover svg path {
  fill: #fff;
}
@media (min-width: 992px) {
  body.header-elements-dark .hamburger-box,
  body.header-elements-dark aside.vertical_menu_area .label {
    color: #000 !important;
  }
  body.header-elements-dark .social_box__button,
  body.header-elements-dark aside.vertical_menu_area .vim-social-network-icon {
    color: rgba(0,0,0,0.4) !important;
  }
  body.header-elements-light .hamburger-box,
  body.header-elements-light aside.vertical_menu_area .label {
    color: #fff !important;
  }
  body.header-elements-light .social_box__button,
  body.header-elements-light aside.vertical_menu_area .vim-social-network-icon {
    color: rgba(255,255,255,0.4) !important;
  }
}
.vertical_menu_wrap:not(.color-scheme-light) .vertical_menu_line {
  border-left-color: rgba(255,255,255,0.15);
}
.vertical_menu_wrap.color-scheme-light .vertical_menu_line {
  border-left-color: rgba(0,0,0,0.1);
}
body.vertical_menu.with-semi_transparent-header:not(.menu-opened) #vheader.color-scheme-dark aside.vertical_menu_area,
body.vertical_menu.with-semi_transparent-header:not(.menu-opened) #vheader.color-scheme-dark aside.vertical_menu_area .vertical_area_background {
  background-color: rgba(0,0,0,0) !important;
}
body.vertical_menu.with-semi_transparent-header:not(.menu-opened) #vheader.color-scheme-dark aside.vertical_menu_area:hover .vertical_area_background {
  background-color: rgba(0,0,0,0.2) !important;
}
body.vertical_menu.with-semi_transparent-header:not(.menu-opened) #vheader.color-scheme-light aside.vertical_menu_area,
body.vertical_menu.with-semi_transparent-header:not(.menu-opened) #vheader.color-scheme-light aside.vertical_menu_area .vertical_area_background {
  background-color: rgba(255,255,255,0) !important;
}
body.vertical_menu.with-semi_transparent-header:not(.menu-opened) #vheader.color-scheme-light aside.vertical_menu_area:hover .vertical_area_background {
  background-color: rgba(255,255,255,0.2) !important;
}
body.with-semi_transparent-header #vheader[data-mark-color="dark"] #primary-menu > li.current-menu-item > a,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] #primary-menu > li.current-menu-parent > a,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] #primary-menu > li.current_page_item > a,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] #primary-menu > li.current-menu-ancestor > a {
  color: #333;
}
body.with-semi_transparent-header #vheader[data-mark-color="light"] #primary-menu > li.current-menu-item > a,
body.with-semi_transparent-header #vheader[data-mark-color="light"] #primary-menu > li.current-menu-parent > a,
body.with-semi_transparent-header #vheader[data-mark-color="light"] #primary-menu > li.current_page_item > a,
body.with-semi_transparent-header #vheader[data-mark-color="light"] #primary-menu > li.current-menu-ancestor > a {
  color: #fff;
}
#vheader #logo.mark-light:not([data-mark-color]) .dark-version,
#vheader #logo[data-color="light"] .dark-version,
#vheader #logo[data-mark-color="light"] .dark-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#vheader #logo.mark-light:not([data-mark-color]) .light-version,
#vheader #logo[data-color="light"] .light-version,
#vheader #logo[data-mark-color="light"] .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#vheader #logo.mark-light:not([data-mark-color]) .logo-holder,
#vheader #logo[data-color="light"] .logo-holder,
#vheader #logo[data-mark-color="light"] .logo-holder {
  color: #fff;
}
#vheader #logo.mark-dark:not([data-mark-color]) .dark-version,
#vheader #logo[data-color="dark"] .dark-version,
#vheader #logo[data-mark-color="dark"] .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#vheader #logo.mark-dark:not([data-mark-color]) .light-version,
#vheader #logo[data-color="dark"] .light-version,
#vheader #logo[data-mark-color="dark"] .light-version {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#vheader #logo.mark-dark:not([data-mark-color]) .logo-holder,
#vheader #logo[data-color="dark"] .logo-holder,
#vheader #logo[data-mark-color="dark"] .logo-holder {
  color: #333;
}
.vertical_menu_logo:not(.color-scheme-light) .logo-holder {
  color: #000;
}
.vertical_menu_logo.color-scheme-light .logo-holder {
  color: #fff;
}
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .logo-holder {
  color: #000;
}
body.with-semi_transparent-header #vheader[data-mark-color="light"] .logo-holder {
  color: #fff;
}
.site-v-header.color-scheme-dark aside.vertical_menu_area,
body.header-type-slidedown #header.color-scheme-dark aside.vertical_menu_area,
body.with-semi_transparent-header #vheader[data-mark-color="light"] aside.vertical_menu_area {
  background-color: #000;
}
.site-v-header.color-scheme-dark .vertical_area_background,
body.header-type-slidedown #header.color-scheme-dark .vertical_area_background,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .vertical_area_background {
  background-color: #000;
}
.site-v-header.color-scheme-dark .hamburger-box,
body.header-type-slidedown #header.color-scheme-dark .hamburger-box,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .hamburger-box {
  color: #fff;
}
.site-v-header.color-scheme-dark .label,
body.header-type-slidedown #header.color-scheme-dark .label,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .label {
  color: #fff;
}
.site-v-header.color-scheme-dark .vertical_menu > ul a,
body.header-type-slidedown #header.color-scheme-dark .vertical_menu > ul a,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .vertical_menu > ul a,
.site-v-header.color-scheme-dark .social_box__button,
body.header-type-slidedown #header.color-scheme-dark .social_box__button,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .social_box__button {
  color: rgba(255,255,255,0.8);
}
.site-v-header.color-scheme-dark .vertical_menu > ul a:hover,
body.header-type-slidedown #header.color-scheme-dark .vertical_menu > ul a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .vertical_menu > ul a:hover,
.site-v-header.color-scheme-dark .social_box__button:hover,
body.header-type-slidedown #header.color-scheme-dark .social_box__button:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .social_box__button:hover {
  color: #fff;
}
.site-v-header.color-scheme-dark .vim-social-network-icon,
body.header-type-slidedown #header.color-scheme-dark .vim-social-network-icon,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .vim-social-network-icon {
  color: rgba(255,255,255,0.4);
}
.site-v-header.color-scheme-dark .vim-social-network-icon:hover,
body.header-type-slidedown #header.color-scheme-dark .vim-social-network-icon:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .vim-social-network-icon:hover {
  color: #fff;
}
.site-v-header.color-scheme-dark.menu-link_behavior--slide_up .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--slide_up .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--slide_up .menu > li > a > span:before,
.site-v-header.color-scheme-dark.menu-link_behavior--slide_left .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--slide_left .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--slide_left .menu > li > a > span:before,
.site-v-header.color-scheme-dark.menu-link_behavior--slide_through .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--slide_through .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--slide_through .menu > li > a > span:before {
  background-color: #fff;
}
.site-v-header.color-scheme-dark.menu-link_behavior--mark_left .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark_left .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark_left .menu > li > a:hover,
.site-v-header.color-scheme-dark.menu-link_behavior--mark_through .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark_through .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark_through .menu > li > a:hover,
.site-v-header.color-scheme-dark.menu-link_behavior--mark2_left .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark2_left .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark2_left .menu > li > a:hover,
.site-v-header.color-scheme-dark.menu-link_behavior--mark2_through .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark2_through .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark2_through .menu > li > a:hover {
  color: #000 !important;
}
.site-v-header.color-scheme-dark.menu-link_behavior--mark_left .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark_left .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark_left .menu > li > a > span:before,
.site-v-header.color-scheme-dark.menu-link_behavior--mark_through .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark_through .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark_through .menu > li > a > span:before,
.site-v-header.color-scheme-dark.menu-link_behavior--mark2_left .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark2_left .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark2_left .menu > li > a > span:before,
.site-v-header.color-scheme-dark.menu-link_behavior--mark2_through .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-dark.menu-link_behavior--mark2_through .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="light"].menu-link_behavior--mark2_through .menu > li > a > span:before {
  background-color: #fff;
}
.site-v-header.color-scheme-light aside.vertical_menu_area,
body.header-type-slidedown #header.color-scheme-light aside.vertical_menu_area,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] aside.vertical_menu_area {
  background-color: #fff;
}
.site-v-header.color-scheme-light .vertical_area_background,
body.header-type-slidedown #header.color-scheme-light .vertical_area_background,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vertical_area_background {
  background-color: #fff;
}
.site-v-header.color-scheme-light .hamburger-box,
body.header-type-slidedown #header.color-scheme-light .hamburger-box,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .hamburger-box {
  color: #000;
}
.site-v-header.color-scheme-light .label,
body.header-type-slidedown #header.color-scheme-light .label,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .label {
  color: #000;
}
.site-v-header.color-scheme-light .vim-social-network-icon,
body.header-type-slidedown #header.color-scheme-light .vim-social-network-icon,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vim-social-network-icon {
  color: rgba(0,0,0,0.4);
}
.site-v-header.color-scheme-light .vim-social-network-icon:hover,
body.header-type-slidedown #header.color-scheme-light .vim-social-network-icon:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vim-social-network-icon:hover {
  color: #000;
}
.site-v-header.color-scheme-light .vertical_menu > ul a,
body.header-type-slidedown #header.color-scheme-light .vertical_menu > ul a,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vertical_menu > ul a,
.site-v-header.color-scheme-light .social_box__button,
body.header-type-slidedown #header.color-scheme-light .social_box__button,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .social_box__button {
  color: rgba(0,0,0,0.8);
}
.site-v-header.color-scheme-light .vertical_menu > ul a:hover,
body.header-type-slidedown #header.color-scheme-light .vertical_menu > ul a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vertical_menu > ul a:hover,
.site-v-header.color-scheme-light .social_box__button:hover,
body.header-type-slidedown #header.color-scheme-light .social_box__button:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .social_box__button:hover {
  color: #000;
}
.site-v-header.color-scheme-light .vim-social-network-icon,
body.header-type-slidedown #header.color-scheme-light .vim-social-network-icon,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vim-social-network-icon {
  color: rgba(0,0,0,0.4);
}
.site-v-header.color-scheme-light .vim-social-network-icon:hover,
body.header-type-slidedown #header.color-scheme-light .vim-social-network-icon:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .vim-social-network-icon:hover {
  color: #000;
}
.site-v-header.color-scheme-light.menu-link_behavior--slide_up .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--slide_up .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--slide_up .menu > li > a > span:before,
.site-v-header.color-scheme-light.menu-link_behavior--slide_left .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--slide_left .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--slide_left .menu > li > a > span:before,
.site-v-header.color-scheme-light.menu-link_behavior--slide_through .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--slide_through .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--slide_through .menu > li > a > span:before {
  background-color: #000;
}
.site-v-header.color-scheme-light.menu-link_behavior--mark_left .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark_left .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark_left .menu > li > a:hover,
.site-v-header.color-scheme-light.menu-link_behavior--mark_through .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark_through .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark_through .menu > li > a:hover,
.site-v-header.color-scheme-light.menu-link_behavior--mark2_left .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark2_left .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark2_left .menu > li > a:hover,
.site-v-header.color-scheme-light.menu-link_behavior--mark2_through .menu > li > a:hover,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark2_through .menu > li > a:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark2_through .menu > li > a:hover {
  color: #fff !important;
}
.site-v-header.color-scheme-light.menu-link_behavior--mark_left .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark_left .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark_left .menu > li > a > span:before,
.site-v-header.color-scheme-light.menu-link_behavior--mark_through .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark_through .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark_through .menu > li > a > span:before,
.site-v-header.color-scheme-light.menu-link_behavior--mark2_left .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark2_left .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark2_left .menu > li > a > span:before,
.site-v-header.color-scheme-light.menu-link_behavior--mark2_through .menu > li > a > span:before,
body.header-type-slidedown #header.color-scheme-light.menu-link_behavior--mark2_through .menu > li > a > span:before,
body.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark2_through .menu > li > a > span:before {
  background-color: #000;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="light"] #logo .dark-version,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="light"] #logo .dark-version,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="light"] #logo .dark-version,
body.header-type-transparent #header-elements[data-mark-color="light"] #logo .dark-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="light"] #logo .light-version,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="light"] #logo .light-version,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="light"] #logo .light-version,
body.header-type-transparent #header-elements[data-mark-color="light"] #logo .light-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="light"] .logo-holder,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="light"] .logo-holder,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="light"] .logo-holder,
body.header-type-transparent #header-elements[data-mark-color="light"] .logo-holder {
  color: #fff !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="light"] .Nav-iconLine,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="light"] .Nav-iconLine,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="light"] .Nav-iconLine,
body.header-type-transparent #header-elements[data-mark-color="light"] .Nav-iconLine {
  background-color: #fff !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="dark"] #logo .dark-version,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="dark"] #logo .dark-version,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="dark"] #logo .dark-version,
body.header-type-transparent #header-elements[data-mark-color="dark"] #logo .dark-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="dark"] #logo .light-version,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="dark"] #logo .light-version,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="dark"] #logo .light-version,
body.header-type-transparent #header-elements[data-mark-color="dark"] #logo .light-version {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="dark"] .logo-holder,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="dark"] .logo-holder,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="dark"] .logo-holder,
body.header-type-transparent #header-elements[data-mark-color="dark"] .logo-holder {
  color: #333 !important;
}
body:not(.header-type-fullscreen):not(.header-type-slidedown).menu-opened #header-elements[data-mark-color="dark"] .Nav-iconLine,
body.header-type-fullscreen:not(.menu-opened) #header-elements[data-mark-color="dark"] .Nav-iconLine,
body.header-type-slidedown:not(.menu-opened) #header-elements[data-mark-color="dark"] .Nav-iconLine,
body.header-type-transparent #header-elements[data-mark-color="dark"] .Nav-iconLine {
  background-color: #333 !important;
}
body.header-type-slidedown .site-header.color-scheme-light .header-menu li p.menu-item-link {
  color: #fff !important;
}
body.header-type-slidedown .site-header.color-scheme-dark .header-menu li p.menu-item-link {
  color: #fff !important;
}
body.header-type-slidedown.color-scheme-light #primary-menu li p.menu-item-link {
  color: #000 !important;
}
body.header-type-slidedown.color-scheme-dark #primary-menu li p.menu-item-link {
  color: #fff !important;
}
/*--------------------------------------------------------------
* 2.1 Header
==============================================================*/
.site-footer .footer-wrapper a {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.site-footer .f-row > .col-md-12,
#pre-footer-area .f-row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 782px) {
  .site-footer:not(.section-layout) .f-column,
  #pre-footer-area .f-column {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer:not(.section-layout) .f-row,
  #pre-footer-area .f-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  #header > .container {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer .container-line.container,
  .site-footer .site-footer-area.container,
  .site-footer .site-footer-bar-area.container {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-footer {
  position: relative;
}
.site-footer .site-footer-bar-area {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.site-footer .container-line.container-fluid:not(.container-root) {
  padding: 0;
}
.site-footer .f-column .widget:last-child {
  margin-bottom: 0 !important;
}
.site-footer .footer-area-line {
  border-top-style: solid;
  border-top-width: 1px;
}
.site-footer .footer-area-line.scheme-dark {
  border-color: #636363;
}
.site-footer .footer-area-line.scheme-light {
  border-color: #ccc;
}
.site-footer .footer-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3a3a3a;
}
.site-footer .footer-wrapper .widget .widget-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: None;
  margin-bottom: 20px;
  color: #f2f2f2;
}
.site-footer .footer-wrapper li,
.site-footer .footer-wrapper p,
.site-footer .footer-wrapper a,
.site-footer .footer-wrapper .widget {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: None;
  color: #dcdcdc;
}
.site-footer .footer-wrapper .widget {
  margin-bottom: 35px;
}
.site-footer .footer-wrapper a:hover {
  color: #f9f9f9;
}
.site-footer .footer-wrapper.scheme-light {
  background-color: #fff;
}
.site-footer .footer-wrapper.scheme-light .widget .widget-title {
  color: #333;
}
.site-footer .footer-wrapper.scheme-light li,
.site-footer .footer-wrapper.scheme-light p,
.site-footer .footer-wrapper.scheme-light a,
.site-footer .footer-wrapper.scheme-light .widget {
  color: #222;
}
.site-footer .footer-wrapper.scheme-light a:hover {
  color: #666;
}
.site-footer .footer-wrapper.content-align-center .col {
  text-align: center;
}
.site-footer .footer-wrapper.content-align-right .col {
  text-align: right;
}
.site-footer .widget .widgettitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pre-footer .vc_row {
  margin-bottom: 0 !important;
}
.pre-footer .pre-footer-sidebar {
  overflow: hidden;
}
.site-footer .footer-wrapper.list-divider .col ul li:first-child {
  padding-top: 0px !important;
}
.site-footer .footer-wrapper.equal-height .f-row,
.site-footer .footer-wrapper.equal-height .f-row > .col:not(.f-column) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.site-footer .footer-wrapper.list-divider .col ul li {
  padding: 10px 0px !important;
  list-style: none;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
.site-footer .footer-wrapper.list-divider .col ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.site-footer .footer-wrapper.list-divider.list-divider-light .col ul li {
  border-bottom: 1px solid rgba(255,255,255,0.35);
}
.site-footer .footer-wrapper.columns-divider .f-column {
  border-left: 1px solid rgba(0,0,0,0.25);
}
.site-footer .footer-wrapper.columns-divider .f-column:first-child {
  border: none !important;
}
.site-footer .footer-wrapper.columns-divider.list-divider-light .f-column {
  border-left: 1px solid rgba(255,255,255,0.35);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper.equal-height .f-row,
  .site-footer .footer-wrapper.equal-height .f-row > .col:not(.f-column) {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.scroll-top {
  display: block;
  width: 80px;
  height: 85px;
  position: relative;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 100px;
  z-index: 5;
}
.scroll-top .icon {
  display: block;
  width: 80px;
  height: 70px;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.scroll-top .icon:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.scroll-top.align-right {
  margin-left: auto;
  margin-right: 60px;
}
.scroll-top.icon1 .icon {
  background: url("../images/up_to_top_01.svg") top center no-repeat;
}
.scroll-top.icon2 .icon {
  background: url("../images/up_to_top_02.svg") top center no-repeat;
}
.scroll-top.icon3 .icon {
  background: url("../images/up_to_top_03.svg") top center no-repeat;
}
.scroll-top span.text {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #818181;
  display: block;
  padding-left: 3px;
}
#pre_footer-area,
#footer-area {
  overflow: hidden;
}
.scroll-top-main {
  position: fixed;
  z-index: 29;
  right: 40px;
  bottom: 40px;
  width: 52px;
  height: 52px;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  float: right;
}
.scroll-top-main .scroll-button-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.scroll-top-main svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.scroll-top-main svg .circle1 {
  fill: none;
  stroke: #f00;
  stroke-width: 4;
  stroke-miterlimit: 10;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.scroll-top-main svg .circle2 {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  stroke-dasharray: 239;
  stroke-dashoffset: 239;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-animation-play-state: running;
}
.scroll-top-main.animation-1 svg .circle1 {
  fill: none;
  stroke: #f00;
  stroke-width: 4;
  stroke-miterlimit: 10;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.scroll-top-main.animation-1 svg .circle2 {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  stroke-dasharray: 239;
  stroke-dashoffset: 239;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-animation-play-state: running;
}
.scroll-top-main.animation-1 svg:hover .circle2 {
  stroke-width: 4;
  stroke-dashoffset: 0 !important;
  -webkit-animation-play-state: paused;
}
.scroll-top-main.animation-2:after {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 200px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  border: 1px solid #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.scroll-top-main.animation-2:after,
.scroll-top-main.animation-2:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-top-main.animation-2:hover:after {
  border-width: 6px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.scroll-top-main.icon1 .circle1 {
  stroke-width: 2 !important;
}
.scroll-top-main.icon5 .circle1,
.scroll-top-main.icon6 .circle1 {
  display: none;
}
.scroll-top-main.icon5.fill-light svg path,
.scroll-top-main.icon6.fill-light svg path,
.scroll-top-main.icon5.fill-light svg polygon,
.scroll-top-main.icon6.fill-light svg polygon {
  fill: #fff;
}
.scroll-top-main.icon5.fill-dark svg path,
.scroll-top-main.icon6.fill-dark svg path,
.scroll-top-main.icon5.fill-dark svg polygon,
.scroll-top-main.icon6.fill-dark svg polygon {
  fill: #000;
}
.scroll-top-main.icon5:before,
.scroll-top-main.icon6:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.scroll-top-main.icon5.with-shadow:before,
.scroll-top-main.icon6.with-shadow:before {
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon5:before,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon6:before {
  background-color: #fff !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon1:after,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon2:after,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon3:after,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon4:after {
  border-color: #fff !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon1 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon2 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon3 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon4 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon1 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon2 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon3 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon4 svg polygon {
  fill: #fff !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon5 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon6 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon5 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon6 svg polygon {
  fill: #000 !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon1 svg circle.circle1,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon2 svg circle.circle1,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon3 svg circle.circle1,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="light"].icon4 svg circle.circle1 {
  stroke: #fff !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon5:before,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon6:before {
  background-color: #000 !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon1:after,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon2:after,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon3:after,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon4:after {
  border-color: #000 !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon1 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon2 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon3 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon4 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon1 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon2 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon3 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon4 svg polygon {
  fill: #000 !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon5 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon6 svg path,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon5 svg polygon,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon6 svg polygon {
  fill: #fff !important;
}
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon1 svg circle.circle1,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon2 svg circle.circle1,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon3 svg circle.circle1,
.scroll-top-main[data-set-scheme="1"][data-footer-scheme="dark"].icon4 svg circle.circle1 {
  stroke: #000 !important;
}
@media screen and (max-width: 992px) {
  .scroll-top-main {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .scroll-top-main-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .scroll-top-main-mobile {
    position: fixed;
    z-index: 29;
    right: 17px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 3px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .scroll-top-main-mobile .fa {
    font-size: 36px;
    line-height: 38px;
    color: #fff;
  }
  .scroll-top-main-mobile.icon-dark .fa {
    color: #000;
  }
  .scroll-top-main-mobile.shadow {
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
  }
  .scroll-top-main-mobile.circle {
    border-radius: 50%;
  }
}
#bottom-bar .vim-social-network-icon {
  vertical-align: middle;
}
#bottom-bar .copyright.three-columns .col1,
#bottom-bar .copyright.three-columns .col3 {
  width: 50%;
}
#bottom-bar .copyright.three-columns .col2 {
  white-space: nowrap;
}
#bottom-bar .copyright .col-td.left {
  text-align: left;
}
#bottom-bar .copyright .col-td.center {
  text-align: center;
}
#bottom-bar .copyright .col-td.right {
  text-align: right;
}
#bottom-bar .copyright .elem {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
#bottom-bar .copyright .elem:first-child {
  margin-left: 0px !important;
}
#bottom-bar .copyright .elem:last-child {
  margin-right: 0px !important;
}
#bottom-bar .copyright .elem,
#bottom-bar .copyright .menu li {
  line-height: 180%;
  font-size: 12px;
}
#bottom-bar .copyright .vim-social-networks {
  font-size: 18px;
}
#bottom-bar .copyright .vim-social-networks a {
  margin: 0 12px;
}
#bottom-bar .copyright #menu-copybar {
  padding: 0;
  margin: 0;
}
#bottom-bar .copyright .menu li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
#bottom-bar .copyright .menu li:first-child {
  margin-left: 0;
}
#bottom-bar .copyright .menu li:last-child {
  margin-right: 0;
}
#bottom-bar .copyright p {
  margin: 0;
}
#bottom-bar .footer-sub-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ccc;
}
#bottom-bar.scheme-dark {
  background: #3a3a3a;
}
#bottom-bar.scheme-dark p,
#bottom-bar.scheme-dark a {
  color: #dcdcdc;
}
#bottom-bar.scheme-dark a:hover {
  color: #f9f9f9;
}
#bottom-bar.scheme-dark a:before {
  background-color: #f9f9f9;
}
#bottom-bar.scheme-dark .footer-sub-line {
  border-color: #636363;
}
#bottom-bar.scheme-light {
  background: #fff;
}
#bottom-bar.scheme-light p,
#bottom-bar.scheme-light a {
  color: #222;
}
#bottom-bar.scheme-light a:hover {
  color: #666;
}
#bottom-bar.scheme-light a:before {
  background-color: #666;
}
#bottom-bar.scheme-light .footer-sub-line {
  border-color: #ccc;
}
html.no-touchevents body.footer-link_behavior--mark_left #bottom-bar.scheme-light a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark_through #bottom-bar.scheme-light a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_left #bottom-bar.scheme-light a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_through #bottom-bar.scheme-light a:not(.no-animation):hover {
  color: #fff;
}
html.no-touchevents body.footer-link_behavior--mark_left #bottom-bar.scheme-light a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_through #bottom-bar.scheme-light a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_left #bottom-bar.scheme-light a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through #bottom-bar.scheme-light a:not(.no-animation):before {
  background-color: #666;
}
html.no-touchevents body.footer-link_behavior--mark_left #bottom-bar.scheme-dark a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark_through #bottom-bar.scheme-dark a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_left #bottom-bar.scheme-dark a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_through #bottom-bar.scheme-dark a:not(.no-animation):hover {
  color: #000;
}
html.no-touchevents body.footer-link_behavior--mark_left #bottom-bar.scheme-dark a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_through #bottom-bar.scheme-dark a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_left #bottom-bar.scheme-dark a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through #bottom-bar.scheme-dark a:not(.no-animation):before {
  background-color: #f9f9f9;
}
html.no-touchevents body.footer-link_behavior--mark_left .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark_through .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_left .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_through .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):hover {
  color: #fff;
}
html.no-touchevents body.footer-link_behavior--mark_left .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_through .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_left .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through .site-footer .footer-wrapper a:before.scheme-light a:not(.no-animation):before {
  background-color: #666;
}
html.no-touchevents body.footer-link_behavior--mark_left .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark_through .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_left .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):hover,
html.no-touchevents body.footer-link_behavior--mark2_through .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):hover {
  color: #000;
}
html.no-touchevents body.footer-link_behavior--mark_left .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark_through .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_left .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):before,
html.no-touchevents body.footer-link_behavior--mark2_through .site-footer .footer-wrapper a:before.scheme-dark a:not(.no-animation):before {
  background-color: #f9f9f9;
}
.container-fluid .col-td-social {
  text-align: right;
}
.container-fluid .content-left .copyright {
  text-align: left;
}
.container-fluid .content-center .copyright {
  text-align: center;
}
.container-fluid .content-right .copyright {
  text-align: right;
}
.copyright .vim-social-networks {
  display: inline-block;
  margin: 0;
  padding-top: 5px;
}
.copyright .vim-social-networks a:first-child {
  margin-left: 0 !important;
}
.copyright .vim-social-networks a:last-child {
  margin-right: 0 !important;
}
.copyright .footer-logo-a {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  border-bottom: none !important;
}
.copyright .copyright a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.copyright .copyright p {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  #bottom-bar[data-mobile="sm"] .copyright .vim-social-networks {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #bottom-bar[data-mobile="sm"] .copyright .col-td {
    width: 100%;
    display: block;
  }
  #bottom-bar[data-mobile="sm"] .copyright .col-td .elem {
    display: block;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #bottom-bar[data-mobile="sm"] .copyright .col-td:first-child .elem:first-child {
    margin-top: 0 !important;
  }
  #bottom-bar[data-mobile="sm"][data-mobile-align="left"] .copyright .col-td {
    text-align: left !important;
  }
  #bottom-bar[data-mobile="sm"][data-mobile-align="center"] .copyright .col-td {
    text-align: center !important;
  }
  #bottom-bar[data-mobile="sm"][data-mobile-align="right"] .copyright .col-td {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  #bottom-bar[data-mobile="xs"] .copyright .vim-social-networks {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #bottom-bar[data-mobile="xs"] .copyright .col-td {
    width: 100%;
    display: block;
  }
  #bottom-bar[data-mobile="xs"] .copyright .col-td .elem {
    display: block;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #bottom-bar[data-mobile="xs"] .copyright .col-td:first-child .elem:first-child {
    margin-top: 0 !important;
  }
  #bottom-bar[data-mobile="xs"][data-mobile-align="left"] .copyright .col-td {
    text-align: left !important;
  }
  #bottom-bar[data-mobile="xs"][data-mobile-align="center"] .copyright .col-td {
    text-align: center !important;
  }
  #bottom-bar[data-mobile="xs"][data-mobile-align="right"] .copyright .col-td {
    text-align: right !important;
  }
}
.site-content {
  position: relative;
}
@media screen and (max-width: 991px) {
  #bottom-bar[data-mobile="sm"] .copyright .bottom-bar-social {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #bottom-bar[data-mobile="sm"] .copyright .col-td {
    width: 100%;
    display: block;
  }
  #bottom-bar[data-mobile="sm"] .copyright .col-td .elem {
    display: block;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #bottom-bar[data-mobile="sm"] .copyright .col-td:first-child .elem:first-child {
    margin-top: 0 !important;
  }
  #bottom-bar[data-mobile="sm"][data-mobile-align="left"] .site-footer-bar-area .bottom-bar-social-top .bottom-bar-social,
  #bottom-bar[data-mobile="sm"][data-mobile-align="left"] .copyright .col-td {
    text-align: left !important;
  }
  #bottom-bar[data-mobile="sm"][data-mobile-align="center"] .site-footer-bar-area .bottom-bar-social-top .bottom-bar-social,
  #bottom-bar[data-mobile="sm"][data-mobile-align="center"] .copyright .col-td {
    text-align: center !important;
  }
  #bottom-bar[data-mobile="sm"][data-mobile-align="right"] .site-footer-bar-area .bottom-bar-social-top .bottom-bar-social,
  #bottom-bar[data-mobile="sm"][data-mobile-align="right"] .copyright .col-td {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  #bottom-bar[data-mobile="xs"] .copyright .bottom-bar-social {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #bottom-bar[data-mobile="xs"] .copyright .col-td {
    width: 100%;
    display: block;
  }
  #bottom-bar[data-mobile="xs"] .copyright .col-td .elem {
    display: block;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #bottom-bar[data-mobile="xs"] .copyright .col-td:first-child .elem:first-child {
    margin-top: 0 !important;
  }
  #bottom-bar[data-mobile="xs"][data-mobile-align="left"] .site-footer-bar-area .bottom-bar-social-top .bottom-bar-social,
  #bottom-bar[data-mobile="xs"][data-mobile-align="left"] .copyright .col-td {
    text-align: left !important;
  }
  #bottom-bar[data-mobile="xs"][data-mobile-align="center"] .site-footer-bar-area .bottom-bar-social-top .bottom-bar-social,
  #bottom-bar[data-mobile="xs"][data-mobile-align="center"] .copyright .col-td {
    text-align: center !important;
  }
  #bottom-bar[data-mobile="xs"][data-mobile-align="right"] .site-footer-bar-area .bottom-bar-social-top .bottom-bar-social,
  #bottom-bar[data-mobile="xs"][data-mobile-align="right"] .copyright .col-td {
    text-align: right !important;
  }
}
@media screen and (max-width: 992px) {
  #bottom-bar .copyright {
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer[data-phone-columns="1"] .row .col {
    border: none !important;
  }
  .site-footer[data-phone-columns="2"] .row .col:nth-child(1),
  .site-footer[data-phone-columns="2"] .row .col:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .site-footer[data-pad-columns="1"] .row .col {
    border: none !important;
  }
  .site-footer[data-pad-columns="2"] .row .col:nth-child(1),
  .site-footer[data-pad-columns="2"] .row .col:nth-child(2) {
    margin-top: 0 !important;
  }
  .site-footer[data-pad-columns="3"] .row .col:nth-child(1),
  .site-footer[data-pad-columns="3"] .row .col:nth-child(2),
  .site-footer[data-pad-columns="3"] .row .col:nth-child(3) {
    margin-top: 0 !important;
  }
  .site-footer[data-pad-columns="4"] .row .col:nth-child(1),
  .site-footer[data-pad-columns="4"] .row .col:nth-child(2),
  .site-footer[data-pad-columns="4"] .row .col:nth-child(3),
  .site-footer[data-pad-columns="4"] .row .col:nth-child(4) {
    margin-top: 0 !important;
  }
}
#footer-area .row > div > p {
  margin: 0;
}
#footer-area .row_section:last-of-type > .wpb_row {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
* 3 Elements
==============================================================*/
a {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.uppercase {
  text-transform: uppercase;
}
.nocursor,
.nocursor .grab-cursor,
.nocursor .grabbing-cursor {
  cursor: none;
}
blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
blockquote {
  padding-left: 25px;
  position: relative;
  margin-left: 0 !important;
  font-size: 16px;
}
.site-footer ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#sidebar ul {
  list-style: none;
  padding: 0;
}
#sidebar ul li {
  padding: 4px 0;
}
#sidebar.pull-right {
  padding-left: 55px;
}
#sidebar.pull-left {
  padding-right: 55px;
}
.anm-arrow-down-inf {
  -webkit-animation-name: arrow-down;
  -moz-animation-name: arrow-down;
  -o-animation-name: arrow-down;
  -ms-animation-name: arrow-down;
  animation-name: arrow-down;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.anm-arrow-up-inf {
  -webkit-animation-name: arrow-up;
  -moz-animation-name: arrow-up;
  -o-animation-name: arrow-up;
  -ms-animation-name: arrow-up;
  animation-name: arrow-up;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.anm-arrow-left-inf {
  -webkit-animation-name: arrow-left;
  -moz-animation-name: arrow-left;
  -o-animation-name: arrow-left;
  -ms-animation-name: arrow-left;
  animation-name: arrow-left;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.anm-arrow-right-inf {
  -webkit-animation-name: arrow-right;
  -moz-animation-name: arrow-right;
  -o-animation-name: arrow-right;
  -ms-animation-name: arrow-right;
  animation-name: arrow-right;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-facebook:hover {
  color: #3b5998 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-twitter:hover {
  color: #00aced !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-google-plus:hover,
.site-footer.social-hover-brand .vim-social-network-icon.vim-googleplus:hover {
  color: #dd4b39 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-vimeo:hover {
  color: #aad450 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-pinterest:hover {
  color: #cb2027 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-youtube:hover {
  color: #b00 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-tumblr:hover {
  color: #32506d !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-linkedin:hover {
  color: #007bb6 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-rss:hover {
  color: #ff7900 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-behance:hover {
  color: #1769ff !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-instagram:hover {
  color: #517fa4 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-git:hover {
  color: #000 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-soundcloud:hover {
  color: #ff3a00 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-xing:hover {
  color: #026466 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-vk:hover {
  color: #45668e !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-wechat:hover {
  color: #7bb32e !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-snapchat:hover {
  color: #fffc00 !important;
}
.site-footer.social-hover-brand .vim-social-network-icon.vim-flickr:hover {
  color: #0063dc !important;
}
.navigation-bar .dots a,
.rdy-post-nav .dots a {
  display: block;
  position: absolute;
  top: 18px;
  width: 25px;
  height: 25px;
  color: #000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navigation-bar .dots a > i:nth-child(1),
.rdy-post-nav .dots a > i:nth-child(1) {
  top: 3px;
  left: 10px;
}
.navigation-bar .dots a > i:nth-child(2),
.rdy-post-nav .dots a > i:nth-child(2) {
  top: 10px;
  left: 10px;
}
.navigation-bar .dots a > i:nth-child(3),
.rdy-post-nav .dots a > i:nth-child(3) {
  top: 17px;
  left: 10px;
}
.navigation-bar .dots a > i,
.rdy-post-nav .dots a > i {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s, background 0.3s;
  -moz-transition: -moz-transform 0.3s, background 0.3s;
  -o-transition: -o-transform 0.3s, background 0.3s;
  -ms-transition: -ms-transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s;
}
.navigation-bar .dots a > i:before,
.rdy-post-nav .dots a > i:before,
.navigation-bar .dots a > i:after,
.rdy-post-nav .dots a > i:after {
  content: '';
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
.navigation-bar .dots a > i:before,
.rdy-post-nav .dots a > i:before {
  left: -7px;
}
.navigation-bar .dots a > i:after,
.rdy-post-nav .dots a > i:after {
  right: -7px;
}
.navigation-bar .dots a:hover > i:before,
.rdy-post-nav .dots a:hover > i:before {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.navigation-bar .dots a:hover > i:after,
.rdy-post-nav .dots a:hover > i:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.navigation-bar .dots a:hover > i:nth-child(1),
.rdy-post-nav .dots a:hover > i:nth-child(1) {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.navigation-bar .dots a:hover > i:nth-child(2),
.rdy-post-nav .dots a:hover > i:nth-child(2) {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.navigation-bar .dots a:hover > i:nth-child(3),
.rdy-post-nav .dots a:hover > i:nth-child(3) {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.rdy-post-nav {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}
.rdy-post-nav.no-top-border {
  border-top: 0 !important;
}
.rdy-post-nav .arrow {
  width: 50px;
}
.rdy-post-nav .dots a {
  top: 38px;
}
.rdy-post-nav .rdy-post-next {
  text-align: right;
}
.rdy-post-nav .rdy-post-next .arrow-holder {
  right: 0px;
}
.rdy-post-nav .rdy-post-prev {
  text-align: left;
}
.rdy-post-nav .rdy-post-prev .arrow-holder {
  left: 0px;
}
.rdy-post-nav .col-table {
  height: 100px;
  position: relative;
}
.rdy-post-nav .rdy-post-next .gi,
.rdy-post-nav .rdy-post-prev .gi {
  color: #333;
  -webkit-transition: color 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.rdy-post-nav .rdy-post-next .rdy-nav-direction,
.rdy-post-nav .rdy-post-prev .rdy-nav-direction {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}
.rdy-post-nav .rdy-post-next .rdy-nav-title,
.rdy-post-nav .rdy-post-prev .rdy-nav-title {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rdy-post-nav .rdy-post-next .arrow-holder,
.rdy-post-nav .rdy-post-prev .arrow-holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mfp-figure .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: none !important;
}
.mfp-close {
  right: 0 !important;
  top: 0 !important;
  text-align: right;
  padding-right: 6px;
  width: 72px !important;
  height: 72px !important;
  background-color: #505050 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mfp-close:hover {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
@media (min-width: 600px) {
  .admin-bar .mfp-close {
    top: 32px !important;
  }
}
.mfp-close:before,
.mfp-close:after {
  position: absolute;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #fff;
  top: 18px;
  left: 50%;
}
.mfp-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-arrow {
  height: 90px !important;
  background-color: #505050 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mfp-title {
  margin-top: 6px;
  padding-right: 0 !important;
  left: 50% !important;
  position: absolute;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mfp-counter {
  display: none;
  right: 50% !important;
}
@media (max-width: 900px) {
  .mfp-close {
    width: 51px !important;
    height: 51px !important;
  }
  .mfp-close:before,
  .mfp-close:after {
    top: 10px !important;
  }
}
@media (max-width: 768px) {
  .mfp-arrow {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .mfp-close {
    top: 0 !important;
  }
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 30px !important;
  border-right: 21px solid #fff !important;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 21px solid #505050 !important;
  margin-left: 31px !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 21px solid #fff !important;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 21px solid #505050 !important;
  margin-left: 34px !important;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  top: 0 !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-img,
.mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-img,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-img,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.93) !important;
  -moz-transform: scale(0.93) !important;
  -o-transform: scale(0.93) !important;
  -ms-transform: scale(0.93) !important;
  transform: scale(0.93) !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-close,
.mfp-zoom-in .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-figure:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-ready .mfp-figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
  box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
}
.mfp-zoom-in.mfp-ready .mfp-close,
.mfp-zoom-in.mfp-ready .mfp-arrow {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.mfp-zoom-in.mfp-removing .mfp-close,
.mfp-zoom-in.mfp-removing .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
  overflow: visible;
}
@media screen and (min-width: 900px) {
  .mfp-wrap.wsize_50 .mfp-iframe-holder .mfp-content {
    max-width: 50%;
  }
  .mfp-wrap.wsize_70 .mfp-iframe-holder .mfp-content {
    max-width: 70%;
  }
  .mfp-wrap.wsize_90 .mfp-iframe-holder .mfp-content {
    max-width: 90%;
  }
}
.lg-sub-html,
.lg-toolbar {
  background-color: transparent !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-fade .lg-object {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 450ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: opacity 450ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: opacity 450ms cubic-bezier(0, 0, 0.25, 1) !important;
  -ms-transition: opacity 450ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: opacity 450ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-fade .lg-item.lg-complete .lg-object {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.lightbox-light .lg-backdrop {
  background: #fff;
}
body.lightbox-light .lg-sub-html .image-information .image-caption p,
body.lightbox-light .lg-sub-html .image-information .image-exif ul li {
  color: #020202;
}
body.lightbox-light .lg-sub-html .image-information .image-exif ul li span,
body.lightbox-light #lg-counter {
  color: rgba(2,2,2,0.4);
}
body.lightbox-light .lg-toolbar .lg-icon {
  color: rgba(2,2,2,0.4);
}
body.lightbox-light .lg-toolbar .lg-icon:hover {
  color: #020202;
}
body.lightbox-light .lg-progress-bar {
  background: rgba(2,2,2,0.4);
}
body.lightbox-light .lg-actions .lg-next,
body.lightbox-light .lg-actions .lg-prev {
  background-color: rgba(255,255,255,0.25);
  color: #020202;
}
body.lightbox-light .lg-actions .lg-next:hover,
body.lightbox-light .lg-actions .lg-prev:hover {
  color: #020202;
}
body.lightbox-light .lg-outer .lg-item {
  background: url("../vendor/lightgallery/img/loading_light.gif") no-repeat scroll center center transparent;
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
  -webkit-backface-visibility: hidden;
}
.royalSlider > * {
  float: left;
}
.royalSlider > .rsContent,
.royalSlider > .rsSlideRoot {
  visibility: hidden;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsContent {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d .rsContent,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
  z-index: 90;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto !important;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rsAutoHeight .rsContent {
  position: relative;
  height: auto;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsNav {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock,
.rsSBlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url("grab.png") 8 8, move;
}
.grabbing-cursor {
  cursor: url("grabbing.png") 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
a.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url("blank.gif");
  -webkit-backface-visibility: hidden;
  outline: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.abBlackBox {
  color: #fff;
  background: #000;
  background: rgba(0,0,0,0.75);
  padding: 15px;
}
.abWhiteBox {
  color: #000;
  background: #fff;
  background: rgba(255,255,255,0.75);
  padding: 15px;
}
.abTextAlignCenter {
  text-align: center;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item li {
  list-style: none;
}
.owl-carousel .gi {
  text-align: center;
  font-size: 25px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.owl-carousel .owl-dots {
  margin-top: 0;
  text-align: center;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  border: 2px solid rgba(51,51,51,0.5);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  font-family: FontAwesome !important;
  line-height: 48px;
  font-size: 25px;
  -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  text-align: center;
  cursor: pointer;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  border-color: #333;
}
.owl-carousel .owl-nav .owl-prev:before {
  color: rgba(51,51,51,0.5);
  content: "\f104";
  margin-right: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-carousel .owl-nav .owl-prev:hover:before {
  color: #333 !important;
}
.owl-carousel .owl-nav .owl-next:before {
  color: rgba(51,51,51,0.5);
  content: "\f105";
  margin-left: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-carousel .owl-nav .owl-next:hover:before {
  color: #333 !important;
}
.owl-carousel .owl-dots {
  left: 0;
  width: 100%;
  padding-top: 30px;
}
.owl-carousel .owl-dot {
  margin-top: 5px;
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: 0 0;
  border: 1px solid rgba(51,51,51,0.5);
  border-radius: 100%;
}
.owl-carousel .owl-dot span:hover {
  border-color: #333 !important;
}
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
  background: rgba(51,51,51,0.5);
}
.owl-carousel .owl-dot.active span:hover,
.owl-carousel .owl-dot:hover span:hover {
  background: #333 !important;
}
.owl-carousel.dark {
  color: #000;
}
.owl-carousel.dark .testimonial-content > a,
.owl-carousel.dark .text-primary,
.owl-carousel.dark .text-primary a,
.owl-carousel.dark .text-secondary {
  color: #000 !important;
}
.owl-carousel.light {
  color: #fff;
}
.owl-carousel.light .testimonial-content > a,
.owl-carousel.light .text-primary,
.owl-carousel.light .text-primary a,
.owl-carousel.light .text-secondary {
  color: #fff !important;
}
.owl-carousel.light .owl-prev,
.owl-carousel.light .owl-next {
  border-color: rgba(255,255,255,0.3);
}
.owl-carousel.light .owl-prev:before,
.owl-carousel.light .owl-next:before {
  color: rgba(255,255,255,0.3);
}
.owl-carousel.light .owl-prev:hover,
.owl-carousel.light .owl-next:hover {
  border-color: #fff;
}
.owl-carousel.light .owl-prev:hover:before,
.owl-carousel.light .owl-next:hover:before {
  color: #fff !important;
}
.owl-carousel.light .owl-dot span {
  border: 1px solid rgba(255,255,255,0.3);
}
.owl-carousel.light .owl-dot span:hover {
  border-color: #fff !important;
}
.owl-carousel.light .owl-dot.active span,
.owl-carousel.light .owl-dot:hover span {
  background: rgba(255,255,255,0.3);
}
.owl-carousel.light .owl-dot.active span:hover,
.owl-carousel.light .owl-dot:hover span:hover {
  background: #fff !important;
}
.owl-carousel.products .product-item {
  margin-bottom: 0;
}
.owl-carousel.products .product-item .price {
  margin-bottom: 0;
}
.owl-carousel.products .owl-nav .owl-next,
.owl-carousel.products .owl-nav .owl-prev {
  border: 0;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel.products .owl-nav .owl-next .owl-nav-container,
.owl-carousel.products .owl-nav .owl-prev .owl-nav-container {
  position: relative;
  top: -40px;
}
.owl-carousel.products .owl-nav .owl-next i,
.owl-carousel.products .owl-nav .owl-prev i {
  font-size: 30px !important;
}
.owl-carousel.products .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel.products .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel.products.color-light {
  color: #fff;
}
.owl-carousel.products.color-light .owl-prev:before,
.owl-carousel.products.color-light .owl-next:before {
  color: rgba(255,255,255,0.8);
}
.owl-carousel.products.color-light .owl-prev:hover:before,
.owl-carousel.products.color-light .owl-next:hover:before {
  color: #fff !important;
}
.owl-carousel.products.color-light .owl-dot span {
  border: 1px solid rgba(255,255,255,0.8);
}
.owl-carousel.products.color-light .owl-dot span:hover {
  border-color: #fff !important;
}
.owl-carousel.products.color-light .owl-dot.active span,
.owl-carousel.products.color-light .owl-dot:hover span {
  background: rgba(255,255,255,0.8);
}
.owl-carousel.products.color-light .owl-dot.active span:hover,
.owl-carousel.products.color-light .owl-dot:hover span:hover {
  background: #fff !important;
}
.owl-hide-arrows .owl-nav {
  display: none !important;
}
.owl-hide-dots .owl-dots {
  display: none !important;
}
/*--------------------------------------------------------------
* 4 Widgets
==============================================================*/
.widget.widget_search .search-field,
.woocommerce-sidebar.widget_search .search-field,
.widget.widget_product_search .search-field,
.woocommerce-sidebar.widget_product_search .search-field {
  padding: 18px 20px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search .search-submit,
.widget_product_search .search-submit,
.widget_product_search button[type="submit"] {
  display: none;
}
.widget .widget-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
}
.widget.widget_rss li {
  margin-bottom: 16px;
}
.widget.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss li .rssSummary {
  margin-top: 6px;
}
.widget select {
  width: 100%;
  padding: 10px !important;
}
.widget .tagcloud a {
  margin-right: 10px;
  font-size: 14px !important;
}
.widget-container ul li {
  padding: 0px 0px 5px 0px;
}
.widget_calendar caption {
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
.widget_calendar table #prev,
.widget_calendar table #next {
  text-align: center;
}
.widget_calendar table #prev {
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 2;
}
.widget_calendar table th {
  font-weight: 700;
  border-bottom: 0px;
  text-align: center !important;
  padding-bottom: 10px;
  color: #999;
}
.widget_calendar table td {
  text-align: center;
}
/*--------------------------------------------------------------
* 5 Page Title Area
==============================================================*/
.section-down-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
  z-index: 29;
  cursor: pointer;
  -webkit-animation: arrow 1s infinite;
  -moz-animation: arrow 1s infinite;
  -o-animation: arrow 1s infinite;
  -ms-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section-down-arrow.hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.section-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px !important;
  width: 60px;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 60px !important;
  z-index: 10;
  display: block;
  background: url("../images/arrow-bottom-light.svg") no-repeat 50% 50%;
  -webkit-background-size: 43px 24px;
  -moz-background-size: 43px 24px;
  background-size: 43px 24px;
}
.section-down-arrow i.icon-dark-style[class^="icon-"] {
  background: url("../images/arrow-bottom-dark.svg") no-repeat 50% 50%;
}
.breadcrumbs-container {
  margin-bottom: 30px;
}
.entry-description + .breadcrumbs-container {
  margin-top: 15px;
}
.breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none !important;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-left: 8px;
}
.breadcrumbs li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 13px;
  content: "/";
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  text-align: left;
  z-index: 3;
}
.breadcrumbs li:first-child:before {
  content: "";
  display: none;
}
.breadcrumbs li:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.breadcrumbs-container .breadcrumbs li:before {
  color: rgba(162,165,166,0.5);
}
.breadcrumbs-container .breadcrumbs,
.breadcrumbs-container .breadcrumbs a {
  color: #a2a5a6;
}
.breadcrumbs-container .breadcrumbs a {
  text-decoration: none;
}
.page-title + .breadcrumbs-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.breadcrumbs-container.breadcrumbs-light li,
.breadcrumbs-container.breadcrumbs-light a {
  color: #eee;
}
.breadcrumbs-container.breadcrumbs-light li:before {
  color: #eee;
}
.breadcrumbs-container .entry-title + .breadcrumbs {
  margin-top: 15px;
}
.fancy-header .highlight span,
.vc_custom_heading .highlight span,
h1.highlight span,
h2.highlight span {
  -webkit-box-shadow: #fff 10px 0 0 0, #fff -10px 0 0 0;
  box-shadow: #fff 10px 0 0 0, #fff -10px 0 0 0;
  background: #fff;
  display: inline;
  padding: 2px;
  padding-left: 0;
  padding-right: 0;
  box-decoration-break: clone;
}
.fancy-header h1,
.fancy-header h2 {
  line-height: 140%;
  max-width: 1000px;
}
.fancy-header h1 {
  max-width: 800px;
}
.fancy-subtitle {
  max-width: 650px !important;
}
.fancy-header h2.fancy-subtitle.first {
  position: relative;
}
.fancy-header h1.fancy-title.first {
  position: relative;
}
#fancy-header .fancy_parallax {
  background-image: none !important;
  overflow: hidden;
}
#fancy-header .fancy_parallax .fancy_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0;
  background-position: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#fancy-header .fancy_parallax > * {
  position: relative;
  z-index: 1;
}
.fancy-header {
  position: relative;
}
.fancy-header.fullscreen-header {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 2000px;
}
.fancy-header .background-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
}
.fancy-header .background-container.animate:not(.fancy_parallax) {
  display: none;
}
.fancy-header .h-separator {
  border-top: 5px solid transparent;
  width: 60px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fancy-header .fancy-meta .comments-link {
  margin-left: 10px;
}
.fancy-header .fancy-meta.light,
.fancy-header .fancy-meta.light a {
  color: #fff;
}
.fancy-header .fancy-meta.dark,
.fancy-header .fancy-meta.dark a {
  color: #000;
}
.fancy-header h1 {
  margin-top: 0;
}
.fancy-header h2 {
  margin-bottom: 0;
}
.fancy-header .breadcrumbs {
  margin-top: 15px;
}
.fancy-header .container,
.fancy-header .container-fluid {
  z-index: 100;
  position: relative;
}
.fancy-header.bg-overlay .overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: none repeat scroll 0 0 rgba(0,0,0,0.6);
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
}
.fancy-header.bg-overlay .overlay.light {
  background: none repeat scroll 0 0 #fff !important;
}
.fancy-header.ht-overlay:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.fancy-header.dark-overlay:after {
  background: none repeat scroll 0 0 #000;
}
.fancy-header.light-overlay:after {
  background: none repeat scroll 0 0 #fff;
}
.fancy-header ol {
  margin-bottom: 0;
}
.fancy-header {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fancy-header .overlay {
  display: none;
}
.fancy-header.fh-va-bottom .hgroup {
  vertical-align: bottom;
  padding-bottom: 50px;
}
.fancy-header.fh-a-left .hgroup {
  text-align: left;
}
.fancy-header.fh-a-center .hgroup {
  text-align: center;
}
.fancy-header.fh-a-center .hgroup h1,
.fancy-header.fh-a-center .hgroup h2 {
  margin-left: auto;
  margin-right: auto;
}
.fancy-header.fh-a-right .hgroup {
  text-align: right;
}
.fancy-header.fh-a-right .hgroup h1,
.fancy-header.fh-a-right .hgroup h2 {
  max-width: 100%;
}
#fancy-header {
  z-index: 0;
}
.fancy-header .fancy-title span.alt {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 13;
  height: 120%;
}
.fancy-header.fh-a-left .fancy-title span.alt {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.fancy-header.fh-a-right .fancy-title span.alt {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.fancy-header .fancy-title span.hilight.shadow1 {
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.fancy-header .fancy-title span.hilight.shadow2 {
  text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
.fancy-header .fancy-title span.hilight.shadow3 {
  text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.fancy-header .fancy-title span.hilight.shadow4 {
  text-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}
.fancy-header .fancy-title span.hilight.shadow5 {
  text-shadow: 0px 3px 5px rgba(0,0,0,0.22);
}
.fancy-header .fancy-title span.hilight.shadow6 {
  text-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.fancy-header .fancy-title span.hilight.shadow7 {
  text-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.fancy-header .fancy-title span.hilight.shadow8 {
  text-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}
.fancy-header .fancy-title span.hilight.shadow9 {
  text-shadow: 0px 10px 15px rgba(0,0,0,0.26);
}
.fancy-header .fancy-title span.hilight.shadow10 {
  text-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
#fancy-header.title-center .ft-wrap,
#fancy-header.content-left .ft-wrap,
#fancy-header.content-right .ft-wrap {
  display: table;
  width: 100%;
}
.content-left.fancy-header .col-td,
.content-right.fancy-header .col-td {
  display: block;
  width: 100%;
}
.content-right.fancy-header .col-td,
.title-left .breadcrumbs,
.title-right .hgroup {
  text-align: right;
}
#fancy-header.title-center .col-table,
#fancy-header.content-left .col-table,
#fancy-header.content-right .col-table {
  display: table-cell;
  vertical-align: middle;
}
.fancy-header.title-center .col-table,
.fancy-header.title-center .col-td {
  display: block;
  width: 100%;
  text-align: center;
}
.page-title.title-center h1,
.fancy-header.fh-a-center h1,
.page-title.title-center h2,
.fancy-header.fh-a-center h2 {
  margin-left: auto;
  margin-right: auto;
}
.page-title.content-right h1,
.fancy-header.fh-a-right h1,
.page-title.content-right h2,
.fancy-header.fh-a-right h2,
.page-title.content-right .subtitle,
.fancy-header.fh-a-right .subtitle {
  margin-right: 0;
  margin-left: auto;
}
.rdy-form-control {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.rdy-form-control:focus {
  border-color: #0c0c0c;
}
#post-area article .entry-meta .post-author a:hover,
#post-area article .entry-meta .author a:hover {
  text-decoration: underline;
}
.page-title .meta-info,
.fancy-header .meta-info {
  margin-top: 18px;
  line-height: 180%;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-title .meta-info span.sp,
.fancy-header .meta-info span.sp {
  margin: 0px 14px 0px 14px;
  font-weight: 400;
}
.page-title.title-center .meta-info,
.fancy-header.title-center .meta-info {
  text-align: center;
}
.page-title.title-right .meta-info,
.fancy-header.title-right .meta-info {
  text-align: right;
}
.section-down-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
  z-index: 101;
  cursor: pointer;
  -webkit-animation: arrow 1s infinite;
  -moz-animation: arrow 1s infinite;
  -o-animation: arrow 1s infinite;
  -ms-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section-down-arrow.hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.section-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px !important;
  width: 60px;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 60px !important;
  z-index: 10;
  display: block;
  background: url("../images/arrow-bottom-light.svg") no-repeat 50% 50%;
  -webkit-background-size: 43px 24px;
  -moz-background-size: 43px 24px;
  background-size: 43px 24px;
}
.section-down-arrow i.icon-dark-style[class^="icon-"] {
  background: url("../images/arrow-bottom-dark.svg") no-repeat 50% 50%;
}
.page-title {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.page-title .page-t-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 16px;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#fancy-header video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.title-area-slider_holder {
  overflow: hidden;
}
#fancy-header .background-container .glitch {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
#fancy-header .background-container .glitch canvas {
  width: 100%;
}
#fancy-header .breadcrumbs-container.dark a,
#fancy-header .breadcrumbs-container.dark li,
#fancy-header .breadcrumbs-container.dark li:before {
  color: #000;
}
#fancy-header .breadcrumbs-container.light a,
#fancy-header .breadcrumbs-container.light li,
#fancy-header .breadcrumbs-container.light li:before {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #fancy-header[data-entrance_animation="scale"] {
    background-color: #000;
  }
  #fancy-header[data-entrance_animation="scale"] .title-container {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  #fancy-header[data-entrance_animation="scale"] .background-container {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  #fancy-header[data-entrance_animation="down"] {
    background-color: #000;
  }
  #fancy-header[data-entrance_animation="down"] .title-container {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  #fancy-header[data-entrance_animation="down"] .background-container {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.title-container * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/*--------------------------------------------------------------
* 6 Blog
==============================================================*/
.blog-archive a,
.rdy_latest_post.boxes2 a,
.rdy_latest_post.boxes3 a,
.rdy_latest_post.boxes4 a {
  text-decoration: none;
}
.blog-archive .post-featured-img,
.rdy_latest_post.boxes2 .post-featured-img,
.rdy_latest_post.boxes3 .post-featured-img,
.rdy_latest_post.boxes4 .post-featured-img {
  position: relative;
  display: block;
  line-height: 0;
  max-width: 100%;
  height: 100%;
}
.blog-archive .post-featured-img img,
.rdy_latest_post.boxes2 .post-featured-img img,
.rdy_latest_post.boxes3 .post-featured-img img,
.rdy_latest_post.boxes4 .post-featured-img img {
  width: 100%;
}
.blog-archive .iso-container[data-items-animation] .grid-item > .post-wrapper,
.rdy_latest_post.boxes2 .iso-container[data-items-animation] .grid-item > .post-wrapper,
.rdy_latest_post.boxes3 .iso-container[data-items-animation] .grid-item > .post-wrapper,
.rdy_latest_post.boxes4 .iso-container[data-items-animation] .grid-item > .post-wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy_latest_post.boxes4 article.hentry .entry-title a {
  color: #fff !important;
}
.rdy_latest_post.boxes4 .post-wrapper {
  position: relative;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  border-radius: 4px;
  overflow: hidden;
}
.rdy_latest_post.boxes4 .post-wrapper .entry-title {
  padding: 15px 20px 20px 20px;
}
.rdy_latest_post.boxes4 .post-wrapper .image_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.rdy_latest_post.boxes4 .content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.rdy_latest_post.boxes4 .content-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.rdy_latest_post.boxes4 .entry-content {
  display: none;
}
.rdy_latest_post.boxes4 .entry-header {
  position: relative;
}
.rdy_latest_post.boxes4 .entry-meta {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.35) !important;
}
.rdy_latest_post.boxes4 .entry-meta,
.rdy_latest_post.boxes4 .entry-meta a {
  color: #fff;
}
.rdy_latest_post.boxes4 .entry-meta .entry-wrapper .comments-link a {
  background: url("../images/comments_light.svg") left no-repeat !important;
}
.rdy_latest_post.boxes4 .posted-on {
  padding-top: 0;
  font-weight: normal;
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  color: #fff;
}
.rdy_latest_post.boxes4 .post-wrapper:hover .posted-on {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body .entry-separator {
  width: 60px;
  height: 3px;
  background-color: #000;
  margin-bottom: 40px;
}
body.blog-masonry-gap-15 .blog-archive > .row {
  margin-left: -15px;
  margin-right: -15px;
}
body.blog-masonry-gap-15 .blog-archive .grid-item {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
body.blog-masonry-gap-20 .blog-archive > .row {
  margin-left: -20px;
  margin-right: -20px;
}
body.blog-masonry-gap-20 .blog-archive .grid-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
body.blog-masonry-gap-25 .blog-archive > .row {
  margin-left: -25px;
  margin-right: -25px;
}
body.blog-masonry-gap-25 .blog-archive .grid-item {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
body.blog-masonry-gap-25 .category-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
body.blog-masonry-gap-30 .blog-archive > .row {
  margin-left: -30px;
  margin-right: -30px;
}
body.blog-masonry-gap-30 .blog-archive .grid-item {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.rdy_latest_post.boxes2.gap-10,
.rdy_latest_post.boxes3.gap-10,
.rdy_latest_post.boxes4.gap-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.rdy_latest_post.boxes2.gap-10 li,
.rdy_latest_post.boxes3.gap-10 li,
.rdy_latest_post.boxes4.gap-10 li,
.rdy_latest_post.boxes2.gap-10 .grid-item,
.rdy_latest_post.boxes3.gap-10 .grid-item,
.rdy_latest_post.boxes4.gap-10 .grid-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.rdy_latest_post.boxes2.gap-15,
.rdy_latest_post.boxes3.gap-15,
.rdy_latest_post.boxes4.gap-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.rdy_latest_post.boxes2.gap-15 li,
.rdy_latest_post.boxes3.gap-15 li,
.rdy_latest_post.boxes4.gap-15 li,
.rdy_latest_post.boxes2.gap-15 .grid-item,
.rdy_latest_post.boxes3.gap-15 .grid-item,
.rdy_latest_post.boxes4.gap-15 .grid-item {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.rdy_latest_post.boxes2.gap-20,
.rdy_latest_post.boxes3.gap-20,
.rdy_latest_post.boxes4.gap-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.rdy_latest_post.boxes2.gap-20 li,
.rdy_latest_post.boxes3.gap-20 li,
.rdy_latest_post.boxes4.gap-20 li,
.rdy_latest_post.boxes2.gap-20 .grid-item,
.rdy_latest_post.boxes3.gap-20 .grid-item,
.rdy_latest_post.boxes4.gap-20 .grid-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.rdy_latest_post.boxes2.gap-25,
.rdy_latest_post.boxes3.gap-25,
.rdy_latest_post.boxes4.gap-25 {
  margin-left: -25px;
  margin-right: -25px;
}
. li,
. .grid-item {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
. .category-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.gap-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.gap-30 li,
.gap-30 .grid-item {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.category-wrapper .list_categories {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}
.category-wrapper .list_categories.align-center {
  text-align: center;
}
.category-wrapper .list_categories.align-right {
  text-align: right;
}
.category-wrapper .list_categories li {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}
.category-wrapper .list_categories li a {
  text-decoration: none;
}
.category-wrapper .list_categories li:first-child span {
  margin-left: 0;
  padding-left: 0;
}
.category-wrapper .list_categories li:last-child span {
  margin-right: 0;
  padding-right: 0;
}
.blog-archive.blog-with-categories {
  margin-top: 50px;
}
body.blog-archive-layout-style1 .category-wrapper:after {
  content: '';
  border-bottom: 1px solid #d3d3d1;
  display: block;
}
.blog-archive.blog-hover-zoom article.hentry .post-wrapper,
.rdy_latest_post.blog-hover-zoom article.hentry .post-wrapper {
  text-align: left;
}
.blog-archive.blog-hover-zoom article.hentry .post-featured-img:hover img,
.rdy_latest_post.blog-hover-zoom article.hentry .post-featured-img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-archive.blog-hover-zoom article.hentry .post-featured-img img,
.rdy_latest_post.blog-hover-zoom article.hentry .post-featured-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.blog-archive.blog-hover-zoom article.hentry:hover .image_bg,
.rdy_latest_post.blog-hover-zoom article.hentry:hover .image_bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-archive.blog-hover-zoom article.hentry .image_bg,
.rdy_latest_post.blog-hover-zoom article.hentry .image_bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.blog-archive.blog-hover-overlay article.hentry .title-wrapper .post-featured-img:before,
.rdy_latest_post.blog-hover-overlay article.hentry .title-wrapper .post-featured-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.2, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.2, 1, 0.22, 1);
}
.blog-archive.blog-hover-overlay article.hentry .title-wrapper .img_link:hover .post-featured-img:before,
.rdy_latest_post.blog-hover-overlay article.hentry .title-wrapper .img_link:hover .post-featured-img:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element,
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element.element-color-dark svg rect,
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element.element-color-dark svg rect {
  fill: #000 !important;
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element svg,
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(1),
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(1) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(2),
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(2) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(3),
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(3) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog-archive.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(4),
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link .hover-element svg rect:nth-child(4) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.blog-archive.blog-hover-cross .title-wrapper .img_link:hover svg,
.rdy_latest_post.blog-hover-cross .title-wrapper .img_link:hover svg {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
body.blog-archive-layout-style2 .blog-archive.blog-hover-zoom article.hentry .title-wrapper:hover .post-featured-img img,
body.blog-archive-layout-style3 .blog-archive.blog-hover-zoom article.hentry .title-wrapper:hover .post-featured-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
body.blog-archive-layout-style1 .blog-archive article.hentry {
  border-top: 1px solid #d3d3d1;
  padding-top: 50px;
  margin-bottom: 65px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry:not(.has-post-thumbnail) .title-wrapper {
  background-color: rgba(0,0,0,0.18);
  width: 100%;
  height: 100%;
}
body.blog-archive-layout-style1 .blog-archive article.hentry:not(.has-post-thumbnail) .title-wrapper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  text-align: center;
  color: #fff;
  font: normal normal normal 18px/60px FontAwesome;
  content: "\f03e";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry.sticky {
  padding: 30px;
  background-color: #f3f3f3;
  position: relative;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .sticky-post {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #007bff transparent transparent;
  color: #fff;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .sticky-post .fa {
  position: relative;
  left: 27px;
  top: 6px;
  font-size: 17px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry:not(.sticky):first-child {
  padding-top: 0;
}
body.blog-archive-layout-style1 .blog-archive article.hentry:first-child {
  border: none;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .title-wrapper {
  position: relative;
  min-height: 300px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon {
  position: absolute;
  visibility: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 15px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  font-family: 'FontAwesome', sans-serif;
  font-size: 18px;
  color: #787878;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-audio:before {
  content: "\f001";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-video:before {
  content: "\f03d";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-quote:before {
  content: "\f10d";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-quote:before {
  content: "\f10d";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-chat:before {
  content: "\f0e6";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-status:before {
  content: "\f27b";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-link:before {
  content: "\f0c1";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-aside:before {
  content: "\f0f6";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-image:before,
body.blog-archive-layout-style1 .blog-archive article.hentry .post-format-icon.format-gallery:before {
  content: "\f03e";
}
body.blog-archive-layout-style1 .blog-archive article.hentry .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .post-featured-img {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-title a {
  color: inherit;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-content {
  margin-top: 25px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-content p {
  margin-top: 0;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .col-meta {
  padding-right: 70px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-header .categories {
  display: block;
  margin-bottom: 20px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-meta {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-meta a {
  color: inherit;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-meta .fa {
  margin-right: 8px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-meta > span {
  display: block;
  margin-top: 4px;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-meta > span:first-child {
  margin-top: 0;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .entry-meta p {
  margin-top: 0;
  margin-bottom: 0;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .author-title,
body.blog-archive-layout-style1 .blog-archive article.hentry .posted-title,
body.blog-archive-layout-style1 .blog-archive article.hentry .category-title {
  display: block;
  font-size: 11px;
  color: #afafaf;
  text-transform: uppercase;
}
body.blog-archive-layout-style1 .blog-archive article.hentry .more-link {
  margin-top: 28px;
  display: inline-block;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .post-wrapper .post-featured-img,
body.blog-archive-layout-style3 .blog-archive article.hentry .post-wrapper .post-featured-img,
.rdy_latest_post.boxes2 article.hentry .post-wrapper .post-featured-img,
.rdy_latest_post.boxes3 article.hentry .post-wrapper .post-featured-img,
.rdy_latest_post.boxes4 article.hentry .post-wrapper .post-featured-img {
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .post-wrapper .post-featured-img img,
body.blog-archive-layout-style3 .blog-archive article.hentry .post-wrapper .post-featured-img img,
.rdy_latest_post.boxes2 article.hentry .post-wrapper .post-featured-img img,
.rdy_latest_post.boxes3 article.hentry .post-wrapper .post-featured-img img,
.rdy_latest_post.boxes4 article.hentry .post-wrapper .post-featured-img img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px 4px 0px 0px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry.sticky .post-wrapper,
body.blog-archive-layout-style3 .blog-archive article.hentry.sticky .post-wrapper,
.rdy_latest_post.boxes2 article.hentry.sticky .post-wrapper,
.rdy_latest_post.boxes3 article.hentry.sticky .post-wrapper,
.rdy_latest_post.boxes4 article.hentry.sticky .post-wrapper {
  border: 4px solid rgba(51,128,255,0.6);
  border-radius: 8px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-title,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-title,
.rdy_latest_post.boxes2 article.hentry .entry-title,
.rdy_latest_post.boxes3 article.hentry .entry-title,
.rdy_latest_post.boxes4 article.hentry .entry-title {
  margin-top: 0;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-title a,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-title a,
.rdy_latest_post.boxes2 article.hentry .entry-title a,
.rdy_latest_post.boxes3 article.hentry .entry-title a,
.rdy_latest_post.boxes4 article.hentry .entry-title a {
  color: #000;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .title-wrapper .entry-title,
body.blog-archive-layout-style3 .blog-archive article.hentry .title-wrapper .entry-title,
.rdy_latest_post.boxes2 article.hentry .title-wrapper .entry-title,
.rdy_latest_post.boxes3 article.hentry .title-wrapper .entry-title,
.rdy_latest_post.boxes4 article.hentry .title-wrapper .entry-title {
  padding: 30px 20px 30px 20px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .content-wrapper,
body.blog-archive-layout-style3 .blog-archive article.hentry .content-wrapper,
.rdy_latest_post.boxes2 article.hentry .content-wrapper,
.rdy_latest_post.boxes3 article.hentry .content-wrapper,
.rdy_latest_post.boxes4 article.hentry .content-wrapper {
  padding: 0px 20px 0 20px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-content,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-content,
.rdy_latest_post.boxes2 article.hentry .entry-content,
.rdy_latest_post.boxes3 article.hentry .entry-content,
.rdy_latest_post.boxes4 article.hentry .entry-content {
  margin: 0;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-content .excerpt,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-content .excerpt,
.rdy_latest_post.boxes2 article.hentry .entry-content .excerpt,
.rdy_latest_post.boxes3 article.hentry .entry-content .excerpt,
.rdy_latest_post.boxes4 article.hentry .entry-content .excerpt {
  padding-bottom: 30px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-content p,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-content p,
.rdy_latest_post.boxes2 article.hentry .entry-content p,
.rdy_latest_post.boxes3 article.hentry .entry-content p,
.rdy_latest_post.boxes4 article.hentry .entry-content p {
  margin-top: 0;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta,
.rdy_latest_post.boxes2 article.hentry .entry-meta,
.rdy_latest_post.boxes3 article.hentry .entry-meta,
.rdy_latest_post.boxes4 article.hentry .entry-meta {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta .entry-wrapper,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta .entry-wrapper,
.rdy_latest_post.boxes2 article.hentry .entry-meta .entry-wrapper,
.rdy_latest_post.boxes3 article.hentry .entry-meta .entry-wrapper,
.rdy_latest_post.boxes4 article.hentry .entry-meta .entry-wrapper {
  display: table;
  width: 100%;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta .entry-wrapper > span,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta .entry-wrapper > span,
.rdy_latest_post.boxes2 article.hentry .entry-meta .entry-wrapper > span,
.rdy_latest_post.boxes3 article.hentry .entry-meta .entry-wrapper > span,
.rdy_latest_post.boxes4 article.hentry .entry-meta .entry-wrapper > span {
  display: table-cell;
  vertical-align: middle;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta .entry-wrapper .post-author,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta .entry-wrapper .post-author,
.rdy_latest_post.boxes2 article.hentry .entry-meta .entry-wrapper .post-author,
.rdy_latest_post.boxes3 article.hentry .entry-meta .entry-wrapper .post-author,
.rdy_latest_post.boxes4 article.hentry .entry-meta .entry-wrapper .post-author {
  padding-top: 6px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta .entry-wrapper .comments-link,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta .entry-wrapper .comments-link,
.rdy_latest_post.boxes2 article.hentry .entry-meta .entry-wrapper .comments-link,
.rdy_latest_post.boxes3 article.hentry .entry-meta .entry-wrapper .comments-link,
.rdy_latest_post.boxes4 article.hentry .entry-meta .entry-wrapper .comments-link {
  text-align: right;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta .entry-wrapper .comments-link a,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta .entry-wrapper .comments-link a,
.rdy_latest_post.boxes2 article.hentry .entry-meta .entry-wrapper .comments-link a,
.rdy_latest_post.boxes3 article.hentry .entry-meta .entry-wrapper .comments-link a,
.rdy_latest_post.boxes4 article.hentry .entry-meta .entry-wrapper .comments-link a {
  background: url("../images/comments.svg") left no-repeat;
  padding-left: 24px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta span,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta span,
.rdy_latest_post.boxes2 article.hentry .entry-meta span,
.rdy_latest_post.boxes3 article.hentry .entry-meta span,
.rdy_latest_post.boxes4 article.hentry .entry-meta span {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  padding-right: 3px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta span.byline,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta span.byline,
.rdy_latest_post.boxes2 article.hentry .entry-meta span.byline,
.rdy_latest_post.boxes3 article.hentry .entry-meta span.byline,
.rdy_latest_post.boxes4 article.hentry .entry-meta span.byline,
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta span.posted-on,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta span.posted-on,
.rdy_latest_post.boxes2 article.hentry .entry-meta span.posted-on,
.rdy_latest_post.boxes3 article.hentry .entry-meta span.posted-on,
.rdy_latest_post.boxes4 article.hentry .entry-meta span.posted-on {
  padding-top: 0;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta .avatar-img,
body.blog-archive-layout-style3 .blog-archive article.hentry .entry-meta .avatar-img,
.rdy_latest_post.boxes2 article.hentry .entry-meta .avatar-img,
.rdy_latest_post.boxes3 article.hentry .entry-meta .avatar-img,
.rdy_latest_post.boxes4 article.hentry .entry-meta .avatar-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .author-wrapper,
body.blog-archive-layout-style3 .blog-archive article.hentry .author-wrapper,
.rdy_latest_post.boxes2 article.hentry .author-wrapper,
.rdy_latest_post.boxes3 article.hentry .author-wrapper,
.rdy_latest_post.boxes4 article.hentry .author-wrapper {
  position: relative;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .author-wrapper span,
body.blog-archive-layout-style3 .blog-archive article.hentry .author-wrapper span,
.rdy_latest_post.boxes2 article.hentry .author-wrapper span,
.rdy_latest_post.boxes3 article.hentry .author-wrapper span,
.rdy_latest_post.boxes4 article.hentry .author-wrapper span {
  line-height: 1.5;
  display: block;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .cat-links,
body.blog-archive-layout-style3 .blog-archive article.hentry .cat-links,
.rdy_latest_post.boxes2 article.hentry .cat-links,
.rdy_latest_post.boxes3 article.hentry .cat-links,
.rdy_latest_post.boxes4 article.hentry .cat-links {
  text-transform: uppercase;
}
body.blog-archive-layout-style2 .blog-archive article.hentry:hover .entry-meta span,
body.blog-archive-layout-style3 .blog-archive article.hentry:hover .entry-meta span,
.rdy_latest_post.boxes2 article.hentry:hover .entry-meta span,
.rdy_latest_post.boxes3 article.hentry:hover .entry-meta span,
.rdy_latest_post.boxes4 article.hentry:hover .entry-meta span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.blog-archive-layout-style3 .blog-archive article.hentry:not(.sticky) .post-wrapper .post-featured-img,
.rdy_latest_post.boxes3 article.hentry:not(.sticky) .post-wrapper .post-featured-img,
.rdy_latest_post.boxes4 article.hentry:not(.sticky) .post-wrapper .post-featured-img {
  border-radius: 4px;
}
body.blog-archive-layout-style3 .blog-archive article.hentry:not(.sticky) .post-wrapper .post-featured-img img,
.rdy_latest_post.boxes3 article.hentry:not(.sticky) .post-wrapper .post-featured-img img,
.rdy_latest_post.boxes4 article.hentry:not(.sticky) .post-wrapper .post-featured-img img {
  border-radius: 4px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .post-wrapper,
.rdy_latest_post.boxes2 article.hentry .post-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  border-radius: 4px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .post-wrapper .post-featured-img img,
.rdy_latest_post.boxes2 article.hentry .post-wrapper .post-featured-img img {
  width: 100%;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .post-wrapper .entry-title,
.rdy_latest_post.boxes2 article.hentry .post-wrapper .entry-title {
  padding: 15px 40px 30px 40px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .content-wrapper,
.rdy_latest_post.boxes2 article.hentry .content-wrapper {
  padding: 0px 40px 0 40px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta,
.rdy_latest_post.boxes2 article.hentry .entry-meta {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
body.blog-archive-layout-style2 .blog-archive article.hentry .entry-meta.author-style,
.rdy_latest_post.boxes2 article.hentry .entry-meta.author-style {
  padding-left: 0;
  padding-right: 0;
}
body.blog-archive-layout-style2 article.hentry .entry-header .posted-on,
body.blog-archive-layout-style3 article.hentry .entry-header .posted-on,
.rdy_latest_post.boxes2 article.hentry .entry-header .posted-on,
.rdy_latest_post.boxes3 article.hentry .entry-header .posted-on,
.rdy_latest_post.boxes4 article.hentry .entry-header .posted-on {
  padding: 37px 40px 0px 40px;
  display: block;
  font-weight: bold;
}
body.blog-archive-layout-style2 article.hentry .entry-header .posted-on a,
body.blog-archive-layout-style3 article.hentry .entry-header .posted-on a,
.rdy_latest_post.boxes2 article.hentry .entry-header .posted-on a,
.rdy_latest_post.boxes3 article.hentry .entry-header .posted-on a,
.rdy_latest_post.boxes4 article.hentry .entry-header .posted-on a {
  color: #ccc;
}
body.blog-archive-layout-style3 article.hentry .entry-header .posted-on,
.rdy_latest_post.boxes3 article.hentry .entry-header .posted-on,
.rdy_latest_post.boxes4 article.hentry .entry-header .posted-on {
  padding: 37px 20px 0px 20px;
}
@media screen and (max-width: 991px) {
  .rdy_latest_post.boxes4 article.hentry .entry-meta {
    display: none;
  }
}
.paginator {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  padding-top: 23px;
  border-top: 1px solid #ededed;
}
.paginator .page-nav {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  width: 100%;
}
.paginator .page-nav .nav-prev {
  float: left;
}
.paginator .page-nav .nav-next {
  float: right;
}
.paginator .page-nav .nav-prev,
.paginator .page-nav .nav-next {
  position: relative;
}
.paginator .page-nav .nav-prev:hover,
.paginator .page-nav .nav-next:hover {
  color: inherit !important;
}
.paginator .page-links {
  position: relative;
  text-align: center;
  margin: 0 100px;
  z-index: 1;
}
.paginator .page-links a {
  display: inline-block;
  padding: 6px 16px;
  color: #000;
  font-size: 14px;
}
.paginator .page-links a.act,
.paginator .page-links a:hover {
  text-decoration: underline;
}
.arrow-holder {
  line-height: 180%;
  -webkit-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow-holder .head-line-arrow {
  width: 26px;
  height: 26px;
  line-height: 15px;
  position: absolute;
  top: 0;
}
.arrow-holder.look-right {
  padding-right: 46px;
}
.arrow-holder.look-right:hover {
  padding-right: 52px;
}
.arrow-holder.look-right .head-line-arrow {
  right: 0;
}
.arrow-holder.look-left {
  padding-left: 46px;
}
.arrow-holder.look-left:hover {
  padding-left: 52px;
}
.arrow-holder.look-left .head-line-arrow {
  left: 0;
}
.rdy-post-nav .rdy-post-prev:hover .arrow-holder {
  padding-left: 52px;
}
.rdy-post-nav .rdy-post-next:hover .arrow-holder {
  padding-right: 52px;
}
.arrow-holder.look-right .svg-holder {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow-holder.look-left .svg-holder {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.arrow-holder .head-line-arrow .svg-holder {
  width: 8px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -9px;
}
.svg-holder .line {
  background-color: #000;
}
.arrow-holder .head-line-arrow .svg-holder .line {
  width: 1px;
  height: 18px;
  background-color: #2f2f2f;
  top: 0px;
  left: 4px;
}
.arrow-holder .svg-holder .line {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -ms-transform: scale(1, 1) translateZ(0);
  transform: scale(1, 1) translateZ(0);
}
.arrow-holder .head-line-arrow .svg-holder .relative > div {
  position: absolute;
}
.arrow-holder .head-line-arrow .svg-holder .arrow-wide {
  top: -6px;
  left: -1px;
  width: 11px;
  height: 18px;
}
.arrow-holder .head-line-arrow .svg-holder .arrow-normal {
  top: -9px;
  left: 1px;
  width: 7px;
  height: 18px;
}
.arrow-holder .svg-holder .arrow-wide {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -ms-transform: scale(0, 0) translateZ(0);
  transform: scale(0, 0) translateZ(0);
}
.arrow-holder .svg-holder .arrow-normal {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -ms-transform: scale(1, 1) translateZ(0);
  transform: scale(1, 1) translateZ(0);
}
.svg-holder .arrow-wide svg #head {
  fill: #000;
}
.svg-holder .arrow-normal svg #head {
  fill: #000;
}
.arrow-holder.hovered .svg-holder .arrow-normal {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -ms-transform: scale(0, 0) translateZ(0);
  transform: scale(0, 0) translateZ(0);
}
.arrow-holder.hovered .svg-holder .arrow-wide {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -ms-transform: scale(1, 1) translateZ(0);
  transform: scale(1, 1) translateZ(0);
}
.arrow-holder.hovered .svg-holder .line {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale(1, 1.8) translateZ(0);
  -moz-transform: scale(1, 1.8) translateZ(0);
  -o-transform: scale(1, 1.8) translateZ(0);
  -ms-transform: scale(1, 1.8) translateZ(0);
  transform: scale(1, 1.8) translateZ(0);
}
.single_post-title {
  text-align: center;
}
.single_post-title.with-featured_img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.single_post-title.with-featured_img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.single_post-title.with-featured_img .entry-title,
.single_post-title.with-featured_img .entry-description,
.single_post-title.with-featured_img .fancy-meta,
.single_post-title.with-featured_img a {
  color: #fff !important;
}
.single_post-title.with-featured_img .entry-separator {
  background-color: #fff;
}
.single_post-title .entry-title {
  margin-top: 0;
}
.single_post-title .title_area-wrap {
  display: table;
  width: 100%;
}
.single_post-title .title_area-inner {
  display: table-cell;
  vertical-align: middle;
}
.single_post-title.align-left {
  text-align: left;
}
.single_post-title.align-center {
  text-align: center;
}
.single_post-title.align-center .entry-title,
.single_post-title.align-center .entry-description,
.single_post-title.align-center .entry-separator {
  margin-left: auto;
  margin-right: auto;
}
.single_post-title.align-right {
  text-align: right;
}
.single_post-title.align-right .entry-title,
.single_post-title.align-right .entry-separator,
.single_post-title.align-right .entry-description {
  margin-left: auto;
  margin-right: 0;
}
.single_post-title.with-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.single_post-title.with-background h1 {
  color: #fff !important;
}
.single_post-title.with-background .entry-description {
  color: rgba(255,255,255,0.9) !important;
}
.single_post-title .container {
  position: relative;
}
.single_post-title .container .page-t-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.single_post-title .entry-title {
  max-width: 800px;
}
.single_post-title .entry-description {
  max-width: 650px;
}
.single_post-title .comments-link {
  margin-left: 16px;
}
.single_post-title .comments-link a {
  color: #000;
}
body.page .single_post-title {
  padding-top: 40px;
  padding-bottom: 0px;
}
body.single-post .single_post-title_area {
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 430px;
}
body.single-post .single_post-title_area.with-background .single_post-title_area-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.single-post .single_post-title_area.with-background .single_post-title {
  height: 100%;
}
body.single-post .single_post-title_area.with-background .single_post-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
body.single-post .single_post-title_area.with-background .single_post-title h1,
body.single-post .single_post-title_area.with-background .single_post-title .posted-on,
body.single-post .single_post-title_area.with-background .single_post-title .comments-link a {
  color: #fff;
}
body.single-post .single_post-title_area.with-background .single_post-title .entry-description {
  color: rgba(255,255,255,0.9);
}
body.single-post .single_post-title_area.with-background .single_post-title .entry-separator {
  background-color: #fff;
}
body.single-post .single_post-title_area.title_area_half {
  height: 50vh;
}
body.single-post .single_post-title_area.title_area_full {
  height: 100vh;
}
body.single-post .content-section {
  padding-top: 60px;
}
body.single-post .post-author {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
body.single-post .post-author-link {
  line-height: 0;
}
body.single-post .entry-description {
  margin-bottom: 25px;
}
body.single-post .entry-author {
  padding: 60px 0;
  border-top: 1px solid #d6d6d6;
}
body.single-post .entry-author .author-wrapper {
  max-width: 540px;
  margin: 0px auto;
  text-align: center;
}
body.single-post .entry-author .avatar-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.25);
}
body.single-post .separator-line {
  border-top: 1px solid #d6d6d6;
}
body.single-post .post-share {
  margin: 40px auto 0px auto;
}
body.single-post .post-share .post-share-buttons {
  text-align: center;
}
body.single-post .post-share .post-share-buttons a {
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
}
body.single-post .blog-holder-tags {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
body.single-post .blog-holder-tags .tags_holder a {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
body.single-post .blog-holder-tags .tags_holder a:last-child {
  margin-right: 0;
}
.set-align-left {
  display: inline;
  float: left;
}
.comments-area {
  margin-top: 0px;
  margin-bottom: 60px;
}
.comments-area .logged-in-as {
  margin-bottom: 8px;
}
.comments-area .form-submit,
.comments-area .comments-title,
.comments-area .comment-reply-title {
  text-align: center;
}
.comments-area .comments-title {
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
}
.comments-area .post-author-link {
  margin-bottom: 0;
}
.comments-area .comment-list {
  padding: 0;
  margin-top: 50px;
  margin-left: 0;
  margin-bottom: 0;
}
.comments-area .comment-list .children {
  margin-left: 70px;
}
.comments-area .comment-list > li:last-first article {
  margin-top: 0;
}
.comments-area .comment-list li.comment,
.comments-area .comment-list li.pingback {
  margin-top: 50px;
  list-style: none;
}
.comments-area .comment-list li.comment .reply,
.comments-area .comment-list li.pingback .reply {
  margin-top: 30px;
}
.comments-area .comment-list li.comment .reply a,
.comments-area .comment-list li.pingback .reply a {
  color: #999;
  font-size: 12px;
}
.comments-area .comment-list .comment-info {
  padding-left: 85px;
}
.comments-area .comment-list .comment-author {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}
.comments-area .comment-list .comment-meta {
  font-size: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-list .comment-meta a {
  color: #999;
}
.comments-area .comment-list .comment-author img {
  width: 70px;
  border-radius: 50%;
}
#respond {
  margin-top: 50px;
}
.comment-respond .comment-reply-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.comment-respond .comment-notes {
  color: #999;
  margin-bottom: 60px;
}
.comment-respond .form-fields {
  margin-top: 25px;
  margin-bottom: 25px;
}
.comment-respond .form-fields label {
  color: #999;
  margin-bottom: 6px;
  display: inline-block;
}
.comment-respond .form-fields input {
  width: 100%;
  height: 54px;
  padding: 18px 16px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.comment-respond .form-fields input:focus {
  border: 2px solid #000;
}
.comment-respond #comment {
  height: 210px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.comment-respond #comment:focus {
  border: 2px solid #000;
}
.comment-respond .form-submit {
  margin-top: 30px;
}
.comment-respond .form-submit .submit {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  text-transform: uppercase;
  padding: 18px 20px;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}
body.blog-masonry-align-center .blog-archive .grid-item .post-wrapper {
  text-align: center;
}
body.blog-masonry-align-center .blog-archive .grid-item .post-wrapper .avatar-img {
  float: none !important;
  margin: 0 !important;
}
.comment-content ol,
.entry-content ol,
.comment-content ul,
.entry-content ul {
  padding: 0 0 20px 40px;
}
.comment-content ul ul,
.entry-content ul ul,
.comment-content ol ol,
.entry-content ol ol,
.comment-content ul ol,
.entry-content ul ol,
.comment-content ol ul,
.entry-content ol ul {
  padding-bottom: 0;
}
.comment-content p {
  margin-bottom: 0;
}
ol,
ul,
dt,
dd,
.rssSummary {
  line-height: 1.5;
}
body.blog-title_style-animation1 .blog-archive .entry-title a {
  -webkit-background-size: 0 100%;
  -moz-background-size: 0 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s linear, background-size 0.4s ease;
  -moz-transition: color 0.2s linear, background-size 0.4s ease;
  -o-transition: color 0.2s linear, background-size 0.4s ease;
  -ms-transition: color 0.2s linear, background-size 0.4s ease;
  transition: color 0.2s linear, background-size 0.4s ease;
}
body.blog-title_style-animation1 .blog-archive .entry-title a:hover {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.event-title_area {
  margin-top: 50px;
  margin-bottom: 0;
}
.event-title_area .featured-img,
.event-title_area .meta-data {
  height: 500px;
  display: table;
}
.event-title_area .featured-img > div,
.event-title_area .meta-data > div {
  display: table-cell;
}
.event-title_area .meta-data > div {
  vertical-align: bottom;
  padding: 30px;
  background: #f1f1f1;
}
.event-title_area .meta-data h1 {
  margin-top: 0;
}
.event-title_area .meta-data p {
  margin-bottom: 2px;
}
.event-title_area .featured-img div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .event-title_area .entry-title {
    max-width: 75%;
  }
}
article.hentry.rdy_event .post-wrapper .entry-header .posted-on {
  padding: 37px 30px 0px 30px;
}
article.hentry.rdy_event .post-wrapper .title-wrapper .entry-title {
  padding: 40px 30px 30px 30px !important;
  margin: 0 !important;
}
article.hentry.rdy_event .post-wrapper .entry-header .posted-on + .entry-title {
  padding-top: 15px !important;
}
article.hentry.rdy_event .post-wrapper .entry-meta {
  padding-top: 30px;
  padding-bottom: 30px;
}
article.hentry.rdy_event .post-wrapper .entry-meta p {
  margin-bottom: 2px;
  font-size: 14px;
}
article.hentry.rdy_event .post-wrapper .entry-meta p:last-child {
  margin-bottom: 0 !important;
}
body.single-rdy_event .rdy_button,
article.hentry.rdy_event .post-wrapper .rdy_button {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff !important;
  margin-top: 30px;
  border-radius: 5px;
}
/*--------------------------------------------------------------
* 7 Project
==============================================================*/
#section-project #section-project-wall .gallery-bg,
.section-portfolio #section-project-wall .gallery-bg {
  width: 100%;
}
#section-project .gallery-item-title,
.section-portfolio .gallery-item-title,
#section-project .gallery-item-subtitle,
.section-portfolio .gallery-item-subtitle {
  position: relative;
  display: block;
}
#section-project .gallery-item-title.with-sub,
.section-portfolio .gallery-item-title.with-sub {
  margin-bottom: 0.35em;
}
#section-project .gallery-item-title,
.section-portfolio .gallery-item-title {
  max-width: 75%;
}
#section-project .gallery-item-subtitle,
.section-portfolio .gallery-item-subtitle {
  max-width: 85%;
}
#section-project .gallery-item-inner,
.section-portfolio .gallery-item-inner {
  overflow: hidden;
  position: relative;
}
#section-project .gallery-item-inner img,
.section-portfolio .gallery-item-inner img {
  width: 100%;
}
#section-project .gallery-item-inner .img2,
.section-portfolio .gallery-item-inner .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#section-project .gallery-item-container,
.section-portfolio .gallery-item-container {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
#section-project .gallery-item-container.hover-crossfade .img2,
.section-portfolio .gallery-item-container.hover-crossfade .img2 {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#section-project .gallery-item-container.hover-crossfade:hover .img2,
.section-portfolio .gallery-item-container.hover-crossfade:hover .img2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#section-project .gallery-item-desc-wrap,
.section-portfolio .gallery-item-desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section-project .gallery-bg-wrap,
.section-portfolio .gallery-bg-wrap {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#section-project .gallery-bg-wrap:before,
.section-portfolio .gallery-bg-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s 0s;
  -moz-transition: opacity 0.6s 0s;
  -o-transition: opacity 0.6s 0s;
  -ms-transition: opacity 0.6s 0s;
  transition: opacity 0.6s 0s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1;
}
#section-project .gallery-bg-wrap:before,
.section-portfolio .gallery-bg-wrap:before {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#section-project .gallery-item-container:hover .gallery-bg-wrap:before,
.section-portfolio .gallery-item-container:hover .gallery-bg-wrap:before {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#section-project .iso-container[data-items-animation] .grid-item > .hentry,
.section-portfolio .iso-container[data-items-animation] .grid-item > .hentry,
#section-project .justified-container[data-items-animation] .grid-item > .hentry,
.section-portfolio .justified-container[data-items-animation] .grid-item > .hentry {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#section-project .justified-container .gallery-item-inner,
.section-portfolio .justified-container .gallery-item-inner {
  height: inherit;
}
#section-project.hover1 .gallery-item-desc-inner,
.section-portfolio.hover1 .gallery-item-desc-inner,
#section-project.hover3 .gallery-item-desc-inner,
.section-portfolio.hover3 .gallery-item-desc-inner,
#section-project.hover4 .gallery-item-desc-inner,
.section-portfolio.hover4 .gallery-item-desc-inner,
#section-project.hover5 .gallery-item-desc-inner,
.section-portfolio.hover5 .gallery-item-desc-inner,
#section-project.hover7 .gallery-item-desc-inner,
.section-portfolio.hover7 .gallery-item-desc-inner {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
#section-project.hover2 .gallery-bg,
.section-portfolio.hover2 .gallery-bg,
#section-project.hover4 .gallery-bg,
.section-portfolio.hover4 .gallery-bg,
#section-project.hover5 .gallery-bg,
.section-portfolio.hover5 .gallery-bg,
#section-project.hover6 .gallery-bg,
.section-portfolio.hover6 .gallery-bg,
#section-project.hover7 .gallery-bg,
.section-portfolio.hover7 .gallery-bg,
#section-project.hover8 .gallery-bg,
.section-portfolio.hover8 .gallery-bg,
#section-project.hover2 .img2,
.section-portfolio.hover2 .img2,
#section-project.hover4 .img2,
.section-portfolio.hover4 .img2,
#section-project.hover5 .img2,
.section-portfolio.hover5 .img2,
#section-project.hover6 .img2,
.section-portfolio.hover6 .img2,
#section-project.hover7 .img2,
.section-portfolio.hover7 .img2,
#section-project.hover8 .img2,
.section-portfolio.hover8 .img2 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#section-project.hover1 .gallery-item-title,
.section-portfolio.hover1 .gallery-item-title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
}
#section-project.hover1 .gallery-item-subtitle,
.section-portfolio.hover1 .gallery-item-subtitle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.3s;
}
#section-project.hover1.behavior-from_left .gallery-bg-wrap:before,
.section-portfolio.hover1.behavior-from_left .gallery-bg-wrap:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#section-project.hover1.behavior-from_left .gallery-item-title,
.section-portfolio.hover1.behavior-from_left .gallery-item-title {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
#section-project.hover1.behavior-from_left .gallery-item-subtitle,
.section-portfolio.hover1.behavior-from_left .gallery-item-subtitle {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
#section-project.hover1.behavior-from_left .gallery-item-container:hover .gallery-bg-wrap:before,
.section-portfolio.hover1.behavior-from_left .gallery-item-container:hover .gallery-bg-wrap:before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#section-project.hover1.behavior-from_left .gallery-item-container:hover .gallery-item-title,
.section-portfolio.hover1.behavior-from_left .gallery-item-container:hover .gallery-item-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
}
#section-project.hover1.behavior-from_left .gallery-item-container:hover .gallery-item-subtitle,
.section-portfolio.hover1.behavior-from_left .gallery-item-container:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
}
#section-project.hover1.behavior-from_right .gallery-item-desc-wrap,
.section-portfolio.hover1.behavior-from_right .gallery-item-desc-wrap {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
}
#section-project.hover1.behavior-from_right .gallery-item-title,
.section-portfolio.hover1.behavior-from_right .gallery-item-title {
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}
#section-project.hover1.behavior-from_right .gallery-item-subtitle,
.section-portfolio.hover1.behavior-from_right .gallery-item-subtitle {
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}
#section-project.hover1.behavior-from_right .gallery-item-container:hover .gallery-item-desc-wrap,
.section-portfolio.hover1.behavior-from_right .gallery-item-container:hover .gallery-item-desc-wrap {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#section-project.hover1.behavior-from_right .gallery-item-container:hover .gallery-item-title,
.section-portfolio.hover1.behavior-from_right .gallery-item-container:hover .gallery-item-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
}
#section-project.hover1.behavior-from_right .gallery-item-container:hover .gallery-item-subtitle,
.section-portfolio.hover1.behavior-from_right .gallery-item-container:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
}
#section-project.hover1.behavior-from_bottom .gallery-item-desc-wrap,
.section-portfolio.hover1.behavior-from_bottom .gallery-item-desc-wrap {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
}
#section-project.hover1.behavior-from_bottom .gallery-item-container:hover .gallery-item-desc-wrap,
.section-portfolio.hover1.behavior-from_bottom .gallery-item-container:hover .gallery-item-desc-wrap {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#section-project.hover1.behavior-from_bottom .gallery-item-container:hover .gallery-item-title,
.section-portfolio.hover1.behavior-from_bottom .gallery-item-container:hover .gallery-item-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
}
#section-project.hover1.behavior-from_bottom .gallery-item-container:hover .gallery-item-subtitle,
.section-portfolio.hover1.behavior-from_bottom .gallery-item-container:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
}
#section-project.hover1.behavior-from_top .gallery-item-desc-wrap,
.section-portfolio.hover1.behavior-from_top .gallery-item-desc-wrap {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0s 0s;
}
#section-project.hover1.behavior-from_top .gallery-item-container:hover .gallery-item-desc-wrap,
.section-portfolio.hover1.behavior-from_top .gallery-item-container:hover .gallery-item-desc-wrap {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#section-project.hover1.behavior-from_top .gallery-item-container:hover .gallery-item-title,
.section-portfolio.hover1.behavior-from_top .gallery-item-container:hover .gallery-item-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0.5s 0.2s;
}
#section-project.hover1.behavior-from_top .gallery-item-container:hover .gallery-item-subtitle,
.section-portfolio.hover1.behavior-from_top .gallery-item-container:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, opacity 0.5s 0.25s;
}
#section-project.hover2 .gallery-bg,
.section-portfolio.hover2 .gallery-bg,
#section-project.hover2 .img2,
.section-portfolio.hover2 .img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#section-project.hover2 .gallery-item-desc,
.section-portfolio.hover2 .gallery-item-desc {
  display: table;
  width: 100%;
  height: 100%;
}
#section-project.hover2 .gallery-item-desc-inner,
.section-portfolio.hover2 .gallery-item-desc-inner {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
#section-project.hover2 .gallery-item-desc-inner .gallery-item-title,
.section-portfolio.hover2 .gallery-item-desc-inner .gallery-item-title,
#section-project.hover2 .gallery-item-desc-inner .gallery-item-subtitle,
.section-portfolio.hover2 .gallery-item-desc-inner .gallery-item-subtitle {
  margin-left: auto;
  margin-right: auto;
}
#section-project.hover2 .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover2 .gallery-item-container:hover .gallery-bg,
#section-project.hover2 .gallery-item-container:hover .img2,
.section-portfolio.hover2 .gallery-item-container:hover .img2 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#section-project.hover2 .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover2 .gallery-item-container:hover .gallery-item-desc-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#section-project.hover8 .gallery-bg,
.section-portfolio.hover8 .gallery-bg,
#section-project.hover8 .img2,
.section-portfolio.hover8 .img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#section-project.hover8 .gallery-item-desc,
.section-portfolio.hover8 .gallery-item-desc {
  display: table;
  width: 100%;
  height: 100%;
}
#section-project.hover8 .gallery-item-desc-inner,
.section-portfolio.hover8 .gallery-item-desc-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 24px 10px 27px 10px;
}
#section-project.hover8 .gallery-item-desc-inner .gallery-item-title,
.section-portfolio.hover8 .gallery-item-desc-inner .gallery-item-title,
#section-project.hover8 .gallery-item-desc-inner .gallery-item-subtitle,
.section-portfolio.hover8 .gallery-item-desc-inner .gallery-item-subtitle {
  max-width: 100%;
}
#section-project.hover8:not(.without_zoom) .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover8:not(.without_zoom) .gallery-item-container:hover .gallery-bg,
#section-project.hover8:not(.without_zoom) .gallery-item-container:hover .img2,
.section-portfolio.hover8:not(.without_zoom) .gallery-item-container:hover .img2 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#section-project.hover8 .gallery-item-desc-wrap,
.section-portfolio.hover8 .gallery-item-desc-wrap {
  position: static;
}
#section-project.hover8 .rdy-portfolio-container.align-left .gallery-item-desc-inner,
.section-portfolio.hover8 .rdy-portfolio-container.align-left .gallery-item-desc-inner {
  text-align: left;
}
#section-project.hover8 .rdy-portfolio-container.align-center .gallery-item-desc-inner,
.section-portfolio.hover8 .rdy-portfolio-container.align-center .gallery-item-desc-inner {
  text-align: center;
}
#section-project.hover8 .rdy-portfolio-container.align-right .gallery-item-desc-inner,
.section-portfolio.hover8 .rdy-portfolio-container.align-right .gallery-item-desc-inner {
  text-align: right;
}
#section-project.hover3:not(.without-text_animation) .gallery-item-desc-inner,
.section-portfolio.hover3:not(.without-text_animation) .gallery-item-desc-inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#section-project.hover3:not(.without-text_animation) .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover3:not(.without-text_animation) .gallery-item-container:hover .gallery-item-desc-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#section-project.hover4 .gallery-bg,
.section-portfolio.hover4 .gallery-bg,
#section-project.hover5 .gallery-bg,
.section-portfolio.hover5 .gallery-bg,
#section-project.hover4 .img2,
.section-portfolio.hover4 .img2,
#section-project.hover5 .img2,
.section-portfolio.hover5 .img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
#section-project.hover4 .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover4 .gallery-item-container:hover .gallery-bg,
#section-project.hover5 .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover5 .gallery-item-container:hover .gallery-bg,
#section-project.hover4 .gallery-item-container:hover .img2,
.section-portfolio.hover4 .gallery-item-container:hover .img2,
#section-project.hover5 .gallery-item-container:hover .img2,
.section-portfolio.hover5 .gallery-item-container:hover .img2 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#section-project.hover4:not(.without-text_animation) .gallery-item-desc-inner,
.section-portfolio.hover4:not(.without-text_animation) .gallery-item-desc-inner,
#section-project.hover5:not(.without-text_animation) .gallery-item-desc-inner,
.section-portfolio.hover5:not(.without-text_animation) .gallery-item-desc-inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#section-project.hover4:not(.without-text_animation) .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover4:not(.without-text_animation) .gallery-item-container:hover .gallery-item-desc-inner,
#section-project.hover5:not(.without-text_animation) .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover5:not(.without-text_animation) .gallery-item-container:hover .gallery-item-desc-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#section-project.hover-cross .gallery-item-container .gallery-item-desc-inner,
.section-portfolio.hover-cross .gallery-item-container .gallery-item-desc-inner {
  display: none;
}
#section-project.hover-cross .gallery-item-container .hover-element,
.section-portfolio.hover-cross .gallery-item-container .hover-element {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-project.hover-cross .gallery-item-container .hover-element.element-color-dark svg rect,
.section-portfolio.hover-cross .gallery-item-container .hover-element.element-color-dark svg rect {
  fill: #000 !important;
}
#section-project.hover-cross .gallery-item-container .hover-element svg,
.section-portfolio.hover-cross .gallery-item-container .hover-element svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
#section-project.hover-cross .gallery-item-container .hover-element svg rect:nth-child(1),
.section-portfolio.hover-cross .gallery-item-container .hover-element svg rect:nth-child(1) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#section-project.hover-cross .gallery-item-container .hover-element svg rect:nth-child(2),
.section-portfolio.hover-cross .gallery-item-container .hover-element svg rect:nth-child(2) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#section-project.hover-cross .gallery-item-container .hover-element svg rect:nth-child(3),
.section-portfolio.hover-cross .gallery-item-container .hover-element svg rect:nth-child(3) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#section-project.hover-cross .gallery-item-container .hover-element svg rect:nth-child(4),
.section-portfolio.hover-cross .gallery-item-container .hover-element svg rect:nth-child(4) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#section-project.hover-cross .gallery-item-container:hover svg,
.section-portfolio.hover-cross .gallery-item-container:hover svg {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
#section-project.hover6 .gallery-bg,
.section-portfolio.hover6 .gallery-bg,
#section-project.hover6 .img2,
.section-portfolio.hover6 .img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#section-project.hover6 .gallery-item-desc,
.section-portfolio.hover6 .gallery-item-desc {
  display: table;
  width: 100%;
  height: 100%;
}
#section-project.hover6 .gallery-bg-wrap:before,
.section-portfolio.hover6 .gallery-bg-wrap:before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#section-project.hover6 .gallery-item-desc-inner,
.section-portfolio.hover6 .gallery-item-desc-inner {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
#section-project.hover6 .gallery-item-desc-inner .gallery-item-title,
.section-portfolio.hover6 .gallery-item-desc-inner .gallery-item-title,
#section-project.hover6 .gallery-item-desc-inner .gallery-item-subtitle,
.section-portfolio.hover6 .gallery-item-desc-inner .gallery-item-subtitle {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(125%);
  -moz-transform: translateY(125%);
  -o-transform: translateY(125%);
  -ms-transform: translateY(125%);
  transform: translateY(125%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -ms-transition: -ms-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
#section-project.hover6.behavior-from_top .gallery-bg-wrap:before,
.section-portfolio.hover6.behavior-from_top .gallery-bg-wrap:before {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
#section-project.hover6.behavior-from_top .gallery-item-desc-inner .gallery-item-title,
.section-portfolio.hover6.behavior-from_top .gallery-item-desc-inner .gallery-item-title,
#section-project.hover6.behavior-from_top .gallery-item-desc-inner .gallery-item-subtitle,
.section-portfolio.hover6.behavior-from_top .gallery-item-desc-inner .gallery-item-subtitle {
  -webkit-transform: translateY(-125%);
  -moz-transform: translateY(-125%);
  -o-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  transform: translateY(-125%);
}
#section-project.hover6 .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover6 .gallery-item-container:hover .gallery-bg,
#section-project.hover6 .gallery-item-container:hover .img2,
.section-portfolio.hover6 .gallery-item-container:hover .img2 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#section-project.hover6 .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover6 .gallery-item-container:hover .gallery-item-desc-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#section-project.hover6 .gallery-item-container:hover .gallery-bg-wrap:before,
.section-portfolio.hover6 .gallery-item-container:hover .gallery-bg-wrap:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#section-project.hover6 .gallery-item-container:hover .gallery-item-title,
.section-portfolio.hover6 .gallery-item-container:hover .gallery-item-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#section-project.hover6 .gallery-item-container:hover .gallery-item-subtitle,
.section-portfolio.hover6 .gallery-item-container:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#section-project.hover7 .gallery-bg,
.section-portfolio.hover7 .gallery-bg,
#section-project.hover7 .img2,
.section-portfolio.hover7 .img2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#section-project.hover7 .gallery-item-title,
.section-portfolio.hover7 .gallery-item-title {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#section-project.hover7 .gallery-item-subtitle,
.section-portfolio.hover7 .gallery-item-subtitle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#section-project.hover7 .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover7 .gallery-item-container:hover .gallery-bg,
#section-project.hover7 .gallery-item-container:hover .img2,
.section-portfolio.hover7 .gallery-item-container:hover .img2 {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#section-project.hover7 .gallery-item-container:hover .gallery-item-title,
.section-portfolio.hover7 .gallery-item-container:hover .gallery-item-title {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#section-project.hover7 .gallery-item-container:hover .gallery-item-subtitle,
.section-portfolio.hover7 .gallery-item-container:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#section-project.hover7 .gallery-bg-wrap:before,
.section-portfolio.hover7 .gallery-bg-wrap:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s 0s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s 0s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s 0s !important;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s 0s !important;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s 0s !important;
}
#section-project.hover7 .gallery-item-container:hover .gallery-bg-wrap:before,
.section-portfolio.hover7 .gallery-item-container:hover .gallery-bg-wrap:before {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#fullscreen-project .rsContent[data-slidecolor="light"] .fullscreen-item-desc,
#fullscreen-project .rsContent[data-slidecolor="light"] .fullscreen-item-title,
#fullscreen-project .rsContent[data-slidecolor="light"] .fullscreen-item-subtitle {
  color: #fff !important;
}
#fullscreen-project .rsContent[data-slidecolor="dark"] .fullscreen-item-desc,
#fullscreen-project .rsContent[data-slidecolor="dark"] .fullscreen-item-title,
#fullscreen-project .rsContent[data-slidecolor="dark"] .fullscreen-item-subtitle {
  color: #000 !important;
}
body.fullscreen-scheme-dark #fullscreen-project .rsContent .fullscreen-item-desc,
body.fullscreen-scheme-dark #fullscreen-project .rsContent .fullscreen-item-title,
body.fullscreen-scheme-dark #fullscreen-project .rsContent .fullscreen-item-subtitle {
  color: #000;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .slick-arrow,
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-home_title h1,
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-home_title .description {
  color: #000;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .slick-arrow:after {
  background-color: #000;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-dots_link::after,
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-dots_link::before {
  border-bottom: 1px solid #000;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-dots_dot {
  background-color: #000;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-dots_dot::before {
  border: 2px solid #000;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-home_button .rdy-s-button_slider_link {
  color: #fff;
}
body.fullscreen-scheme-dark #fullscreen-slider-container .rdy-home_button .rdy-s-button::after {
  background-color: #000;
}
body.fullscreen-scheme-light #fullscreen-project .rsContent .fullscreen-item-desc,
body.fullscreen-scheme-light #fullscreen-project .rsContent .fullscreen-item-title,
body.fullscreen-scheme-light #fullscreen-project .rsContent .fullscreen-item-subtitle {
  color: #fff;
}
body.fullscreen-scheme-light #fullscreen-slider-container .slick-arrow,
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-home_title h1,
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-home_title .description {
  color: #fff;
}
body.fullscreen-scheme-light #fullscreen-slider-container .slick-arrow:after {
  background-color: #fff;
}
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-dots_link::after,
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-dots_link::before {
  border-bottom: 1px solid #fff;
}
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-dots_dot {
  background-color: #fff;
}
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-dots_dot::before {
  border: 2px solid #fff;
}
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-home_button .rdy-s-button_slider_link {
  color: #000;
}
body.fullscreen-scheme-light #fullscreen-slider-container .rdy-home_button .rdy-s-button::after {
  background-color: #fff;
}
.js-iso .fullscreen-item-desc {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.js-iso.is-loaded .fullscreen-item-desc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#fullscreen-project-container .slider-arrows-header {
  display: none;
}
#fullscreen-project-container .isoArrow {
  display: block;
  position: absolute;
  z-index: 30;
}
#fullscreen-project-container .isoArrow,
#fullscreen-project-container .rsNav,
#fullscreen-project-container .rsThumbsArrow {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#fullscreen-project-container .isoArrow,
#fullscreen-project-container .rsThumbsArrow {
  cursor: pointer;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow.isoArrowLeft .rsArrowIcn svg.circle path {
  -webkit-animation: offHoverWorkL 0.4s ease forwards;
  -moz-animation: offHoverWorkL 0.4s ease forwards;
  -o-animation: offHoverWorkL 0.4s ease forwards;
  -ms-animation: offHoverWorkL 0.4s ease forwards;
  animation: offHoverWorkL 0.4s ease forwards;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow.isoArrowLeft .rsArrowIcn:hover svg.circle path {
  -webkit-animation: onHoverWorkL 0.4s ease forwards;
  -moz-animation: onHoverWorkL 0.4s ease forwards;
  -o-animation: onHoverWorkL 0.4s ease forwards;
  -ms-animation: onHoverWorkL 0.4s ease forwards;
  animation: onHoverWorkL 0.4s ease forwards;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow.isoArrowRight .rsArrowIcn svg.circle path {
  -webkit-animation: offHoverWorkR 0.4s ease forwards;
  -moz-animation: offHoverWorkR 0.4s ease forwards;
  -o-animation: offHoverWorkR 0.4s ease forwards;
  -ms-animation: offHoverWorkR 0.4s ease forwards;
  animation: offHoverWorkR 0.4s ease forwards;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow.isoArrowRight .rsArrowIcn:hover svg.circle path {
  -webkit-animation: onHoverWorkR 0.4s ease forwards;
  -moz-animation: onHoverWorkR 0.4s ease forwards;
  -o-animation: onHoverWorkR 0.4s ease forwards;
  -ms-animation: onHoverWorkR 0.4s ease forwards;
  animation: onHoverWorkR 0.4s ease forwards;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow {
  width: 48px;
  height: 48px;
  bottom: 60px;
  border-radius: 50%;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn {
  margin-top: 17px;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg {
  position: relative;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg.circle path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow.isoArrowLeft .rsArrowIcn svg.circle path {
  stroke-dasharray: 151;
  stroke-dashoffset: 302;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrowLeft {
  right: 130px;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrowLeft .rsArrowIcn svg.angle {
  left: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrowRight {
  right: 70px;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrowRight .rsArrowIcn svg.angle {
  left: 2px;
}
#fullscreen-project-container[data-navigation="nav1"][data-currentcolor="dark"] .isoArrow:before {
  border: 2px solid rgba(0,0,0,0.3) !important;
}
#fullscreen-project-container[data-navigation="nav1"][data-currentcolor="dark"] .isoArrow .rsArrowIcn svg polygon {
  fill: #000 !important;
}
#fullscreen-project-container[data-navigation="nav1"][data-currentcolor="dark"] .isoArrow .rsArrowIcn svg.circle path {
  stroke: #000 !important;
}
#fullscreen-project-container[data-navigation="nav1"]:not([data-currentcolor="dark"]) .isoArrow:before {
  border: 2px solid rgba(255,255,255,0.3) !important;
}
#fullscreen-project-container[data-navigation="nav1"]:not([data-currentcolor="dark"]) .isoArrow .rsArrowIcn svg polygon {
  fill: #fff !important;
}
#fullscreen-project-container[data-navigation="nav1"]:not([data-currentcolor="dark"]) .isoArrow .rsArrowIcn svg.circle path {
  stroke: #fff !important;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow:before,
#fullscreen-project-container[data-navigation="nav2"] .isoArrow:before {
  -webkit-transition: border 0.7s ease-in-out;
  -moz-transition: border 0.7s ease-in-out;
  -o-transition: border 0.7s ease-in-out;
  -ms-transition: border 0.7s ease-in-out;
  transition: border 0.7s ease-in-out;
}
#fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg polygon,
#fullscreen-project-container[data-navigation="nav2"] .isoArrow .rsArrowIcn svg polygon,
#fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg path,
#fullscreen-project-container[data-navigation="nav2"] .isoArrow .rsArrowIcn svg path {
  -webkit-transition: fill 0.7s ease-in-out, stroke 0.7s ease-in-out;
  -moz-transition: fill 0.7s ease-in-out, stroke 0.7s ease-in-out;
  -o-transition: fill 0.7s ease-in-out, stroke 0.7s ease-in-out;
  -ms-transition: fill 0.7s ease-in-out, stroke 0.7s ease-in-out;
  transition: fill 0.7s ease-in-out, stroke 0.7s ease-in-out;
}
#fullscreen-project-container[data-navigation="nav2"] .js-arrow-left,
#fullscreen-project-container[data-navigation="nav2"] .js-arrow-right {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrow {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrow .rsArrowIcn {
  margin-top: 12px;
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrow .rsArrowIcn svg {
  position: relative;
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrowLeft {
  left: 70px;
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrowLeft .rsArrowIcn svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrowRight {
  right: 70px;
}
#fullscreen-project-container[data-navigation="nav2"] .isoArrowRight .rsArrowIcn svg {
  left: 0px;
}
#fullscreen-project-container[data-navigation="nav2"][data-currentcolor="dark"] .isoArrow .rsArrowIcn svg path {
  fill: #000 !important;
}
#fullscreen-project-container[data-navigation="nav2"]:not([data-currentcolor="dark"]) .isoArrow .rsArrowIcn svg path {
  fill: #fff !important;
}
#fullscreen-project-container[data-navigation="nav3"] .iso-slider-arrows-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#fullscreen-project-container[data-navigation="nav3"] .iso-slider-arrows-header .isoArrow {
  position: absolute;
  display: block !important;
  height: 100%;
  width: 50% !important;
}
#fullscreen-project-container[data-navigation="nav3"] .iso-slider-arrows-header .isoArrow .rsArrowIcn {
  display: none;
}
#fullscreen-project-container[data-navigation="nav3"] .iso-slider-arrows-header .isoArrow.isoArrowLeft {
  left: 0;
}
#fullscreen-project-container[data-navigation="nav3"] .iso-slider-arrows-header .isoArrow.isoArrowRight {
  right: 0;
}
#fullscreen-project-container[data-navigation="nav3"]:not([data-currentcolor="light"]) .isoArrow.isoArrowLeft {
  cursor: url("../images/arrow-left-dark.svg"), auto !important;
}
#fullscreen-project-container[data-navigation="nav3"]:not([data-currentcolor="light"]) .isoArrow.isoArrowRight {
  cursor: url("../images/arrow-right-dark.svg"), auto !important;
}
#fullscreen-project-container[data-navigation="nav3"][data-currentcolor="light"] .isoArrow.isoArrowLeft {
  cursor: url("../images/arrow-left-light.svg"), auto !important;
}
#fullscreen-project-container[data-navigation="nav3"][data-currentcolor="light"] .isoArrow.isoArrowRight {
  cursor: url("../images/arrow-right-light.svg"), auto !important;
}
#fullscreen-project[data-slidertransition="slide2"] {
  background-color: #000;
}
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc .fullscreen-item-title p,
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc .fullscreen-item-subtitle p {
  position: absolute;
  top: -150px;
  left: 0;
  margin: 0;
}
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc .fullscreen-item-title div,
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc .fullscreen-item-subtitle div {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-subtitle,
#fullscreen-project[data-titlestyle="style5"] .fullscreen-item-subtitle {
  margin-top: 15px !important;
}
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc p,
#fullscreen-project[data-titlestyle="style5"] .fullscreen-item-desc p {
  margin: 0;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title p,
#fullscreen-project[data-titlestyle="style5"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title p {
  line-height: 55px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title p,
#fullscreen-project[data-titlestyle="style5"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title p {
  line-height: 45px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title p,
#fullscreen-project[data-titlestyle="style5"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title p {
  line-height: 50px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="small"] .fullscreen-item-desc .fullscreen-item-title p,
#fullscreen-project[data-titlestyle="style5"][data-textsize="small"] .fullscreen-item-desc .fullscreen-item-title p {
  line-height: 30px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-title p,
#fullscreen-project[data-titlestyle="style5"][data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-title p {
  line-height: 14px;
}
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc .fullscreen-item-subtitle div {
  height: 18px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title div {
  height: 71px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title div {
  height: 60px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title div {
  height: 40px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="small"] .fullscreen-item-desc .fullscreen-item-title div {
  height: 24px;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-title {
  display: block;
}
#fullscreen-project[data-titlestyle="style4"][data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-title div {
  height: 18px;
}
#fullscreen-project .fullscreen-item-desc {
  position: absolute;
  left: 70px;
  bottom: 60px;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#fullscreen-project .fullscreen-item-title span,
#fullscreen-project .fullscreen-item-subtitle span {
  display: inline-block;
}
#fullscreen-project .fullscreen-item-title span.blast,
#fullscreen-project .fullscreen-item-subtitle span.blast {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
}
#fullscreen-project[data-titlestyle="style2"] .fullscreen-item-title,
#fullscreen-project[data-titlestyle="style2"] .fullscreen-item-subtitle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#fullscreen-project[data-titlestyle="style3"] .fullscreen-item-desc {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#fullscreen-project[data-titlestyle="style3"] .rsContent.text-animation-triggered .fullscreen-item-desc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#fullscreen-project[data-titlestyle="style4"] .fullscreen-item-desc {
  width: 50%;
  max-width: none !important;
}
#fullscreen-project[data-titlestyle="style4"] .title_line {
  display: block;
}
#fullscreen-project[data-textsize="huge"] .fullscreen-item-desc {
  max-width: 700px;
}
#fullscreen-project[data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title {
  font-size: 70px;
  line-height: 100%;
}
#fullscreen-project[data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-subtitle {
  font-size: 14px;
  margin-top: 25px;
}
#fullscreen-project[data-textsize="big"] .fullscreen-item-desc {
  max-width: 600px;
}
#fullscreen-project[data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title {
  font-size: 55px;
  line-height: 100%;
}
#fullscreen-project[data-textsize="big"] .fullscreen-item-desc .fullscreen-item-subtitle {
  font-size: 14px;
  margin-top: 25px;
}
#fullscreen-project[data-textsize="medium"] .fullscreen-item-desc {
  max-width: 500px;
}
#fullscreen-project[data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title {
  font-size: 40px;
  line-height: 110%;
}
#fullscreen-project[data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-subtitle {
  font-size: 14px;
  margin-top: 15px;
}
#fullscreen-project[data-textsize="small"] .fullscreen-item-desc {
  max-width: 400px;
}
#fullscreen-project[data-textsize="small"] .fullscreen-item-desc .fullscreen-item-title {
  font-size: 24px;
  line-height: 110%;
}
#fullscreen-project[data-textsize="small"] .fullscreen-item-desc .fullscreen-item-subtitle {
  font-size: 14px;
  margin-top: 8px;
}
#fullscreen-project[data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-title,
#fullscreen-project[data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-subtitle {
  display: inline-block;
}
#fullscreen-project[data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-title {
  font-size: 14px;
}
#fullscreen-project[data-textsize="tiny"] .fullscreen-item-desc .fullscreen-item-subtitle {
  font-size: 14px;
  padding-left: 10px;
}
#section-project-wall .gallery-item-container,
.section-portfolio .gallery-item-container {
  line-height: 0;
}
.section-portfolio.no-hover .gallery-item-desc-wrap {
  display: none;
}
body.page-template-template-project-flow .header-spacing:not(.inner),
body.page-template-template-project-fullscreen .header-spacing:not(.inner),
body.page-template-template-project-flow .bottom-spacing:not(.inner),
body.page-template-template-project-fullscreen .bottom-spacing:not(.inner) {
  display: none;
}
#fullscreen-project-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
#fullscreen-project {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fullscreen-project .rsOverflow {
  height: 100% !important;
}
.rsOverflow {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.is-loaded #fullscreen-project[data-slidertransition="slide2"] .rsSlide,
.is-loaded #fullscreen-project[data-slidertransition="slide3"] .rsSlide {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.is-loaded .rsContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#fullscreen-project[data-slidertransition="slide2"] .rsContent,
#fullscreen-project[data-slidertransition="slide3"] .rsContent {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: static;
}
.is-loaded .rsArrow,
.is-loaded .rsBullets {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.iso-bg-image,
.iso-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  will-change: transform;
}
.iso-bg-image.scale-fit {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grab-cursor {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.grabbing-cursor {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
body.page-template-template-project-flow {
  overflow: hidden;
}
body.page-template-template-project-flow #root-content {
  height: 100%;
  width: 100%;
}
body.page-template-template-project-flow img {
  image-rendering: optimizeQuality;
}
#root-flow {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-about-index {
  position: absolute;
  z-index: 400;
}
#root-content > .section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.no-touchevents .hover:hover {
  cursor: pointer;
}
.nocursor .hover:hover {
  cursor: none !important;
}
html.touchevents .translate3d-touch {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.no-touchevents .translate3d {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#section-project.section-project-flow {
  z-index: 100;
  overflow: hidden;
  background-color: #111518;
}
.section-project-flow #gallery-section {
  visibility: visible;
  z-index: 10;
  position: absolute;
  display: none;
}
.section-project-flow #gallery-items-container {
  position: absolute;
  top: 0px !important;
  left: 0px;
}
.section-project-flow .gallery-bg {
  position: absolute;
}
.section-project-flow .gallery-item-container {
  position: relative;
  float: left;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.section-project-flow .gallery-item-container img {
  max-width: none !important;
}
.section-project-flow #gallery-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
html.no-touchevents .gallery-item-container:hover .gallery-bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.component-tooltip {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 110px;
  height: 110px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 29;
  font-size: 11px;
  font-weight: bold;
  padding: 38px 18px 0 18px;
}
.component-tooltip span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  left: 20px;
}
.component-tooltip:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: -1;
}
.component-tooltip.scheme-dark {
  background: url("../images/tip_black_all.png") no-repeat center;
  color: #fff;
}
.component-tooltip.scheme-dark.tooltip-fullscreen {
  background: url("../images/tip_black_lr.png") no-repeat center;
}
.component-tooltip.scheme-dark:before {
  background-color: #1e1e1e;
}
.component-tooltip.scheme-light {
  background: url("../images/tip_white_all.png") no-repeat center;
  color: #000;
}
.component-tooltip.scheme-light.tooltip-fullscreen {
  background: url("../images/tip_white_lr.png") no-repeat center;
}
.component-tooltip.scheme-light:before {
  background-color: #fff;
}
.filter_portfolio.list_categories .center {
  text-align: center;
}
.filter_portfolio.list_categories .right {
  text-align: right;
}
.filter_portfolio.list_categories.style1.no-anim li:first-child span {
  margin-left: 0;
}
.filter_portfolio.list_categories.style1.no-anim li:last-child span {
  margin-right: 0;
}
.list_categories {
  margin-top: 35px;
  margin-bottom: 3px;
}
.list_categories .filter_holder {
  padding: 0;
}
.list_categories.list-centered {
  text-align: center;
}
.list_categories li {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.list_categories li a span {
  margin: 0 10px 5px;
  padding: 2px 5px;
}
.filter_portfolio.list_categories.style1 .center {
  text-align: center;
}
.filter_portfolio.list_categories.style1 .right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .filter_portfolio.list_categories {
    display: none;
  }
}
.list_categories.style2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list_categories.style2:not(.light) a,
.list_categories.style2:not(.light) li {
  color: #333;
}
.list_categories.style2.light .filter__separator:after {
  background-color: #fff;
}
.list_categories.style2.light a,
.list_categories.style2.light li {
  color: #fff;
}
.list_categories.style2 .filter {
  max-width: 0;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: color 150ms, max-width 400ms, opacity 600ms;
  -moz-transition: color 150ms, max-width 400ms, opacity 600ms;
  -o-transition: color 150ms, max-width 400ms, opacity 600ms;
  -ms-transition: color 150ms, max-width 400ms, opacity 600ms;
  transition: color 150ms, max-width 400ms, opacity 600ms;
}
.list_categories.style2 .filter:not(.current) span {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  -ms-transition: opacity 600ms;
  transition: opacity 600ms;
}
.list_categories.style2 .filter:hover span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.list_categories.style2:hover .filter:not(.current) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.list_categories.style2:hover .filter {
  max-width: 12rem;
}
.list_categories.style2 .filter:not(.current) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.list_categories.style2 .filter__separator {
  margin-left: 0.75rem;
}
.list_categories.style2 .filter__separator:after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 1.25rem;
  height: 1px;
  vertical-align: middle;
}
.list_categories.style1.no-anim a {
  color: #000;
}
.list_categories.style1.no-anim.light a {
  color: #fff;
}
.list_categories.style1.anim-1 a {
  color: #000;
  margin: 0 10px 5px;
  padding: 2px 5px;
}
.list_categories.style1.anim-1 a:hover,
.list_categories.style1.anim-1 a.current {
  color: #fff;
  background-color: #000;
}
.list_categories.style1.anim-2 a {
  position: relative;
  background-color: transparent;
  color: #000;
}
.list_categories.style1.anim-2 a span {
  position: relative;
  z-index: 2;
}
.list_categories.style1.anim-2 a:hover {
  background-color: transparent !important;
}
.list_categories.style1.anim-2 a:hover,
.list_categories.style1.anim-2 a.current {
  color: #fff !important;
}
.list_categories.style1.anim-2 a:hover:before,
.list_categories.style1.anim-2 a.current:before {
  top: 0 !important;
}
.list_categories.style1.anim-2 a:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #000;
  top: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: top 0.15s;
  -moz-transition: top 0.15s;
  -o-transition: top 0.15s;
  -ms-transition: top 0.15s;
  transition: top 0.15s;
}
.list_categories.style1.anim-1.light a {
  color: #fff;
}
.list_categories.style1.anim-1.light a:hover,
.list_categories.style1.anim-1.light a.current {
  color: #000 !important;
  background-color: #fff;
}
.list_categories.style1.anim-2.light a {
  color: #fff;
}
.list_categories.style1.anim-2.light a:hover,
.list_categories.style1.anim-2.light a.current {
  color: #000 !important;
  background-color: #fff !important;
}
.list_categories.style1.anim-2.light a:before {
  background-color: #fff !important;
}
.rdy_portfolio .video-placeholder-s {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
.justified-container {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy-portfolio-container.rdy-masonry-adv .gallery-item-inner,
.rdy-portfolio-container.rdy-masonry-adv .gallery-bg-wrap {
  height: 100%;
}
.rdy-portfolio-container.rdy-masonry-adv .grid-item .img,
.rdy-portfolio-container.rdy-masonry-adv .grid-item .img2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #eee;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: block;
}
.rdy-portfolio-container .gallery-item-container .video-placeholder-s video {
  display: none;
}
@media only screen and (min-width: 992px) {
  .rdy-portfolio-container .gallery-item-container .video-placeholder-s video {
    width: 100%;
    height: 100%;
    display: grid;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) {
  .rdy-portfolio-container .gallery-item-container .video-placeholder-s video {
    display: block;
    min-width: 100%;
    min-height: 100.2%;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    z-index: 1;
    object-fit: cover;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.iso-container .grid-item.grid-sizer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 0 !important;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 5px;
}
.woocommerce ul.products li.product.ad,
.woocommerce-page ul.products li.product.ad {
  min-height: 350px;
  background-position: center;
}
.woocommerce ul.products li.product.ad .title,
.woocommerce-page ul.products li.product.ad .title {
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
.woocommerce ul.products li.product.ad a,
.woocommerce-page ul.products li.product.ad a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 50%;
}
.woocommerce ul.products.columns-2 li.product.double-size,
.woocommerce-page ul.products.columns-2 li.product.double-size {
  width: 100%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.33333%;
}
.woocommerce ul.products.columns-3 li.product.double-size,
.woocommerce-page ul.products.columns-3 li.product.double-size {
  width: 66.66667%;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: 25%;
}
.woocommerce ul.products.columns-4 li.product.double-size,
.woocommerce-page ul.products.columns-4 li.product.double-size {
  width: 49.9%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 20%;
}
.woocommerce ul.products.columns-5 li.product.double-size,
.woocommerce-page ul.products.columns-5 li.product.double-size {
  width: 40%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 16.66667%;
}
.woocommerce ul.products.columns-6 li.product.double-size,
.woocommerce-page ul.products.columns-6 li.product.double-size {
  width: 33.33333%;
}
.woocommerce ul.products.with-border li.product,
.woocommerce-page ul.products.with-border li.product {
  border: 1px solid #ccc;
}
.woocommerce ul.products.without-gap .product__meta,
.woocommerce-page ul.products.without-gap .product__meta,
.woocommerce ul.products.without-gap .product.ad .title,
.woocommerce-page ul.products.without-gap .product.ad .title {
  margin: 0 20px 15px;
}
.woocommerce ul.products.without-gap .yith-wcwl-add-to-wishlist,
.woocommerce-page ul.products.without-gap .yith-wcwl-add-to-wishlist {
  right: 20px !important;
}
.woocommerce ul.products.without-gap li.product .onsale,
.woocommerce-page ul.products.without-gap li.product .onsale,
.woocommerce ul.products.without-gap li.product .outstock,
.woocommerce-page ul.products.without-gap li.product .outstock {
  top: 20px;
  left: 20px;
}
.woocommerce ul.products.with-hover li.product:hover,
.woocommerce-page ul.products.with-hover li.product:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.16);
  box-shadow: 0 2px 5px rgba(0,0,0,0.16);
  z-index: 2;
}
.woocommerce ul.products.with-hover:not(.with-border) li.product:hover,
.woocommerce-page ul.products.with-hover:not(.with-border) li.product:hover {
  border: 1px solid #ccc;
}
.woocommerce ul.products.align-center li.product .product__meta,
.woocommerce-page ul.products.align-center li.product .product__meta {
  text-align: center;
}
.woocommerce ul.products:not(.align-center) li.product .product__meta,
.woocommerce-page ul.products:not(.align-center) li.product .product__meta {
  padding-right: 36px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  padding: 15px;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  border: 1px solid transparent;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
  font-weight: 600;
  margin: 10px 0 2px;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
}
.woocommerce ul.products li.product.product-category img,
.woocommerce-page ul.products li.product.product-category img {
  width: 100%;
}
.woocommerce ul.products li.product .product__container,
.woocommerce-page ul.products li.product .product__container {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0;
}
.woocommerce ul.products li.product .product__image,
.woocommerce-page ul.products li.product .product__image {
  position: relative;
}
.woocommerce ul.products li.product .product__image .product__image_background,
.woocommerce-page ul.products li.product .product__image .product__image_background {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.woocommerce ul.products li.product .product__image.with_second_image .attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product .product__image.with_second_image .attachment-woocommerce_thumbnail {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.woocommerce ul.products li.product .product__image.with_second_image:hover .attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product .product__image.with_second_image:hover .attachment-woocommerce_thumbnail {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.woocommerce ul.products li.product .product__image.with_second_image:hover .product__image_background,
.woocommerce-page ul.products li.product .product__image.with_second_image:hover .product__image_background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.woocommerce ul.products li.product .product__image > a,
.woocommerce-page ul.products li.product .product__image > a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.woocommerce ul.products li.product .product__image img,
.woocommerce-page ul.products li.product .product__image img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.woocommerce ul.products li.product .product__meta .star-rating,
.woocommerce-page ul.products li.product .product__meta .star-rating {
  display: inline-block;
  width: auto;
  margin: 0;
  height: 12px;
}
.woocommerce ul.products li.product .product__meta .star-rating:before,
.woocommerce-page ul.products li.product .product__meta .star-rating:before,
.woocommerce ul.products li.product .product__meta .star-rating span:before,
.woocommerce-page ul.products li.product .product__meta .star-rating span:before {
  font-size: 11px;
  line-height: 11px;
}
.woocommerce ul.products li.product .archive-product-rating,
.woocommerce-page ul.products li.product .archive-product-rating {
  line-height: 12px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 14px;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  background-color: transparent;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce-page ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_external,
.woocommerce-page ul.products li.product .product_type_external {
  padding: 0;
  background: transparent;
  color: #ec7a5c;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: baseline;
  height: inherit;
  line-height: inherit;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce ul.products li.product .outstock,
.woocommerce-page ul.products li.product .outstock {
  position: absolute;
  padding: 6px 12px;
  background-color: #111;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.15);
  box-shadow: 1px 1px 0 0 rgba(0,0,0,0.15);
  border-radius: 2px;
  color: #fff;
  font-size: 0.8em;
  float: left;
  top: 0px;
  left: 0px;
  right: auto;
  line-height: 1.4;
  min-height: auto;
  min-width: auto;
  margin: 0;
  z-index: 1;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  background-color: #93af76;
}
.woocommerce ul.products li.product .outstock,
.woocommerce-page ul.products li.product .outstock {
  background-color: #808080;
}
.woocommerce .rdy_products_carousel.products,
.woocommerce-page .rdy_products_carousel.products,
.woocommerce .related.products,
.woocommerce-page .related.products,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products,
.woocommerce .cross-sells,
.woocommerce-page .cross-sells {
  margin-top: 70px;
}
.woocommerce .rdy_products_carousel.products ul.products,
.woocommerce-page .rdy_products_carousel.products ul.products,
.woocommerce .related.products ul.products,
.woocommerce-page .related.products ul.products,
.woocommerce .upsells.products ul.products,
.woocommerce-page .upsells.products ul.products,
.woocommerce .cross-sells ul.products,
.woocommerce-page .cross-sells ul.products {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .rdy_products_carousel.products > h2,
.woocommerce-page .rdy_products_carousel.products > h2,
.woocommerce .related.products > h2,
.woocommerce-page .related.products > h2,
.woocommerce .upsells.products > h2,
.woocommerce-page .upsells.products > h2,
.woocommerce .cross-sells > h2,
.woocommerce-page .cross-sells > h2 {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
.woocommerce .rdy_products_carousel.products li.product,
.woocommerce-page .rdy_products_carousel.products li.product,
.woocommerce .related.products li.product,
.woocommerce-page .related.products li.product,
.woocommerce .upsells.products li.product,
.woocommerce-page .upsells.products li.product,
.woocommerce .cross-sells li.product,
.woocommerce-page .cross-sells li.product {
  width: 100% !important;
  border: 0 !important;
}
.woocommerce .rdy_products_carousel.products .owl-stage-outer,
.woocommerce-page .rdy_products_carousel.products .owl-stage-outer,
.woocommerce .related.products .owl-stage-outer,
.woocommerce-page .related.products .owl-stage-outer,
.woocommerce .upsells.products .owl-stage-outer,
.woocommerce-page .upsells.products .owl-stage-outer,
.woocommerce .cross-sells .owl-stage-outer,
.woocommerce-page .cross-sells .owl-stage-outer {
  padding: 3px 0 5px 0;
}
.woocommerce .rdy_products_carousel.products .owl-stage,
.woocommerce-page .rdy_products_carousel.products .owl-stage,
.woocommerce .related.products .owl-stage,
.woocommerce-page .related.products .owl-stage,
.woocommerce .upsells.products .owl-stage,
.woocommerce-page .upsells.products .owl-stage,
.woocommerce .cross-sells .owl-stage,
.woocommerce-page .cross-sells .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.woocommerce .rdy_products_carousel.products .owl-stage li,
.woocommerce-page .rdy_products_carousel.products .owl-stage li,
.woocommerce .related.products .owl-stage li,
.woocommerce-page .related.products .owl-stage li,
.woocommerce .upsells.products .owl-stage li,
.woocommerce-page .upsells.products .owl-stage li,
.woocommerce .cross-sells .owl-stage li,
.woocommerce-page .cross-sells .owl-stage li {
  height: 100%;
}
.owl-carousel.rdy_products_carousel.products {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) {
  position: relative;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-item li {
  list-style: none;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dots {
  margin-top: 0;
  text-align: center;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-prev,
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-next {
  position: absolute;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  font-family: FontAwesome !important;
  line-height: 48px;
  font-size: 25px;
  -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  text-align: center;
  cursor: pointer;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-prev:hover,
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-next:hover {
  border-color: #333;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-prev:before {
  color: rgba(51,51,51,0.5);
  content: "\f104";
  margin-right: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-prev:hover:before {
  color: #333 !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-next:before {
  color: rgba(51,51,51,0.5);
  content: "\f105";
  margin-left: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-next:hover:before {
  color: #333 !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dots {
  left: 0;
  width: 100%;
  padding-top: 30px;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot {
  margin-top: 5px;
  display: inline-block;
  zoom: 1;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: 0 0;
  border: 1px solid rgba(51,51,51,0.5);
  border-radius: 100%;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot span:hover {
  border-color: #333 !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot.active span,
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot:hover span {
  background: rgba(51,51,51,0.5);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot.active span:hover,
.owl-carousel.rdy_products_carousel:not(.product-big-image) .owl-dot:hover span:hover {
  background: #333 !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).dark {
  color: #000;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).dark .testimonial-content > a,
.owl-carousel.rdy_products_carousel:not(.product-big-image).dark .text-primary,
.owl-carousel.rdy_products_carousel:not(.product-big-image).dark .text-primary a,
.owl-carousel.rdy_products_carousel:not(.product-big-image).dark .text-secondary {
  color: #000 !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light {
  color: #fff;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .testimonial-content > a,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .text-primary,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .text-primary a,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .text-secondary {
  color: #fff !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-prev,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-next {
  border-color: rgba(255,255,255,0.3);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-prev:before,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-next:before {
  color: rgba(255,255,255,0.3);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-prev:hover,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-next:hover {
  border-color: #fff;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-prev:hover:before,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-next:hover:before {
  color: #fff !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-dot span {
  border: 1px solid rgba(255,255,255,0.3);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-dot span:hover {
  border-color: #fff !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-dot.active span,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-dot:hover span {
  background: rgba(255,255,255,0.3);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-dot.active span:hover,
.owl-carousel.rdy_products_carousel:not(.product-big-image).light .owl-dot:hover span:hover {
  background: #fff !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .product-item {
  margin-bottom: 0;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .product-item .price {
  margin-bottom: 0;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-next,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-prev {
  border: 0;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-next .owl-nav-container,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-prev .owl-nav-container {
  position: relative;
  top: -40px;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-next i,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-prev i {
  font-size: 30px !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-next {
  right: 0px;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products .owl-prev {
  left: 0px;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light {
  color: #fff;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-prev:before,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-next:before {
  color: rgba(255,255,255,0.8);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-prev:hover:before,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-next:hover:before {
  color: #fff !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-dot span {
  border: 1px solid rgba(255,255,255,0.8);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-dot span:hover {
  border-color: #fff !important;
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-dot.active span,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-dot:hover span {
  background: rgba(255,255,255,0.8);
}
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-dot.active span:hover,
.owl-carousel.rdy_products_carousel:not(.product-big-image).products.color-light .owl-dot:hover span:hover {
  background: #fff !important;
}
.product_after_shop_loop {
  height: 33px;
  overflow: hidden;
  margin-top: -0.3em;
}
.product_after_shop_loop_switcher {
  height: 66px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.product_after_shop_loop_price {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product_after_shop_loop_buttons {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product_after_shop_loop_price,
.product_after_shop_loop_buttons {
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.products a.button.added {
  display: none;
}
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
  -webkit-transform: translateY(-33px);
  -moz-transform: translateY(-33px);
  -o-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px);
}
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher .product_after_shop_loop_price {
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher .product_after_shop_loop_buttons {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.woocommerce .products a.button.loading:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("../images/loading-light.svg") center no-repeat;
  -webkit-background-size: auto 18px;
  -moz-background-size: auto 18px;
  background-size: auto 18px;
  vertical-align: top;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: auto;
  right: auto;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
#yith-wcwl-popup-message {
  display: none !important;
}
.yith-wcwl-add-to-wishlist {
  font-size: 0;
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none !important;
}
.products .add_to_wishlist:before {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.products .add_to_wishlist:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
  position: absolute;
  bottom: -26px;
  right: 0;
  z-index: 1;
  padding: 0 1px;
}
.products li a.add_to_wishlist,
.products .yith-wcwl-add-button,
.products .yith-wcwl-wishlistexistsbrowse,
.products .yith-wcwl-wishlistaddedbrowse {
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: static;
}
.add_to_wishlist:before {
  content: "\e08a";
  line-height: 18px;
}
.add_to_wishlist:before {
  font-size: 16px;
  width: 18px;
  text-align: center;
  display: inline-block;
  font-family: 'Simple-Line-Icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\f004';
  font-size: 15px;
  line-height: 1;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading::before {
  content: "\f110";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  -webkit-animation: spin 0.6s linear 0s normal none infinite running;
  -moz-animation: spin 0.6s linear 0s normal none infinite running;
  -o-animation: spin 0.6s linear 0s normal none infinite running;
  -ms-animation: spin 0.6s linear 0s normal none infinite running;
  animation: spin 0.6s linear 0s normal none infinite running;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product .product__container,
  .woocommerce-page ul.products li.product .product__container {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    transition: padding 0.3s;
    top: 0;
    left: 0;
    right: 0;
  }
}
.woocommerce-pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-sidebar {
    padding-right: 45px;
  }
  .woocommerce-sidebar-right {
    padding-left: 45px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-sidebar-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .coupons.actions {
    margin-bottom: 15px;
  }
  .woocommerce .cart_totals table .cart-subtotal td,
  .woocommerce .cart_totals table .order-total td {
    text-align: right;
  }
  .woocommerce-account .woocommerce .lost_password_icon {
    height: 70px;
    margin-top: 20px;
  }
  .woocommerce-account .woocommerce .lost_password_icon img {
    width: 70px;
  }
  .woocommerce-account .woocommerce .lost_reset_password h1 {
    font-size: 24px;
  }
}
.woocommerce-account .content-area {
  padding-top: 50px;
}
.product-images-wrapper {
  position: relative;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
}
.product-images-wrapper .product-images-layout.images {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  -o-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  -ms-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit--webkit-transform;
  -moz-transition-property: height, -webkit--moz-transform;
  -o-transition-property: height, -webkit--o-transform;
  -ms-transition-property: height, -webkit--ms-transform;
  transition-property: height, -webkit-transform;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  -o-transition-property: -o-transform, height;
  -ms-transition-property: -ms-transform, height;
  transition-property: transform, height;
  -webkit-transition-property: -webkit-transform, height, -webkit--webkit-transform;
  -moz-transition-property: -moz-transform, height, -webkit--moz-transform;
  -o-transition-property: -o-transform, height, -webkit--o-transform;
  -ms-transition-property: -ms-transform, height, -webkit--ms-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-transition-property: -webkit--webkit-transform;
  -moz-transition-property: -webkit--moz-transform;
  -o-transition-property: -webkit--o-transform;
  -ms-transition-property: -webkit--ms-transform;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform, -webkit--webkit-transform;
  -moz-transition-property: -moz-transform, -webkit--moz-transform;
  -o-transition-property: -o-transform, -webkit--o-transform;
  -ms-transition-property: -ms-transform, -webkit--ms-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.easyzoom {
  position: relative;
  display: block;
}
.product-images-wrapper .product_images .swiper-slide .easyzoom.el_zoom img {
  cursor: url("../images/cursor-zoom.png"), auto;
}
.product-images-wrapper .product_images .swiper-slide img {
  width: 100%;
}
.product-images-wrapper .product-images-layout.images img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.easyzoom img {
  vertical-align: bottom;
}
.product_summary_thumbnails_wrapper .product_thumbnails {
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  overflow: hidden;
  max-height: 488px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: initial;
  bottom: 0px;
}
.product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 0 10px 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin: 0;
  display: block;
  line-height: 0;
}
.product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.product_layout_4 .product-badges .product-sale .onsale {
  position: inherit;
  top: inherit;
  margin-right: 0;
  display: inline-block;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products span.onsale,
.woocommerce-page .products span.onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.quickview-badges span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 2px 8px 2px 8px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  left: auto;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #93af76;
  text-shadow: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  z-index: 8;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  -ms-animation-name: flipInY;
  animation-name: flipInY;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-account.woocommerce-add-payment-method #add_payment_method #payment div.payment_box .wc-payment-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
.cd-quick-view .cd-item-info .product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.product_layout_2 .product_content_wrapper .product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.product_layout_3 .product_content_wrapper .product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.product_layout_4.product_content_wrapper .product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.woocommerce div.product .out-of-stock {
  border-color: rgba(84,84,84,0.55) !important;
}
.product_layout_2 .product_content_wrapper .product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.woocommerce div.product .out-of-stock {
  text-align: center;
  border: 1px dashed;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.6875rem;
  color: rgba(84,84,84,0.55);
}
.woocommerce-breadcrumb {
  margin-bottom: 40px;
  color: rgba(84,84,84,0.55);
}
.product_infos {
  padding: 0 25px 0 25px;
}
.product_infos .product_title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.product_infos .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.product_infos .price del {
  color: #000;
  font-size: 15px;
}
.product_infos form.cart {
  margin-top: 35px;
}
.woocommerce.single-product .header-spacing {
  height: 40px !important;
}
.woocommerce.single-product .woocommerce-breadcrumb {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  padding: 0;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
  font-size: 12px;
}
.woocommerce .woocommerce-product-rating {
  line-height: 1;
  display: block;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  margin: 5px 0;
  height: 15px;
  position: relative;
  overflow: hidden;
  font-size: 10px;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 0;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f005\f005\f005\f005\f005";
  color: #a1a1a1;
  font-size: 14px;
  line-height: 14px;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f005\f005\f005\f005\f005";
  color: #ff7200;
  font-size: 14px;
  line-height: 14px;
}
.woocommerce .star-1,
.woocommerce-page .star-1,
.woocommerce .star-2,
.woocommerce-page .star-2,
.woocommerce .star-3,
.woocommerce-page .star-3,
.woocommerce .star-4,
.woocommerce-page .star-4,
.woocommerce .star-5,
.woocommerce-page .star-5 {
  width: 100px;
  height: 14px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.woocommerce .star-1:before,
.woocommerce-page .star-1:before,
.woocommerce .star-2:before,
.woocommerce-page .star-2:before,
.woocommerce .star-3:before,
.woocommerce-page .star-3:before,
.woocommerce .star-4:before,
.woocommerce-page .star-4:before,
.woocommerce .star-5:before,
.woocommerce-page .star-5:before {
  font-family: WooCommerce;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\e020\e020\e020\e020\e020";
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.woocommerce .star-1:hover:before,
.woocommerce-page .star-1:hover:before,
.woocommerce .star-2:hover:before,
.woocommerce-page .star-2:hover:before,
.woocommerce .star-3:hover:before,
.woocommerce-page .star-3:hover:before,
.woocommerce .star-4:hover:before,
.woocommerce-page .star-4:hover:before,
.woocommerce .star-5:hover:before,
.woocommerce-page .star-5:hover:before {
  color: #ff7200;
}
.woocommerce .star-1.active:before,
.woocommerce-page .star-1.active:before,
.woocommerce .star-2.active:before,
.woocommerce-page .star-2.active:before,
.woocommerce .star-3.active:before,
.woocommerce-page .star-3.active:before,
.woocommerce .star-4.active:before,
.woocommerce-page .star-4.active:before,
.woocommerce .star-5.active:before,
.woocommerce-page .star-5.active:before {
  color: #ff7200;
}
.woocommerce .star-1,
.woocommerce-page .star-1 {
  width: 14px;
}
.woocommerce .star-1:before,
.woocommerce-page .star-1:before {
  content: "\e020";
}
.woocommerce .star-2,
.woocommerce-page .star-2 {
  width: 28px;
}
.woocommerce .star-2:before,
.woocommerce-page .star-2:before {
  content: "\e020\e020";
}
.woocommerce .star-3,
.woocommerce-page .star-3 {
  width: 42px;
}
.woocommerce .star-3:before,
.woocommerce-page .star-3:before {
  content: "\e020\e020\e020";
}
.woocommerce .star-4,
.woocommerce-page .star-4 {
  width: 56px;
}
.woocommerce .star-4:before,
.woocommerce-page .star-4:before {
  content: "\e020\e020\e020\e020";
}
@media screen and (max-width: 767px) {
  .woocommerce .star-1,
  .woocommerce-page .star-1,
  .woocommerce .star-2,
  .woocommerce-page .star-2,
  .woocommerce .star-3,
  .woocommerce-page .star-3,
  .woocommerce .star-4,
  .woocommerce-page .star-4,
  .woocommerce .star-5,
  .woocommerce-page .star-5 {
    float: none;
    display: block;
    overflow: hidden;
    margin-right: 20px;
  }
  .woocommerce .comment-form-rating .stars,
  .woocommerce-page .comment-form-rating .stars {
    height: auto;
  }
}
.product_infos .star-rating:before,
.product_infos .star-rating span:before {
  font-size: 14px;
  line-height: 14px;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  color: #ec7a5c;
}
.woocommerce-tabs .shop_attributes {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border-top: 1px solid #ececec;
}
.woocommerce-tabs .shop_attributes tr:nth-child(2n+1) {
  background-color: #fcfcfc;
}
.woocommerce-tabs .shop_attributes tr th:first-child,
.woocommerce-tabs .shop_attributes tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px;
}
.woocommerce-tabs .shop_attributes tr th:first-child,
.woocommerce-tabs .shop_attributes tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ececec;
}
.woocommerce-tabs .shop_attributes td {
  border-color: #ececec;
  border-left: none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-size: 13px;
  padding: 10px;
}
.woocommerce-tabs .shop_attributes th {
  border-left: medium none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border-color: #ececec;
}
.woocommerce-tabs .shop_attributes p {
  margin-bottom: 0;
}
.product_infos .price {
  font-size: 22px !important;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
.product_infos .price ins {
  background-color: transparent;
}
.woocommerce .summary .cart_wraper.single {
  display: inline-block;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce .quantity {
  width: 80px;
  position: relative;
  text-align: left;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page .quantity input.minus,
.woocommerce-page .quantity input.plus {
  background: #fff;
  border: 1px solid #b8b8b8;
  width: 50px !important;
  height: 50px !important;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2px !important;
  outline: 0px !important;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity input.qty {
  font-size: 24px;
  font-weight: bold;
}
.woocommerce .quantity .ui-spinner-button.ui-spinner-up {
  line-height: 25px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.woocommerce .quantity .ui-spinner-button {
  color: #333 !important;
}
.woocommerce .quantity .ui-spinner-button {
  font-size: 20px;
  font-weight: bold;
  border-radius: 0;
  padding: 0;
  border-width: 0;
}
.woocommerce .quantity .ui-spinner-up {
  top: 0;
}
.woocommerce .quantity .ui-spinner-up,
.woocommerce .quantity .ui-spinner-down {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  left: 50px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.woocommerce .quantity a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.woocommerce .quantity .ui-spinner-button.ui-spinner-down {
  line-height: 22px;
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
}
.woocommerce .quantity .ui-spinner-down {
  bottom: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  vertical-align: middle;
  border: none;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce #respond input#submit,
.woocommerce a.button.add_to_cart_button,
.woocommerce button.button.add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce-cart .button.alt,
.woocommerce-checkout .button.alt,
.woocommerce-account .button.alt,
.woocommerce-form-login .button {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.woocommerce.single-product .button.add_to_cart_button {
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form .button {
  color: #fff;
}
.woocommerce .woocommerce-cart-form .button.alt {
  background-color: #9e9e9e;
}
.product_meta {
  font-size: 10px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding: 22px 30px 22px;
  text-align: left;
  padding: 0;
  clear: left;
  color: rgba(84,84,84,0.55);
}
.product_meta a {
  color: rgba(84,84,84,0.55);
}
.product_meta>span {
  display: block;
  text-transform: uppercase;
}
.product_meta,
.product_buttons {
  margin-top: 30px;
}
.product_buttons .yith-wcwl-add-to-wishlist {
  border: 1px solid #ddd;
  color: #888;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 1em;
  margin: 0;
  text-align: center;
}
.product_buttons .yith-wcwl-add-to-wishlist a {
  color: #888;
  padding: 14px 20px;
  display: block;
}
.product_buttons .yith-wcwl-add-to-wishlist span.feedback {
  display: none;
}
.product_buttons .yith-wcwl-add-to-wishlist {
  float: left;
  margin-right: 10px;
}
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce #respond input#submit.added:after,
.woocommerce #content input.button.added:after {
  height: 16px;
  width: 16px;
  margin-left: 8px;
  text-indent: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
}
.product_type_simple {
  position: relative;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  white-space: nowrap;
  display: inline-block;
}
.single-product .product_type_simple + .added_to_cart {
  margin-left: 9px;
}
.lg-outer .lg-thumb {
  margin: 0 auto;
  text-align: center;
}
.lg-outer .lg-thumb-item {
  display: inline-block;
  float: none !important;
}
.product-share {
  float: left;
  margin: 0;
  position: relative;
  width: 180px;
  background-color: #fff;
  z-index: 3;
  cursor: pointer;
}
.product-share strong {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: block;
  padding: 14px 20px;
  text-align: center;
}
.product-share ul {
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.product-share li {
  display: block;
  margin: 0;
  white-space: nowrap;
}
.product-share a {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-share.active ul {
  border-color: #111;
  display: block;
}
.product-share.active strong {
  background: #111;
  border-color: #111;
  color: #fff;
}
.product-share a:hover {
  background: #eee;
}
@media (min-width: 992px) {
  .woocommerce #tab-description > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .woocommerce #tab-description > .container-fluid > .tab-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.woocommerce #tab-description .tab-container.container,
.woocommerce #tab-additional_information .tab-container.container,
.woocommerce #tab-reviews .tab-container.container {
  padding-top: 45px;
  max-width: 800px;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 100px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 1px auto;
  position: relative;
  line-height: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent !important;
  border-color: transparent !important;
  border-bottom: 2px solid rgba(0,0,0,0) !important;
  border-radius: 0 !important;
  margin: 0 0 0 45px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 0 26px;
  font-size: 14px;
  font-weight: bold;
  color: #777;
  display: inline-block;
  text-shadow: none;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #000 !important;
  color: #000;
}
.woocommerce-tabs .panel .container-fluid>.tab-row>h2:first-child,
.woocommerce-tabs .panel .container>.tab-row>h2:first-child {
  display: none;
}
.woocommerce-tabs .panel #reviews h2 {
  margin: 0 0 45px;
}
.woocommerce-tabs .panel #reviews .woocommerce-Reviews-title {
  font-size: 21px;
}
.woocommerce-tabs .panel #reviews #comments ol.commentlist {
  margin: 0px 0 30px;
  padding: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce-tabs .panel #reviews #comments ol.commentlist li:first-child {
  margin-top: 0px;
}
.woocommerce-tabs .panel #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 25px 0 30px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
  background: none;
  border: 0;
  margin: 0;
  line-height: 1;
  position: absolute;
  float: none;
  left: 0;
  top: -5px;
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border-radius: 70px;
}
.woocommerce-tabs .panel #reviews .comment-text .meta {
  margin-bottom: 10px;
}
.woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
  margin: 0 70px 0 70px;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.woocommerce-tabs .panel #reviews .star-rating {
  font-size: 10px;
  top: 4px;
  margin-right: -70px;
  width: 55px;
  float: right !important;
}
.woocommerce-tabs .panel #reviews .star-rating:before,
.woocommerce-tabs .panel #reviews .star-rating span:before {
  font-size: 10px;
}
.woocommerce-tabs .panel #reviews span.comment-reply-title {
  font-size: 1.3125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond label {
  display: block;
}
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] {
  width: 100%;
}
.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
  margin: 20px 0 20px;
}
.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating .stars {
  margin-top: 10px;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
  padding: 5px 0;
}
.woocommerce-tabs .panel #reviews #comment {
  height: 140px;
  line-height: 2;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.woocommerce table.wishlist_table,
.woocommerce-page table.wishlist_table {
  border: none;
  margin: 12px 0 0 0;
  border-radius: 0px;
  border: 0 !important;
}
.woocommerce #content .shop_table.cart.wishlist_table tr:first-child td,
.woocommerce .shop_table.cart.wishlist_table tr:first-child td {
  border-top: none !important;
}
.woocommerce #content .shop_table.cart.wishlist_table td,
.woocommerce .shop_table.cart.wishlist_table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce table.cart.wishlist_table td.product-remove {
  width: 30px;
  min-width: 30px;
}
.woocommerce #content table.wishlist_table.cart a.remove {
  color: #545454 !important;
  margin: 0 auto;
  background: none;
}
.woocommerce-page table.cart.wishlist_table .product-name,
.woocommerce-page #content table.cart.wishlist_table .product-name {
  padding-right: 40px;
}
.woocommerce table.cart.wishlist_table .product-price,
.woocommerce #content table.cart.wishlist_table .product-price {
  padding-right: 30px;
}
.product-add-to-cart .button,
.woocommerce .product-add-to-cart a.alt.button {
  font-size: 13px !important;
  width: auto;
  height: auto;
  padding-right: 24px !important;
  padding-left: 24px !important;
  margin-bottom: 0;
  position: relative;
  top: 0;
}
.woocommerce-page table.cart.wishlist_table .product-add-to-cart,
.woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
  width: 163px;
}
.product-add-to-cart .button:before,
.woocommerce .product-add-to-cart a.alt.button:before {
  display: none;
}
.woocommerce table.cart .product-price,
.woocommerce #content table.cart .product-price {
  font-size: 14px;
}
.woocommerce table.cart .product-name a,
.woocommerce #content table.cart .product-name a {
  font-size: 14px;
}
.wishlist-title {
  display: none;
}
.wishlist_table thead {
  display: none;
}
.wishlist_table tr td,
.wishlist_table tr th {
  text-align: left;
  padding-left: 0 !important;
}
.woocommerce #content .shop_table.cart.wishlist_table td,
.woocommerce .shop_table.cart.wishlist_table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce #content .shop_table.cart.wishlist_table tr:first-child td,
.woocommerce .shop_table.cart.wishlist_table tr:first-child td {
  border-top: none !important;
}
.woocommerce table.cart.wishlist_table td.product-remove {
  width: 25px;
  min-width: 25px;
  max-width: none;
  text-align: left;
}
.woocommerce #content table.cart.wishlist_table a.remove,
.woocommerce table.cart.wishlist_table a.remove,
.woocommerce-page #content table.cart.wishlist_table a.remove,
.woocommerce-page table.cart.wishlist_table a.remove {
  float: none;
  width: auto;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  position: relative;
  top: 1px;
  background-color: transparent !important;
}
.woocommerce-page table.cart.wishlist_table .product-name,
.woocommerce-page #content table.cart.wishlist_table .product-name {
  vertical-align: middle;
  padding-right: 15px;
  width: auto;
}
.woocommerce-page table.cart.wishlist_table .product-name a,
.woocommerce-page #content table.cart.wishlist_table .product-name a {
  margin-top: 0;
}
.woocommerce-page table.cart.wishlist_table .product-subtotal,
.woocommerce-page #content table.cart.wishlist_table .product-subtotal,
.woocommerce-page table.cart.wishlist_table .product-stock-status,
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
  text-align: left;
}
.woocommerce-page table.cart.wishlist_table .product-subtotal,
.woocommerce-page #content table.cart.wishlist_table .product-subtotal {
  width: 80px;
}
.woocommerce-page table.cart.wishlist_table .product-stock-status,
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
  display: none;
  padding-left: 30px;
  font-size: 13px;
}
@media only screen and (min-width: 63.9375em) {
  .woocommerce-page table.cart.wishlist_table .product-stock-status,
  .woocommerce-page #content table.cart.wishlist_table .product-stock-status {
    display: table-cell;
    padding-left: 0;
    padding-right: 30px;
  }
}
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.wishlist-in-stock,
.wishlist-out-of-stock {
  font-size: 0.6875em;
  padding: 3px 5px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #000;
  border: 2px solid;
}
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #b3b3b3;
  border: 2px solid;
}
.woocommerce table.cart.wishlist_table .product-price,
.woocommerce #content table.cart.wishlist_table .product-price {
  display: table-cell;
  font-weight: 700;
  padding-right: 15px;
}
.woocommerce table.cart.wishlist_table .product-price del,
.woocommerce #content table.cart.wishlist_table .product-price del {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  font-weight: normal;
}
.woocommerce table.cart.wishlist_table .product-price ins,
.woocommerce #content table.cart.wishlist_table .product-price ins {
  background-color: transparent;
}
.woocommerce-page table.cart.wishlist_table .product-add-to-cart,
.woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
  width: 48px;
  padding-right: 0 !important;
}
.wishlist_table .button {
  min-width: 157px;
}
.product-add-to-cart .button,
.woocommerce .product-add-to-cart a.alt.button {
  font-size: 13px !important;
  width: auto;
  height: auto;
  padding-right: 24px !important;
  padding-left: 24px !important;
  margin-bottom: 0;
  position: relative;
  top: 0;
  border-radius: 0 !important;
}
.wishlist_table .add_to_cart.button {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .variations {
  margin-bottom: 8px;
}
.woocommerce .variations,
.woocommerce .variations td {
  border: 0;
}
.woocommerce .variations td {
  display: block;
  padding: 0;
}
.woocommerce .variations td select {
  padding: 10px;
}
.woocommerce .variations td label {
  font-weight: bold;
  margin-top: 8px;
  display: inline-block;
}
.woocommerce .woocommerce-variation-price {
  margin-bottom: 20px;
}
.easyzoom {
  position: relative;
  display: block;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.easyzoom-flyout:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.easyzoom-flyout img {
  max-width: none !important;
  width: auto !important;
}
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.woocommerce-MyAccount-content fieldset {
  border: 0;
  padding: 0;
}
.rdy_dynamic_shopping_bag {
  position: relative;
}
.rdy_little_shopping_bag,
.rdy_little_shopping_bag_wrapper_mobiles {
  display: none;
}
.rdy_little_shopping_bag_wrapper.shopping_bag_mobile_style {
  width: 61px;
  background-color: #fff;
}
body:not(.header-logo-right) .rdy_little_shopping_bag_wrapper {
  right: 0;
}
body.header-logo-right .rdy_little_shopping_bag_wrapper {
  left: 0;
}
.rdy_little_shopping_bag_wrapper {
  position: absolute;
  top: 0;
  z-index: 100;
}
.rdy_little_shopping_bag_wrapper .cart_list_product:after,
.rdy_little_shopping_bag_wrapper .minicart_cart_button:after {
  content: '';
  display: table;
  clear: both;
}
body.header-logo-right .vim_minicart_wrapper {
  left: 0;
  right: auto;
}
.shopping_bag_mobile_style .vim_minicart_wrapper {
  top: 60px;
}
.vim_minicart_wrapper {
  position: absolute;
  right: 0;
  z-index: 10000;
  visibility: hidden;
  padding-top: 0;
  text-align: left;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  -moz-transition-property: visibility, opacity, -moz-transform;
  -o-transition-property: visibility, opacity, -o-transform;
  -ms-transition-property: visibility, opacity, -ms-transform;
  transition-property: visibility, opacity, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cart-icon.show .vim_minicart_wrapper {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.vim_minicart {
  width: 300px;
  padding: 0;
  background: #fff;
  position: relative;
  color: #000;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.vim_minicart .empty {
  padding: 10px 0;
}
.vim_minicart .cart_list {
  list-style: none;
}
.vim_minicart .cart_list li.cart_list_product {
  padding: 6px 10px;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  line-height: 120%;
  position: relative;
}
.vim_minicart .cart_list li.cart_list_product:first-child {
  border-top: none;
}
.vim_minicart .cart_list li.cart_list_product .remove {
  position: absolute;
  top: 8px;
  right: 0px;
  background: none;
  font-size: 18px;
}
.vim_minicart .cart_list li.cart_list_product a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.vim_minicart .cart_list li.cart_list_product div {
  font-size: 12px;
}
.vim_minicart .cart_list li.cart_list_product .cart_list_product_quantity {
  color: #000;
  margin-top: 6px;
}
.vim_minicart .cart_list li.cart_list_product .cart_list_product_price {
  float: right;
  font-weight: bold;
}
.vim_minicart .cart_list li.cart_list_product .cart_list_product_img {
  float: left;
  max-width: 80px;
  background: #fff;
}
.vim_minicart .cart_list li.cart_list_product .cart_list_product_title {
  width: 185px;
  float: left;
  margin-top: 8px;
  padding: 0 0 0 10px;
}
.vim_minicart .cart_list li.cart_list_product:first-child {
  padding-top: 15px;
}
.vim_minicart .cart_list li.cart_list_product:last-child {
  padding-bottom: 15px;
}
.vim_minicart .minicart_total_checkout {
  padding: 20px 10px;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
  line-height: 1;
}
.vim_minicart .minicart_total_checkout .amount {
  float: right;
}
.vim_minicart .minicart_cart_button {
  padding: 0px;
  line-height: 1;
}
.vim_minicart .minicart_cart_button .vim_minicart_cart_but {
  float: left;
}
.vim_minicart .minicart_cart_button .vim_minicart_checkout_but {
  float: right;
}
.vim_minicart .minicart_cart_button a {
  width: 149px;
  background-color: #000;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.vim_minicart .minicart_cart_button a:hover {
  background-color: #494949 !important;
}
.vim_minicart .empty {
  font-size: 13px;
  text-align: center;
}
.vim_minicart .b_button {
  color: #333;
}
.elements.element-cart .elements-container,
.elements.element-myaccount .elements-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.elements.element-myaccount a {
  display: inline-block;
  line-height: 1;
}
.cart-icon .icon {
  line-height: 1;
}
.cart-icon .side-icon-holder {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cart-icon .cart-count {
  position: absolute;
  top: 0;
  right: -7px;
  font-size: 10px;
  text-align: left;
  z-index: 2;
  width: 16px;
  height: 16px;
  line-height: 1.4;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.rdy_dynamic_shopping_bag {
  position: relative;
}
.woocommerce .category_header .list_categories {
  text-align: center;
}
.woocommerce .category_header {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce .category_header .page-title {
  margin-bottom: 0;
  text-align: center;
}
.woocommerce .category_header .list_categories .category_item a {
  color: #000;
}
.woocommerce .category_header .light {
  color: #fff;
}
.woocommerce .category_header .light a,
.woocommerce .category_header .light h1 {
  color: #fff;
}
.list_shop_categories {
  margin: 20px 0 3px;
  text-align: center;
}
.list_shop_categories li {
  display: inline-block;
}
.list_shop_categories li a {
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
  margin-bottom: 10px;
  margin: 0 12px 5px;
  padding: 5px 0px;
  background: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.3s, border-color 0.2s;
  -moz-transition: color 0.3s, border-color 0.2s;
  -o-transition: color 0.3s, border-color 0.2s;
  -ms-transition: color 0.3s, border-color 0.2s;
  transition: color 0.3s, border-color 0.2s;
}
.vim_minicart ul.cart_list {
  max-height: 335px;
  overflow-y: auto;
  overflow-x: hidden;
}
.vim_minicart ul.cart_list::-webkit-scrollbar {
  width: 2px;
}
.vim_minicart ul.cart_list::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.7);
}
/*--------------------------------------------------------------
* 3.1 Widgets
==============================================================*/
.woocommerce-sidebar {
  margin-bottom: 60px;
}
.woocommerce-sidebar .widget-title {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.widget_price_filter .price_slider_wrapper {
  margin: 34px 0 20px 0 !important;
}
.widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider-handle {
  margin-left: -0.1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ccc !important;
  border-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-right: 28px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 18px;
  height: 4px;
  background: #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.widget_price_filter .price_slider_wrapper .button {
  margin-top: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute !important;
  z-index: 2 !important;
  cursor: pointer !important;
  outline: none !important;
  content: "\f00d";
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  top: -14px !important;
  border-radius: 50%;
  text-indent: 1.9em;
  line-height: 0.75em;
  -webkit-box-shadow: 0 5px 4px rgba(0,0,0,0.1);
  box-shadow: 0 5px 4px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  -webkit-transition: top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1), inset 0px 0px 0px 2px #fff !important;
  box-shadow: 0 3px 4px rgba(0,0,0,0.1), inset 0px 0px 0px 2px #fff !important;
  background: #f2f2f2 !important;
  top: -12px !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute !important;
  z-index: 1 !important;
  font-size: 0.7em !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 4px;
}
.widget_price_filter .price_label {
  text-align: left !important;
  padding: 5px 0;
  padding-top: 18px;
  font-size: 12px;
  font-weight: bold;
}
.widget_price_filter .price_slider_amount .button {
  float: right !important;
  padding: 11px 15px !important;
  height: auto !important;
  line-height: 1em !important;
  font-weight: normal !important;
  color: #fff !important;
  background: #000 !important;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  border: none;
}
.widget_price_filter .price_slider_amount .button:hover {
  background: #606060 !important;
}
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
  list-style: none;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 14px;
}
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  margin-bottom: 10px;
}
.woocommerce ul.product_list_widget li .amount,
.woocommerce-page ul.product_list_widget li .amount {
  font-weight: bold;
}
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.product_list_widget li ins {
  text-decoration: none;
}
.woocommerce ul.product_list_widget li:last-child,
.woocommerce-page ul.product_list_widget li:last-child {
  border: 0 !important;
}
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: '';
  clear: both;
  display: block;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin-right: 25px;
  width: 72px;
  height: auto;
}
.woocommerce-sidebar .product-categories .current-cat > a {
  font-weight: bold;
}
.woocommerce-sidebar .star-rating {
  float: none !important;
  margin-bottom: 4px;
}
.woocommerce-sidebar .product_list_widget a {
  color: #333;
}
.woocommerce-sidebar .product_list_widget a:hover {
  color: anchor-color;
}
.woocommerce-sidebar .product_list_widget .reviewer {
  color: #999;
}
.woocommerce-sidebar .product_list_widget del .amount {
  font-weight: normal !important;
  font-size: 12px;
}
.woocommerce-sidebar a {
  color: #333;
}
.woocommerce-sidebar a:hover {
  color: anchor-color;
}
.widget_layered_nav_filters a {
  color: #ff7200 !important;
  font-weight: bold;
}
.widget_layered_nav_filters a:after {
  content: '';
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url("../images/icon_cross_in_circle.svg") no-repeat;
}
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li {
  border-bottom: 1px solid #ccc !important;
}
.widget_layered_nav li,
.widget_recent_comments li,
.widget_layered_nav_filters li,
.widget_product_categories li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_pages li,
.widget_text li {
  padding: 4px 0;
  font-size: 14px;
}
.widget_layered_nav .textwidget ul > li:first-child,
.widget_recent_comments .textwidget ul > li:first-child,
.widget_layered_nav_filters .textwidget ul > li:first-child,
.widget_product_categories .textwidget ul > li:first-child,
.widget_archive .textwidget ul > li:first-child,
.widget_categories .textwidget ul > li:first-child,
.widget_recent_entries .textwidget ul > li:first-child,
.widget_meta .textwidget ul > li:first-child,
.widget_pages .textwidget ul > li:first-child,
.widget_text .textwidget ul > li:first-child,
.widget_layered_nav > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_layered_nav_filters > ul > li:first-child,
.widget_product_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_text > ul > li:first-child {
  padding-top: 0 !important;
}
.widget_layered_nav li:last-child,
.widget_recent_comments li:last-child,
.widget_layered_nav_filters li:last-child,
.widget_product_categories li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_text li:last-child {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.widget_layered_nav .count,
.widget_recent_comments .count,
.widget_layered_nav_filters .count,
.widget_product_categories .count,
.widget_archive .count,
.widget_categories .count,
.widget_recent_entries .count,
.widget_meta .count,
.widget_pages .count,
.widget_text .count {
  float: right;
}
.widget_layered_nav ul li ul,
.widget_recent_comments ul li ul,
.widget_layered_nav_filters ul li ul,
.widget_product_categories ul li ul,
.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_text ul li ul {
  margin: 11px 0 0 0 !important;
}
.widget_layered_nav ul li ul li,
.widget_recent_comments ul li ul li,
.widget_layered_nav_filters ul li ul li,
.widget_product_categories ul li ul li,
.widget_archive ul li ul li,
.widget_categories ul li ul li,
.widget_recent_entries ul li ul li,
.widget_meta ul li ul li,
.widget_pages ul li ul li,
.widget_text ul li ul li {
  border: 0;
  padding: 4px 0px !important;
}
.widget_recent_comments .comment-author-link {
  color: #999;
}
.widget_shopping_cart .total {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
}
.widget_shopping_cart .total strong {
  color: #999;
  text-transform: uppercase;
}
.widget_shopping_cart .total .amount {
  font-weight: bold;
}
.widget_shopping_cart a.button {
  width: 100%;
}
.widget_shopping_cart a.button:last-child {
  float: right;
}
.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 20px;
}
.widget .tagcloud a {
  margin-right: 10px;
  font-size: 14px !important;
}
.pre-footer-sidebar.widget {
  margin: 0;
}
.widget.widget_search .search-field,
.woocommerce-sidebar.widget_search .search-field,
.widget.widget_product_search .search-field,
.woocommerce-sidebar.widget_product_search .search-field {
  padding: 18px 28px 18px 20px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/field_search.svg") no-repeat 95% center;
}
.widget.widget_search .search-field:focus,
.woocommerce-sidebar.widget_search .search-field:focus,
.widget.widget_product_search .search-field:focus,
.woocommerce-sidebar.widget_product_search .search-field:focus {
  border: 1px solid #000;
}
.footer-wrapper .widget .widget-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 20px;
}
.footer-wrapper .widget .menu li {
  padding: 7px 0;
}
.footer-wrapper .widget .menu li:first-child {
  padding-top: 0 !important;
}
.widget select {
  width: 100%;
  max-width: 100%;
  outline: none;
  font-weight: normal;
  font-size: 15px;
  height: auto;
  border: 1px solid #ccc;
  padding: 18px 20px;
}
.widget_rss a {
  display: block;
}
.widget_rss .rsswidget {
  margin-bottom: 5px;
}
.widget_rss li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#sidebar .widget.widget_categories ul ul,
#sidebar .widget.widget_pages ul ul,
#sidebar .widget.widget_nav_menu ul ul {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 20px;
}
.widget_calendar caption {
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
.widget_calendar table #prev,
.widget_calendar table #next {
  text-align: center;
}
.widget_calendar table #prev {
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 2;
}
.widget_calendar table th {
  font-family: 'Open Sans';
  font-weight: 700;
  border-bottom: 0px;
  text-align: center !important;
  padding-bottom: 10px;
  color: #999;
}
.widget_calendar table td,
#footer-outer #footer-widgets .col .widget_calendar table th {
  text-align: center;
}
.wpb_widgetised_column ul {
  list-style: none !important;
  margin-left: auto !important;
  margin-bottom: auto !important;
}
.widget_rating_filter .star-rating {
  display: inline-block;
  margin-bottom: 0 !important;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.page-cart-title,
.page-checkout-title {
  margin-bottom: 50px;
}
.empty_bag {
  padding: 100px 30px 100px 30px;
  text-align: center;
}
.empty_bag .gi {
  font-size: 80px;
}
.empty_bag_message {
  font-size: 30px !important;
  color: #333;
  margin-bottom: 70px;
}
table.shop_table.cart,
.woocommerce table.shop_table.cart {
  margin: 0;
  text-align: left;
  border-collapse: separate;
  border-radius: 0;
}
table.shop_table.cart {
  width: 100%;
  margin: 20px 0 50px 0;
}
table.shop_table.cart,
.woocommerce table.shop_table.cart {
  border: 1px solid #ccc;
}
table.shop_table.cart th,
.woocommerce table.shop_table.cart th {
  border: 0;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
}
table.shop_table.cart th,
.woocommerce table.shop_table.cart th {
  border-bottom: 1px solid #ccc;
}
table.shop_table.cart td,
.woocommerce table.shop_table.cart td {
  border: 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
  padding-top: 30px;
  vertical-align: middle;
}
table.shop_table.cart tr.cart_item:last-child td,
.woocommerce table.shop_table.cart tr.cart_item:last-child td {
  border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 100px;
}
.cart_totals .shipping li,
.checkout.woocommerce-checkout .shipping li {
  margin-bottom: 6px;
}
.cart_totals .shipping li:last-child,
.checkout.woocommerce-checkout .shipping li:last-child {
  margin-bottom: 0;
}
.shop_table #shipping_method {
  padding: 0;
}
.shop_table #shipping_method li {
  list-style: none !important;
}
#billing_country_field .select2-selection,
#billing_state_field .select2-selection,
#calc_shipping_country_field .select2-selection,
#calc_shipping_state_field .select2-selection,
#shipping_country_field .select2-selection,
#shipping_state_field .select2-selection {
  outline: 0 !important;
  height: 50px;
}
#billing_country_field .select2-selection.select2-selection--single,
#billing_state_field .select2-selection.select2-selection--single,
#calc_shipping_country_field .select2-selection.select2-selection--single,
#calc_shipping_state_field .select2-selection.select2-selection--single,
#shipping_country_field .select2-selection.select2-selection--single,
#shipping_state_field .select2-selection.select2-selection--single {
  border: 1px solid #c6c6c8 !important;
}
#billing_country_field .select2-selection .select2-selection__arrow,
#billing_state_field .select2-selection .select2-selection__arrow,
#calc_shipping_country_field .select2-selection .select2-selection__arrow,
#calc_shipping_state_field .select2-selection .select2-selection__arrow,
#shipping_country_field .select2-selection .select2-selection__arrow,
#shipping_state_field .select2-selection .select2-selection__arrow {
  top: 11px;
}
#billing_country_field .select2-selection__rendered,
#billing_country_field .select2-selection__placeholder,
#billing_state_field .select2-selection__rendered,
#billing_state_field .select2-selection__placeholder,
#calc_shipping_country_field .select2-selection__rendered,
#calc_shipping_country_field .select2-selection__placeholder,
#calc_shipping_state_field .select2-selection__rendered,
#calc_shipping_state_field .select2-selection__placeholder,
#shipping_country_field .select2-selection__rendered,
#shipping_country_field .select2-selection__placeholder,
#shipping_state_field .select2-selection__rendered,
#shipping_state_field .select2-selection__placeholder,
.woocommerce-widget-layered-nav-dropdown .select2-selection__rendered,
.woocommerce-widget-layered-nav-dropdown .select2-selection__placeholder {
  outline: 0 !important;
  color: #444 !important;
  font-weight: 900;
  line-height: 50px !important;
}
#billing_country_field .select2-selection--single,
#billing_state_field .select2-selection--single,
#calc_shipping_country_field .select2-selection--single,
#calc_shipping_state_field .select2-selection--single,
#shipping_country_field .select2-selection--single,
#shipping_state_field .select2-selection--single,
.woocommerce-widget-layered-nav-dropdown .select2-selection--single {
  outline: 0 !important;
  border-radius: 0px !important;
}
.cart_totals h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  margin: 16px 0 14px 0;
}
.cart_totals h3,
.cart_totals h2 {
  padding: 16px 0;
  margin: 0;
  border-bottom: 2px solid #000;
}
.cart_totals th {
  font-weight: bold !important;
  text-decoration: none;
  padding-left: 10px !important;
}
.cart_totals th,
.cart_totals td {
  font-family: 'Open Sans';
  font-size: 14px;
  padding: 20px 0;
  vertical-align: top;
}
.cart_totals td {
  text-align: left;
}
.cart_totals .cart-subtotal th,
.cart_totals .cart-subtotal td {
  border-bottom: 1px dotted #ccc;
}
.cart_totals .shipping th {
  vertical-align: top;
}
.cart_totals .shipping td,
.cart_totals .shipping th {
  border-bottom: 2px solid #000;
}
.cart_totals .shipping .amount {
  font-size: 14px;
}
.cart_totals .order-total th {
  vertical-align: middle;
}
.cart_totals .order-total .amount {
  font-size: 25px;
}
.cart_totals .amount {
  font-weight: bold;
}
.cart_totals .shipping-calculator-button {
  margin-top: 10px;
  display: inline-block;
}
.cart_totals .update_cart,
.cart_totals .checkout-button {
  width: 100%;
}
.cart_totals .wc-proceed-to-checkout {
  margin-top: 10px;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  text-align: center;
}
.cart_totals .shipping-calculator-form {
  padding-top: 20px;
}
.cart-collaterals .b_button {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.shipping_calculator .shipping-calculator-form p.form-row {
  margin-bottom: 4px;
}
.shipping_calculator .shipping-calculator-form .b_button {
  margin-top: 16px;
  width: 100%;
}
.shipping-calculator-form .form-row {
  margin-bottom: 10px;
}
.woocommerce .input-text,
.woocommerce select:not(.orderby),
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 16px 10px;
  border: 1px solid #c6c6c8;
  font-size: 14px;
  border-radius: 0;
  outline: 0;
}
table.shop_table.cart .cart_totals .shipping td {
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}
table.shop_table.cart .cart_totals td {
  text-align: right;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
table.shop_table.cart .cart_totals td .amount {
  font-family: 'Open Sans';
}
.woocommerce #customer_details .form-row {
  margin-bottom: 14px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
  font-family: 'Open Sans';
  line-height: 2em;
}
.woocommerce form .form-row label {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0 2px 0 !important;
}
.woocommerce form .form-row input[type=text] {
  width: 100%;
}
.woocommerce form abbr {
  border: 0;
}
table.shop_table .product-subtotal,
table.shop_table .product-price {
  width: 20%;
  text-align: center;
}
table.shop_table .product-price .amount {
  font-weight: normal;
}
table.shop_table .product-quantity {
  min-width: 120px;
  text-align: center;
}
.cart-collaterals .update_cart,
.cart-collaterals .checkout-button,
.cart-collaterals .update_totals {
  width: 100%;
}
.cart-collaterals .update_cart {
  margin-bottom: 10px;
}
.cart-collaterals .update_cart,
.cart-collaterals .update_totals {
  background-color: #ccc;
  border-color: #ccc;
}
.woocommerce table.shop_table .shipping td {
  text-align: left;
}
.woocommerce table.shop_table td {
  font-family: 'Open Sans';
}
.woocommerce table.shop_table table tr:last-child td {
  border-bottom: 0;
}
.woocommerce table.shop_table th.product-total {
  text-align: right;
}
.woocommerce table.shop_table .product-name {
  padding: 5px 10px 5px 0 !important;
  width: 50%;
}
.woocommerce table.shop_table th.product-thumbnail {
  padding-left: 15px !important;
}
.woocommerce table.shop_table .product-thumbnail {
  padding-left: 15px;
  padding-right: 30px;
}
.woocommerce table.shop_table .product-remove {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce table.shop_table td.product-total {
  text-align: right;
  font-size: 14px;
}
.woocommerce table.shop_table tfoot th {
  border: 0 !important;
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px 0 0;
  border-top: 1px solid #ccc;
}
.woocommerce table.shop_table tfoot td {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.woocommerce table.shop_table tfoot td {
  text-align: right;
  border: 0;
  font-size: 14px;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #ccc !important;
  padding: 15px 0 !important;
}
.shop_table.cart .product-thumbnail img {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  max-width: 100px;
}
.shop_table.cart td.product-name {
  font-size: 14px;
  font-weight: bold;
}
.shop_table.cart td.product-name a {
  color: #333;
}
.shop_table.cart td.product-price {
  font-size: 14px;
}
.shop_table.cart td.product-subtotal {
  font-size: 16px;
  font-weight: bold;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 50px;
  vertical-align: middle;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  margin: -2px 10px 0 6px;
}
.woocommerce #payment .payment_method_paypal .about_paypal,
.woocommerce-page #payment .payment_method_paypal .about_paypal {
  display: inline-block;
}
.woocommerce-MyAccount-navigation {
  border: 10px solid #f5f5f5;
  padding-top: 30px;
  padding-left: 20px;
}
.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}
.cart-collaterals h5 a {
  color: #333 !important;
}
.woocommerce .cart_totals table {
  border-top: 2px solid #000;
}
.shop_table.cart .remove,
.cart_list_product .remove {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url("../images/icon_cross_in_circle.svg") no-repeat;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shop_table.cart .remove:hover,
.cart_list_product .remove:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.shop_table.cart .remove {
  float: none;
  margin: 0 auto;
}
.shop_table.cart .product-remove {
  width: 75px;
  padding-right: 20px !important;
}
.shop_table.cart .product-thumbnail {
  width: 120px;
}
.woocommerce #payment,
.woocommerce-page #payment {
  margin-top: 40px;
}
.woocommerce #payment ul,
.woocommerce-page #payment ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.woocommerce #payment ul li,
.woocommerce-page #payment ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.woocommerce #payment ul li input,
.woocommerce-page #payment ul li input {
  margin-right: 5px;
}
.woocommerce #payment ul li label,
.woocommerce-page #payment ul li label {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px;
}
.woocommerce #payment ul li p,
.woocommerce-page #payment ul li p {
  padding-top: 10px;
  font-family: 'Open Sans';
  font-size: 14px;
  margin: 0;
}
.woocommerce #payment ul li:last-child,
.woocommerce-page #payment ul li:last-child {
  border: 0;
  margin: 0;
}
.woocommerce .woocommerce-thankyou-order-details,
.woocommerce-page .woocommerce-thankyou-order-details {
  list-style: none;
}
.woocommerce #payment_submit,
.woocommerce-page #payment_submit {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.woocommerce form.checkout,
.woocommerce-page form.checkout {
  margin-top: 45px;
}
.woocommerce form.checkout h3,
.woocommerce-page form.checkout h3,
.woocommerce form#order_review h3,
.woocommerce-page form#order_review h3,
.woocommerce form.checkout h3 label,
.woocommerce-page form.checkout h3 label,
.woocommerce form#order_review h3 label,
.woocommerce-page form#order_review h3 label {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 120%;
}
.woocommerce .checkout_coupon_holder,
.woocommerce-page .checkout_coupon_holder {
  border-bottom: 1px solid #ccc;
}
.woocommerce .checkout_coupon,
.woocommerce-page .checkout_coupon {
  margin-top: 10px;
  padding-bottom: 20px;
}
.woocommerce .checkout_coupon p,
.woocommerce-page .checkout_coupon p {
  margin: 0;
}
.woocommerce .checkout_coupon .form-row,
.woocommerce-page .checkout_coupon .form-row {
  float: left;
  margin-right: 10px;
}
.woocommerce .checkout_coupon .form-row-first,
.woocommerce-page .checkout_coupon .form-row-first {
  width: 200px;
}
.woocommerce .shop_table,
.woocommerce-page .shop_table {
  border: 0;
}
.woocommerce .shop_table thead th,
.woocommerce-page .shop_table thead th,
.woocommerce .shop_table tbody th,
.woocommerce-page .shop_table tbody th,
.woocommerce .shop_table thead td,
.woocommerce-page .shop_table thead td,
.woocommerce .shop_table tbody td,
.woocommerce-page .shop_table tbody td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.woocommerce .shop_table thead th,
.woocommerce-page .shop_table thead th {
  text-transform: uppercase;
}
.woocommerce .shop_table tbody td,
.woocommerce-page .shop_table tbody td {
  font-size: 14px;
}
.woocommerce .shop_table tfoot tr:first-child th,
.woocommerce-page .shop_table tfoot tr:first-child th,
.woocommerce .shop_table tfoot tr:first-child td,
.woocommerce-page .shop_table tfoot tr:first-child td {
  padding-top: 40px !important;
}
.woocommerce .shop_table tfoot th,
.woocommerce-page .shop_table tfoot th,
.woocommerce .shop_table tfoot td,
.woocommerce-page .shop_table tfoot td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.woocommerce .shop_table tfoot th,
.woocommerce-page .shop_table tfoot th {
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .shop_table .amount,
.woocommerce-page .shop_table .amount {
  font-weight: bold;
}
.woocommerce .order_details_holder,
.woocommerce-page .order_details_holder {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.woocommerce .order_details_holder .order_details,
.woocommerce-page .order_details_holder .order_details {
  border-top: 0;
}
.woocommerce .order_details_holder ul,
.woocommerce-page .order_details_holder ul {
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
  font-family: 'Open Sans';
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  border-top: 2px solid #000;
}
.woocommerce .customer_details,
.woocommerce-page .customer_details {
  border-top: 2px solid #000;
  margin-top: 4px;
}
.woocommerce .customer_details dt,
.woocommerce-page .customer_details dt,
.woocommerce .customer_details dd,
.woocommerce-page .customer_details dd {
  font-size: 14px;
}
.woocommerce .addresses h3,
.woocommerce-page .addresses h3 {
  font-weight: bold;
}
.woocommerce .addresses address,
.woocommerce-page .addresses address,
.woocommerce .addresses h3,
.woocommerce-page .addresses h3 {
  font-size: 14px;
}
.woocommerce .h3,
.woocommerce-page .h3 {
  font-weight: bold;
  padding: 15px 0;
  border-top: 2px solid #000;
  margin-bottom: 0;
}
.woocommerce h2,
.woocommerce-page h2 {
  font-size: 24px;
  font-weight: bold;
}
.woocommerce .wpb_wrapper .woocommerce-error,
.woocommerce-page .wpb_wrapper .woocommerce-error {
  list-style: none;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-Message,
.woocommerce-page .woocommerce-Message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  width: 100%;
  margin: 0 0 30px 0 !important;
  position: relative;
  border-radius: 6px;
  padding: 18px 15px 18px 15px;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  list-style: none outside;
  display: block !important;
  font-weight: bold;
  line-height: 130%;
  text-transform: uppercase;
  font-size: 14px !important;
  border: 0 !important;
}
.woocommerce .woocommerce-message a,
.woocommerce-page .woocommerce-message a,
.woocommerce .woocommerce-Message a,
.woocommerce-page .woocommerce-Message a,
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-error a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-Message .button,
.woocommerce-page .woocommerce-Message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button {
  padding: 0 10px 0 0;
}
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-Message li,
.woocommerce-page .woocommerce-Message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-message li:last-child,
.woocommerce-page .woocommerce-message li:last-child,
.woocommerce .woocommerce-Message li:last-child,
.woocommerce-page .woocommerce-Message li:last-child,
.woocommerce .woocommerce-error li:last-child,
.woocommerce-page .woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background-color: #f00;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-Message,
.woocommerce-page .woocommerce-Message,
.woocommerce background-color #ff7200,
.woocommerce-page background-color #ff7200,
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce-order-received header.title {
  margin-bottom: 15px;
}
.woocommerce-order-received header.title h3 {
  font-size: 14px;
}
.woocommerce-cart-form .coupons {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-cart-form .coupons label {
  display: none;
}
.woocommerce-cart-form .coupons .coupon {
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  display: inline-block;
}
.woocommerce-cart-form .coupons .coupon #coupon_code {
  margin-right: 10px;
}
.woocommerce-cart-form .coupons.actions {
  text-align: right;
}
.woocommerce-cart-form .coupons.actions input {
  display: inline-block;
  width: auto;
  margin: 0;
}
.woocommerce-cart-form .update_cart_holder {
  float: right;
}
.customer_login {
  margin-bottom: 60px;
}
.customer_login h2 {
  margin-bottom: 0;
  line-height: 100%;
  display: inline-block;
  font-size: 40px !important;
}
.customer_login h2.h_register {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #ccc;
}
.customer_login .form-row {
  margin-bottom: 20px !important;
}
#customer_login .lost_password {
  font-size: 13px;
}
#customer_login .rememberme {
  margin-top: 30px;
}
#customer_login .register .div_password {
  margin-bottom: 30px !important;
}
#customer_login .b_button {
  width: 130px;
}
p.myaccount_user,
p.myaccount_address,
p.order-info {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.shop_table.my_account_orders thead th {
  border-top: 2px solid #000;
  padding: 15px 0;
}
.woocommerce .login {
  padding-bottom: 20px;
}
.woocommerce .login .rememberme {
  margin-top: 15px;
}
.woocommerce .login .form-row {
  margin: 14px 0 6px;
}
.woocommerce .login .form-row:first-child {
  margin-top: 0;
}
.woocommerce .login #rememberme {
  margin-top: 10px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  width: 48%;
}
#order_review {
  padding: 20px;
  border: 10px solid #f5f5f5;
}
.woocommerce-checkout .place-order .button.alt {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account legend {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  padding-top: 0px;
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -7px;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-result-count {
  color: #999;
  margin-bottom: 0;
  font-size: 12px;
  float: right;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  display: none;
  float: right;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 6px 0 0;
}
@media only screen and (min-width: 63.9375em) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    display: inline-block;
  }
}
.woo-wrapper-orderby {
  position: relative;
  top: -13px;
}
.woo-wrapper-orderby .select2-selection__rendered,
.woo-wrapper-orderby .select2-choice {
  border: 0 !important;
  font-size: 12px !important;
  text-align: right;
}
.woo-wrapper-orderby {
/**zoom: 1;*/
  font-weight: 400;
  z-index: 1;
  float: right;
}
.woocommerce-ordering .orderby {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.woo-wrapper-orderby .select2-container.orderby {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.wrapper-select2:after {
  clear: both;
  content: "";
  display: table;
}
.select2-container.orderby .select2-choice {
  padding-right: 30px !important;
  width: auto !important;
}
.select2-container.orderby .select2-choice > .select2-chosen {
  margin: 0;
}
.wrapper-select2 .select2-selection__arrow {
  height: 100% !important;
}
.wrapper-select2 .select2-selection__rendered {
  padding-right: 16px !important;
  line-height: 48px !important;
}
.wrapper-select2 .select2-selection__clear {
  display: none;
}
.wrapper-select2.woo-wrapper-orderby .select2-selection {
  border: none !important;
}
.wrapper-select2 .select2-selection {
  width: auto !important;
}
.select2-dropdown.woo-orderby-dropdown {
  border: none;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.select2-dropdown.woo-orderby-dropdown .select2-results__option {
  background-color: transparent;
}
.wrapper-select2 .select2-selection,
.wrapper-select2 .select2-choice {
  z-index: 1;
/* Size & position */
  position: relative;
  width: 200px;
/* Styles */
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  outline: none !important;
  font-weight: normal;
  font-size: 15px !important;
  padding: 0 14px !important;
  line-height: 48px !important;
  height: auto !important;
  border: 1px solid #b8b8b8 !important;
  border-radius: 0 !important;
}
.wrapper-select2 .select2-arrow:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #808080 transparent;
}
.wrapper-select2 .select2-dropdown-open .select2-arrow:after {
  bottom: 50%;
  right: 10px;
  margin-top: -3px;
  border-width: 0 6px 6px 6px;
}
.wrapper-select2 .select2-arrow,
.wrapper-select2 .select2-arrow b {
  border: 0 !important;
  background: none !important;
}
.wrapper-select2 .select2-arrow b {
  display: none !important;
}
.woo-orderby-dropdown .select2-results {
  max-height: 270px;
  border: 1px solid #b8b8b8;
  border-top: 0;
  background: #fff;
  z-index: 2;
  margin: 0;
  padding: 10px 0 10px 0;
  border-top: 1px solid #b8b8b8;
}
.woo-orderby-dropdown .select2-results .select2-results__option[aria-selected=true],
.woo-orderby-dropdown .select2-results .select2-results__option[data-selected=true] {
  background-color: #ddd;
}
.woo-orderby-dropdown .select2-results .select2-results__option--highlighted[aria-selected],
.woo-orderby-dropdown .select2-results .select2-results__option--highlighted[data-selected] {
  background-color: #eaeaea;
}
.woo-orderby-dropdown .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  color: #333 !important;
  margin: 0 8px;
}
.woo-orderby-dropdown .select2-results .select2-result-label {
  font-size: 13px;
  padding: 5px 10px 5px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woo-orderby-dropdown.select2-drop {
  border: 0 !important;
}
.woo-orderby-dropdown.select2-drop.select2-drop-above {
  margin-top: 1px;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woo-orderby-dropdown .select2-results .select2-highlighted {
  background: #ff7200;
  color: #fff !important;
}
/*--------------------------------------------------------------
* 8 Row
==============================================================*/
.row_section > .wpb_row {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.row_section .wpb_row.vc_inner {
  margin-bottom: 30px;
}
.row_section > .wpb_row > .row-container {
  padding-left: 30px;
  padding-right: 30px;
}
.row_section > .wpb_row.vc_row-has-fill > .row-container:not(.container-fluid) {
  padding: 30px;
}
.row_section > .wpb_row.vc_row-has-fill > .row-container.container-fluid,
.row_section > .fp-tableCell > .wpb_row.vc_row-has-fill > .row-container.container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vc_row.overflow_hidden {
  overflow: hidden;
}
.row_section > .wpb_row.vc_row-has-fill.reset_auto_padding > .row-container,
.vc_row-has-fill.reset_auto_padding>.vc_column_container>.vc_column-inner {
  padding: 0;
}
.row_section:last-child > .wpb_row {
  margin-bottom: 0;
}
.row_section .vc_column_container:not(.vc_col-has-fill)>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.row_section.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.row_section.container-fluid {
  max-width: 100%;
  width: 100%;
}
.row_section.container-fluid > .wpb_row {
  margin-left: 0;
  margin-right: 0;
}
.row_section.container-fluid > .wpb_row > .row-container.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row_section .wpb_row.no-spaces .row-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.row_section .wpb_row .row-inner::after,
.row_section .wpb_row .row-inner::before {
  content: " ";
  display: table;
  clear: both;
}
.row_section.container > .wpb_row.vc_row-has-fill,
.row_section .vc_inner.wpb_row.vc_row-has-fill {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vc_row.rdy_vc_row-o-full-height {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 100vh;
}
.vc_row.rdy_vc_row-o-full-height > .row-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_row.rdy_vc_row-o-full-height > .row-container > .row-inner {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.vc_row.rdy_vc_row-o-dyn-height > .row-container,
.vc_row.rdy_vc_row-o-dyn-height > .row-container > .row-inner {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .row_section.vc_row_cp_lr_0 > .wpb_row > .row-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row_section.vc_row_cp_lr_15 > .wpb_row > .row-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row_section.vc_row_cp_lr_30 > .wpb_row > .row-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .row_section.vc_row_cp_lr_45 > .wpb_row > .row-container {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .row_section.vc_row_cp_lr_60 > .wpb_row > .row-container {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .row_section.vc_row_cp_lr_80 > .wpb_row > .row-container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .row_section.vc_row_cp_lr_100 > .wpb_row > .row-container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .row_section.vc_row_cp_t_0 > .wpb_row > .row-container {
    padding-top: 0px !important;
  }
  .row_section.vc_row_cp_t_15 > .wpb_row > .row-container {
    padding-top: 15px !important;
  }
  .row_section.vc_row_cp_t_30 > .wpb_row > .row-container {
    padding-top: 30px !important;
  }
  .row_section.vc_row_cp_t_45 > .wpb_row > .row-container {
    padding-top: 45px !important;
  }
  .row_section.vc_row_cp_t_60 > .wpb_row > .row-container {
    padding-top: 60px !important;
  }
  .row_section.vc_row_cp_t_80 > .wpb_row > .row-container {
    padding-top: 80px !important;
  }
  .row_section.vc_row_cp_t_100 > .wpb_row > .row-container {
    padding-top: 100px !important;
  }
  .row_section.vc_row_cp_b_0 > .wpb_row > .row-container {
    padding-bottom: 0px !important;
  }
  .row_section.vc_row_cp_b_15 > .wpb_row > .row-container {
    padding-bottom: 15px !important;
  }
  .row_section.vc_row_cp_b_30 > .wpb_row > .row-container {
    padding-bottom: 30px !important;
  }
  .row_section.vc_row_cp_b_45 > .wpb_row > .row-container {
    padding-bottom: 45px !important;
  }
  .row_section.vc_row_cp_b_60 > .wpb_row > .row-container {
    padding-bottom: 60px !important;
  }
  .row_section.vc_row_cp_b_80 > .wpb_row > .row-container {
    padding-bottom: 80px !important;
  }
  .row_section.vc_row_cp_b_100 > .wpb_row > .row-container {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 992px) {
  .row_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_section > .wpb_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .row_section {
    padding-left: 0;
    padding-right: 0;
  }
  .wpb_row .row-inner > div:first-child:not([class*=col-xs]),
  .wpb_row.vc_inner > div:first-child:not([class*=col-xs]) {
    padding-top: 0px !important;
  }
  .wpb_row .row-inner > div:not([class*=col-xs]),
  .wpb_row.vc_inner > div:not([class*=col-xs]) {
    padding-top: 30px !important;
  }
}
.wpb_row.vc_inner {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .row_section > .wpb_row > .row-container {
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body.vc_row-padding-fix-xs .row_section > .wpb_row:not(.vc_row-has-fill) > .row-container {
    padding-bottom: 0 !important;
  }
  .row_section > .wpb_row {
    margin-bottom: 0;
  }
}
.vc_row.vc_row-o-content-middle > .container-fluid {
  width: 100%;
}
.row_section.container {
  max-width: 100%;
}
.row_section.container > .row {
  margin-left: 0;
  margin-right: 0;
}
.vc_row[data-csd-animation] > .row-container > .row-inner > .wpb_column,
.vc_row[data-csd-animation].vc_inner > .wpb_column,
.wpb_column[data-csd-animation] > .vc_column-inner > .wpb_wrapper > *,
.wpb_column[data-csd-animation] > .vc_column-inner > div > .wpb_wrapper > * {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 767px) {
  .vc_row.vc_column-gap-1,
  .vc_row.vc_column-gap-2,
  .vc_row.vc_column-gap-3,
  .vc_row.vc_column-gap-4,
  .vc_row.vc_column-gap-5,
  .vc_row.vc_column-gap-10,
  .vc_row.vc_column-gap-15,
  .vc_row.vc_column-gap-20,
  .vc_row.vc_column-gap-25,
  .vc_row.vc_column-gap-30,
  .vc_row.vc_column-gap-35 {
    margin-left: 0;
    margin-right: 0;
  }
  .vc_row.vc_column-gap-1 > .vc_column_container,
  .vc_row.vc_column-gap-2 > .vc_column_container,
  .vc_row.vc_column-gap-3 > .vc_column_container,
  .vc_row.vc_column-gap-4 > .vc_column_container,
  .vc_row.vc_column-gap-5 > .vc_column_container,
  .vc_row.vc_column-gap-10 > .vc_column_container,
  .vc_row.vc_column-gap-15 > .vc_column_container,
  .vc_row.vc_column-gap-20 > .vc_column_container,
  .vc_row.vc_column-gap-25 > .vc_column_container,
  .vc_row.vc_column-gap-30 > .vc_column_container,
  .vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-1,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-2,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-3,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-4,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-5,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-10,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-15,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-20,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-25,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-30,
  .wpb_row:not(.vc_row-fluid).vc_row.vc_column-gap-35 {
    margin-left: 0;
    margin-right: 0;
  }
  .vc_row.vc_column-gap-1 > .vc_column_container,
  .vc_row.vc_column-gap-1 .row-inner > .vc_column_container {
    padding: 0 0.5px;
  }
  .vc_row.vc_column-gap-2 > .vc_column_container,
  .vc_row.vc_column-gap-2 .row-inner > .vc_column_container {
    padding: 0 1px;
  }
  .vc_row.vc_column-gap-3 > .vc_column_container,
  .vc_row.vc_column-gap-3 .row-inner > .vc_column_container {
    padding: 0 1.5px;
  }
  .vc_row.vc_column-gap-4 > .vc_column_container,
  .vc_row.vc_column-gap-4 .row-inner > .vc_column_container {
    padding: 0 2px;
  }
  .vc_row.vc_column-gap-5 > .vc_column_container,
  .vc_row.vc_column-gap-5 .row-inner > .vc_column_container {
    padding: 0 2.5px;
  }
  .vc_row.vc_column-gap-10 > .vc_column_container,
  .vc_row.vc_column-gap-10 .row-inner > .vc_column_container {
    padding: 0 5px;
  }
  .vc_row.vc_column-gap-15 > .vc_column_container,
  .vc_row.vc_column-gap-15 .row-inner > .vc_column_container {
    padding: 0 7.5px;
  }
  .vc_row.vc_column-gap-20 > .vc_column_container,
  .vc_row.vc_column-gap-20 .row-inner > .vc_column_container {
    padding: 0 10px;
  }
  .vc_row.vc_column-gap-25 > .vc_column_container,
  .vc_row.vc_column-gap-25 .row-inner > .vc_column_container {
    padding: 0 12.5px;
  }
  .vc_row.vc_column-gap-30 > .vc_column_container,
  .vc_row.vc_column-gap-30 .row-inner > .vc_column_container {
    padding: 0 15px;
  }
  .vc_row.vc_column-gap-35 > .vc_column_container,
  .vc_row.vc_column-gap-35 .row-inner > .vc_column_container {
    padding: 17.5px;
  }
  .vc_row.vc_column-gap-40 > .vc_column_container,
  .vc_row.vc_column-gap-40 .row-inner > .vc_column_container {
    padding: 0 20px;
  }
  .vc_row.vc_column-gap-45 > .vc_column_container,
  .vc_row.vc_column-gap-45 .row-inner > .vc_column_container {
    padding: 0 22.5px;
  }
  .vc_row.vc_column-gap-50 > .vc_column_container,
  .vc_row.vc_column-gap-50 .row-inner > .vc_column_container {
    padding: 0 25px;
  }
  .vc_row.vc_column-gap-55 > .vc_column_container,
  .vc_row.vc_column-gap-55 .row-inner > .vc_column_container {
    padding: 0 27.5px;
  }
  .vc_row.vc_column-gap-60 > .vc_column_container,
  .vc_row.vc_column-gap-60 .row-inner > .vc_column_container {
    padding: 0 30px;
  }
  .vc_row.vc_column-gap-1 .row-inner,
  .vc_inner.vc_column-gap-1 {
    margin-left: -0.5px;
    margin-right: -0.5px;
  }
  .vc_row.vc_column-gap-2 .row-inner,
  .vc_inner.vc_column-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .vc_row.vc_column-gap-3 .row-inner,
  .vc_inner.vc_column-gap-3 {
    margin-left: -1.5px;
    margin-right: -1.5px;
  }
  .vc_row.vc_column-gap-4 .row-inner,
  .vc_inner.vc_column-gap-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .vc_row.vc_column-gap-5 .row-inner,
  .vc_inner.vc_column-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .vc_row.vc_column-gap-10 .row-inner,
  .vc_inner.vc_column-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .vc_row.vc_column-gap-15 .row-inner,
  .vc_inner.vc_column-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .vc_row.vc_column-gap-20 .row-inner,
  .vc_inner.vc_column-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .vc_row.vc_column-gap-25 .row-inner,
  .vc_inner.vc_column-gap-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .vc_row.vc_column-gap-30 .row-inner,
  .vc_inner.vc_column-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vc_row.vc_column-gap-35 .row-inner,
  .vc_inner.vc_column-gap-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .vc_row.vc_column-gap-40 .row-inner,
  .vc_inner.vc_column-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .vc_row.vc_column-gap-45 .row-inner,
  .vc_inner.vc_column-gap-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .vc_row.vc_column-gap-50 .row-inner,
  .vc_inner.vc_column-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .vc_row.vc_column-gap-55 .row-inner,
  .vc_inner.vc_column-gap-55 {
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .vc_row.vc_column-gap-60 .row-inner,
  .vc_inner.vc_column-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.vc_row .vc_column_gutter_15 > .vc_column-inner > .wpb_wrapper > *,
.vc_row .vc_column_gutter_15 > .vc_column-inner > div > .wpb_wrapper > * {
  margin-top: 15px;
}
.vc_row .vc_column_gutter_30 > .vc_column-inner > .wpb_wrapper > *,
.vc_row .vc_column_gutter_30 > .vc_column-inner > div > .wpb_wrapper > * {
  margin-top: 30px;
}
.vc_row .vc_column_gutter_45 > .vc_column-inner > .wpb_wrapper > *,
.vc_row .vc_column_gutter_45 > .vc_column-inner > div > .wpb_wrapper > * {
  margin-top: 45px;
}
.vc_row .vc_column_gutter_60 > .vc_column-inner > .wpb_wrapper > *,
.vc_row .vc_column_gutter_60 > .vc_column-inner > div > .wpb_wrapper > * {
  margin-top: 60px;
}
.vc_row .wpb_column.vc_column_gutter > .vc_column-inner > div > .wpb_wrapper > *:first-child,
.vc_row .wpb_column.vc_column_gutter > .vc_column-inner > .wpb_wrapper > *:first-child {
  margin-top: 0px !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding: 30px;
}
.vc_col-has-fill.reset_auto_padding>.vc_column-inner {
  padding: 0 !important;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_column_container,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > a > .vc_column_container,
.vc_row .vc_row.rdy_vc_row-flex > .vc_column_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.vc_row .vc_row.rdy_vc_row-flex {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_column_container > .vc_column-inner,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > a > .vc_column_container > .vc_column-inner,
.vc_row .vc_row.rdy_vc_row-flex > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_vc_column,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_vc_column_inner,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > a > .vc_vc_column_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_vc_column > .vc_column_container,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_vc_column_inner > .vc_column_container,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > a > .vc_vc_column_inner > .vc_column_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner > a > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_inner.vc_row-o-equal-height {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.vc_row.rdy_vc_row-o-equal-height > .row-container > .row-inner > .vc_column_container,
.vc_row.rdy_vc_row-o-equal-height > .row-container > .row-inner > a > .vc_column_container {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.vc_row.rdy_vc_row-o-columns-stretch > .row-container > .row-inner {
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.vc_row.rdy_vc_row-o-columns-top > .row-container > .row-inner {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.vc_row.rdy_vc_row-o-columns-bottom > .row-container > .row-inner {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.vc_row.rdy_vc_row-o-columns-middle > .row-container > .row-inner {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.vc_row.rdy_vc_row-flex > .row-container > .row-inner::after,
.vc_row.rdy_vc_row-flex > .row-container > .row-inner::before {
  display: none;
}
.vc_row.rdy_vc_row-o-columns-bottom > .row-container > .row-inner::after,
.vc_row.rdy_vc_row-o-columns-middle > .row-container > .row-inner::after,
.vc_row.rdy_vc_row-o-columns-top > .row-container > .row-inner::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.rdy_vc_ie-flexbox-fixer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rdy_vc_ie-flexbox-fixer > .row-container > .row-inner {
  width: 100% !important;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_row.rdy_vc_row-o-full-height.rdy_vc_ie-flexbox-fixer > .row-container > .row-inner {
  height: 100vh;
}
.rdy_align_left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rdy_align_center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rdy_align_right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.vc_sep_pos_center,
.vc_sep_pos_justify,
.vc_sep_pos_align_justify {
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_row-section .vc_row.fix-row > .container > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.vc_parallax>*,
.rdy_row_overlay>* {
  position: relative;
  z-index: 1;
}
.video_section .mobile-video-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.wpb_row {
  position: relative;
}
.wpb_row > .row-container > .row-inner {
  position: relative;
}
.video_section .video-overlay,
.wpb_row .row-overlay {
  left: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.video_section .video-overlay canvas,
.wpb_row .row-overlay canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_section .video-overlay {
  overflow: hidden;
}
.vc_row .image_bg,
.vc_row .gmap_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.vc_row .image_bg.expandInUp,
.vc_row .image_bg.expandOutUp,
.vc_row .image_bg.c_zoomIn,
.vc_row .image_bg.c_zoomOut {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), scale 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), scale 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), scale 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: -ms-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), scale 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), scale 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vc_row .image_bg.expandInUp {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.9);
  -moz-transform: translate3d(0, 100px, 0) scale(0.9);
  -o-transform: translate3d(0, 100px, 0) scale(0.9);
  -ms-transform: translate3d(0, 100px, 0) scale(0.9);
  transform: translate3d(0, 100px, 0) scale(0.9);
}
.vc_row .image_bg.expandOutUp {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  -moz-transform: translate3d(0, -100px, 0) scale(1.2);
  -o-transform: translate3d(0, -100px, 0) scale(1.2);
  -ms-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}
.vc_row .image_bg.c_zoomIn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.vc_row .image_bg.c_zoomOut {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.vc_row .image_bg.expandInUp.animated,
.vc_row .image_bg.expandOutUp.animated {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.vc_row .image_bg.c_zoomIn.animated,
.vc_row .image_bg.c_zoomOut.animated {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vc_row .image_bg.expandInUp.animate_speed_smooth,
.vc_row .image_bg.expandOutUp.animate_speed_smooth,
.vc_row .image_bg.c_zoomIn.animate_speed_smooth,
.vc_row .image_bg.c_zoomOut.animate_speed_smooth {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.075, 0.82, 0.165, 1), scale 3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 3s cubic-bezier(0.075, 0.82, 0.165, 1), scale 3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 3s cubic-bezier(0.075, 0.82, 0.165, 1), scale 3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: -ms-transform 3s cubic-bezier(0.075, 0.82, 0.165, 1), scale 3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 3s cubic-bezier(0.075, 0.82, 0.165, 1), scale 3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vc_row .image_bg.fadeIn.animate_speed_smooth {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
}
.vc_row.video_section video,
.vc_column_container.video_section video {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_row.video_section,
.vc_column_container.video_section {
  position: relative;
  overflow: hidden;
}
.vc_parallax .vc_parallax-inner {
  background-position: center center;
  height: 130%;
  height: calc(100% + 30vh);
  color: #ce0d07;
}
.vc_row.rdy-canvas-effect {
  overflow: hidden;
}
.vc_row.rdy-canvas-effect .fx-motion {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.vc_row.rdy-canvas-effect .fx-motion.loaded {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_row .fx-motion {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.vc_row .fx-motion img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_row .fx-motion canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_row.vc_row-o-content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.no-touchevents .vc_column_container.hover-shadow.move-top:hover> .vc_column-inner {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
html.no-touchevents .vc_column_container.shadow1.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow1.hover-shadow:hover img {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
}
html.no-touchevents .vc_column_container.shadow2.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow2.hover-shadow:hover img {
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
html.no-touchevents .vc_column_container.shadow3.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow3.hover-shadow:hover img {
  -webkit-box-shadow: 0 0 15px 7px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px 7px rgba(0,0,0,0.2);
}
html.no-touchevents .vc_column_container.shadow4.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow4.hover-shadow:hover img {
  -webkit-box-shadow: 0 0 30px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 30px 1px rgba(0,0,0,0.3);
}
html.no-touchevents .vc_column_container.shadow5.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow5.hover-shadow:hover img {
  -webkit-box-shadow: 0 0 35px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 35px 5px rgba(0,0,0,0.2);
}
html.no-touchevents .vc_column_container.shadow6.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow6.hover-shadow:hover img {
  -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 40px 10px rgba(0,0,0,0.2);
}
html.no-touchevents .vc_column_container.shadow7.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow7.hover-shadow:hover img {
  -webkit-box-shadow: 0 10px 30px 5px rgba(0,0,0,0.2);
  box-shadow: 0 10px 30px 5px rgba(0,0,0,0.2);
}
html.no-touchevents .vc_column_container.shadow8.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow8.hover-shadow:hover img {
  -webkit-box-shadow: 0 15px 40px 10px rgba(0,0,0,0.22);
  box-shadow: 0 15px 40px 10px rgba(0,0,0,0.22);
}
html.no-touchevents .vc_column_container.shadow9.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow9.hover-shadow:hover img {
  -webkit-box-shadow: 0 30px 40px 10px rgba(0,0,0,0.22);
  box-shadow: 0 30px 40px 10px rgba(0,0,0,0.22);
}
html.no-touchevents .vc_column_container.shadow10.hover-shadow:hover> .vc_column-inner,
html.no-touchevents .rdy-portfolio-container.shadow10.hover-shadow:hover img {
  -webkit-box-shadow: 0 18px 55px 10px rgba(0,0,0,0.24);
  box-shadow: 0 18px 55px 10px rgba(0,0,0,0.24);
}
.vc_row.shadow1:not(.hover-shadow),
.vc_column_container.shadow1:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow1:not(.hover-shadow) article,
.wpb_single_image.shadow1:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
}
.vc_row.shadow2:not(.hover-shadow),
.vc_column_container.shadow2:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow2:not(.hover-shadow) article,
.wpb_single_image.shadow2:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.vc_row.shadow3:not(.hover-shadow),
.vc_column_container.shadow3:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow3:not(.hover-shadow) article,
.wpb_single_image.shadow3:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 0 15px 7px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px 7px rgba(0,0,0,0.2);
}
.vc_row.shadow4:not(.hover-shadow),
.vc_column_container.shadow4:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow4:not(.hover-shadow) article,
.wpb_single_image.shadow4:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 0 30px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 30px 1px rgba(0,0,0,0.3);
}
.vc_row.shadow5:not(.hover-shadow),
.vc_column_container.shadow5:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow5:not(.hover-shadow) article,
.wpb_single_image.shadow5:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 0 35px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 35px 5px rgba(0,0,0,0.2);
}
.vc_row.shadow6:not(.hover-shadow),
.vc_column_container.shadow6:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow6:not(.hover-shadow) article,
.wpb_single_image.shadow6:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 40px 10px rgba(0,0,0,0.2);
}
.vc_row.shadow7:not(.hover-shadow),
.vc_column_container.shadow7:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow7:not(.hover-shadow) article,
.wpb_single_image.shadow7:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 10px 30px 5px rgba(0,0,0,0.2);
  box-shadow: 0 10px 30px 5px rgba(0,0,0,0.2);
}
.vc_row.shadow8:not(.hover-shadow),
.vc_column_container.shadow8:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow8:not(.hover-shadow) article,
.wpb_single_image.shadow8:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 15px 40px 10px rgba(0,0,0,0.22);
  box-shadow: 0 15px 40px 10px rgba(0,0,0,0.22);
}
.vc_row.shadow9:not(.hover-shadow),
.vc_column_container.shadow9:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow9:not(.hover-shadow) article,
.wpb_single_image.shadow9:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 30px 40px 10px rgba(0,0,0,0.22);
  box-shadow: 0 30px 40px 10px rgba(0,0,0,0.22);
}
.vc_row.shadow10:not(.hover-shadow),
.vc_column_container.shadow10:not(.hover-shadow) > .vc_column-inner,
.rdy-portfolio-container.shadow10:not(.hover-shadow) article,
.wpb_single_image.shadow10:not(.hover-shadow) .vc_single_image-wrapper {
  -webkit-box-shadow: 0 18px 55px 10px rgba(0,0,0,0.24);
  box-shadow: 0 18px 55px 10px rgba(0,0,0,0.24);
}
.wpb_row .wpb_column:not(.without-transition) > .vc_column-inner {
  -webkit-transition: background-color 0.3s linear, border 0.3s linear, -webkit-transform 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: background-color 0.3s linear, border 0.3s linear, -moz-transform 0.2s linear, box-shadow 0.2s linear;
  -o-transition: background-color 0.3s linear, border 0.3s linear, -o-transform 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: background-color 0.3s linear, border 0.3s linear, -ms-transform 0.2s linear, box-shadow 0.2s linear;
  transition: background-color 0.3s linear, border 0.3s linear, transform 0.2s linear, box-shadow 0.2s linear;
}
body[data-animation-type="rows"] .site-content .vc_row,
body[data-animation-type="columns"] .site-content .vc_column_container:not([data-parallax]) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body[data-animation-type="rows"] .site-content .vc_row.wpb_start_animation {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body[data-animation-type="columns"] .site-content .vc_column_container.wpb_start_animation {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body[data-animation-type="elements"] .site-content .wpb_text_column:not(.no-animation),
body[data-animation-type="elements"] .site-content .vc_icon_element-inner:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_separator:not(.no_cc_animation):not(.no-animation),
body[data-animation-type="elements"] .site-content .vc_separator:not(.no_cc_animation):not(.no-animation),
body[data-animation-type="elements"] .site-content .vc_message_box:not(.no-animation),
body[data-animation-type="elements"] .site-content .fb_like:not(.no-animation),
body[data-animation-type="elements"] .site-content .vc_tweetmeme-element:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_googleplus:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_pinterest:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_single_image:not(.no-animation),
body[data-animation-type="elements"] .site-content .vc_custom_heading:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_widgetised_column:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_video_widget:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_raw_code:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpb_flickr_widget:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_mc4wp_form:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_button_inner:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_carousel:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_client_list:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_counter:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_gmaps:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_instagram:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_latest_post:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_portfolio:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_social_networks:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_social_share:not(.no-animation),
body[data-animation-type="elements"] .site-content li.rdy_team:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_testimonials:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_video_lightbox:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_shrink_line:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpcf7-form-control:not(.no-animation),
body[data-animation-type="elements"] .site-content .wpcf7 .action-form-input:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_icon_with_title:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_list:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_icon_list:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy_events:not(.no-animation),
body[data-animation-type="elements"] .site-content .rdy__pricing_tables:not(.no-animation) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body[data-animation-type="elements"] .site-content .wpb_text_column.wpb_start_animation,
body[data-animation-type="elements"] .site-content .vc_icon_element-inner.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_separator:not(.no_cc_animation).wpb_start_animation,
body[data-animation-type="elements"] .site-content .vc_separator:not(.no_cc_animation).wpb_start_animation,
body[data-animation-type="elements"] .site-content .vc_message_box.wpb_start_animation,
body[data-animation-type="elements"] .site-content .fb_like.wpb_start_animation,
body[data-animation-type="elements"] .site-content .vc_tweetmeme-element.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_googleplus.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_pinterest.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_single_image.wpb_start_animation,
body[data-animation-type="elements"] .site-content .vc_tta_section.wpb_start_animation,
body[data-animation-type="elements"] .site-content .vc_custom_heading.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_widgetised_column.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_video_widget.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_raw_code.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpb_flickr_widget.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_mc4wp_form.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_button_inner.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_carousel.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_client_list.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_counter.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_gmaps.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_instagram.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_latest_post.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_portfolio.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_social_networks.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_social_share.wpb_start_animation,
body[data-animation-type="elements"] .site-content li.rdy_team.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_testimonials.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_video_lightbox.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_shrink_line.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpcf7-form-control.wpb_start_animation,
body[data-animation-type="elements"] .site-content .wpcf7 .action-form-input.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_icon_with_title.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_list.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_icon_list.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy_events.wpb_start_animation,
body[data-animation-type="elements"] .site-content .rdy__pricing_tables.wpb_start_animation {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body[data-animation-type="rows"] .site-content .vc_element[data-model-id] .vc_row,
body[data-animation-type="columns"] .site-content .vc_element[data-model-id] .vc_row,
body[data-animation-type="rows"] .site-content .vc_element[data-model-id] .vc_column_container,
body[data-animation-type="columns"] .site-content .vc_element[data-model-id] .vc_column_container {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_text_column,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .vc_icon_element-inner,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_separator:not(.no_cc_animation),
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .vc_separator:not(.no_cc_animation),
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .vc_message_box,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .fb_like,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .vc_tweetmeme-element,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_googleplus,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_pinterest,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_single_image,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .vc_tta_section,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .vc_custom_heading,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_widgetised_column,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_video_widget,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_raw_code,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpb_flickr_widget,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_mc4wp_form,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_button_inner,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_carousel,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_client_list,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_counter,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_gmaps,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_instagram,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_latest_post,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_portfolio,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_social_networks,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_social_share,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] li.rdy_team,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_testimonials,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_video_lightbox,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_shrink_line,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpcf7-form-control,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .wpcf7 .action-form-input,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_icon_with_title,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_list,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_icon_list,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy_events,
body[data-animation-type="elements"] .site-content .vc_element[data-model-id] .rdy__pricing_tables {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
@media screen and (max-width: 991px) {
  .vc_row.hide-background_sm .gmap_bg,
  .vc_column_container.hide-background_sm .gmap_bg,
  .vc_row.hide-background_sm .image_bg,
  .vc_column_container.hide-background_sm .image_bg,
  .vc_row.hide-background_sm .vc_parallax-inner,
  .vc_column_container.hide-background_sm .vc_parallax-inner {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.hide-background_xs .gmap_bg,
  .vc_column_container.hide-background_xs .gmap_bg,
  .vc_row.hide-background_xs .image_bg,
  .vc_column_container.hide-background_xs .image_bg,
  .vc_row.hide-background_xs .vc_parallax-inner,
  .vc_column_container.hide-background_xs .vc_parallax-inner {
    display: none !important;
  }
}
.vim-edge-wrap {
  left: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  right: 0;
  pointer-events: none;
  width: 100%;
}
.vim-edge-wrap.vim-edge-wrap-top {
  top: 0;
}
.vim-edge-wrap.vim-edge-wrap-bottom {
  bottom: 0;
}
.vim-edge-wrap.vim-edge-relative {
  position: relative;
}
.vim-edge-wrap:not(.vim-edge-relative) {
  position: absolute;
}
.vim-edge-wrap.vim-edge-wrap-bottom {
  bottom: 0;
}
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-bottom svg,
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-bottom img {
  bottom: -1px;
}
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-top:not(.vim-row-divider-invert) svg,
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-top:not(.vim-row-divider-invert) img {
  filter: FlipH;
  -webkit-transform: translatex(-50%) scaley(-1);
  -moz-transform: translatex(-50%) scaley(-1);
  -o-transform: translatex(-50%) scaley(-1);
  -ms-transform: translatex(-50%) scaley(-1);
  transform: translatex(-50%) scaley(-1);
}
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-bottom.vim-row-divider-invert svg,
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-bottom.vim-row-divider-invert img {
  filter: FlipH;
  -webkit-transform: translatex(-50%) scaley(-1);
  -moz-transform: translatex(-50%) scaley(-1);
  -o-transform: translatex(-50%) scaley(-1);
  -ms-transform: translatex(-50%) scaley(-1);
  transform: translatex(-50%) scaley(-1);
}
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-top {
  top: 0;
}
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-top svg,
.vim-edge-wrap.vim-edge-default.vim-edge-wrap-top img {
  top: -1px;
}
.vim-edge-wrap.vim-edge-default svg,
.vim-edge-wrap.vim-edge-default img {
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}
.vim-edge-wrap.vim-edge-default.vim-edge-preserve-ratio svg,
.vim-edge-wrap.vim-edge-default.vim-edge-preserve-ratio img {
  width: auto;
}
.vim-edge-wrap.vim-edge-default:not(.vim-edge-preserve-ratio) svg,
.vim-edge-wrap.vim-edge-default:not(.vim-edge-preserve-ratio) img {
  width: 100%;
}
.vim-edge-wrap.vim-edge-flip {
  -webkit-transform: scaleX(-1) translateZ(0px);
  -moz-transform: scaleX(-1) translateZ(0px);
  -o-transform: scaleX(-1) translateZ(0px);
  -ms-transform: scaleX(-1) translateZ(0px);
  transform: scaleX(-1) translateZ(0px);
}
@media (min-width: 570px) and (max-width: 959px) {
  .vim-edge-wrap.vim-edge-tablet-hide {
    display: none;
  }
}
@media (max-width: 569px) {
  .vim-edge-wrap.vim-edge-mobile-hide {
    display: none;
  }
}
.z_index_-1 {
  z-index: -1;
}
.z_index_0 {
  z-index: 0;
}
.z_index_1 {
  z-index: 1;
}
.z_index_2 {
  z-index: 2;
}
.z_index_3 {
  z-index: 3;
}
.vim-edge-angle {
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 300%;
}
.vim-edge-angle.angle_5 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.vim-edge-angle.angle_10 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.vim-edge-angle.angle_15 {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.vim-edge-angle.angle_20 {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.vim-edge-angle.angle_25 {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
@media screen and (max-width: 1023px) {
  .vim-edge-hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .vim-edge-hide-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vim-edge-hide-xs {
    display: none !important;
  }
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 .wave-1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 .wave-2 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 .wave-3 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 .wave-4 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 .wave-5 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 .wave-6 {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type1 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2:after {
  top: -10px;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2:before {
  top: 0;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2:not(.vim-edge-invert):after {
  background-color: #080810;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2:not(.vim-edge-invert):before {
  background-color: #fff;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2.vim-edge-invert:after {
  background-color: #fff;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2.vim-edge-invert:before {
  background-color: #080810;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2:after,
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2:before {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  -webkit-transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
  left: 50%;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2.animated:after {
  top: -40px;
  height: 40px;
}
.vim-edge-wrap.vim-edge-animated.vim-edge-animated-type2.animated:before {
  top: 0;
  height: 40px;
}
.rdy-canvas-effect {
  position: relative;
}
.rdy-canvas-effect > .row-container {
  position: relative;
}
.rdy-canvas-effect .row-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.vc_row .layer-reveal,
.vc_column_container .layer-reveal,
.wpb_single_image .layer-reveal {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.vc_row .layer-reveal .layer-reveal-inner,
.vc_column_container .layer-reveal .layer-reveal-inner,
.wpb_single_image .layer-reveal .layer-reveal-inner {
  display: block;
  position: absolute;
  background-color: #fff;
}
.vc_row[data-reveal-position="over"] .layer-reveal,
.vc_column_container[data-reveal-position="over"] .layer-reveal,
.wpb_single_image[data-reveal-position="over"] .layer-reveal {
  z-index: 2;
}
.vc_row[data-reveal][data-reveal-type="type3"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type3"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type3"] .layer-reveal-inner {
  background-color: transparent !important;
  border: 120px solid #fff;
  -webkit-transition: border 1.2s cubic-bezier(0.2, 0.79, 0.18, 0.97);
  -moz-transition: border 1.2s cubic-bezier(0.2, 0.79, 0.18, 0.97);
  -o-transition: border 1.2s cubic-bezier(0.2, 0.79, 0.18, 0.97);
  -ms-transition: border 1.2s cubic-bezier(0.2, 0.79, 0.18, 0.97);
  transition: border 1.2s cubic-bezier(0.2, 0.79, 0.18, 0.97);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vc_row[data-reveal][data-reveal-type="type3"].reveal-animated .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type3"].reveal-animated .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type3"].reveal-animated .layer-reveal-inner {
  border-width: 0px;
}
.vc_row[data-reveal][data-reveal-type="type4"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type4"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type4"] .layer-reveal-inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vc_row[data-reveal][data-reveal-type="type4"].reveal-animated .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type4"].reveal-animated .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type4"].reveal-animated .layer-reveal-inner {
  display: none;
}
.vc_row[data-reveal][data-reveal-direction="left"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-direction="left"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-direction="left"] .layer-reveal-inner,
.vc_row[data-reveal][data-reveal-direction="right"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-direction="right"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-direction="right"] .layer-reveal-inner {
  width: 100%;
  height: 120%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.vc_row[data-reveal][data-reveal-direction="left"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-direction="left"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-direction="left"] .layer-reveal-basic,
.vc_row[data-reveal][data-reveal-direction="right"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-direction="right"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-direction="right"] .layer-reveal-basic {
  width: 100%;
  height: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.vc_row[data-reveal][data-reveal-direction="up"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-direction="up"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-direction="up"] .layer-reveal-inner,
.vc_row[data-reveal][data-reveal-direction="down"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-direction="down"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-direction="down"] .layer-reveal-inner {
  width: 120%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.vc_row[data-reveal][data-reveal-direction="up"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-direction="up"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-direction="up"] .layer-reveal-basic,
.vc_row[data-reveal][data-reveal-direction="down"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-direction="down"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-direction="down"] .layer-reveal-basic {
  width: 120%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.vc_row[data-reveal][data-reveal-type="type5"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-type="type5"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-type="type5"] .layer-reveal-basic {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-inner {
  left: 100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-basic {
  left: -100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-inner {
  left: -100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-basic {
  left: 100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-inner {
  top: 100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-basic {
  top: -100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-inner,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-inner,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-inner {
  top: -100%;
}
.vc_row[data-reveal][data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-basic,
.vc_column_container[data-reveal][data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-basic,
.wpb_single_image[data-reveal][data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-basic {
  top: 100%;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type1"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type1"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type1"] .layer-reveal-inner {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.79, 0.18, 0.97);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.79, 0.18, 0.97);
  -o-transition-timing-function: cubic-bezier(0.2, 0.79, 0.18, 0.97);
  -ms-transition-timing-function: cubic-bezier(0.2, 0.79, 0.18, 0.97);
  transition-timing-function: cubic-bezier(0.2, 0.79, 0.18, 0.97);
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="left"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="left"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="left"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_left 1s forwards;
  -moz-animation: slide_reveal_left 1s forwards;
  -o-animation: slide_reveal_left 1s forwards;
  -ms-animation: slide_reveal_left 1s forwards;
  animation: slide_reveal_left 1s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="right"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="right"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="right"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_right 0.65s forwards;
  -moz-animation: slide_reveal_right 0.65s forwards;
  -o-animation: slide_reveal_right 0.65s forwards;
  -ms-animation: slide_reveal_right 0.65s forwards;
  animation: slide_reveal_right 0.65s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="up"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="up"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="up"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_top 0.65s forwards;
  -moz-animation: slide_reveal_top 0.65s forwards;
  -o-animation: slide_reveal_top 0.65s forwards;
  -ms-animation: slide_reveal_top 0.65s forwards;
  animation: slide_reveal_top 0.65s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="down"] .layer-reveal .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="down"] .layer-reveal .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type1"][data-reveal-direction="down"] .layer-reveal .layer-reveal-inner {
  -webkit-animation: slide_reveal_bottom 0.65s forwards;
  -moz-animation: slide_reveal_bottom 0.65s forwards;
  -o-animation: slide_reveal_bottom 0.65s forwards;
  -ms-animation: slide_reveal_bottom 0.65s forwards;
  animation: slide_reveal_bottom 0.65s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="left"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="left"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="left"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_left_type2 1s forwards;
  -moz-animation: slide_reveal_left_type2 1s forwards;
  -o-animation: slide_reveal_left_type2 1s forwards;
  -ms-animation: slide_reveal_left_type2 1s forwards;
  animation: slide_reveal_left_type2 1s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="right"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="right"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="right"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_right_type2 1s forwards;
  -moz-animation: slide_reveal_right_type2 1s forwards;
  -o-animation: slide_reveal_right_type2 1s forwards;
  -ms-animation: slide_reveal_right_type2 1s forwards;
  animation: slide_reveal_right_type2 1s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="up"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="up"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="up"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_top_type2 1s forwards;
  -moz-animation: slide_reveal_top_type2 1s forwards;
  -o-animation: slide_reveal_top_type2 1s forwards;
  -ms-animation: slide_reveal_top_type2 1s forwards;
  animation: slide_reveal_top_type2 1s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="down"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="down"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type2"][data-reveal-direction="down"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_bottom_type2 1s forwards;
  -moz-animation: slide_reveal_bottom_type2 1s forwards;
  -o-animation: slide_reveal_bottom_type2 1s forwards;
  -ms-animation: slide_reveal_bottom_type2 1s forwards;
  animation: slide_reveal_bottom_type2 1s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="left"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_left_type5 1.3s forwards;
  -moz-animation: slide_reveal_left_type5 1.3s forwards;
  -o-animation: slide_reveal_left_type5 1.3s forwards;
  -ms-animation: slide_reveal_left_type5 1.3s forwards;
  animation: slide_reveal_left_type5 1.3s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="right"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_right_type5 1.3s forwards;
  -moz-animation: slide_reveal_right_type5 1.3s forwards;
  -o-animation: slide_reveal_right_type5 1.3s forwards;
  -ms-animation: slide_reveal_right_type5 1.3s forwards;
  animation: slide_reveal_right_type5 1.3s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="up"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_top_type5 1.3s forwards;
  -moz-animation: slide_reveal_top_type5 1.3s forwards;
  -o-animation: slide_reveal_top_type5 1.3s forwards;
  -ms-animation: slide_reveal_top_type5 1.3s forwards;
  animation: slide_reveal_top_type5 1.3s forwards;
}
.vc_row[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-inner,
.vc_column_container[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-inner,
.wpb_single_image[data-reveal].reveal-animated[data-reveal-type="type5"][data-reveal-direction="down"] .layer-reveal-inner {
  -webkit-animation: slide_reveal_bottom_type5 1.3s forwards;
  -moz-animation: slide_reveal_bottom_type5 1.3s forwards;
  -o-animation: slide_reveal_bottom_type5 1.3s forwards;
  -ms-animation: slide_reveal_bottom_type5 1.3s forwards;
  animation: slide_reveal_bottom_type5 1.3s forwards;
}
.vc_row:not(.vc_row-has-fill) > .layer-reveal {
  width: auto;
  left: 30px;
  right: 30px;
}
.vc_row .vc_row.vc_inner > .layer-reveal {
  width: auto;
  left: 15px;
  right: 15px;
}
.vc_row[data-background-animation="zoomin"] .background-wrapper,
.vc_column_container[data-background-animation="zoomin"] .background-wrapper,
.vc_row[data-background-animation="zoomout"] .background-wrapper,
.vc_column_container[data-background-animation="zoomout"] .background-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vc_row[data-background-animation="zoomin"] .background-wrapper .image_bg,
.vc_column_container[data-background-animation="zoomin"] .background-wrapper .image_bg,
.vc_row[data-background-animation="zoomout"] .background-wrapper .image_bg,
.vc_column_container[data-background-animation="zoomout"] .background-wrapper .image_bg {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.vc_row[data-background-animation="zoomin"]:hover .background-wrapper .image_bg,
.vc_column_container[data-background-animation="zoomin"]:hover .background-wrapper .image_bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vc_row[data-background-animation="zoomout"] .background-wrapper .image_bg,
.vc_column_container[data-background-animation="zoomout"] .background-wrapper .image_bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vc_row[data-background-animation="zoomout"]:hover .background-wrapper .image_bg,
.vc_column_container[data-background-animation="zoomout"]:hover .background-wrapper .image_bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
/*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html.fp-enabled.touch {
  height: 100% !important;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  display: none !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
.fullpage-wrapper:not([data-fsr-animation-rows="default"]) .vim-scroll-block {
  position: absolute;
  margin-top: 10000px;
  visibility: hidden;
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fullpage-wrapper .vim-scroll-block.vim-scroll-active {
  visibility: visible;
  margin-top: 0;
}
html.no-touchevents body.vim-fullpage-slide:not(.vim-fullpage-none) {
  height: 100vh !important;
}
html.no-touchevents body.vim-fullpage-slide #page {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
html.no-touchevents body.vim-fullpage-slide .bottom-spacing {
  display: none;
}
body.vim-fullpage-slide:not(.vim-fullpage-none) .fp-section {
  overflow: hidden;
}
body.vim-fullpage-slide.fullpage-slide_default {
  overflow: hidden !important;
}
body.vim-fullpage-slide #page-content-wrap {
  display: table-row;
  width: 100%;
  height: 100%;
}
body.vim-fullpage-slide #content {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
body.vim-fullpage-slide #content article {
  display: table-row;
  width: 100%;
  height: 100%;
}
body.vim-fullpage-slide .fullpage-wrapper:not([data-fsr-animation-rows="default"]) #colophon {
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
body.vim-fullpage-slide .fullpage-wrapper[data-fsr-animation-rows="default"] #colophon {
  position: static;
}
.uncover__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.uncover__slices {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.uncover__slices--vertical {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.uncover__slices--horizontal {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uncover__slices--horizontal-double {
  display: grid;
  grid-template-columns: 50% 50%;
}
.uncover__slices--vertical-double {
  display: grid;
  grid-template-rows: 50% 50%;
}
.uncover__slice {
  color: #fff;
  background-color: currentColor;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.uncover__slices--vertical .uncover__slice {
  -webkit-box-shadow: 1px 0 0 currentColor;
  box-shadow: 1px 0 0 currentColor;
}
.uncover__slices--horizontal .uncover__slice {
  -webkit-box-shadow: 0 1px 0 currentColor;
  box-shadow: 0 1px 0 currentColor;
}
[data-direction=horizontal] .m_swiper_ui_next.swiper-button-disabled {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.swiper-button-disabled {
  cursor: default;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.fullpage-wrapper > .vc_section.fp-section > .fp-tableCell,
.fullpage-wrapper > .row_section.fp-section > .fp-tableCell {
  overflow: hidden;
  display: table;
  width: 100%;
}
.fullpage-wrapper > .vc_section.fp-section > .fp-tableCell {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fullpage-wrapper > .vc_section.vc_section-has-fill,
.fullpage-wrapper > .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.fullpage-wrapper > .vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0;
}
.fullpage-wrapper > .row_section.fp-section .fp-tableCell > .vc_row {
  display: table-cell;
  vertical-align: middle;
}
.onepage-pagination {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .onepage-pagination {
    display: none;
  }
}
html.no-touchevents .onepage-pagination li {
  text-align: right;
  height: 1.5em;
}
html.no-touchevents .onepage-pagination a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
}
html.no-touchevents .onepage-pagination span.cd-dot-cont:hover .cd-dot,
html.no-touchevents .onepage-pagination a.is-selected .cd-dot {
  background-color: #fff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.no-touchevents .onepage-pagination span.cd-dot-cont:hover + .cd-label {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  -webkit-transition: opacity 100ms ease-out 100ms, -webkit-transform 100ms ease-out 100ms, display 0ms 0ms;
  -moz-transition: opacity 100ms ease-out 100ms, -moz-transform 100ms ease-out 100ms, display 0ms 0ms;
  -o-transition: opacity 100ms ease-out 100ms, -o-transform 100ms ease-out 100ms, display 0ms 0ms;
  -ms-transition: opacity 100ms ease-out 100ms, -ms-transform 100ms ease-out 100ms, display 0ms 0ms;
  transition: opacity 100ms ease-out 100ms, transform 100ms ease-out 100ms, display 0ms 0ms;
}
html.no-touchevents .cd-dot-cont {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
html.no-touchevents .onepage-pagination .cd-dot {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  width: 6px;
  height: 6px;
  background-color: rgba(255,255,255,0.5);
  display: inline-block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html.no-touchevents .onepage-pagination .cd-label {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 18px 6px 18px;
  position: relative;
  margin-right: 12px;
  color: #fff;
  display: inline-block;
  top: -2px;
  border-radius: 2px;
  font-weight: 600;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 100ms ease-out, -webkit-transform 100ms ease-out, display 0ms 100ms;
  -moz-transition: opacity 100ms ease-out, -moz-transform 100ms ease-out, display 0ms 100ms;
  -o-transition: opacity 100ms ease-out, -o-transform 100ms ease-out, display 0ms 100ms;
  -ms-transition: opacity 100ms ease-out, -ms-transform 100ms ease-out, display 0ms 100ms;
  transition: opacity 100ms ease-out, transform 100ms ease-out, display 0ms 100ms;
}
html.no-touchevents .onepage-pagination .cd-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
}
body.wrap.disabled-onepage-scroll {
  display: block !important;
}
body.wrap.disabled-onepage-scroll > div[data-parent="true"],
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}
/*--------------------------------------------------------------
* 9 Columns
==============================================================*/
.vc_column_container .vc_column-inner {
  position: relative;
}
.vc_column_container.hover-shadow > .vc_column-inner {
  z-index: 2;
  position: relative;
}
.vc_column_container.hover-shadow:hover > .vc_column-inner {
  z-index: 3;
}
.wpb_row .wpb_column > a {
  display: block;
}
.wpb_column > .wpb_wrapper > a > *:last-child {
  margin-bottom: 0;
}
.vc_column_container.column_vertical_align_center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.vc_column_container.column_vertical_align_center > .vc_column-inner {
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.vc_column_container.column_vertical_align_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.vc_column_container.column_vertical_align_bottom > .vc_column-inner {
  width: 100%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.vc_column_container .vc_column_link {
  position: absolute;
  z-index: 29;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vc_column_link {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpb_column[data-mobile-hide-border="xs"] div[class*=vc_custom_] {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .wpb_column[data-mobile-hide-border="sm"] div[class*=vc_custom_] {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}
html.no-touchevents .rdy-video-lightbox.shadow1:not(.hover-shadow) .play:before {
  -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy-video-lightbox.shadow2:not(.hover-shadow) .play:before {
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy-video-lightbox.shadow3:not(.hover-shadow) .play:before {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
}
html.no-touchevents .rdy-video-lightbox.shadow4:not(.hover-shadow) .play:before {
  -webkit-box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy-video-lightbox.shadow5:not(.hover-shadow) .play:before {
  -webkit-box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
}
html.no-touchevents .rdy-video-lightbox.shadow6:not(.hover-shadow) .play:before {
  -webkit-box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
}
html.no-touchevents .rdy-video-lightbox.shadow1.hover-shadow:hover .play:before {
  -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy-video-lightbox.shadow2.hover-shadow:hover .play:before {
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy-video-lightbox.shadow3.hover-shadow:hover .play:before {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
}
html.no-touchevents .rdy-video-lightbox.shadow4.hover-shadow:hover .play:before {
  -webkit-box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy-video-lightbox.shadow5.hover-shadow:hover .play:before {
  -webkit-box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
}
html.no-touchevents .rdy-video-lightbox.shadow6.hover-shadow:hover .play:before {
  -webkit-box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
}
@media screen and (max-width: 991px) {
  .rdy-video-lightbox.r-align-left .text,
  .rdy-video-lightbox.r-align-center .text,
  .rdy-video-lightbox.r-align-right .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .rdy-video-lightbox.r-align-left .text {
    text-align: left !important;
  }
  .rdy-video-lightbox.r-align-center .text {
    text-align: center !important;
  }
  .rdy-video-lightbox.r-align-right .text {
    text-align: right !important;
  }
}
.vc_column_container.vc_column_border_animation .vc_column-inner:after {
  content: "";
  position: absolute;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.vc_column_container.vc_column_border_animation.vc_column_border-slide_up .vc_column-inner:after {
  left: 0;
  top: 0;
  width: 100%;
}
.vc_column_container.vc_column_border_animation.vc_column_border-slide_up .vc_column-inner:hover:after {
  top: -10px;
}
.vc_column_container.vc_column_border_animation.vc_column_border-slide_down .vc_column-inner:after {
  left: 0;
  bottom: -10px;
  width: 100%;
}
.vc_column_container.vc_column_border_animation.vc_column_border-slide_down .vc_column-inner:hover:after {
  bottom: 0px;
}
.vc_column_container.vc_column_border_animation.vc_column_border-slide_left .vc_column-inner:after {
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
}
.vc_column_container.vc_column_border_animation.vc_column_border-slide_left .vc_column-inner:hover:after {
  width: 100%;
}
.vc_column_container .vc_column-overlay,
.vc_column_container .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vc_column_container .vc_column-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vc_column_container .hover-overlay {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.vc_column_container .hover-overlay.slide_left {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.vc_column_container .hover-overlay.slide_right {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.vc_column_container .hover-overlay.slide_up {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.vc_column_container .hover-overlay.slide_down {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.vc_column_container:hover .hover-overlay.slide_left,
.vc_column_container:hover .hover-overlay.slide_right {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.vc_column_container:hover .hover-overlay.slide_up,
.vc_column_container:hover .hover-overlay.slide_down {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media (min-width: 992px) {
  .vc_column_container.fixed_in_row .vc_column-inner:not(.fixed) {
    position: absolute;
    left: 0;
    right: 0;
  }
  .vc_column_container.fixed_in_row .vc_column-inner:not(.fixed).is_stuck {
    left: auto;
    right: auto;
  }
  .vc_row.vc_column-gap-1 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 0.5px;
    padding-right: 0.5px;
  }
  .vc_row.vc_column-gap-2 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 1px;
    padding-right: 1px;
  }
  .vc_row.vc_column-gap-3 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 1.5px;
    padding-right: 1.5px;
  }
  .vc_row.vc_column-gap-4 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 2px;
    padding-right: 2px;
  }
  .vc_row.vc_column-gap-5 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .vc_row.vc_column-gap-10 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vc_row.vc_column-gap-15 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .vc_row.vc_column-gap-20 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .vc_row.vc_column-gap-25 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .vc_row.vc_column-gap-30 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc_row.vc_column-gap-35 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .vc_row.vc_column-gap-40 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vc_row.vc_column-gap-45 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .vc_row.vc_column-gap-50 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 25px;
    padding-right: 25px;
  }
  .vc_row.vc_column-gap-55 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .vc_row.vc_column-gap-60 .row-inner > .vc_column_container.fixed_in_row > .vc_column-inner:not(.fixed) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wpb_text_column.show_on_hover {
  display: none;
}
/*--------------------------------------------------------------
* 10 Shortcodes
==============================================================*/
.wpb_single_image.fullwidth_image .vc_single_image-wrapper,
.wpb_single_image.fullwidth_image img {
  width: 100%;
}
.wpb_text_column {
  position: relative;
}
.wpb_text_column em {
  font-style: italic;
}
.wpb_text_column blockquote {
  display: block;
  margin-left: 1em;
}
.wpb_wrapper .wpb_text_column ul {
  list-style: disc;
  padding-left: 1em;
}
@media screen and (max-width: 1200px) {
  .wpb_text_column .dropcap {
    font-size: 70px !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .wpb_text_column .dropcap {
    font-size: 56px !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .wpb_text_column .dropcap {
    font-size: 42px !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 569px) {
  .wpb_text_column .dropcap {
    font-size: 35px !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .wpb_text_column .wpb_wrapper:before {
    font-size: 100px !important;
    top: -8px !important;
    left: -30px !important;
  }
}
@media screen and (max-width: 992px) {
  .wpb_text_column .wpb_wrapper:before {
    font-size: 80px !important;
    top: -8px !important;
    left: -30px !important;
  }
}
@media screen and (max-width: 768px) {
  .wpb_text_column .wpb_wrapper:before {
    font-size: 60px !important;
    top: -6px !important;
    left: -20px !important;
  }
}
@media screen and (max-width: 569px) {
  .wpb_text_column .wpb_wrapper:before {
    font-size: 50px !important;
    top: -4px !important;
    left: -15px !important;
  }
}
@media screen and (max-width: 992px) {
  .wpb_text_column.dropcap_hidden_xs > .wpb_wrapper:before {
    display: none !important;
  }
}
.vc_custom_heading {
  position: relative;
}
.vc_custom_heading .rotate_m90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  height: 0;
}
.vc_custom_heading .rotate_90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  height: 0;
}
.vc_custom_heading h1,
.vc_custom_heading h2,
.vc_custom_heading h3,
.vc_custom_heading h4,
.vc_custom_heading h5,
.vc_custom_heading h6,
.vc_custom_heading p {
  position: relative;
}
.vc_custom_heading span.gradient {
  position: relative;
  z-index: 11;
  color: transparent;
}
.vc_custom_heading span.hilight.shadow1 {
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.vc_custom_heading span.hilight.shadow2 {
  text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
.vc_custom_heading span.hilight.shadow3 {
  text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.vc_custom_heading span.hilight.shadow4 {
  text-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}
.vc_custom_heading span.hilight.shadow5 {
  text-shadow: 0px 3px 5px rgba(0,0,0,0.22);
}
.vc_custom_heading span.hilight.shadow6 {
  text-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.vc_custom_heading span.hilight.shadow7 {
  text-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.vc_custom_heading span.hilight.shadow8 {
  text-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}
.vc_custom_heading span.hilight.shadow9 {
  text-shadow: 0px 10px 15px rgba(0,0,0,0.26);
}
.vc_custom_heading span.hilight.shadow10 {
  text-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.vc_custom_heading span.alt {
  position: absolute;
  z-index: 13;
  height: 120%;
  top: 0;
  left: 0;
  right: 0;
}
.vc_custom_heading span.alt .text {
  text-shadow: none;
  position: relative;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.vc_custom_heading > h1,
.vc_custom_heading > h2,
.vc_custom_heading > h3,
.vc_custom_heading > h4,
.vc_custom_heading > h5,
.vc_custom_heading > h6,
.vc_custom_heading > p {
  line-height: 100%;
}
.vc_custom_heading.inline {
  display: inline-block;
}
.vc_custom_heading[data-text-animate="char"] span.hilight,
.vc_custom_heading[data-text-animate="word"] span.hilight {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_custom_heading[data-text-animate="char"].text-animation-triggered span.hilight.blast-root,
.vc_custom_heading[data-text-animate="word"].text-animation-triggered span.hilight.blast-root {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_custom_heading[data-text-animate="char"] span.hilight .blast-root {
  display: inline-block;
}
.vc_custom_heading[data-text-animate="char"] span.hilight em {
  font-style: normal;
}
.vc_custom_heading[data-text-animate="type1"] {
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_custom_heading[data-text-animate="type1"].text-animation-triggered {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_custom_heading[data-text-animate="type1"] span.line {
  display: block;
}
.vc_custom_heading[data-text-animate="type1"] span.line .blast {
  display: block;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
.vc_custom_heading[data-text-animate="type2"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_custom_heading[data-text-animate="type2"].text-animation-triggered {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_custom_heading[data-text-animate="type2"] span.hilight .blast-root {
  overflow: hidden;
  display: inline-block;
}
.vc_custom_heading[data-text-animate="type2"] span.hilight .blast-root .blast {
  line-height: 140%;
  display: inline-block;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -o-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
}
.vc_custom_heading[data-text-animate="type2"] span.hilight em {
  font-style: normal;
}
.vc_custom_heading[data-text-animate="type3"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_custom_heading[data-text-animate="type3"].text-animation-triggered {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_custom_heading[data-text-animate="type3"] span.line {
  overflow: hidden;
  display: block;
}
.vc_custom_heading[data-text-animate="type3"] span.line .blast {
  line-height: 140%;
  display: block;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.vc_custom_heading[data-text-animate="type3"] em {
  font-style: normal;
}
.vc_custom_heading[data-text-animate="type4"],
.vc_custom_heading[data-text-animate="type5"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.vc_custom_heading[data-text-animate="type4"].text-animation-triggered,
.vc_custom_heading[data-text-animate="type5"].text-animation-triggered {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_custom_heading[data-text-animate="type4"] span.hilight .blast-root,
.vc_custom_heading[data-text-animate="type5"] span.hilight .blast-root {
  display: inline-block;
}
.vc_custom_heading[data-text-animate="type4"] span.hilight em,
.vc_custom_heading[data-text-animate="type5"] span.hilight em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .vc_separator .vc_custom_heading {
    text-align: center;
  }
  .vc_custom_heading.mobile_align_left > * {
    text-align: left !important;
  }
  .vc_custom_heading.mobile_align_center > * {
    text-align: center !important;
  }
  .vc_custom_heading.mobile_align_right > * {
    text-align: right !important;
  }
  .wpb_text_column.mobile_align_left * {
    text-align: left !important;
  }
  .wpb_text_column.mobile_align_center * {
    text-align: center !important;
  }
  .wpb_text_column.mobile_align_right * {
    text-align: right !important;
  }
}
html.no-touchevents .rdy_button.hover-shadow.move-top:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
html.no-touchevents .rdy_button.shadow1:not(.hover-shadow) {
  -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy_button.shadow2:not(.hover-shadow) {
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy_button.shadow3:not(.hover-shadow) {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
}
html.no-touchevents .rdy_button.shadow4:not(.hover-shadow) {
  -webkit-box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy_button.shadow5:not(.hover-shadow) {
  -webkit-box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
}
html.no-touchevents .rdy_button.shadow6:not(.hover-shadow) {
  -webkit-box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
}
html.no-touchevents .rdy_button.shadow1.hover-shadow:hover {
  -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy_button.shadow2.hover-shadow:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy_button.shadow3.hover-shadow:hover {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.35);
}
html.no-touchevents .rdy_button.shadow4.hover-shadow:hover {
  -webkit-box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 20px 20px -5px rgba(0,0,0,0.3);
}
html.no-touchevents .rdy_button.shadow5.hover-shadow:hover {
  -webkit-box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 63px -14px rgba(0,0,0,0.75);
}
html.no-touchevents .rdy_button.shadow6.hover-shadow:hover {
  -webkit-box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 35px 45px -20px rgba(0,0,0,0.75);
}
.rdy_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  min-width: 0;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, -webkit-transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, -moz-transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, -o-transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  -ms-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, -ms-transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.35s ease-out, transform 0.3s ease-out, padding 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
  opacity: 0.999;
  -ms-filter: none;
  filter: none;
  overflow: visible;
}
.rdy_button.amination-outside.small:hover {
  padding-left: 26px;
  padding-right: 26px;
}
.rdy_button.amination-outside.medium:hover {
  padding-left: 32px;
  padding-right: 32px;
}
.rdy_button.amination-outside.large:hover {
  padding-left: 36px;
  padding-right: 36px;
}
.rdy_button.amination-outside.x-large:hover {
  padding-left: 44px;
  padding-right: 44px;
}
.rdy_button.amination-outside.xx-large:hover {
  padding-left: 52px;
  padding-right: 52px;
}
.rdy_button.amination-inside.small:hover {
  padding-left: 12px;
  padding-right: 12px;
}
.rdy_button.amination-inside.medium:hover {
  padding-left: 16px;
  padding-right: 16px;
}
.rdy_button.amination-inside.large:hover {
  padding-left: 20px;
  padding-right: 20px;
}
.rdy_button.amination-inside.x-large:hover {
  padding-left: 28px;
  padding-right: 28px;
}
.rdy_button.amination-inside.xx-large:hover {
  padding-left: 36px;
  padding-right: 36px;
}
.rdy_button.amination-bgfill {
  position: relative;
}
.rdy_button.amination-bgfill span,
.rdy_button.amination-bgfill i {
  position: relative;
  z-index: 2;
}
.rdy_button.amination-bgfill:hover {
  color: #fff;
}
.rdy_button.amination-bgfill:hover:before {
  top: 0 !important;
}
.rdy_button.amination-bgfill .bgfill {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  -webkit-transition: top 0.15s;
  -moz-transition: top 0.15s;
  -o-transition: top 0.15s;
  -ms-transition: top 0.15s;
  transition: top 0.15s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rdy_button.amination-bgfill .bgfill .background-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
}
.rdy_button.amination-bgfill:not(.no-radius) .bgfill {
  overflow: hidden;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.rdy_button.amination-bgfill.top-t-bottom-back .background-inner,
.rdy_button.amination-bgfill.bottom-t-top-back .background-inner {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.rdy_button.amination-bgfill.top-t-bottom .background-inner {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.rdy_button.amination-bgfill.top-t-bottom:hover .background-inner {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rdy_button.amination-bgfill.bottom-t-top .background-inner {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rdy_button.amination-bgfill.bottom-t-top:hover .background-inner {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.rdy_button.amination-bgfill.left-t-right .background-inner {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.rdy_button.amination-bgfill.left-t-right:hover .background-inner {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rdy_button.amination-bgfill.right-t-left .background-inner {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rdy_button.amination-bgfill.right-t-left:hover .background-inner {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.rdy_button.amination-bgfill.top-t-bottom-back .background-inner {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rdy_button.amination-bgfill.top-t-bottom-back:hover .background-inner {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.rdy_button.amination-bgfill.bottom-t-top-back .background-inner {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.rdy_button.amination-bgfill.bottom-t-top-back:hover .background-inner {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.rdy_button.amination-bgfill.left-t-right-back .background-inner {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.rdy_button.amination-bgfill.left-t-right-back:hover .background-inner {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.rdy_button.amination-bgfill.right-t-left-back .background-inner {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rdy_button.amination-bgfill.right-t-left-back:hover .background-inner {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.rdy_button.amination-bgfill.outline-dimension.outline-btn-light .bgfill .background-inner {
  background-color: #fff !important;
}
.rdy_button_align.inline .rdy_button {
  margin-right: 10px;
}
.rdy_button.outline-dimension {
  border-width: 2px !important;
  border-style: solid !important;
}
.rdy_button.outline-dimension.large {
  padding-top: 18px;
  padding-bottom: 18px;
}
.rdy_button_align.center {
  display: block !important;
  text-align: center;
}
.rdy_button_align.left {
  text-align: left;
}
.rdy_button_align.right {
  text-align: right;
}
.rdy_button_align.fullwidth-button {
  display: block !important;
}
.rdy_button_align.fullwidth-button .rdy_button {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.rdy_button.small {
  padding: 12px 18px;
  font-size: 10px;
  line-height: 100%;
}
.rdy_button.medium {
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
}
.rdy_button.large {
  padding: 20px 28px;
  font-size: 16px;
  line-height: 100%;
}
.rdy_button.x-large {
  padding: 28px 36px;
  font-size: 16px;
  line-height: 100%;
}
.rdy_button.xx-large {
  padding: 38px 44px;
  font-size: 18px;
  line-height: 100%;
}
.rdy_button.outline-dimension {
  border-width: 2px !important;
  border-style: solid !important;
}
.rdy_button.d3-dimension.dark-color,
.rdy_button.d2-dimension.dark-color {
  color: #333 !important;
  text-shadow: 0 1px rgba(255,255,255,0.5);
}
.rdy_button.flat-dimension.dark-color {
  color: #333 !important;
}
.rdy_button.d3-dimension.light-color,
.rdy_button.d2-dimension.light-color {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.4);
}
.rdy_button.flat-dimension.light-color {
  color: #fff;
}
.rdy_button.d3-dimension.dark-color:hover,
.rdy_button.d2-dimension.dark-color:hover,
.rdy_button.flat-dimension.dark-color:hover {
  color: #333;
}
.rdy_button.d3-dimension.light-color:hover,
.rdy_button.d2-dimension.light-color:hover,
.rdy_button.flat-dimension.light-color:hover {
  color: #fff;
}
.rdy_button.d3-dimension,
.rdy_button.d2-dimension {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.4);
}
.rdy_button.d3-dimension {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.3);
}
.rdy_button.d3-dimension:active {
  top: 2px;
}
.rdy_button.d2-dimension {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07), rgba(0,0,0,0.15));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07), rgba(0,0,0,0.15));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.07), rgba(0,0,0,0.15));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07), rgba(0,0,0,0.15));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.07), rgba(0,0,0,0.15));
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.8);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.8);
}
.rdy_button.outline-dimension.outline-btn-dark {
  border-color: #252525 !important;
  color: #252525;
}
.rdy_button.outline-dimension.outline-btn-dark:hover {
  background-color: #252525;
  color: #fff;
}
.rdy_button.outline-dimension.outline-btn-light {
  border-color: #fff !important;
  color: #fff;
}
.rdy_button.outline-dimension.outline-btn-light:hover {
  background-color: #fff;
  color: #252525;
}
.rdy_button .rdy-icon {
  margin-right: 10px;
}
.rdy_button.icon-align-right .rdy-icon {
  margin-left: 10px;
  margin-right: 0;
}
.rdy_button.text-dimension {
  padding: 0;
}
.rdy_button.text-dimension.animation1 span {
  -webkit-transition: padding 0.23s;
  -moz-transition: padding 0.23s;
  -o-transition: padding 0.23s;
  -ms-transition: padding 0.23s;
  transition: padding 0.23s;
}
.rdy_button.text-dimension.animation1:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  content: ' ';
  -webkit-transition: all 0.23s;
  -moz-transition: all 0.23s;
  -o-transition: all 0.23s;
  -ms-transition: all 0.23s;
  transition: all 0.23s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rdy_button.text-dimension.animation1:hover span {
  padding-left: 20px;
}
.rdy_button.text-dimension.animation1:hover:before {
  width: 10px;
}
.rdy_button.text-dimension.animation2 {
  padding-top: 3px;
  padding-bottom: 10px;
}
.rdy_button.text-dimension.animation2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
.rdy_button.text-dimension.animation2:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.rdy_button.rdy_btn_anim {
  position: relative;
  overflow: hidden;
}
.rdy_button.rdy_btn_anim.side-1 i,
.rdy_button.rdy_btn_anim.side-2 i,
.rdy_button.rdy_btn_anim.side-3 i {
  position: absolute;
  -webkit-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy_button.rdy_btn_anim.side-1 span,
.rdy_button.rdy_btn_anim.side-2 span,
.rdy_button.rdy_btn_anim.side-3 span {
  position: relative;
  -webkit-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  transition: right 0.2s ease-out, left 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_button.rdy_btn_anim.side-1.small,
.rdy_button.rdy_btn_anim.side-2.small,
.rdy_button.rdy_btn_anim.side-3.small {
  padding: 12px 22px;
}
.rdy_button.rdy_btn_anim.side-1.xx-large,
.rdy_button.rdy_btn_anim.side-2.xx-large,
.rdy_button.rdy_btn_anim.side-3.xx-large {
  padding: 38px 48px;
}
.rdy_button.rdy_btn_anim.side-1:hover i,
.rdy_button.rdy_btn_anim.side-2:hover i,
.rdy_button.rdy_btn_anim.side-3:hover i {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.rdy_button.rdy_btn_anim.side-3.small {
  padding: 12px 38px;
}
.rdy_button.rdy_btn_anim.side-3.medium {
  padding: 14px 44px;
}
.rdy_button.rdy_btn_anim.side-3.large {
  padding: 20px 48px;
}
.rdy_button.rdy_btn_anim.side-3.x-large {
  padding: 28px 56px;
}
.rdy_button.rdy_btn_anim.side-3.xx-large {
  padding: 38px 64px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right i {
  right: 40px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right.small i,
.rdy_button.rdy_btn_anim.side-3.icon-align-right.medium i,
.rdy_button.rdy_btn_anim.side-3.icon-align-right.large i {
  right: 30px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right:hover.small i {
  right: 16px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right:hover.medium i {
  right: 22px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right:hover.large i {
  right: 20px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right:hover.x-large i {
  right: 22px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-right:hover.xx-large i {
  right: 28px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left i {
  left: 40px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left.small i,
.rdy_button.rdy_btn_anim.side-3.icon-align-left.medium i,
.rdy_button.rdy_btn_anim.side-3.icon-align-left.large i {
  left: 30px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left:hover.small i {
  left: 16px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left:hover.medium i {
  left: 22px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left:hover.large i {
  left: 20px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left:hover.x-large i {
  left: 22px;
}
.rdy_button.rdy_btn_anim.side-3.icon-align-left:hover.xx-large i {
  left: 28px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right i {
  right: 10px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right span {
  left: 0;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right.small i,
.rdy_button.rdy_btn_anim.side-2.icon-align-right.medium i,
.rdy_button.rdy_btn_anim.side-2.icon-align-right.large i {
  right: 5px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.small i {
  right: 12px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.small span {
  left: -8px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.medium i {
  right: 15px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.medium span {
  left: -10px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.large i {
  right: 17px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.large span {
  left: -12px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.x-large i {
  right: 22px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.x-large span {
  left: -12px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.xx-large i {
  right: 25px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-right:hover.xx-large span {
  left: -15px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left i {
  left: 10px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left span {
  right: 0;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left.small i,
.rdy_button.rdy_btn_anim.side-2.icon-align-left.medium i,
.rdy_button.rdy_btn_anim.side-2.icon-align-left.large i {
  left: 5px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.small i {
  left: 12px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.small span {
  right: -8px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.medium i {
  left: 15px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.medium span {
  right: -10px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.large i {
  left: 17px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.large span {
  right: -12px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.x-large i {
  left: 22px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.x-large span {
  right: -12px !important;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.xx-large i {
  left: 25px;
}
.rdy_button.rdy_btn_anim.side-2.icon-align-left:hover.xx-large span {
  right: -15px !important;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right i {
  right: 32px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right span {
  left: 0;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right.small i {
  right: 18px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right.medium i {
  right: 18px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right.large i {
  right: 24px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right.x-large i {
  right: 24px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.small i {
  right: 14px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.small span {
  left: -8px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.medium i {
  right: 14px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.medium span {
  left: -10px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.large i {
  right: 15px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.large span {
  left: -12px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.x-large i {
  right: 18px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.x-large span {
  left: -12px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.xx-large i {
  right: 26px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-right:hover.xx-large span {
  left: -16px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left i {
  left: 32px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left span {
  right: 0;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left.small i {
  left: 18px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left.medium i {
  left: 18px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left.large i {
  left: 24px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left.x-large i {
  left: 24px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.small i {
  left: 14px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.small span {
  right: -8px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.medium i {
  left: 14px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.medium span {
  right: -10px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.large i {
  left: 15px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.large span {
  right: -12px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.x-large i {
  left: 18px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.x-large span {
  right: -12px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.xx-large i {
  left: 26px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover.xx-large span {
  right: -16px;
}
.rdy_button.rdy_btn_anim.side-1.icon-align-left:hover i {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.rdy_button.rdy_btn_anim.bi-t {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_button.rdy_btn_anim.bi-t i {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  top: -100%;
  left: 0;
  -webkit-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -o-transform 0.3s ease-out;
  -ms-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -ms-transform 0.3s ease-out;
  transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, transform 0.3s ease-out;
}
.rdy_button.rdy_btn_anim.bi-t i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rdy_button.rdy_btn_anim.bi-t span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: translateY 0.3s ease-out, top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: translateY 0.3s ease-out, top 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: translateY 0.3s ease-out, top 0.3s ease-out, -o-transform 0.3s ease-out;
  -ms-transition: translateY 0.3s ease-out, top 0.3s ease-out, -ms-transform 0.3s ease-out;
  transition: translateY 0.3s ease-out, top 0.3s ease-out, transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rdy_button.rdy_btn_anim.bi-l {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_button.rdy_btn_anim.bi-l i {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  top: 0;
  left: -100%;
  -webkit-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -o-transform 0.3s ease-out;
  -ms-transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, -ms-transform 0.3s ease-out;
  transition: left 0.3s ease-out, top 0.3s ease-out, translateY 0.3s ease-out, transform 0.3s ease-out;
}
.rdy_button.rdy_btn_anim.bi-l i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rdy_button.rdy_btn_anim.bi-l span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: translateY 0.3s ease-out, top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: translateY 0.3s ease-out, top 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: translateY 0.3s ease-out, top 0.3s ease-out, -o-transform 0.3s ease-out;
  -ms-transition: translateY 0.3s ease-out, top 0.3s ease-out, -ms-transform 0.3s ease-out;
  transition: translateY 0.3s ease-out, top 0.3s ease-out, transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rdy_button:hover.rdy_btn_anim.bi-t i {
  top: 0;
}
.rdy_button:hover.rdy_btn_anim.bi-l i {
  left: 0;
}
.rdy_button:hover.small.rdy_btn_anim.bi-t span {
  -webkit-transform: translateY(360%);
  -moz-transform: translateY(360%);
  -o-transform: translateY(360%);
  -ms-transform: translateY(360%);
  transform: translateY(360%);
}
.rdy_button:hover.medium.rdy_btn_anim.bi-t span {
  -webkit-transform: translateY(310%);
  -moz-transform: translateY(310%);
  -o-transform: translateY(310%);
  -ms-transform: translateY(310%);
  transform: translateY(310%);
}
.rdy_button:hover.large.rdy_btn_anim.bi-t span {
  -webkit-transform: translateY(310%);
  -moz-transform: translateY(310%);
  -o-transform: translateY(310%);
  -ms-transform: translateY(310%);
  transform: translateY(310%);
}
.rdy_button:hover.x-large.rdy_btn_anim.bi-t span {
  -webkit-transform: translateY(310%);
  -moz-transform: translateY(310%);
  -o-transform: translateY(310%);
  -ms-transform: translateY(310%);
  transform: translateY(310%);
}
.rdy_button:hover.xx-large.rdy_btn_anim.bi-t span {
  -webkit-transform: translateY(310%);
  -moz-transform: translateY(310%);
  -o-transform: translateY(310%);
  -ms-transform: translateY(310%);
  transform: translateY(310%);
}
.rdy_button:hover.rdy_btn_anim.bi-l span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.rdy-client_list {
  position: relative;
  margin: 0;
  list-style: none;
}
.rdy-client_list .rdy-shortcode-heading {
  margin-bottom: 20px;
}
.rdy-client_list .animate-element {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy-client_list ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.rdy-client_list ul li {
  list-style: none;
}
.rdy-client_list .rdy_client_list_slides .owl-dots {
  text-align: center;
}
.rdy-client_list .rdy-fancy-title {
  margin-right: 38px;
}
.rdy-client_list .rdy-fancy-title span {
  padding-right: 5px;
}
.rdy-client_list .client-logo {
  position: relative;
  display: block;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1;
  -webkit-transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.rdy-client_list.with-animation-fadein .client-logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy-client_list.is-hover .client-logo {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.rdy-client_list.is-hover .client-logo:hover {
  filter: alpha(opacity=@opacity * 100);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy-client_list .flex-direction-nav a {
  position: absolute;
  top: -4px;
}
.rdy-client_list .flex-direction-nav a .rdy-jupiter-icon-arrow-left:before,
.rdy-client_list .flex-direction-nav a .rdy-jupiter-icon-arrow-right:before {
  color: #aaa;
  font-size: 12px !important;
}
.rdy-client_list .flex-prev {
  right: 20px;
}
.rdy-client_list .flex-next {
  right: 0;
}
.rdy-client_list.column-style ul {
  overflow: hidden;
}
.rdy-client_list.column-style li {
  float: left;
  margin: 0;
  padding: 0;
}
.rdy-client_list.column-style.one-column li {
  width: 100%;
}
.rdy-client_list.column-style.two-column li {
  width: 50%;
}
.rdy-client_list.column-style.three-column li {
  width: 33.3%;
}
.rdy-client_list.column-style.four-column li {
  width: 25%;
}
.rdy-client_list.column-style.five-column li {
  width: 20%;
}
.rdy-client_list.column-style.six-column li {
  width: 16.6%;
}
.rdy-client_list.column-style.seven-column li {
  width: 14.2%;
}
.rdy-client_list.column-style.eight-column li {
  width: 12.5%;
}
.rdy-client_list.column-style.border-opened_edges ul:last-child .client-logo {
  border-bottom-style: none !important;
}
@media handheld, only screen and (max-width: 960px) {
  .rdy-client_list.column-style.three-column li,
  .rdy-client_list.column-style.four-column li,
  .rdy-client_list.column-style.five-column li,
  .rdy-client_list.column-style.six-column li,
  .rdy-client_list.column-style.seven-column li,
  .rdy-client_list.column-style.eight-column li {
    width: 33.2% !important;
  }
  .rdy-client_list.column-style.border-opened_edges.three-column li:nth-child(3) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.four-column li:nth-child(3) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.five-column li:nth-child(3) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.six-column li:nth-child(3) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.seven-column li:nth-child(3) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.eight-column li:nth-child(3) .client-logo {
    border-right-style: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .rdy-client_list.column-style.three-column li,
  .rdy-client_list.column-style.four-column li,
  .rdy-client_list.column-style.five-column li,
  .rdy-client_list.column-style.six-column li,
  .rdy-client_list.column-style.seven-column li,
  .rdy-client_list.column-style.eight-column li {
    width: 49.8% !important;
  }
  .rdy-client_list.column-style.border-opened_edges.three-column li:nth-child(2) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.four-column li:nth-child(2) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.five-column li:nth-child(2) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.six-column li:nth-child(2) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.seven-column li:nth-child(2) .client-logo,
  .rdy-client_list.column-style.border-opened_edges.eight-column li:nth-child(2) .client-logo {
    border-right-style: none !important;
  }
}
@media screen and (max-width: 767px) {
  .rdy-client_list {
    margin: 0 !important;
  }
}
.rdy_shrink_line {
  border: 0;
  border-color: #000;
  border-style: solid;
  -webkit-transition: max-width 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: max-width 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: max-width 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: max-width 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: max-width 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: max-width;
  max-width: 40px;
  position: relative;
}
.rdy_shrink_line.align_center {
  margin-left: auto;
  margin-right: auto;
}
.rdy_shrink_line.align_right {
  margin-left: auto;
  margin-right: 0;
}
.vc_column_container:hover > .vc_column-inner > .wpb_wrapper > .rdy_shrink_line,
.vc_column_container:hover > .vc_column-inner > div > .wpb_wrapper > .rdy_shrink_line {
  max-width: 60px;
}
.vc_row.vc_inner .vc_column_container:hover > .vc_column-inner .rdy_shrink_line {
  max-width: 60px;
}
.vc_sep_pos_inline {
  display: inline-block;
}
.rdy_separator.center {
  margin-left: auto;
  margin-right: auto;
}
.rdy_separator.normal {
  border: 0;
  border-color: #000;
  border-style: solid;
}
.rdy_separator h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.rdy_separator.vc_sep_holder {
  border: 0 !important;
}
.rdy_separator.wave1 .vc_sep_line,
.rdy_separator.wave2 .vc_sep_line,
.rdy_separator.zigzag1 .vc_sep_line,
.rdy_separator.zigzag2 .vc_sep_line,
.rdy_separator.cross .vc_sep_line {
  display: none !important;
}
.vc_separator h1,
.vc_separator h2,
.vc_separator h3,
.vc_separator h4,
.vc_separator h5,
.vc_separator h6 {
  margin: 0 !important;
}
.vc_separator.vc_icon_align_center {
  text-align: center;
}
.vc_separator.vc_icon_align_center h4 {
  padding: 0 0.8em;
  text-align: center;
}
.vc_separator.vc_icon_align_left .rdy_icon_element-icon {
  margin: 0 !important;
  padding: 0 20px 0 0;
}
.vc_separator.vc_icon_align_left .vc_sep_holder {
  width: 100%;
}
.vc_separator.vc_icon_align_left .vc_sep_holder.vc_sep_holder_l {
  display: none;
}
.vc_separator.vc_icon_align_right .rdy_icon_element-icon {
  margin: 0 !important;
  padding: 0 0 0 20px;
}
.vc_separator.vc_icon_align_right .vc_sep_holder {
  width: 100%;
}
.vc_separator.vc_icon_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none;
}
.rdy_separator.wave1 {
  background: url("../images/separator/wave1_black.svg") repeat-x center;
  height: 10px;
}
.rdy_separator.wave1.color-grey {
  background: url("../images/separator/wave1_grey.svg") repeat-x center;
}
.rdy_separator.wave1.color-white {
  background: url("../images/separator/wave1_white.svg") repeat-x center;
}
.rdy_separator.wave2 {
  background: url("../images/separator/wave2_black.svg") repeat-x center;
  height: 10px;
}
.rdy_separator.wave2.color-grey {
  background: url("../images/separator/wave2_grey.svg") repeat-x center;
}
.rdy_separator.wave2.color-white {
  background: url("../images/separator/wave2_white.svg") repeat-x center;
}
.rdy_separator.zigzag1 {
  background: url("../images/separator/zigzag1_black.svg") repeat-x center;
  height: 10px;
}
.rdy_separator.zigzag1.color-grey {
  background: url("../images/separator/zigzag1_grey.svg") repeat-x center;
}
.rdy_separator.zigzag1.color-white {
  background: url("../images/separator/zigzag1_white.svg") repeat-x center;
}
.rdy_separator.zigzag2 {
  background: url("../images/separator/zigzag2_black.svg") repeat-x center;
  height: 10px;
}
.rdy_separator.zigzag2.color-grey {
  background: url("../images/separator/zigzag2_grey.svg") repeat-x center;
}
.rdy_separator.zigzag2.color-white {
  background: url("../images/separator/zigzag2_white.svg") repeat-x center;
}
.rdy_separator.cross {
  background: url("../images/separator/cross_black.svg") repeat-x center;
  height: 10px;
}
.rdy_separator.cross.color-grey {
  background: url("../images/separator/cross_grey.svg") repeat-x center;
}
rdy_icon_list,
.rdy_separator.cross.color-white {
  background: url("../images/separator/cross_white.svg") repeat-x center;
}
@media screen and (min-width: 992px) {
  .rdy_separator.animate1:not(.rdy_sep_vertical):before {
    width: 0;
  }
  .rdy_separator.animate1.rdy_sep_vertical:before {
    height: 0;
  }
}
.rdy_separator.animate1.start-animation:before {
  -webkit-transition: width 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 2.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.rdy_sep_vertical.animate1.start-animation:before {
  -webkit-transition: height 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 2.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.animate1.speed-fast.start-animation:before {
  -webkit-transition: width 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.rdy_sep_vertical.animate1.speed-fast.start-animation:before {
  -webkit-transition: height 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.animate2:not(.rdy_sep_vertical):before {
  -webkit-animation: separator-sliding-x 1.9s infinite;
  -moz-animation: separator-sliding-x 1.9s infinite;
  -o-animation: separator-sliding-x 1.9s infinite;
  -ms-animation: separator-sliding-x 1.9s infinite;
  animation: separator-sliding-x 1.9s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.animate2.rdy_sep_vertical:before {
  -webkit-animation: separator-sliding-y 1.9s infinite;
  -moz-animation: separator-sliding-y 1.9s infinite;
  -o-animation: separator-sliding-y 1.9s infinite;
  -ms-animation: separator-sliding-y 1.9s infinite;
  animation: separator-sliding-y 1.9s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.animate2,
.rdy_separator.animate3 {
  overflow: hidden;
}
@media handheld, only screen and (max-width: 960px) {
  .rdy_separator.responsive_width_sm {
    width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .rdy_separator.responsive_width_xs {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_separator .vc_custom_heading {
    text-align: center;
  }
}
.vc_progress_bar .vc_single_bar .vc_label {
  font-size: 13px;
}
.vc_progress_bar.open .vc_tip {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.vc_progress_bar.rdy-style .vc_single_bar_wrap {
  margin-bottom: 11.66666667px;
}
.vc_progress_bar.rdy-style .vc_single_bar {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #ebebeb;
}
.vc_progress_bar.rdy-style .vc_bar {
  -webkit-transition: width 2s cubic-bezier(0.7, 0, 0.38, 1);
  -moz-transition: width 2s cubic-bezier(0.7, 0, 0.38, 1);
  -o-transition: width 2s cubic-bezier(0.7, 0, 0.38, 1);
  -ms-transition: width 2s cubic-bezier(0.7, 0, 0.38, 1);
  transition: width 2s cubic-bezier(0.7, 0, 0.38, 1);
}
.vc_progress_bar.rdy-style .vc_tip {
  position: absolute;
  right: 0px;
  top: -25px;
  padding: 4px 7px !important;
  background-color: #333;
  color: #fff;
  line-height: 12px !important;
  font-size: 11px !important;
  display: block;
  font-weight: normal !important;
  border-radius: 2px 2px 2px 2px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  -ms-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.vc_progress_bar.rdy-style .vc_tip:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 12px;
  position: absolute;
  width: 0;
}
.vc_progress_bar .vc_label_text .vc_label_units {
  padding-left: 11px;
}
.vc_progress_bar.rdy-style.rdy_text_top .vc_label_text {
  margin-bottom: 4px;
  padding-bottom: 0;
}
.vc_progress_bar.rdy-style.rdy_text_bottom .vc_label_text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rdy_counter_holder {
  display: table;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}
.rdy_counter_holder.inline {
  display: inline-block;
}
.rdy_counter_holder .symbol-wrap {
  font-family: inherit !important;
  font-size: inherit;
  font-weight: inherit;
}
.rdy_counter_holder.sym-valign-middle .counter.motion .digit {
  vertical-align: super;
}
.rdy_counter_holder.sym-valign-middle .counter.zero .counter_sym {
  vertical-align: super;
  font-size: 40px;
}
.rdy_counter_holder .rdy_counter_inner .counter_sym {
  line-height: 100%;
}
.rdy_counter_holder.boxed_counter {
  border: 0 solid #eaeaea;
  padding: 55px 40px;
  background-color: transparent;
}
.rdy_counter_holder.circle_counter .rdy_counter_inner {
  text-align: center;
}
.rdy_counter_holder.circle_counter .b_count_align {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.rdy_counter_holder.boxed_counter.circle_counter {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  padding: 0 !important;
}
.rdy_counter_holder.content_left {
  text-align: left;
}
.rdy_counter_holder.content_right {
  text-align: right;
}
.rdy_counter_holder.content_center {
  text-align: center;
  padding: 20px 40px;
}
.rdy_counter_holder span.counter {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 300;
  display: inline-block !important;
  height: 1em;
  white-space: nowrap;
}
.rdy_counter_holder span .digit {
  height: 1.2em;
  display: inline-block;
}
.rdy_counter_holder p.counter_text {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  display: inline-block;
}
.rdy_counter_holder .counter.motion .digit span:not(.in-sight) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy_counter_holder .counter.motion .digit span {
  display: inline-block;
}
.rdy_counter_holder .counter.motion .digit .symbol-wrap {
  display: inline-block;
}
.rdy_counter_holder .rdy_separator {
  background-color: #eaeaea;
  margin: 20px auto;
  display: block;
  height: 1px;
  max-width: 60px;
}
.rdy_counter_holder .rdy_separator.vc_sep_pos_align_left,
.rdy_separator.vc_sep_pos_align_left:before {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rdy_counter_holder .rdy_separator.vc_sep_pos_align_right,
.rdy_separator.vc_sep_pos_align_right:before {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.rdy_separator.vc_sep_pos_align_center:before {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rdy_icon_element-icon {
  display: inline-block;
  width: auto !important;
}
.rdy_counter_holder .rdy_separator .wave {
  width: 80px;
}
.rdy_counter_holder .rdy_separator .wave2 {
  width: 76px;
}
@media screen and (max-width: 767px) {
  .rdy_counter_holder.mobile_align_left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .rdy_counter_holder.mobile_align_left > * {
    text-align: left !important;
  }
  .rdy_counter_holder.mobile_align_center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rdy_counter_holder.mobile_align_center > * {
    text-align: center !important;
  }
  .rdy_counter_holder.mobile_align_right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .rdy_counter_holder.mobile_align_right > * {
    text-align: right !important;
  }
}
.rdy_instagram ul {
  margin-bottom: 0px !important;
  padding: 0;
}
.rdy_instagram ul:not(.owl-carousel) {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.rdy_instagram ul.owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rdy_instagram .meta {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 16px;
  z-index: 1;
}
.rdy_instagram .meta span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.rdy_instagram .meta span i:last-child {
  padding-left: 20px;
}
.rdy_instagram li:hover .meta {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_instagram.gap-0 ul:not(.owl-carousel) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rdy_instagram.gap-0 ul:not(.owl-carousel) li {
  padding: 0;
}
.rdy_instagram.gap-5 ul:not(.owl-carousel) {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}
.rdy_instagram.gap-5 ul:not(.owl-carousel) li {
  padding: 0 2.5px 5px;
}
.rdy_instagram.gap-10 ul:not(.owl-carousel) {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.rdy_instagram.gap-10 ul:not(.owl-carousel) li {
  padding: 0 5px 10px;
}
.rdy_instagram.gap-15 ul:not(.owl-carousel) {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}
.rdy_instagram.gap-15 ul:not(.owl-carousel) li {
  padding: 0 7.5px 15px;
}
.rdy_instagram.gap-20 ul:not(.owl-carousel) {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.rdy_instagram.gap-20 ul:not(.owl-carousel) li {
  padding: 0 10px 20px;
}
.rdy_instagram.gap-25 ul:not(.owl-carousel) {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
}
.rdy_instagram.gap-25 ul:not(.owl-carousel) li {
  padding: 0 12.5px 25px;
}
.rdy_instagram.gap-30 ul:not(.owl-carousel) {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.rdy_instagram.gap-30 ul:not(.owl-carousel) li {
  padding: 0 15px 30px;
}
.rdy_instagram .owl-item li {
  list-style: none;
}
.rdy_instagram .owl-instagram {
  margin: 0;
}
.rdy_instagram .owl-instagram .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(51,51,51,0.3);
}
.rdy_instagram .owl-instagram .owl-nav .owl-prev,
.rdy_instagram .owl-instagram .owl-nav .owl-next {
  line-height: 52px;
  border: 0 !important;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
}
.rdy_instagram .owl-instagram .owl-nav .owl-prev:before,
.rdy_instagram .owl-instagram .owl-nav .owl-next:before {
  position: relative;
  color: rgba(255,255,255,0.9);
  -webkit-transition: color 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
}
.rdy_instagram .owl-instagram .owl-nav .owl-prev:hover,
.rdy_instagram .owl-instagram .owl-nav .owl-next:hover {
  background-color: rgba(51,51,51,0.6);
}
.rdy_instagram .owl-instagram .owl-nav .owl-prev:hover:before,
.rdy_instagram .owl-instagram .owl-nav .owl-next:hover:before {
  color: #fff !important;
}
.rdy_instagram .owl-instagram .owl-nav .owl-prev:hover:before {
  -webkit-animation-name: arrow-prev;
  -moz-animation-name: arrow-prev;
  -o-animation-name: arrow-prev;
  -ms-animation-name: arrow-prev;
  animation-name: arrow-prev;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.rdy_instagram .owl-instagram .owl-nav .owl-next:hover:before {
  -webkit-animation-name: arrow-next;
  -moz-animation-name: arrow-next;
  -o-animation-name: arrow-next;
  -ms-animation-name: arrow-next;
  animation-name: arrow-next;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.rdy_instagram .owl-instagram .owl-nav .owl-prev {
  left: 25px;
}
.rdy_instagram .owl-instagram .owl-nav .owl-next {
  right: 25px;
}
.rdy_instagram .owl-instagram.nav-outside .owl-nav .owl-prev {
  left: -60px;
}
.rdy_instagram .owl-instagram.nav-outside .owl-nav .owl-next {
  right: -60px;
}
.rdy_instagram li .image {
  position: relative;
  line-height: 0;
}
.rdy_instagram li .image a {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.rdy_instagram li .image:before,
.rdy_instagram li .image:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.rdy_instagram li .image:after {
  display: none;
}
.rdy_instagram.hover-1 li .image:after {
  display: block;
  border: 0 solid #333;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rdy_instagram.with-overlay li .image:before,
.rdy_instagram.hover-gradient li .image:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rdy_instagram.with-overlay li:hover .image:before,
.rdy_instagram.hover-gradient li:hover .image:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_instagram.hover-3 li .image {
  overflow: hidden;
}
.rdy_instagram.hover-3 li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.rdy_instagram.hover-3 li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.rdy_instagram.hover-4 li .image {
  overflow: hidden;
}
.rdy_instagram.hover-4 li img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.rdy_instagram.hover-4 li:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .rdy_instagram .owl-nav {
    display: none !important;
  }
}
.rdy_latest_post .boxes_image a,
.rdy_latest_post .latest_post_image a {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_latest_post .boxes_image a img,
.rdy_latest_post .latest_post_image a img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rdy_latest_post .boxes_image.hover a:hover img,
.rdy_latest_post .latest_post_image.hover a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.rdy_latest_post ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.rdy_latest_post ul li {
  padding: 0;
}
.rdy_latest_post .entry-title {
  margin-bottom: 0 !important;
}
.rdy_latest_post .post_infos {
  display: block;
  margin-bottom: 10px;
}
.rdy_latest_post .read-more {
  display: block;
  margin-top: 20px;
}
.rdy_latest_post .read-more.bold {
  font-weight: bold;
}
.rdy_latest_post .boxes_image {
  margin-bottom: 20px;
}
.rdy_latest_post.carousel li {
  margin-bottom: 0 !important;
}
.rdy_latest_post.image_in_box h3 {
  line-height: 100% !important;
  margin-bottom: 10px;
}
.rdy_latest_post.image_in_box .latest_post_image {
  width: 33%;
  float: left;
  padding-right: 20px;
}
.rdy_latest_post.image_in_box .latest_post_text {
  width: 65%;
  float: left;
}
.rdy_latest_post.background-white ul li .latest_post {
  background: #fff;
}
.rdy_latest_post::after,
.rdy_latest_post::before {
  content: " ";
  display: table;
  clear: both;
}
.rdy_latest_post .boxes_image {
  position: relative;
}
.rdy_latest_post.boxes4 .boxes_wrapper {
  position: relative;
  overflow: hidden;
}
.rdy_latest_post.boxes4 .featured-image,
.rdy_latest_post.boxes4 .boxes_wrapper > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rdy_latest_post.boxes4 .boxes_wrapper > a {
  z-index: 1;
}
.rdy_latest_post.boxes4 .featured-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rdy_latest_post.boxes4 li:hover .featured-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.rdy_latest_post.boxes4 .boxes_image {
  margin: 0 !important;
}
.rdy_latest_post.boxes4 .latest_post {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.rdy_latest_post.boxes4 .latest_post_text_inner {
  padding: 0 20px 20px 20px;
}
.rdy_latest_post.boxes4 .latest_post_title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}
.rdy_latest_post.boxes4 .latest_post_title a,
.rdy_latest_post.boxes4 .meta-categorys {
  color: #fff;
}
.rdy_latest_post.boxes4 .meta-categorys {
  font-size: 12px;
}
.post-share {
  text-align: right;
}
.post-share a {
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #000;
}
.post-share svg {
  display: none;
}
.post-share.hover-slide a {
  line-height: 50px;
}
.post-share.hover-slide a:hover {
  color: #fff !important;
}
.post-share.hover-slide a:hover:after {
  top: 0 !important;
}
.post-share.hover-slide a:before {
  position: relative;
  z-index: 2;
}
.post-share.hover-slide a:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #000;
  top: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: top 0.12s;
  -moz-transition: top 0.12s;
  -o-transition: top 0.12s;
  -ms-transition: top 0.12s;
  transition: top 0.12s;
}
.post-share.hover-circle a svg.circle path {
  -webkit-animation: offHoverWorkL 0.4s ease forwards;
  -moz-animation: offHoverWorkL 0.4s ease forwards;
  -o-animation: offHoverWorkL 0.4s ease forwards;
  -ms-animation: offHoverWorkL 0.4s ease forwards;
  animation: offHoverWorkL 0.4s ease forwards;
}
.post-share.hover-circle a:hover svg.circle path {
  -webkit-animation: onHoverWorkL 0.4s ease forwards;
  -moz-animation: onHoverWorkL 0.4s ease forwards;
  -o-animation: onHoverWorkL 0.4s ease forwards;
  -ms-animation: onHoverWorkL 0.4s ease forwards;
  animation: onHoverWorkL 0.4s ease forwards;
}
.post-share.hover-circle a svg {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post-share.hover-circle a svg path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  stroke: #000;
}
.post-share.hover-circle:before {
  position: relative;
  z-index: 2;
}
.rdy_social_share:not(.vertical) a:last-child {
  margin-right: 0 !important;
}
.rdy_social_share:not(.vertical).gap-1 a {
  margin-right: 1px;
}
.rdy_social_share:not(.vertical).gap-2 a {
  margin-right: 2px;
}
.rdy_social_share:not(.vertical).gap-3 a {
  margin-right: 3px;
}
.rdy_social_share:not(.vertical).gap-4 a {
  margin-right: 4px;
}
.rdy_social_share:not(.vertical).gap-5 a {
  margin-right: 5px;
}
.rdy_social_share:not(.vertical).gap-10 a {
  margin-right: 10px;
}
.rdy_social_share:not(.vertical).gap-15 a {
  margin-right: 15px;
}
.rdy_social_share:not(.vertical).gap-20 a {
  margin-right: 20px;
}
.rdy_social_share:not(.vertical).gap-25 a {
  margin-right: 25px;
}
.rdy_social_share:not(.vertical).gap-30 a {
  margin-right: 30px;
}
.rdy_social_share:not(.vertical).gap-35 a {
  margin-right: 35px;
}
.rdy_social_share:not(.vertical).gap-40 a {
  margin-right: 40px;
}
.rdy_social_share:not(.vertical).gap-45 a {
  margin-right: 45px;
}
.rdy_social_share:not(.vertical).gap-50 a {
  margin-right: 50px;
}
.rdy_social_share:not(.vertical).gap-55 a {
  margin-right: 55px;
}
.rdy_social_share:not(.vertical).gap-60 a {
  margin-right: 60px;
}
.rdy_social_share.vertical a:last-child {
  margin-bottom: 0 !important;
}
.rdy_social_share.vertical.gap-1 a {
  margin-bottom: 1px;
}
.rdy_social_share.vertical.gap-2 a {
  margin-bottom: 2px;
}
.rdy_social_share.vertical.gap-3 a {
  margin-bottom: 3px;
}
.rdy_social_share.vertical.gap-4 a {
  margin-bottom: 4px;
}
.rdy_social_share.vertical.gap-5 a {
  margin-bottom: 5px;
}
.rdy_social_share.vertical.gap-10 a {
  margin-bottom: 10px;
}
.rdy_social_share.vertical.gap-15 a {
  margin-bottom: 15px;
}
.rdy_social_share.vertical.gap-20 a {
  margin-bottom: 20px;
}
.rdy_social_share.vertical.gap-25 a {
  margin-bottom: 25px;
}
.rdy_social_share.vertical.gap-30 a {
  margin-bottom: 30px;
}
.rdy_social_share.vertical.gap-35 a {
  margin-bottom: 35px;
}
.rdy_social_share.vertical.gap-40 a {
  margin-bottom: 40px;
}
.rdy_social_share.vertical.gap-45 a {
  margin-bottom: 45px;
}
.rdy_social_share.vertical.gap-50 a {
  margin-bottom: 50px;
}
.rdy_social_share.vertical.gap-55 a {
  margin-bottom: 55px;
}
.rdy_social_share.vertical.gap-60 a {
  margin-bottom: 60px;
}
.rdy_social_share.vertical a {
  display: block;
}
.rdy_social_share.vertical.align-center a {
  margin-left: auto;
  margin-right: auto;
}
.rdy_social_share.vertical.align-right a {
  margin-left: auto;
  margin-right: 0;
}
.rdy_social_share.use-brand-color .fa-facebook:after {
  background-color: #3b5998;
}
.rdy_social_share.use-brand-color .fa-twitter:after {
  background-color: #00aced;
}
.rdy_social_share.use-brand-color .fa-pinterest:after {
  background-color: #cb2027;
}
.rdy_social_share.use-brand-color .fa-google-plus:after {
  background-color: #dd4b39;
}
.rdy_social_share.use-brand-color .fa-linkedin:after {
  background-color: #007bb6;
}
.rdy_social_share.use-brand-color .fa-facebook svg path {
  stroke: #3b5998 !important;
}
.rdy_social_share.use-brand-color .fa-twitter svg path {
  stroke: #00aced !important;
}
.rdy_social_share.use-brand-color .fa-pinterest svg path {
  stroke: #cb2027 !important;
}
.rdy_social_share.use-brand-color .fa-google-plus svg path {
  stroke: #dd4b39 !important;
}
.rdy_social_share.use-brand-color .fa-linkedin svg path {
  stroke: #007bb6 !important;
}
.rdy_social_share.align-left .post-share-buttons {
  text-align: left;
}
.rdy_social_share.align-center .post-share-buttons {
  text-align: center;
}
.rdy_social_share.align-right .post-share-buttons {
  text-align: right;
}
.rdy_social_share.scheme-dark a {
  color: #000;
}
.rdy_social_share.scheme-dark .post-share-buttons a svg path {
  stroke: #000;
}
.rdy_social_share.scheme-light a {
  color: #fff;
}
.rdy_social_share.scheme-light .post-share-buttons a svg path {
  stroke: #fff;
}
.rdy_share.social-align-left {
  text-align: left;
}
.rdy_share.social-align-left .rdy_share-item:first-child,
.rdy_share.social-align-left .rdy_share-text:first-child {
  margin-left: 0;
}
.rdy_share.social-align-center {
  text-align: center;
}
.rdy_share.social-align-right {
  text-align: right;
}
.rdy_share.social-align-right .rdy_share-item:last-child {
  margin-right: 0;
}
.rdy_share .rdy_share-text.list:first-child {
  margin-top: 0;
}
.rdy_share .rdy_share-text.list:last-child {
  margin-bottom: 0;
}
.rdy_share.rdy_share-text.vertical .rdy_social_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.rdy_share .rdy_share-text {
  margin-right: 8px;
  line-height: 1.5;
}
.rdy_share .rdy_share-text span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rdy_share.rotate_m90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  height: 0;
}
.rdy_share.rotate_90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  height: 0;
}
.rdy_share.vertical .rdy_social_wrapper {
  display: inline-block;
}
.rdy_share.vertical .rdy_share-item {
  display: block;
}
.rdy_share.use_ul_hover .rdy_share-text span {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.rdy_share.use_ul_hover .rdy_share-text:hover span {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ec7a5c;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .mail-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .mail-hover:hover span {
  border-bottom-color: #3b5998;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .facebook-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .facebook-hover:hover span {
  border-bottom-color: #3b5998;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .twitter-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .twitter-hover:hover span {
  border-bottom-color: #00aced;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .rss-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .rss-hover:hover span {
  border-bottom-color: #ff7900;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .dribbble-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .dribbble-hover:hover span {
  border-bottom-color: #ea4c89;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .behance-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .behance-hover:hover span {
  border-bottom-color: #1769ff;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .instagram-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .instagram-hover:hover span {
  border-bottom-color: #517fa4;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .soundcloud-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .soundcloud-hover:hover span {
  border-bottom-color: #ff3a00;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .digg-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .digg-hover:hover span {
  border-bottom-color: #333;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .pinterest-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .pinterest-hover:hover span {
  border-bottom-color: #cb2027;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .flickr-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .flickr-hover:hover span {
  border-bottom-color: #ff0084;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .googleplus-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .googleplus-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon .google-plus-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .google-plus-hover:hover span {
  border-bottom-color: #dd4b39;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .linkedin-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .linkedin-hover:hover span {
  border-bottom-color: #007bb6;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .blogger-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .blogger-hover:hover span {
  border-bottom-color: #fb8f3d;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .youtube-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .youtube-hover:hover span {
  border-bottom-color: #b00;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .lastfm-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .lastfm-hover:hover span {
  border-bottom-color: #df1303;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .stumbleupon-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .stumbleupon-hover:hover span {
  border-bottom-color: #eb4823;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .tumblr-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .tumblr-hover:hover span {
  border-bottom-color: #32506d;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .vimeo-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .vimeo-hover:hover span {
  border-bottom-color: #aad450;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .wordpress-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .wordpress-hover:hover span {
  border-bottom-color: #21759b;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .yelp-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .yelp-hover:hover span {
  border-bottom-color: #c41200;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .reddit-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .reddit-hover:hover span {
  border-bottom-color: #cee3f8;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .whatsapp-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .whatsapp-hover:hover span {
  border-bottom-color: #1d9d10;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .weibo-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .weibo-hover:hover span {
  border-bottom-color: #e6162d;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .qzone-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .qzone-hover:hover span {
  border-bottom-color: #ffc028;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .imdb-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .imdb-hover:hover span {
  border-bottom-color: #f5de50;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .renren-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .renren-hover:hover span {
  border-bottom-color: #217dc6;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .xing-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .xing-hover:hover span {
  border-bottom-color: #026466;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .vk-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .vk-hover:hover span {
  border-bottom-color: #45668e;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .wechat-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .wechat-hover:hover span {
  border-bottom-color: #7bb32e;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .snapchat-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .snapchat-hover:hover span {
  border-bottom-color: #fffc00;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .flickr-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .flickr-hover:hover span {
  border-bottom-color: #0063dc;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .deviantart-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .deviantart-hover:hover span {
  border-bottom-color: #4dc47d;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .dropbox-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .dropbox-hover:hover span {
  border-bottom-color: #007ee5;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .github-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .github-hover:hover span {
  border-bottom-color: #4078c0;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .paypal-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .paypal-hover:hover span {
  border-bottom-color: #003087;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .skype-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .skype-hover:hover span {
  border-bottom-color: #00aff0;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .spotify-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .spotify-hover:hover span {
  border-bottom-color: #2ebd59;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .tumblr-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .tumblr-hover:hover span {
  border-bottom-color: #35465c;
}
.rdy_share.use-brand-color.use_ul_hover.brand-icon .yahoo-hover:hover span,
.rdy_share.use-brand-color.use_ul_hover.brand-icon-h .yahoo-hover:hover span {
  border-bottom-color: #410093;
}
.rdy_share.use-brand-color.brand-icon .mail-hover {
  color: #3b5998;
}
.rdy_share.use-brand-color.brand-icon .facebook-hover {
  color: #3b5998;
}
.rdy_share.use-brand-color.brand-icon .twitter-hover {
  color: #00aced;
}
.rdy_share.use-brand-color.brand-icon .rss-hover {
  color: #ff7900;
}
.rdy_share.use-brand-color.brand-icon .dribbble-hover {
  color: #ea4c89;
}
.rdy_share.use-brand-color.brand-icon .behance-hover {
  color: #1769ff;
}
.rdy_share.use-brand-color.brand-icon .instagram-hover {
  color: #517fa4;
}
.rdy_share.use-brand-color.brand-icon .soundcloud-hover {
  color: #ff3a00;
}
.rdy_share.use-brand-color.brand-icon .digg-hover {
  color: #333;
}
.rdy_share.use-brand-color.brand-icon .pinterest-hover {
  color: #cb2027;
}
.rdy_share.use-brand-color.brand-icon .flickr-hover {
  color: #ff0084;
}
.rdy_share.use-brand-color.brand-icon .googleplus-hover,
.rdy_share.use-brand-color.brand-icon .google-plus-hover,
.rdy_share.use-brand-color.brand-icon .gplus-hover {
  color: #dd4b39;
}
.rdy_share.use-brand-color.brand-icon .linkedin-hover {
  color: #007bb6;
}
.rdy_share.use-brand-color.brand-icon .blogger-hover {
  color: #fb8f3d;
}
.rdy_share.use-brand-color.brand-icon .youtube-hover {
  color: #b00;
}
.rdy_share.use-brand-color.brand-icon .lastfm-hover {
  color: #df1303;
}
.rdy_share.use-brand-color.brand-icon .stumbleupon-hover {
  color: #eb4823;
}
.rdy_share.use-brand-color.brand-icon .tumblr-hover {
  color: #32506d;
}
.rdy_share.use-brand-color.brand-icon .vimeo-hover {
  color: #aad450;
}
.rdy_share.use-brand-color.brand-icon .wordpress-hover {
  color: #21759b;
}
.rdy_share.use-brand-color.brand-icon .yelp-hover {
  color: #c41200;
}
.rdy_share.use-brand-color.brand-icon .reddit-hover {
  color: #cee3f8;
}
.rdy_share.use-brand-color.brand-icon .whatsapp-hover {
  color: #1d9d10;
}
.rdy_share.use-brand-color.brand-icon .weibo-hover {
  color: #e6162d;
}
.rdy_share.use-brand-color.brand-icon .wechat-hover {
  color: #7bb32e;
}
.rdy_share.use-brand-color.brand-icon .vk-hover {
  color: #45668e;
}
.rdy_share.use-brand-color.brand-icon .qzone-hover {
  color: #ffc028;
}
.rdy_share.use-brand-color.brand-icon .imdb-hover {
  color: #f5de50;
}
.rdy_share.use-brand-color.brand-icon .renren-hover {
  color: #217dc6;
}
.rdy_share.use-brand-color.brand-icon .xing-hover {
  color: #026466;
}
.rdy_share.use-brand-color.brand-icon .snapchat-hover {
  color: #fffc00;
}
.rdy_share.use-brand-color.brand-icon .flickr-hover {
  color: #0063dc;
}
.rdy_share.use-brand-color.brand-icon .deviantart-hover {
  color: #4dc47d;
}
.rdy_share.use-brand-color.brand-icon .dropbox-hover {
  color: #007ee5;
}
.rdy_share.use-brand-color.brand-icon .github-hover {
  color: #4078c0;
}
.rdy_share.use-brand-color.brand-icon .paypal-hover {
  color: #003087;
}
.rdy_share.use-brand-color.brand-icon .skype-hover {
  color: #00aff0;
}
.rdy_share.use-brand-color.brand-icon .spotify-hover {
  color: #2ebd59;
}
.rdy_share.use-brand-color.brand-icon .tumblr-hover {
  color: #35465c;
}
.rdy_share.use-brand-color.brand-icon .yahoo-hover {
  color: #410093;
}
.rdy_share.use-brand-color.brand-icon-h .mail-hover:hover {
  color: #3b5998;
}
.rdy_share.use-brand-color.brand-icon-h .facebook-hover:hover {
  color: #3b5998;
}
.rdy_share.use-brand-color.brand-icon-h .twitter-hover:hover {
  color: #00aced;
}
.rdy_share.use-brand-color.brand-icon-h .rss-hover:hover {
  color: #ff7900;
}
.rdy_share.use-brand-color.brand-icon-h .dribbble-hover:hover {
  color: #ea4c89;
}
.rdy_share.use-brand-color.brand-icon-h .behance-hover:hover {
  color: #1769ff;
}
.rdy_share.use-brand-color.brand-icon-h .instagram-hover:hover {
  color: #517fa4;
}
.rdy_share.use-brand-color.brand-icon-h .soundcloud-hover:hover {
  color: #ff3a00;
}
.rdy_share.use-brand-color.brand-icon-h .digg-hover:hover {
  color: #333;
}
.rdy_share.use-brand-color.brand-icon-h .pinterest-hover:hover {
  color: #cb2027;
}
.rdy_share.use-brand-color.brand-icon-h .flickr-hover:hover {
  color: #ff0084;
}
.rdy_share.use-brand-color.brand-icon-h .googleplus-hover:hover,
.rdy_share.use-brand-color.brand-icon-h .google-plus-hover:hover,
.rdy_share.use-brand-color.brand-icon-h .gplus-hover:hover {
  color: #dd4b39;
}
.rdy_share.use-brand-color.brand-icon-h .linkedin-hover:hover {
  color: #007bb6;
}
.rdy_share.use-brand-color.brand-icon-h .blogger-hover:hover {
  color: #fb8f3d;
}
.rdy_share.use-brand-color.brand-icon-h .youtube-hover:hover {
  color: #b00;
}
.rdy_share.use-brand-color.brand-icon-h .lastfm-hover:hover {
  color: #df1303;
}
.rdy_share.use-brand-color.brand-icon-h .stumbleupon-hover:hover {
  color: #eb4823;
}
.rdy_share.use-brand-color.brand-icon-h .tumblr-hover:hover {
  color: #32506d;
}
.rdy_share.use-brand-color.brand-icon-h .vimeo-hover:hover {
  color: #aad450;
}
.rdy_share.use-brand-color.brand-icon-h .wordpress-hover:hover {
  color: #21759b;
}
.rdy_share.use-brand-color.brand-icon-h .yelp-hover:hover {
  color: #c41200;
}
.rdy_share.use-brand-color.brand-icon-h .reddit-hover:hover {
  color: #cee3f8;
}
.rdy_share.use-brand-color.brand-icon-h .whatsapp-hover:hover {
  color: #1d9d10;
}
.rdy_share.use-brand-color.brand-icon-h .weibo-hover:hover {
  color: #e6162d;
}
.rdy_share.use-brand-color.brand-icon-h .wechat-hover:hover {
  color: #7bb32e;
}
.rdy_share.use-brand-color.brand-icon-h .vk-hover:hover {
  color: #45668e;
}
.rdy_share.use-brand-color.brand-icon-h .qzone-hover:hover {
  color: #ffc028;
}
.rdy_share.use-brand-color.brand-icon-h .imdb-hover:hover {
  color: #f5de50;
}
.rdy_share.use-brand-color.brand-icon-h .renren-hover:hover {
  color: #217dc6;
}
.rdy_share.use-brand-color.brand-icon-h .xing-hover:hover {
  color: #026466;
}
.rdy_share.use-brand-color.brand-icon-h .snapchat-hover:hover {
  color: #fffc00;
}
.rdy_share.use-brand-color.brand-icon-h .flickr-hover:hover {
  color: #0063dc;
}
.rdy_share.use-brand-color.brand-icon-h .deviantart-hover:hover {
  color: #4dc47d;
}
.rdy_share.use-brand-color.brand-icon-h .dropbox-hover:hover {
  color: #007ee5;
}
.rdy_share.use-brand-color.brand-icon-h .github-hover:hover {
  color: #4078c0;
}
.rdy_share.use-brand-color.brand-icon-h .paypal-hover:hover {
  color: #003087;
}
.rdy_share.use-brand-color.brand-icon-h .skype-hover:hover {
  color: #00aff0;
}
.rdy_share.use-brand-color.brand-icon-h .spotify-hover:hover {
  color: #2ebd59;
}
.rdy_share.use-brand-color.brand-icon-h .tumblr-hover:hover {
  color: #35465c;
}
.rdy_share.use-brand-color.brand-icon-h .yahoo-hover:hover {
  color: #410093;
}
.rdy_share.use-brand-color.brand-bg .mail-hover {
  background-color: #3b5998;
}
.rdy_share.use-brand-color.brand-bg .facebook-hover {
  background-color: #3b5998;
}
.rdy_share.use-brand-color.brand-bg .twitter-hover {
  background-color: #00aced;
}
.rdy_share.use-brand-color.brand-bg .rss-hover {
  background-color: #ff7900;
}
.rdy_share.use-brand-color.brand-bg .dribbble-hover {
  background-color: #ea4c89;
}
.rdy_share.use-brand-color.brand-bg .behance-hover {
  background-color: #1769ff;
}
.rdy_share.use-brand-color.brand-bg .instagram-hover {
  background-color: #517fa4;
}
.rdy_share.use-brand-color.brand-bg .soundcloud-hover {
  background-color: #ff3a00;
}
.rdy_share.use-brand-color.brand-bg .digg-hover {
  background-color: #333;
}
.rdy_share.use-brand-color.brand-bg .pinterest-hover {
  background-color: #cb2027;
}
.rdy_share.use-brand-color.brand-bg .flickr-hover {
  background-color: #ff0084;
}
.rdy_share.use-brand-color.brand-bg .googleplus-hover,
.rdy_share.use-brand-color.brand-bg .google-plus-hover,
.rdy_share.use-brand-color.brand-bg .gplus-hover {
  background-color: #dd4b39;
}
.rdy_share.use-brand-color.brand-bg .linkedin-hover {
  background-color: #007bb6;
}
.rdy_share.use-brand-color.brand-bg .blogger-hover {
  background-color: #fb8f3d;
}
.rdy_share.use-brand-color.brand-bg .youtube-hover {
  background-color: #b00;
}
.rdy_share.use-brand-color.brand-bg .lastfm-hover {
  background-color: #df1303;
}
.rdy_share.use-brand-color.brand-bg .stumbleupon-hover {
  background-color: #eb4823;
}
.rdy_share.use-brand-color.brand-bg .tumblr-hover {
  background-color: #32506d;
}
.rdy_share.use-brand-color.brand-bg .vimeo-hover {
  background-color: #aad450;
}
.rdy_share.use-brand-color.brand-bg .wordpress-hover {
  background-color: #21759b;
}
.rdy_share.use-brand-color.brand-bg .yelp-hover {
  background-color: #c41200;
}
.rdy_share.use-brand-color.brand-bg .reddit-hover {
  background-color: #cee3f8;
}
.rdy_share.use-brand-color.brand-bg .whatsapp-hover {
  background-color: #1d9d10;
}
.rdy_share.use-brand-color.brand-bg .weibo-hover {
  background-color: #e6162d;
}
.rdy_share.use-brand-color.brand-bg .wechat-hover {
  background-color: #7bb32e;
}
.rdy_share.use-brand-color.brand-bg .vk-hover {
  background-color: #45668e;
}
.rdy_share.use-brand-color.brand-bg .qzone-hover {
  background-color: #ffc028;
}
.rdy_share.use-brand-color.brand-bg .imdb-hover {
  background-color: #f5de50;
}
.rdy_share.use-brand-color.brand-bg .renren-hover {
  background-color: #217dc6;
}
.rdy_share.use-brand-color.brand-bg .xing-hover {
  background-color: #026466;
}
.rdy_share.use-brand-color.brand-bg .snapchat-hover {
  background-color: #fffc00;
}
.rdy_share.use-brand-color.brand-bg .flickr-hover {
  background-color: #0063dc;
}
.rdy_share.use-brand-color.brand-bg .deviantart-hover {
  background-color: #4dc47d;
}
.rdy_share.use-brand-color.brand-bg .dropbox-hover {
  background-color: #007ee5;
}
.rdy_share.use-brand-color.brand-bg .github-hover {
  background-color: #4078c0;
}
.rdy_share.use-brand-color.brand-bg .paypal-hover {
  background-color: #003087;
}
.rdy_share.use-brand-color.brand-bg .skype-hover {
  background-color: #00aff0;
}
.rdy_share.use-brand-color.brand-bg .spotify-hover {
  background-color: #2ebd59;
}
.rdy_share.use-brand-color.brand-bg .tumblr-hover {
  background-color: #35465c;
}
.rdy_share.use-brand-color.brand-bg .yahoo-hover {
  background-color: #410093;
}
.rdy_share.use-brand-color.brand-bg-h .mail-hover:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.rdy_share.use-brand-color.brand-bg-h .facebook-hover:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.rdy_share.use-brand-color.brand-bg-h .twitter-hover:hover {
  background-color: #00aced;
  border-color: #00aced;
}
.rdy_share.use-brand-color.brand-bg-h .rss-hover:hover {
  background-color: #ff7900;
  border-color: #ff7900;
}
.rdy_share.use-brand-color.brand-bg-h .dribbble-hover:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.rdy_share.use-brand-color.brand-bg-h .behance-hover:hover {
  background-color: #1769ff;
  border-color: #1769ff;
}
.rdy_share.use-brand-color.brand-bg-h .instagram-hover:hover {
  background-color: #517fa4;
  border-color: #517fa4;
}
.rdy_share.use-brand-color.brand-bg-h .soundcloud-hover:hover {
  background-color: #ff3a00;
  border-color: #ff3a00;
}
.rdy_share.use-brand-color.brand-bg-h .digg-hover:hover {
  background-color: #333;
  border-color: #333;
}
.rdy_share.use-brand-color.brand-bg-h .pinterest-hover:hover {
  background-color: #cb2027;
  border-color: #cb2027;
}
.rdy_share.use-brand-color.brand-bg-h .flickr-hover:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.rdy_share.use-brand-color.brand-bg-h .googleplus-hover:hover,
.rdy_share.use-brand-color.brand-bg-h .google-plus-hover:hover,
.rdy_share.use-brand-color.brand-bg-h .gplus-hover:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.rdy_share.use-brand-color.brand-bg-h .linkedin-hover:hover {
  background-color: #007bb6;
  border-color: #007bb6;
}
.rdy_share.use-brand-color.brand-bg-h .blogger-hover:hover {
  background-color: #fb8f3d;
  border-color: #fb8f3d;
}
.rdy_share.use-brand-color.brand-bg-h .youtube-hover:hover {
  background-color: #b00;
  border-color: #b00;
}
.rdy_share.use-brand-color.brand-bg-h .lastfm-hover:hover {
  background-color: #df1303;
  border-color: #df1303;
}
.rdy_share.use-brand-color.brand-bg-h .stumbleupon-hover:hover {
  background-color: #eb4823;
  border-color: #eb4823;
}
.rdy_share.use-brand-color.brand-bg-h .tumblr-hover:hover {
  background-color: #32506d;
  border-color: #32506d;
}
.rdy_share.use-brand-color.brand-bg-h .vimeo-hover:hover {
  background-color: #aad450;
  border-color: #aad450;
}
.rdy_share.use-brand-color.brand-bg-h .wordpress-hover:hover {
  background-color: #21759b;
  border-color: #21759b;
}
.rdy_share.use-brand-color.brand-bg-h .yelp-hover:hover {
  background-color: #c41200;
  border-color: #c41200;
}
.rdy_share.use-brand-color.brand-bg-h .reddit-hover:hover {
  background-color: #cee3f8;
  border-color: #cee3f8;
}
.rdy_share.use-brand-color.brand-bg-h .whatsapp-hover:hover {
  background-color: #1d9d10;
  border-color: #1d9d10;
}
.rdy_share.use-brand-color.brand-bg-h .weibo-hover:hover {
  background-color: #e6162d;
  border-color: #e6162d;
}
.rdy_share.use-brand-color.brand-bg-h .wechat-hover:hover {
  background-color: #7bb32e;
  border-color: #7bb32e;
}
.rdy_share.use-brand-color.brand-bg-h .vk-hover:hover {
  background-color: #45668e;
  border-color: #45668e;
}
.rdy_share.use-brand-color.brand-bg-h .qzone-hover:hover {
  background-color: #ffc028;
  border-color: #ffc028;
}
.rdy_share.use-brand-color.brand-bg-h .imdb-hover:hover {
  background-color: #f5de50;
  border-color: #f5de50;
}
.rdy_share.use-brand-color.brand-bg-h .renren-hover:hover {
  background-color: #217dc6;
  border-color: #217dc6;
}
.rdy_share.use-brand-color.brand-bg-h .xing-hover:hover {
  background-color: #026466;
  border-color: #026466;
}
.rdy_share.use-brand-color.brand-bg-h .snapchat-hover:hover {
  background-color: #fffc00;
  border-color: #fffc00;
}
.rdy_share.use-brand-color.brand-bg-h .flickr-hover:hover {
  background-color: #0063dc;
  border-color: #0063dc;
}
.rdy_share.use-brand-color.brand-bg-h .deviantart-hover:hover {
  background-color: #4dc47d;
  border-color: #4dc47d;
}
.rdy_share.use-brand-color.brand-bg-h .dropbox-hover:hover {
  background-color: #007ee5;
  border-color: #007ee5;
}
.rdy_share.use-brand-color.brand-bg-h .github-hover:hover {
  background-color: #4078c0;
  border-color: #4078c0;
}
.rdy_share.use-brand-color.brand-bg-h .paypal-hover:hover {
  background-color: #003087;
  border-color: #003087;
}
.rdy_share.use-brand-color.brand-bg-h .skype-hover:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}
.rdy_share.use-brand-color.brand-bg-h .spotify-hover:hover {
  background-color: #2ebd59;
  border-color: #2ebd59;
}
.rdy_share.use-brand-color.brand-bg-h .tumblr-hover:hover {
  background-color: #35465c;
  border-color: #35465c;
}
.rdy_share.use-brand-color.brand-bg-h .yahoo-hover:hover {
  background-color: #410093;
  border-color: #410093;
}
@media screen and (max-width: 782px) {
  .rdy_share.mobile-social-align-left {
    text-align: left;
  }
  .rdy_share.mobile-social-align-left .rdy_share-item:first-child,
  .rdy_share.mobile-social-align-left .rdy_share-text:first-child {
    margin-left: 0;
  }
  .rdy_share.mobile-social-align-center {
    text-align: center;
  }
  .rdy_share.mobile-social-align-right {
    text-align: right;
  }
  .rdy_share.mobile-social-align-right .rdy_share-item:last-child {
    margin-right: 0;
  }
}
.rdy_share-item {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rdy_share-expand {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 782px) {
  .rdy_share-text {
    display: block;
    float: left;
    clear: both;
  }
}
@media screen and (max-width: 992px) {
  .rdy_share:not(.rdy_share-simple) .rdy_share-item {
    margin: 0 !important;
  }
  .rdy_share.rdy_share-simple .rdy_share-item {
    margin: 0 5px !important;
  }
  .rdy_share.social-align-left .rdy_share-item:first-child {
    margin-left: 0 !important;
  }
}
.wpb_single_image {
  position: relative;
}
.wpb_single_image.inline {
  float: left;
}
.wpb_single_image p {
  padding-top: 8px;
  padding-bottom: 10px;
}
.wpb_single_image .img-overlay,
.wpb_single_image .img-overlay canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wpb_single_image .img-overlay canvas {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.wpb_single_image .img-overlay.glitch canvas {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.wpb_single_image .vc_single_image-wrapper {
  overflow: hidden;
  position: relative;
}
.wpb_single_image .vc_single_image-wrapper.anm-arrow {
  -webkit-transition: background-color 0.3s linear, box-shadow 0.2s linear;
  -moz-transition: background-color 0.3s linear, box-shadow 0.2s linear;
  -o-transition: background-color 0.3s linear, box-shadow 0.2s linear;
  -ms-transition: background-color 0.3s linear, box-shadow 0.2s linear;
  transition: background-color 0.3s linear, box-shadow 0.2s linear;
}
.wpb_single_image .vc_single_image-wrapper:not(.anm-arrow) {
  -webkit-transition: background-color 0.3s linear, -webkit-transform 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: background-color 0.3s linear, -moz-transform 0.2s linear, box-shadow 0.2s linear;
  -o-transition: background-color 0.3s linear, -o-transform 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: background-color 0.3s linear, -ms-transform 0.2s linear, box-shadow 0.2s linear;
  transition: background-color 0.3s linear, transform 0.2s linear, box-shadow 0.2s linear;
}
html.no-touchevents .wpb_single_image.hover-shadow.move-top:hover .vc_single_image-wrapper {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.vc_icon_element.vc_icon_element-align-inline {
  display: inline-block;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
  max-width: 100% !important;
  height: 1.2em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
  width: 2.5em !important;
  height: 2.5em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
  max-width: 100% !important;
  height: 1.6em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
  width: 3.15em !important;
  height: 3.15em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
  max-width: 100% !important;
  height: 2.15em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
  width: 4em !important;
  height: 4em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
  max-width: 100% !important;
  height: 2.85em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
  width: 5em !important;
  height: 5em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
  max-width: 100% !important;
  height: 5em !important;
}
.vc_icon_element.svg-animation.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
  width: 7.15em !important;
  height: 7.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue svg path {
  stroke: #5472d2 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise svg path {
  stroke: #00c1cf !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink svg path {
  stroke: #fe6c61 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet svg path {
  stroke: #8d6dc4 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc svg path {
  stroke: #4cadc9 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino svg path {
  stroke: #cec2ab !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine svg path {
  stroke: #50485b !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue svg path {
  stroke: #75d69c !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black svg path {
  stroke: #2a2a2a !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey svg path {
  stroke: #ebebeb !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange svg path {
  stroke: #f7be68 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky svg path {
  stroke: #5aa1e3 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green svg path {
  stroke: #6dab3c !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink svg path {
  stroke: #f4524d !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown svg path {
  stroke: #f79468 !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple svg path {
  stroke: #b97ebb !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white svg path {
  stroke: #fff !important;
  fill: none;
}
.vc_icon_element.vc_icon_element-outer {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
  width: 9em !important;
  height: 9em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vc_icon_element.svg-animation .vc_icon_element-inner .vc_icon_element-link {
  z-index: 1;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs svg {
  width: 1.2em !important;
  height: 1.2em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm svg {
  width: 1.6em !important;
  height: 1.6em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md svg {
  width: 2.15em !important;
  height: 2.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg svg {
  width: 2.85em !important;
  height: 2.85em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl svg {
  width: 5em !important;
  height: 5em !important;
}
.wpcf7-form.center .wpcf7-submit,
.wpcf7-form.center .ajax-loader {
  display: block;
  margin: 0 auto;
}
.wpcf7-form.right .wpcf7-submit,
.wpcf7-form.right .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.wpcf7-form.light .wpcf7-submit {
  color: #fff;
}
.wpcf7-form.dark .wpcf7-submit {
  color: #000;
}
.wpcf7-form.scheme-light label {
  color: #fff;
}
.wpcf7-form.scheme-light .wpcf7-form-control {
  background-color: #fff;
}
.wpcf7-form.scheme-light .wpcf7-form-control.wpcf7-submit {
  background-color: #fff !important;
  color: #000;
}
.wpcf7-form.scheme-light.style-1 input[type="text"],
.wpcf7-form.scheme-light.style-1 input[type="email"],
.wpcf7-form.scheme-light.style-1 input[type="url"],
.wpcf7-form.scheme-light.style-1 input[type="password"],
.wpcf7-form.scheme-light.style-1 input[type="search"],
.wpcf7-form.scheme-light.style-1 textarea {
  border-bottom: 1px solid rgba(255,255,255,0.9);
}
.wpcf7-form.scheme-light.style-2 input[type="text"]:hover,
.wpcf7-form.scheme-light.style-2 input[type="email"]:hover,
.wpcf7-form.scheme-light.style-2 input[type="url"]:hover,
.wpcf7-form.scheme-light.style-2 input[type="password"]:hover,
.wpcf7-form.scheme-light.style-2 input[type="search"]:hover,
.wpcf7-form.scheme-light.style-2 textarea:hover,
.wpcf7-form.scheme-light.style-2 input[type="text"]:focus,
.wpcf7-form.scheme-light.style-2 input[type="email"]:focus,
.wpcf7-form.scheme-light.style-2 input[type="url"]:focus,
.wpcf7-form.scheme-light.style-2 input[type="password"]:focus,
.wpcf7-form.scheme-light.style-2 input[type="search"]:focus,
.wpcf7-form.scheme-light.style-2 textarea:focus {
  border: 1px solid rgba(255,255,255,0.5);
}
.wpcf7-form.scheme-light.style-3 label {
  color: #fff;
}
.wpcf7-form.scheme-light.style-3 .action-form-input:after,
.wpcf7-form.scheme-light.style-3 .action-form-input:before {
  border-bottom: 1px solid #fff;
}
.wpcf7-form.scheme-light.style-1 p,
.wpcf7-form.scheme-light.style-2 p,
.wpcf7-form.scheme-light.style-3 p,
.wpcf7-form.scheme-light.style-1 input,
.wpcf7-form.scheme-light.style-2 input,
.wpcf7-form.scheme-light.style-3 input,
.wpcf7-form.scheme-light.style-1 textarea,
.wpcf7-form.scheme-light.style-2 textarea,
.wpcf7-form.scheme-light.style-3 textarea {
  color: rgba(255,255,255,0.8);
}
.wpcf7-form.scheme-light.style-1 select,
.wpcf7-form.scheme-light.style-2 select,
.wpcf7-form.scheme-light.style-3 select,
.wpcf7-form.scheme-light.style-1 input:not([type="submit"]):focus,
.wpcf7-form.scheme-light.style-2 input:not([type="submit"]):focus,
.wpcf7-form.scheme-light.style-3 input:not([type="submit"]):focus,
.wpcf7-form.scheme-light.style-1 textarea:focus,
.wpcf7-form.scheme-light.style-2 textarea:focus,
.wpcf7-form.scheme-light.style-3 textarea:focus {
  color: #fff !important;
}
.wpcf7-form.scheme-light.style-1 textarea,
.wpcf7-form.scheme-light.style-2 textarea,
.wpcf7-form.scheme-light.style-3 textarea {
  background-color: transparent;
}
.wpcf7-form.scheme-dark .wpcf7-form-control.wpcf7-submit {
  background-color: #000 !important;
  color: #fff;
}
.wpcf7-form > p {
  margin-bottom: 30px !important;
}
.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form input:not([type="submit"])::-webkit-input-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form input:not([type="submit"])::-moz-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form input:not([type="submit"]):-ms-input-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form input:not([type="submit"]):-moz-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form textarea::-moz-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.wpcf7-form textarea:-moz-placeholder {
  color: rgba(127,127,127,0.5) !important;
}
.testimonial-content {
  line-height: 160%;
}
ul.owl-testimonials {
  padding: 0 60px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .owl-testimonials:not(.owl-hide-arrows) {
    padding: 0 30px;
  }
  .owl-testimonials .owl-nav {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .owl-testimonials .owl-nav .owl-prev,
  .owl-testimonials .owl-nav .owl-next {
    display: inline-block;
    position: static;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .owl-testimonials {
    padding: 0 80px;
  }
  .owl-testimonials .owl-nav .owl-prev,
  .owl-testimonials .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  .owl-testimonials .owl-prev {
    left: 30px;
  }
  .owl-testimonials .owl-next {
    right: 30px;
  }
}
.owl-testimonials.dark .owl-nav .owl-prev,
.owl-testimonials.dark .owl-nav .owl-next {
  border: 2px solid rgba(51,51,51,0.4);
}
.owl-testimonials.dark .owl-nav .owl-prev:hover,
.owl-testimonials.dark .owl-nav .owl-next:hover {
  border: 2px solid rgba(51,51,51,0.7) !important;
}
.owl-testimonials.dark .owl-nav .owl-next:before,
.owl-testimonials.dark .owl-nav .owl-prev:before {
  color: rgba(51,51,51,0.4);
}
.owl-testimonials.dark .owl-nav .owl-next:hover:before,
.owl-testimonials.dark .owl-nav .owl-prev:hover:before {
  color: rgba(51,51,51,0.7) !important;
}
.owl-testimonials.light .owl-nav .owl-prev,
.owl-testimonials.light .owl-nav .owl-next {
  border: 2px solid rgba(255,255,255,0.4);
}
.owl-testimonials.light .owl-nav .owl-prev:hover,
.owl-testimonials.light .owl-nav .owl-next:hover {
  border: 2px solid rgba(255,255,255,0.7) !important;
}
.owl-testimonials.light .owl-nav .owl-next:before,
.owl-testimonials.light .owl-nav .owl-prev:before {
  color: rgba(255,255,255,0.4);
}
.owl-testimonials.light .owl-nav .owl-next:hover:before,
.owl-testimonials.light .owl-nav .owl-prev:hover:before {
  color: rgba(255,255,255,0.7) !important;
}
@media (max-width: 991px) {
  .owl-testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .owl-testimonials {
    padding: 0 120px;
  }
}
@media (min-width: 1200px) {
  .owl-testimonials[data-nav="1"] {
    padding: 0 200px;
  }
  .owl-testimonials[data-nav="1"][data-animation="slider"] {
    padding: 0 100px;
  }
}
.owl-testimonials:not([data-nav="1"]) {
  padding: 0 !important;
}
.testimonial-vcard {
  margin-top: 25px;
  text-align: center;
}
.testimonial-vcard .meta-inner {
  text-align: center;
  display: inline-block;
}
.testimonial-vcard .meta-inner .col-table {
  width: 100%;
}
.testimonial-vcard .meta-inner .text-left .text-primary {
  text-align: left;
}
.testimonial-vcard .meta-inner .author-img.text-left .avatar {
  margin-bottom: 0;
}
.testimonial-vcard .meta-inner .author-img.col-td .avatar img {
  margin-bottom: 0;
  margin-right: 20px;
}
.testimonial-vcard .text-primary {
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.testimonial-vcard .text-primary a {
  color: #333;
}
.testimonial-vcard .text-primary a:hover {
  text-decoration: underline;
}
.testimonial-vcard .text-secondary {
  color: #333;
  font-size: 12px;
}
.testimonial-vcard .avatar {
  display: block;
  margin-bottom: 20px;
}
.testimonial-vcard .avatar img {
  display: inline !important;
  width: auto !important;
  -webkit-transform-style: flat !important;
  -moz-transform-style: flat !important;
  -o-transform-style: flat !important;
  -ms-transform-style: flat !important;
  transform-style: flat !important;
}
.testimonial-vcard .avatar.circle img {
  border-radius: 50%;
}
.owl-testimonials.right .testimonial-vcard,
.owl-testimonials.right .meta-inner {
  text-align: right;
}
.owl-testimonials.left .testimonial-vcard,
.owl-testimonials.left .meta-inner {
  text-align: left;
}
.owl-testimonials.center .testimonial-content {
  text-align: center;
}
.owl-testimonials.right .testimonial-content {
  text-align: right;
}
.owl-testimonials .owl-dots {
  left: 0;
  width: 100%;
  padding-top: 30px;
}
.owl-carousel.rdy_products_carousel.products {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.owl-carousel:not(.product-big-image) {
  position: relative;
}
.owl-carousel:not(.product-big-image) .owl-item li {
  list-style: none;
}
.owl-carousel:not(.product-big-image) .quote-icon {
  text-align: center;
  font-size: 25px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.owl-carousel:not(.product-big-image) .owl-dots {
  margin-top: 0;
  text-align: center;
}
.owl-carousel:not(.product-big-image) .owl-prev,
.owl-carousel:not(.product-big-image) .owl-next {
  position: absolute;
  border: 2px solid rgba(51,51,51,0.5);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  font-family: FontAwesome !important;
  line-height: 48px;
  font-size: 25px;
  -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  text-align: center;
  cursor: pointer;
}
.owl-carousel:not(.product-big-image) .owl-prev:hover,
.owl-carousel:not(.product-big-image) .owl-next:hover {
  border-color: #333;
}
.owl-carousel:not(.product-big-image) .owl-prev:before {
  color: rgba(51,51,51,0.5);
  content: "\f104";
  margin-right: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-carousel:not(.product-big-image) .owl-prev:hover:before {
  color: #333 !important;
}
.owl-carousel:not(.product-big-image) .owl-next:before {
  color: rgba(51,51,51,0.5);
  content: "\f105";
  margin-left: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-carousel:not(.product-big-image) .owl-next:hover:before {
  color: #333 !important;
}
.owl-carousel:not(.product-big-image) .owl-dots {
  left: 0;
  width: 100%;
  padding-top: 30px;
}
.owl-carousel:not(.product-big-image) .owl-dot {
  margin-top: 5px;
  display: inline-block;
  zoom: 1;
}
.owl-carousel:not(.product-big-image) .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: 0 0;
  border: 1px solid rgba(51,51,51,0.5);
  border-radius: 100%;
}
.owl-carousel:not(.product-big-image) .owl-dot span:hover {
  border-color: #333 !important;
}
.owl-carousel:not(.product-big-image) .owl-dot.active span,
.owl-carousel:not(.product-big-image) .owl-dot:hover span {
  background: rgba(51,51,51,0.5);
}
.owl-carousel:not(.product-big-image) .owl-dot.active span:hover,
.owl-carousel:not(.product-big-image) .owl-dot:hover span:hover {
  background: #333 !important;
}
.owl-carousel:not(.product-big-image).dark {
  color: #000;
}
.owl-carousel:not(.product-big-image).dark .testimonial-content > a,
.owl-carousel:not(.product-big-image).dark .text-primary,
.owl-carousel:not(.product-big-image).dark .text-primary a,
.owl-carousel:not(.product-big-image).dark .text-secondary {
  color: #000 !important;
}
.owl-carousel:not(.product-big-image).light {
  color: #fff;
}
.owl-carousel:not(.product-big-image).light .testimonial-content > a,
.owl-carousel:not(.product-big-image).light .text-primary,
.owl-carousel:not(.product-big-image).light .text-primary a,
.owl-carousel:not(.product-big-image).light .text-secondary {
  color: #fff !important;
}
.owl-carousel:not(.product-big-image).light .owl-prev,
.owl-carousel:not(.product-big-image).light .owl-next {
  border-color: rgba(255,255,255,0.3);
}
.owl-carousel:not(.product-big-image).light .owl-prev:before,
.owl-carousel:not(.product-big-image).light .owl-next:before {
  color: rgba(255,255,255,0.3);
}
.owl-carousel:not(.product-big-image).light .owl-prev:hover,
.owl-carousel:not(.product-big-image).light .owl-next:hover {
  border-color: #fff;
}
.owl-carousel:not(.product-big-image).light .owl-prev:hover:before,
.owl-carousel:not(.product-big-image).light .owl-next:hover:before {
  color: #fff !important;
}
.owl-carousel:not(.product-big-image).light .owl-dot span {
  border: 1px solid rgba(255,255,255,0.3);
}
.owl-carousel:not(.product-big-image).light .owl-dot span:hover {
  border-color: #fff !important;
}
.owl-carousel:not(.product-big-image).light .owl-dot.active span,
.owl-carousel:not(.product-big-image).light .owl-dot:hover span {
  background: rgba(255,255,255,0.3);
}
.owl-carousel:not(.product-big-image).light .owl-dot.active span:hover,
.owl-carousel:not(.product-big-image).light .owl-dot:hover span:hover {
  background: #fff !important;
}
.owl-carousel:not(.product-big-image).products .product-item {
  margin-bottom: 0;
}
.owl-carousel:not(.product-big-image).products .product-item .price {
  margin-bottom: 0;
}
.owl-carousel:not(.product-big-image).products .owl-nav .owl-next,
.owl-carousel:not(.product-big-image).products .owl-nav .owl-prev {
  border: 0;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel:not(.product-big-image).products .owl-nav .owl-next .owl-nav-container,
.owl-carousel:not(.product-big-image).products .owl-nav .owl-prev .owl-nav-container {
  position: relative;
  top: -40px;
}
.owl-carousel:not(.product-big-image).products .owl-nav .owl-next i,
.owl-carousel:not(.product-big-image).products .owl-nav .owl-prev i {
  font-size: 30px !important;
}
.owl-carousel:not(.product-big-image).products .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel:not(.product-big-image).products .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel:not(.product-big-image).products.color-light {
  color: #fff;
}
.owl-carousel:not(.product-big-image).products.color-light .owl-prev:before,
.owl-carousel:not(.product-big-image).products.color-light .owl-next:before {
  color: rgba(255,255,255,0.8);
}
.owl-carousel:not(.product-big-image).products.color-light .owl-prev:hover:before,
.owl-carousel:not(.product-big-image).products.color-light .owl-next:hover:before {
  color: #fff !important;
}
.owl-carousel:not(.product-big-image).products.color-light .owl-dot span {
  border: 1px solid rgba(255,255,255,0.8);
}
.owl-carousel:not(.product-big-image).products.color-light .owl-dot span:hover {
  border-color: #fff !important;
}
.owl-carousel:not(.product-big-image).products.color-light .owl-dot.active span,
.owl-carousel:not(.product-big-image).products.color-light .owl-dot:hover span {
  background: rgba(255,255,255,0.8);
}
.owl-carousel:not(.product-big-image).products.color-light .owl-dot.active span:hover,
.owl-carousel:not(.product-big-image).products.color-light .owl-dot:hover span:hover {
  background: #fff !important;
}
.owl-hide-arrows .owl-nav {
  display: none !important;
}
.owl-hide-dots .owl-dots {
  display: none !important;
}
.owl-testimonials .owl-nav .owl-prev,
.owl-instagram .owl-nav .owl-prev,
.owl-testimonials .owl-nav .owl-next,
.owl-instagram .owl-nav .owl-next {
  position: absolute;
  border: 2px solid rgba(51,51,51,0.5);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  font-family: FontAwesome !important;
  line-height: 48px;
  font-size: 25px;
  -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  text-align: center;
  cursor: pointer;
}
.owl-testimonials .owl-nav .owl-prev:hover,
.owl-instagram .owl-nav .owl-prev:hover,
.owl-testimonials .owl-nav .owl-next:hover,
.owl-instagram .owl-nav .owl-next:hover {
  border-color: #333;
}
.owl-testimonials .owl-nav .owl-prev:before,
.owl-instagram .owl-nav .owl-prev:before {
  color: rgba(51,51,51,0.5);
  content: "\f104";
  margin-right: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-testimonials .owl-nav .owl-prev:hover:before,
.owl-instagram .owl-nav .owl-prev:hover:before {
  color: #333 !important;
}
.owl-testimonials .owl-nav .owl-next:before,
.owl-instagram .owl-nav .owl-next:before {
  color: rgba(51,51,51,0.5);
  content: "\f105";
  margin-left: 4px;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.owl-testimonials .owl-nav .owl-next:hover:before,
.owl-instagram .owl-nav .owl-next:hover:before {
  color: #333 !important;
}
ul.rdy_team {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
ul.rdy_team:not(.owl-carousel)::after,
ul.rdy_team:not(.owl-carousel)::before {
  content: " ";
  display: table;
  clear: both;
}
ul.rdy_team.owl-carousel .team-container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
ul.rdy_team .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  position: relative;
}
ul.rdy_team .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
ul.rdy_team .team-container.hover-crossfade .img2 {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
ul.rdy_team .team-container.hover-crossfade:hover .img2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
ul.rdy_team.hover-zoomin .img {
  overflow: hidden;
}
ul.rdy_team.hover-zoomin .img img {
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.694, 0, 0.335, 1);
  -moz-transition: -moz-transform 500ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: -o-transform 500ms cubic-bezier(0.694, 0, 0.335, 1);
  -ms-transition: -ms-transform 500ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 500ms cubic-bezier(0.694, 0, 0.335, 1);
}
ul.rdy_team.hover-zoomin .team-container:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
ul.rdy_team.animation-border a .img {
  cursor: pointer;
}
ul.rdy_team.animation-border .img {
  position: relative;
}
ul.rdy_team.animation-border .img:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100.1%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  -ms-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  border-style: solid;
  border-color: transparent;
}
ul.rdy_team.animation-border.animation-border-size-3 .img:before {
  border-width: 3px;
}
ul.rdy_team.animation-border.animation-border-size-5 .img:before {
  border-width: 6px;
}
ul.rdy_team.animation-border.animation-border-size-10 .img:before {
  border-width: 10px;
}
ul.rdy_team.animation-border.animation-border-size-15 .img:before {
  border-width: 15px;
}
ul.rdy_team.animation-border.animation-border-size-20 .img:before {
  border-width: 20px;
}
ul.rdy_team.animation-border.animation-border-size-25 .img:before {
  border-width: 25px;
}
ul.rdy_team.animation-border.animation-border-size-30 .img:before {
  border-width: 30px;
}
ul.rdy_team .info {
  font-size: 50px;
  display: block;
  color: #fff;
  position: absolute;
}
ul.rdy_team .info:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.team-container {
  padding: 20px;
}
.team-container .team-wrapper {
  position: relative;
}
.team-container .rdy_separator {
  border-color: #333;
  margin-top: 20px;
  margin-bottom: 15px;
}
.team-container .team-desc > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-container .team-desc.align-center,
.team-container .team-desc.align-justify {
  text-align: center;
}
.team-container .team-desc.align-center .team-content,
.team-container .team-desc.align-justify .team-content {
  margin-right: 15px;
  margin-left: 15px;
}
.team-container .team-desc.align-justify .team-content {
  text-align: justify;
}
.team-container .team-desc.align-left {
  text-align: left;
}
.team-container .team-desc.align-right {
  text-align: right;
}
.team-container .team-desc .rdy_separator {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.team-container .team-desc .team-author .rdy_separator {
  border-color: #fff;
}
.team-container .team-desc .team-author .team-author-name {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
}
.team-container .team-desc .team-author .team-author-name .fa {
  margin-left: 4px;
  vertical-align: super;
  font-size: 12px;
}
.team-container .team-desc .team-author p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 100%;
}
.team-container .team-desc .team-author a {
  color: #333;
}
.team-container .team-desc .team-author a:hover {
  color: anchor-color;
}
.team-container .team-desc .team-content {
  font-size: 11px;
}
.team-container .team-desc .team-content.with-job {
  margin-top: 25px;
}
.team-container .team-desc.no-separator .team-content {
  margin-top: 20px;
}
.team-container .team-desc .soc-ico {
  margin-top: 25px;
}
.team-container .team-desc .soc-ico a:not(.icon) {
  display: none !important;
}
.team-container .team-desc .soc-ico a {
  padding: 0 10px 10px 10px;
  color: #333;
  display: inline-block !important;
  font-size: 18px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.team-container .team-desc .soc-ico a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.rdy_team .team-container.hover0 {
  margin-bottom: 50px;
}
.rdy_team .team-container.hover1 .team-content-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_team .team-container.hover1 .team-content-wrapper.valign-top {
  top: 20px;
}
.rdy_team .team-container.hover1 .team-content-wrapper.valign-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.rdy_team .team-container.hover1 .team-content-wrapper.valign-bottom {
  bottom: 20px;
}
.rdy_team .team-container.hover1 .team-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -ms-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  padding: 20px;
}
.rdy_team .team-container.hover1 .team-desc:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
}
.rdy_team .team-container.hover1 .team-desc .rdy_separator {
  border-color: #fff !important;
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.rdy_team .team-container.hover1 .team-desc .soc-ico a {
  color: #fff;
}
.rdy_team .team-container.hover1 .team-desc .soc-ico a:hover {
  color: #fff;
}
.rdy_team .team-container.hover1 .team-desc:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_team .team-container.hover1 .team-desc .team-content p {
  color: #fff;
}
.rdy_team .team-container.hover1 .team-desc .team-author .team-author-name,
.rdy_team .team-container.hover1 .team-desc .team-author .team-author-name .fa,
.rdy_team .team-container.hover1 .team-desc .team-author p {
  color: #fff;
}
.rdy_team .team-container.hover1 .team-author .team-author-name {
  margin-top: 0 !important;
}
.rdy_team .team-container.hover1 .team-author .team-author-name a {
  color: #fff;
}
.rdy_team .team-container.hover1 .rdy_separator {
  border-color: #fff;
}
.rdy_team .team-container.hover2 .team-wrapper {
  overflow: hidden;
}
.rdy_team .team-container.hover2 .team-author .team-author-name,
.rdy_team .team-container.hover2 .team-author p {
  margin: 0 !important;
  padding: 0 !important;
}
.rdy_team .team-container.hover2 .soc-ico {
  margin-top: 8px;
}
.rdy_team .team-container.hover2 .team-desc {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 20px;
  -webkit-transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  -ms-transition: bottom 300ms;
  transition: bottom 300ms;
  width: 100%;
  bottom: -55%;
  background: #fff;
}
.rdy_team .team-container.hover2:hover .team-desc {
  bottom: 0;
}
.rdy_team .team-container.hover3 .team-content-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_team .team-container.hover3 .team-content-wrapper.valign-top {
  top: 20px;
}
.rdy_team .team-container.hover3 .team-content-wrapper.valign-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.rdy_team .team-container.hover3 .team-content-wrapper.valign-bottom {
  bottom: 20px;
}
.rdy_team .team-container.hover3 .team-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -ms-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  padding: 20px;
}
.rdy_team .team-container.hover3 .team-desc:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
}
.rdy_team .team-container.hover3 .team-desc .rdy_separator {
  border-color: #fff !important;
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.rdy_team .team-container.hover3 .team-desc .soc-ico a {
  color: #fff;
}
.rdy_team .team-container.hover3 .team-desc .soc-ico a:hover {
  color: #fff;
}
.rdy_team .team-container.hover3 .team-desc:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_team .team-container.hover3 .team-desc:hover .team-subtitle,
.rdy_team .team-container.hover3 .team-desc:hover .team-author-name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rdy_team .team-container.hover3 .team-desc .team-author-name {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rdy_team .team-container.hover3 .team-desc .team-subtitle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rdy_team .team-container.hover3 .team-desc .team-content p {
  color: #fff;
}
.rdy_team .team-container.hover3 .team-desc .team-author .team-author-name,
.rdy_team .team-container.hover3 .team-desc .team-author .team-author-name .fa,
.rdy_team .team-container.hover3 .team-desc .team-author p {
  color: #fff;
}
.rdy_team .team-container.hover3 .team-author .team-author-name {
  margin-top: 0 !important;
}
.rdy_team .team-container.hover3 .team-author .team-author-name a {
  color: #fff;
}
.rdy_team .team-container.hover3 .rdy_separator {
  border-color: #fff;
}
.rdy_team .team-container.hover4 .team-content-wrapper,
.rdy_team .team-container.hover5 .team-content-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_team .team-container.hover4 .team-content-wrapper.valign-top,
.rdy_team .team-container.hover5 .team-content-wrapper.valign-top {
  top: 20px;
}
.rdy_team .team-container.hover4 .team-content-wrapper.valign-middle,
.rdy_team .team-container.hover5 .team-content-wrapper.valign-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.rdy_team .team-container.hover4 .team-content-wrapper.valign-bottom,
.rdy_team .team-container.hover5 .team-content-wrapper.valign-bottom {
  bottom: 20px;
}
.rdy_team .team-container.hover4 .team-desc,
.rdy_team .team-container.hover5 .team-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -ms-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  padding: 20px;
}
.rdy_team .team-container.hover4 .team-desc:before,
.rdy_team .team-container.hover5 .team-desc:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rdy_team .team-container.hover4 .team-desc .rdy_separator,
.rdy_team .team-container.hover5 .team-desc .rdy_separator {
  border-color: #fff !important;
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.rdy_team .team-container.hover4 .team-desc .soc-ico a,
.rdy_team .team-container.hover5 .team-desc .soc-ico a {
  color: #fff;
}
.rdy_team .team-container.hover4 .team-desc .soc-ico a:hover,
.rdy_team .team-container.hover5 .team-desc .soc-ico a:hover {
  color: #fff;
}
.rdy_team .team-container.hover4 .team-desc:hover:before,
.rdy_team .team-container.hover5 .team-desc:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_team .team-container.hover4 .team-desc:hover .team-subtitle,
.rdy_team .team-container.hover5 .team-desc:hover .team-subtitle,
.rdy_team .team-container.hover4 .team-desc:hover .team-author-name,
.rdy_team .team-container.hover5 .team-desc:hover .team-author-name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rdy_team .team-container.hover4 .team-desc:hover .team-line,
.rdy_team .team-container.hover5 .team-desc:hover .team-line {
  width: 160px;
}
.rdy_team .team-container.hover4 .team-desc .team-line,
.rdy_team .team-container.hover5 .team-desc .team-line {
  width: 30px;
  max-width: 100%;
  height: 5px;
  background: rgba(225,132,37,0.8);
  margin-top: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rdy_team .team-container.hover4 .team-desc.align-center .team-line,
.rdy_team .team-container.hover5 .team-desc.align-center .team-line {
  margin-left: auto;
  margin-right: auto;
}
.rdy_team .team-container.hover4 .team-desc .team-author-name,
.rdy_team .team-container.hover5 .team-desc .team-author-name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rdy_team .team-container.hover4 .team-desc .team-subtitle,
.rdy_team .team-container.hover5 .team-desc .team-subtitle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rdy_team .team-container.hover4 .team-desc .team-content p,
.rdy_team .team-container.hover5 .team-desc .team-content p {
  color: #fff;
}
.rdy_team .team-container.hover4 .team-desc .team-author .team-author-name,
.rdy_team .team-container.hover5 .team-desc .team-author .team-author-name,
.rdy_team .team-container.hover4 .team-desc .team-author .team-author-name .fa,
.rdy_team .team-container.hover5 .team-desc .team-author .team-author-name .fa,
.rdy_team .team-container.hover4 .team-desc .team-author p,
.rdy_team .team-container.hover5 .team-desc .team-author p {
  color: #fff;
}
.rdy_team .team-container.hover4 .team-author .team-author-name,
.rdy_team .team-container.hover5 .team-author .team-author-name {
  margin-top: 0 !important;
}
.rdy_team .team-container.hover4 .team-author .team-author-name a,
.rdy_team .team-container.hover5 .team-author .team-author-name a {
  color: #fff;
}
.rdy_team .team-container.hover4 .rdy_separator,
.rdy_team .team-container.hover5 .rdy_separator {
  border-color: #fff;
}
.team-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-item,
.team-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team-item img {
  width: 100%;
  height: 100%;
}
.team-item {
  position: relative;
}
.team-item .img {
  position: relative;
}
.team-item .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-item .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-item.circle,
.team-item.circle .info,
.team-item.circle .img,
.team-item.circle .img:before,
.team-item.circle .img img {
  border-radius: 50%;
}
.team-item.effect19.colored .info {
  background: #1a4a72;
  background: rgba(26,74,114,0.6);
}
.team-item.effect19 .info {
  background: #333;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item.effect19:hover .info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.section-carousel {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
}
.section-carousel .gallery-items-container {
  position: relative;
  z-index: 2;
}
.section-carousel.is-loaded {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.section-carousel .gallery-items-container.nav3 .fullscreen-item-desc {
  right: 200px;
}
.section-carousel .carousel-meta.nav1,
.section-carousel .carousel-meta.nav3 {
  margin-top: 40px;
  height: 80px;
}
.section-carousel .carousel-meta.nav1.scheme-light path,
.section-carousel .carousel-meta.nav3.scheme-light path {
  fill: #fff;
}
.section-carousel .carousel-meta.nav1.scheme-light .carousel-meta-counter,
.section-carousel .carousel-meta.nav3.scheme-light .carousel-meta-counter {
  color: #fff;
}
.section-carousel .carousel-meta.nav1 .carousel-meta-counter,
.section-carousel .carousel-meta.nav3 .carousel-meta-counter {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 50px;
}
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation {
  float: right;
  margin-right: 50px;
}
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-prev,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-prev,
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-next,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-next {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-prev .icon,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-prev .icon,
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-next .icon,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-next .icon {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: relative;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-prev svg,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-prev:hover .icon,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-prev:hover .icon {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.section-carousel .carousel-meta.nav1 .carousel-meta-navigation .nav-next:hover .icon,
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation .nav-next:hover .icon {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.section-carousel .carousel-meta.nav3 {
  margin-top: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
  bottom: 0;
}
.section-carousel .carousel-meta.nav3 .carousel-meta-counter {
  display: none;
}
.section-carousel .carousel-meta.nav3 path {
  fill: #fff;
}
.section-carousel .carousel-meta.nav3 .carousel-meta-navigation {
  position: relative;
  top: 0px;
  text-align: center;
  background: #000;
  padding: 30px 40px;
  margin-right: 0;
}
.section-carousel .carousel-meta.nav3.scheme-light .carousel-meta-navigation {
  background: #fff;
}
.section-carousel .carousel-meta.nav3.scheme-light path {
  fill: #000;
}
.section-carousel .carousel-meta.nav2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.section-carousel .carousel-meta.nav2.scheme-light .nav-prev,
.section-carousel .carousel-meta.nav2.scheme-light .nav-next,
.section-carousel .carousel-meta.nav2.scheme-light .carousel-meta-counter {
  color: #fff;
}
.section-carousel .carousel-meta.nav2 .carousel-meta-counter {
  width: auto;
  font-size: 12px;
  color: #000;
}
.section-carousel .carousel-meta.nav2 .nav-prev,
.section-carousel .carousel-meta.nav2 .nav-next {
  position: relative;
  cursor: pointer;
  color: #000;
  height: 33px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 33px;
  line-height: 33px;
}
.section-carousel .carousel-meta.nav2 .nav-prev svg,
.section-carousel .carousel-meta.nav2 .nav-next svg {
  width: 11px;
}
.section-carousel .carousel-meta.nav2 .nav-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-carousel .carousel-meta.nav2.first .nav-prev {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.section-carousel .carousel-meta.nav2.last .nav-next {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.js-rs-slider[data-slidertransition="slide2"] .rsSlide {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.js-rs-slider[data-slidertransition="slide2"] .rsContent {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.js-flickity-slider .caption {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 10px;
}
.js-flickity-slider.caption-scheme-light .caption {
  color: #fff;
}
.js-flickity-slider.slider-col-1 .grid-item {
  width: 100%;
}
.js-flickity-slider.slider-col-2 .grid-item {
  width: 50%;
}
.js-flickity-slider.slider-col-3 .grid-item {
  width: 33.33333%;
}
.js-flickity-slider.slider-col-4 .grid-item {
  width: 25%;
}
.js-flickity-slider.slider-col-5 .grid-item {
  width: 20%;
}
.js-flickity-slider.slider-col-6 .grid-item {
  width: 16.66667%;
}
.js-flickity-slider .grid-item {
  margin: 0;
}
.js-flickity-slider .grid-item img {
  width: 100%;
}
@media (max-width: 992px) {
  .js-flickity-slider .grid-item {
    width: 100% !important;
  }
}
.mc4wp-form {
  margin: 0;
}
.mc4wp-form .mc4wp-form-fields {
  display: table;
  width: 100%;
}
form.mc4wp-form input {
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 16px 10px;
}
form.mc4wp-form label {
  display: none;
}
form.mc4wp-form p:first-child input {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #c6c6c8;
}
form.mc4wp-form p:nth-child(2) input {
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
form.mc4wp-form p {
  display: table-cell;
  margin-bottom: 0;
}
form.mc4wp-form p:first-child input {
  max-width: 100%;
}
form.mc4wp-form p:nth-child(2) {
  width: 1px;
}
form.mc4wp-form p:nth-child(2) input {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
form.mc4wp-form {
  display: inline-block;
  width: 100%;
}
.rdy_mc4wp_form {
  position: relative;
}
.rdy_mc4wp_form.align-center {
  margin-left: auto;
  margin-right: auto;
}
.rdy_mc4wp_form.align-right {
  margin-left: auto;
  margin-right: 0;
}
.rdy_mc4wp_form.shadow .mc4wp-form {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.rdy-video-lightbox-container.align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left;
}
.rdy-video-lightbox-container.align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.rdy-video-lightbox-container.align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: right;
}
.rdy-video-lightbox p {
  margin: 0;
  line-height: 100%;
}
.rdy-video-lightbox.with-flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  perspective: 200px;
}
.rdy-video-lightbox.with-flip .play {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-transition: -o-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -ms-transition: -ms-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.rdy-video-lightbox.with-flip .play svg.play_icon {
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
  -o-transform-origin: 50% 50% -25px;
  -ms-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy-video-lightbox.with-flip:hover .play {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rdy-video-lightbox.with-flip:hover .play svg.play_icon {
  -webkit-transform: translateX(-50%) translateY(-50%) rotateY(-180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotateY(-180deg);
  -o-transform: translateX(-50%) translateY(-50%) rotateY(-180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotateY(-180deg);
  transform: translateX(-50%) translateY(-50%) rotateY(-180deg);
}
.rdy-video-lightbox.text-color-dark p {
  color: #000;
}
.rdy-video-lightbox.text-color-light p {
  color: #fff;
}
.rdy-video-lightbox.play_button {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.rdy-video-lightbox.play_button .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  text-align: left;
}
.rdy-video-lightbox.play_button .play {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}
.rdy-video-lightbox.play_button .play:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy-video-lightbox.play_button .play svg {
  display: block;
  z-index: 11;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy-video-lightbox.play_button.size-play-40 svg.play_icon {
  width: 40%;
  height: 40%;
}
.rdy-video-lightbox.play_button.size-play-50 svg.play_icon {
  width: 50%;
  height: 50%;
}
.rdy-video-lightbox.play_button.size-play-60 svg.play_icon {
  width: 60%;
  height: 60%;
}
.rdy-video-lightbox.play_button.size-play-70 svg.play_icon {
  width: 70%;
  height: 70%;
}
.rdy-video-lightbox.play_button.size-play-80 svg.play_icon {
  width: 80%;
  height: 80%;
}
.rdy-video-lightbox.play_button.size-play-90 svg.play_icon {
  width: 90%;
  height: 90%;
}
.rdy-video-lightbox.play_button.size-small .play {
  width: 50px;
  height: 50px;
}
.rdy-video-lightbox.play_button.size-small .text {
  margin-left: 15px;
}
.rdy-video-lightbox.play_button.size-large .play {
  width: 110px;
  height: 110px;
}
.rdy-video-lightbox.play_button.size-large .text {
  margin-left: 25px;
}
.rdy-video-lightbox.layout1a .play:after,
.rdy-video-lightbox.layout2 .play:after,
.rdy-video-lightbox.layout2a .play:after {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.rdy-video-lightbox.layout2 .play:after,
.rdy-video-lightbox.layout2a .play:after,
.rdy-video-lightbox.layout2 .play:before,
.rdy-video-lightbox.layout2a .play:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rdy-video-lightbox.layout2 .play:after,
.rdy-video-lightbox.layout2a .play:after {
  border: 1px solid #000;
}
.rdy-video-lightbox.layout2 .play:after {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy-video-lightbox.layout2a .play:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy-video-lightbox svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy-video-lightbox path {
  fill: #000;
}
.rdy-video-lightbox .play .circle1 {
  stroke: #000;
}
.rdy-video-lightbox.color-light.layout1a .play:after {
  background: #fff;
}
.rdy-video-lightbox.color-light.layout1a:hover path {
  fill: #000 !important;
}
.rdy-video-lightbox.color-light.layout0 .play:before,
.rdy-video-lightbox.color-light.layout1 .play:before,
.rdy-video-lightbox.color-light.layout2 .play:before,
.rdy-video-lightbox.color-light.layout1a .play:before,
.rdy-video-lightbox.color-light.layout2a .play:before,
.rdy-video-lightbox.color-light.layout0 .play:after,
.rdy-video-lightbox.color-light.layout1 .play:after,
.rdy-video-lightbox.color-light.layout2 .play:after,
.rdy-video-lightbox.color-light.layout1a .play:after,
.rdy-video-lightbox.color-light.layout2a .play:after {
  border-color: #fff !important;
}
.rdy-video-lightbox.color-light.layout0 .play .circle1,
.rdy-video-lightbox.color-light.layout1 .play .circle1,
.rdy-video-lightbox.color-light.layout2 .play .circle1,
.rdy-video-lightbox.color-light.layout1a .play .circle1,
.rdy-video-lightbox.color-light.layout2a .play .circle1 {
  stroke: #fff;
}
.rdy-video-lightbox.color-light.layout0 path,
.rdy-video-lightbox.color-light.layout1 path,
.rdy-video-lightbox.color-light.layout2 path,
.rdy-video-lightbox.color-light.layout1a path,
.rdy-video-lightbox.color-light.layout2a path {
  fill: #fff;
}
.rdy-video-lightbox.color-light.layout3 .play:before,
.rdy-video-lightbox.color-light.layout4 .play:before {
  background: #fff !important;
}
.rdy-video-lightbox.color-light.layout3 path,
.rdy-video-lightbox.color-light.layout4 path {
  fill: #000;
}
.rdy-video-lightbox.layout0.play_button .play:before {
  border: 2px solid #000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.rdy-video-lightbox.layout0.play_button:hover .play:before {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.rdy-video-lightbox.layout1.play_button .play:before {
  border: 0px solid #000;
}
.rdy-video-lightbox.layout1 .circle1 {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.rdy-video-lightbox.layout1 .circle2 {
  fill: none;
  stroke-width: 4;
  stroke-miterlimit: 10;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  stroke-dasharray: 239;
  stroke-dashoffset: 239;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-animation-play-state: running;
}
.rdy-video-lightbox.layout1:hover .circle2 {
  stroke-width: 4;
  stroke-dashoffset: 0 !important;
  -webkit-animation-play-state: paused;
}
.rdy-video-lightbox.layout1a .circle1 {
  display: none;
}
.rdy-video-lightbox.layout1a .play:before {
  border: 2px solid #000;
}
.rdy-video-lightbox.layout1a .play:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: #000;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy-video-lightbox.layout1a:hover .play:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rdy-video-lightbox.layout1a:hover path {
  fill: #fff !important;
}
.rdy-video-lightbox.layout2.play_button .play:before,
.rdy-video-lightbox.layout2a.play_button .play:before {
  border: 1px solid #000;
}
.rdy-video-lightbox.layout2 svg,
.rdy-video-lightbox.layout2a svg {
  margin: 0;
}
.rdy-video-lightbox.layout2:hover .play:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.rdy-video-lightbox.layout2a:hover .play:after {
  border-width: 6px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.rdy-video-lightbox.layout3.play_button .play:before,
.rdy-video-lightbox.layout4.play_button .play:before {
  background: #000;
}
.rdy-video-lightbox.layout3 svg,
.rdy-video-lightbox.layout4 svg {
  margin: 0;
}
.rdy-video-lightbox.layout3 svg path,
.rdy-video-lightbox.layout4 svg path {
  fill: #fff;
}
.rdy-video-lightbox.layout3:hover .play:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rdy-video-lightbox.layout0.animate-icon:hover svg,
.rdy-video-lightbox.layout3.animate-icon:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -moz-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.rdy_list {
  line-height: 100%;
  font-size: 14px;
  font-weight: 400;
}
.rdy_list ul {
  margin: 0 !important;
  padding: 0 !important;
}
.rdy_list li {
  font-size: inherit;
  list-style: none !important;
}
.rdy_list li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.rdy_list.hover-text-light a:hover,
.rdy_list.hover-text-light li:hover {
  color: #fff;
}
.rdy_list.hover-text-dark a:hover,
.rdy_list.hover-text-dark li:hover {
  color: #000;
}
.rdy_list.circle ul,
.rdy_list.number ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rdy_list.number ul {
  counter-reset: li;
}
.rdy_list.number.circle_number li {
  padding-left: 43px;
  margin-bottom: 10px;
}
.rdy_list.circle ul>li,
.rdy_list.number ul>li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #020202;
}
.rdy_list.outline ul>li .rdy_icon {
  line-height: 26px;
}
.rdy_list ul>li .rdy_icon.gi.gi-dash:before,
.rdy_list ul>li .rdy_icon.gi.gi-dots:before {
  content: '';
  display: block;
  background: #000;
}
.rdy_list ul>li .rdy_icon.gi.gi-dash,
.rdy_list ul>li .rdy_icon.gi.gi-dots {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rdy_list ul>li .rdy_icon.gi.gi-dash:before {
  width: 10px;
  height: 1px;
}
.rdy_list ul>li .rdy_icon.gi.gi-dots:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.rdy_list.outline ul>li:before {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}
.rdy_list.bg_color ul>li:before {
  border-radius: 50%;
}
.rdy_list ul>li {
  padding-left: 30px;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.rdy_list.dash ul>li,
.rdy_list.bullet ul>li,
.rdy_list.circle ul>li {
  padding-left: 26px;
}
.rdy_list.none ul>li {
  padding-left: 0;
}
.rdy_list.bullet ul>li .rdy_icon {
  font-size: 7px;
  line-height: inherit;
}
.rdy_list[data-animation="true"] ul li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: -20px;
}
.rdy_list.icon ul>li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.rdy_list.number ul>li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.rdy_list.icon ul>li,
.rdy_list.number ul>li {
  padding-left: 40px;
  line-height: 26px;
}
.rdy_list.circle ul>li:before {
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  top: 9px;
  background-color: #ababab;
  display: block;
  content: '';
  border-radius: 25px;
}
.rdy_list.number ul>li:before {
  height: 27px;
  width: 27px;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0;
  content: counter(li, decimal);
  counter-increment: li;
  text-align: center;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rdy_list ul>li .rdy_icon {
  height: 27px;
  width: 27px;
  line-height: inherit;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  text-align: center;
}
.rdy_list.icon ul>li .fa:after {
  height: 27px;
  width: 27px;
  display: inline-block;
  position: absolute;
  left: -8px;
  top: -4px;
  padding: 0;
  content: '';
  border-radius: 50%;
  z-index: -1;
}
.rdy_list.number.number_zero ul>li:before {
  content: counter(li, decimal-leading-zero);
}
.rdy_list.number.circle_number ul>li:before {
  color: #fff;
  border-radius: 2em;
  height: 31px;
  width: 31px;
  line-height: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rdy_list.number.circle_border ul>li:before {
  line-height: 30px;
}
.rdy_list.separator ul>li:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rdy_list.bold ul>li:before {
  font-weight: bold !important;
}
.rdy_icon_list,
.rdy_icon_list > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rdy_icon_list {
  margin-bottom: 10px;
}
.rdy_icon_list .rdy-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}
.rdy_icon_list .rdy-icon.fa,
.rdy_icon_list .rdy-icon.vc_li {
  line-height: 40px;
}
.rdy_icon_list p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0px;
  padding: 0 0 0 4px;
  position: relative;
  color: #303030;
}
.rdy_icon_list.with-background p {
  padding-left: 12px !important;
}
.rdy_icon_list.with-border .rdy-icon {
  line-height: 40px;
}
.rdy_icon_list i {
  color: #000;
  font-size: 18px;
  text-align: center;
  border-radius: 2em;
  display: block;
  margin-right: 0;
}
.rdy_icon_list i.img {
  line-height: 0;
  margin-right: 5px;
}
.rdy_icon_list i.transparent {
  background: transparent;
  border: 0;
  color: #ababab;
}
.rdy_icon_with_title {
  display: block;
  position: relative;
}
.rdy_icon_with_title .block-link {
  margin-top: 20px;
}
.rdy_icon_with_title .block-link:hover {
  text-decoration: underline;
}
.rdy_icon_with_title > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.rdy_icon_with_title.top.circle .rdy_icon_element,
.rdy_icon_with_title.top.square .rdy_icon_element {
  text-align: center !important;
}
.rdy_icon_with_title.top.align-left,
.rdy_icon_with_title.top.align-left .rdy_icon_element,
.rdy_icon_with_title.top.align-left .icon_text_holder {
  text-align: left;
}
.rdy_icon_with_title.top.align-center,
.rdy_icon_with_title.top.align-center .rdy_icon_element,
.rdy_icon_with_title.top.align-center .icon_text_holder {
  text-align: center;
}
.rdy_icon_with_title.top.align-center .icon_title {
  text-align: center !important;
}
.rdy_icon_with_title.top.align-right,
.rdy_icon_with_title.top.align-right .rdy_icon_element,
.rdy_icon_with_title.top.align-right .icon_text_holder {
  text-align: right;
}
.rdy_icon_with_title.top.align-right .icon_title {
  text-align: right !important;
}
.rdy_icon_with_title .icon_holder {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 1px;
  padding-right: 20px;
}
.rdy_icon_with_title .icon_holder .rdy_icon_img {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.rdy_icon_with_title .icon_text_holder {
  position: relative;
}
.rdy_icon_with_title.top .icon_holder {
  padding-right: 0 !important;
}
.rdy_icon_with_title.top .icon_text_holder {
  width: 100%;
  display: table;
}
.rdy_icon_with_title.square.rounded .fa-stack {
  border-radius: 4px;
}
.rdy_icon_with_title.large .icon_text_holder {
  padding: 0 0 0 65px;
}
.rdy_icon_with_title.large .icon_holder {
  text-align: center;
}
.rdy_icon_with_title.very_large .icon_text_holder {
  padding: 0 0 0 84px;
}
.rdy_icon_with_title.tiny.circle .icon_text_holder {
  padding: 0;
}
.rdy_icon_with_title.tiny.boxed .icon_text_holder,
.rdy_icon_with_title.tiny.circle .icon_text_holder,
.rdy_icon_with_title.tiny.icon_image .icon_text_holder {
  padding: 0 0 0 55px;
}
.rdy_icon_with_title.small.square .icon_text_holder,
.rdy_icon_with_title.small.boxed .icon_text_holder,
.rdy_icon_with_title.small.circle .icon_text_holder,
.rdy_icon_with_title.small.icon_image .icon_text_holder {
  padding: 0 0 0 72px;
}
.rdy_icon_with_title.medium.circle .icon_text_holder {
  padding: 0 0 0 119px;
}
.rdy_icon_with_title.medium.boxed .icon_text_holder,
.rdy_icon_with_title.medium.icon_image .icon_text_holder,
.rdy_icon_with_title.medium.square .icon_text_holder {
  padding: 0 0 0 95px;
}
.rdy_icon_with_title.large.boxed .icon_text_holder,
.rdy_icon_with_title.large.circle .icon_text_holder,
.rdy_icon_with_title.large.icon_image .icon_text_holder,
.rdy_icon_with_title.large.square .icon_text_holder {
  padding: 0 0 0 122px;
}
.rdy_icon_with_title.very_large.boxed .icon_text_holder,
.rdy_icon_with_title.very_large.circle .icon_text_holder,
.rdy_icon_with_title.very_large.icon_image .icon_text_holder,
.rdy_icon_with_title.very_large.square .icon_text_holder {
  padding: 0 0 0 150px;
}
.rdy_icon_with_title.left_from_title .icon_text_holder {
  padding: 0 !important;
}
.rdy_icon_with_title.tiny.top .icon_text_holder,
.rdy_icon_with_title.small.top .icon_text_holder,
.rdy_icon_with_title.medium.top .icon_text_holder,
.rdy_icon_with_title.large.top .icon_text_holder,
.rdy_icon_with_title.very_large.top .icon_text_holder,
.rdy_icon_with_title.tiny.boxed.top .icon_text_holder,
.rdy_icon_with_title.tiny.circle.top .icon_text_holder,
.rdy_icon_with_title.small.boxed.top .icon_text_holder,
.rdy_icon_with_title.small.circle.top .icon_text_holder,
.rdy_icon_with_title.medium.boxed.top .icon_text_holder,
.rdy_icon_with_title.medium.circle.top .icon_text_holder,
.rdy_icon_with_title.large.boxed.top .icon_text_holder,
.rdy_icon_with_title.large.circle.top .icon_text_holder,
.rdy_icon_with_title.very_large.boxed.top .icon_text_holder,
.rdy_icon_with_title.very_large.circle.top .icon_text_holder,
.rdy_icon_with_title.tiny.icon_image.top .icon_text_holder,
.rdy_icon_with_title.small.icon_image.top .icon_text_holder,
.rdy_icon_with_title.medium.icon_image.top .icon_text_holder,
.rdy_icon_with_title.large.icon_image.top .icon_text_holder,
.rdy_icon_with_title.very_large.icon_image.top .icon_text_holder {
  padding: 0;
}
.rdy_icon_with_title .rdy_icon_element {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #333;
  width: 100%;
}
.rdy_icon_with_title.circle .fa,
.rdy_icon_with_title.circle .hi-icon-effect-1 .fa:after {
  border-radius: 50%;
}
.rdy_icon_with_title .typcn:before {
  width: auto !important;
  height: auto !important;
  font-size: inherit !important;
}
.box_holder_icon .b_icon {
  position: relative;
  display: inline-block;
}
.rdy_icon_with_title.top .rdy_icon_element {
  display: inline-block;
}
.rdy_icon_with_title.top .icon_holder {
  float: none;
  display: block;
  margin: 0 0 20px;
}
.rdy_icon_with_title.top .icon_holder {
  width: 100% !important;
}
.rdy_icon_with_title.circle .icon_holder .fa-stack {
  border-radius: 50%;
}
.rdy_icon_with_title .icon_holder > span {
  display: inline-block;
}
.rdy_icon_with_title .icon_holder .fa-stack {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.rdy_icon_with_title .icon_text_holder .icon_title {
  margin: 0 0 15px;
  color: #333;
}
.rdy_icon_with_title.top .icon_text_holder {
  padding-left: 0 !important;
}
.rdy_icon_with_title.top .icon_holder,
.rdy_icon_with_title.left_from_title .icon_holder {
  position: relative;
}
.rdy_icon_with_title.large .icon_text_holder .icon_title {
  margin-bottom: 0.35em;
}
.rdy_icon_with_title .icon_with_title_link {
  display: inline-block;
  margin: 13px 0 0;
}
.rdy_icon_with_title .icon_with_title_link:hover {
  color: #303030;
}
.rdy_icon_with_title .icon_holder .fa-stack {
  border: 0 solid #c0c0c0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.rdy_icon_with_title .icon_text_holder {
  position: relative;
}
.rdy_icon_with_title span.fa-stack i:last-child {
  font-size: 0.7em;
  color: #c0c0c0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.rdy_icon_with_title.circle span.fa-stack i:last-child {
  font-size: 0.9em;
}
.rdy_icon_with_title span.fa-stack.custom-font i:last-child {
  font-size: 0.7em;
}
.rdy_icon_with_title .icon_text_inner {
  display: table-cell;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .rdy_icon_with_title.position-left .icon_text_inner {
    display: block;
  }
  .rdy_icon_with_title.position-left .icon_holder {
    margin-bottom: 20px;
  }
}
.rdy_icon_with_title .icon_text_inner p {
  font-size: 14px;
}
.rdy_icon_with_title .icon_title_holder {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 0 12px;
}
.rdy_icon_with_title .icon_title_holder .icon_holder {
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  float: none;
  padding: 0 15px 0 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rdy_icon_with_title .icon_title_holder .icon_holder > span {
  position: relative;
  top: 2px;
}
.rdy_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
  display: table-cell;
  margin: 0 0 0;
  vertical-align: bottom;
  width: 100%;
}
.touch .no_animation_on_touch .b_icon_animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rdy_icon_with_title a:hover .block-link {
  text-decoration: underline;
}
.rdy_icon_with_title .icon_content_holder p {
  margin-bottom: 0;
}
.rdy_icon_with_title.with-flip .icon_holder {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  perspective: 200px;
}
.rdy_icon_with_title.with-flip .fa-stack {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-transition: -o-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -ms-transition: -ms-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), background 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.rdy_icon_with_title.with-flip .rdy_icon_element:before,
.rdy_icon_with_title.with-flip img.rdy_icon_element {
  display: inline-block;
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
  -o-transform-origin: 50% 50% -25px;
  -ms-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-touchevents .rdy_icon_with_title.with-flip:hover .fa-stack,
.touchevents .rdy_icon_with_title.with-flip:active .fa-stack {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.no-touchevents .rdy_icon_with_title.with-flip:hover .fa-stack .rdy_icon_element:before,
.touchevents .rdy_icon_with_title.with-flip:active .fa-stack .rdy_icon_element:before,
.no-touchevents .rdy_icon_with_title.with-flip:hover img.rdy_icon_element {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rdy_icon_with_title.with-flip-icon .icon_holder .rdy_icon_element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.rdy_icon_with_title.with-flip-icon:hover .icon_holder .rdy_icon_element {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.rdy_events article.hentry .post-wrapper .post-featured-img {
  display: block;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
.rdy_events article.hentry .post-wrapper .post-featured-img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.rdy_events article.hentry .post-wrapper .post-featured-img img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px 4px 0px 0px;
}
.rdy_events article.hentry.sticky .post-wrapper {
  border: 4px solid rgba(51,128,255,0.6);
  border-radius: 8px;
}
.rdy_events article.hentry .entry-title {
  margin-top: 0;
}
.rdy_events article.hentry .entry-title a {
  color: #000;
}
.rdy_events article.hentry .title-wrapper .entry-title {
  padding: 30px 20px 30px 20px;
}
.rdy_events article.hentry .content-wrapper {
  padding: 0px 20px 0 20px;
}
.rdy_events article.hentry .entry-content {
  margin: 0;
}
.rdy_events article.hentry .entry-content .excerpt {
  padding-bottom: 30px;
}
.rdy_events article.hentry .entry-content p {
  margin-top: 0;
}
.rdy_events article.hentry .entry-meta {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
.rdy_events article.hentry .entry-meta .entry-wrapper {
  display: table;
  width: 100%;
}
.rdy_events article.hentry .entry-meta .entry-wrapper > span {
  display: table-cell;
  vertical-align: middle;
}
.rdy_events article.hentry .entry-meta .entry-wrapper .post-author {
  padding-top: 6px;
}
.rdy_events article.hentry .entry-meta .entry-wrapper .comments-link {
  text-align: right;
}
.rdy_events article.hentry .entry-meta .entry-wrapper .comments-link a {
  background: url("../images/comments.svg") left no-repeat;
  padding-left: 24px;
}
.rdy_events article.hentry .entry-meta span {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  padding-right: 3px;
}
.rdy_events article.hentry .entry-meta span.byline,
.rdy_events article.hentry .entry-meta span.posted-on {
  padding-top: 0;
}
.rdy_events article.hentry .entry-meta .avatar-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.rdy_events article.hentry .author-wrapper {
  position: relative;
}
.rdy_events article.hentry .author-wrapper span {
  line-height: 1.5;
  display: block;
}
.rdy_events article.hentry .cat-links {
  text-transform: uppercase;
}
.rdy_events article.hentry:hover .entry-meta span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_events article.hentry .post-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  border-radius: 4px;
}
.rdy_events article.hentry .post-wrapper .post-featured-img img {
  width: 100%;
}
.rdy_events article.hentry .title-wrapper .entry-title {
  padding: 15px 40px 30px 40px;
}
.rdy_events article.hentry .content-wrapper {
  padding: 0px 40px 0 40px;
}
.rdy_events article.hentry .entry-meta {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.rdy_events article.hentry .entry-meta.author-style {
  padding-left: 0;
  padding-right: 0;
}
.rdy_events article.hentry .entry-header .posted-on {
  padding: 37px 40px 0px 40px;
  display: block;
  font-weight: bold;
}
.rdy_events article.hentry .entry-header .posted-on a {
  color: #ccc;
}
.rdy_events .iso-container {
  margin-left: -15px;
  margin-right: -15px;
}
.rdy_events .iso-container .grid-item {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.rdy_events .owl-carousel {
  margin: 0 -15px !important;
}
.rdy_events .owl-carousel .owl-stage-outer {
  padding-top: 2px;
  padding-bottom: 4px;
}
.rdy_events .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.rdy_events.masonry-gap-0 .iso-container {
  margin-left: 0px;
  margin-right: 0px;
}
.rdy_events.masonry-gap-0 .iso-container .grid-item {
  margin-bottom: 20px;
}
.rdy_events.masonry-gap-0 .owl-carousel {
  margin: 0 !important;
}
.rdy_events.masonry-gap-0 .owl-item {
  padding-left: 0px;
  padding-right: 0px;
}
.rdy_events.masonry-gap-20 .iso-container {
  margin-left: -20px;
  margin-right: -20px;
}
.rdy_events.masonry-gap-20 .iso-container .grid-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.rdy_events.masonry-gap-20 .owl-carousel {
  margin: 0 -20px !important;
}
.rdy_events.masonry-gap-20 .owl-item {
  padding-left: 20px;
  padding-right: 20px;
}
.rdy_events.masonry-gap-25 .iso-container {
  margin-left: -25px;
  margin-right: -25px;
}
.rdy_events.masonry-gap-25 .iso-container .grid-item {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.rdy_events.masonry-gap-25 .owl-carousel {
  margin: 0 -25px !important;
}
.rdy_events.masonry-gap-25 .owl-item {
  padding-left: 25px;
  padding-right: 25px;
}
.rdy_events.masonry-gap-30 .iso-container {
  margin-left: -30px;
  margin-right: -30px;
}
.rdy_events.masonry-gap-30 .iso-container .grid-item {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.rdy_events.masonry-gap-30 .owl-carousel {
  margin: 0 -30px !important;
}
.rdy_events.masonry-gap-30 .owl-item {
  padding-left: 30px;
  padding-right: 30px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs {
  padding-left: 0;
  text-align: center;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  padding: 0 12px;
  border-right: 1px solid #999;
  line-height: 1;
  margin-right: -4px;
  font-weight: bold;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li:last-child {
  border: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  font-weight: bold;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user {
  margin-top: 20px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user .avatar {
  margin-right: 5px;
}
.rdy_carousel .gallery-items-container:not(.js-flickity-slider) .gallery-item-container,
.rdy_carousel .gallery-items-container:not(.js-flickity-slider) .gallery-item-inner {
  height: 100%;
}
.rdy_carousel.with-shadow.shadow1 .gallery-item-container,
.rdy_carousel.with-shadow.shadow2 .gallery-item-container,
.rdy_carousel.with-shadow.shadow3 .gallery-item-container {
  padding-top: 10px;
  padding-bottom: 20px;
}
.rdy_carousel.with-shadow.shadow4 .gallery-item-container {
  padding-top: 10px;
  padding-bottom: 30px;
}
.rdy_carousel.with-shadow.shadow5 .gallery-item-container {
  padding-top: 25px;
  padding-bottom: 40px;
}
.rdy_carousel.with-shadow.shadow6 .gallery-item-container {
  padding-top: 25px;
  padding-bottom: 50px;
}
.rdy_carousel.with-shadow.shadow7 .gallery-item-container,
.rdy_carousel.with-shadow.shadow8 .gallery-item-container,
.rdy_carousel.with-shadow.shadow9 .gallery-item-container {
  padding-top: 25px;
  padding-bottom: 70px;
}
.rdy_carousel.with-shadow.shadow10 .gallery-item-container {
  padding-top: 30px;
  padding-bottom: 70px;
}
.rdy_carousel.with-shadow .gallery-item-inner {
  line-height: 0;
}
.rdy_carousel.titles__align-lb .fullscreen-item-desc {
  left: 40px;
  bottom: 30px;
}
.rdy_carousel.titles__align-rb .fullscreen-item-desc {
  right: 40px;
  bottom: 30px;
  text-align: right;
}
.rdy_carousel.titles__align-center .fullscreen-item-desc {
  left: 40px;
  right: 40px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rdy_carousel .fullscreen-item-desc {
  position: absolute;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_carousel .fullscreen-item-desc.scheme-dark {
  color: #000;
}
.rdy_carousel .fullscreen-item-desc.scheme-light {
  color: #fff;
}
.rdy_carousel .fullscreen-item-desc .fullscreen-item-title {
  font-size: 30px;
  font-weight: bold;
}
.rdy_carousel .fullscreen-item-desc .fullscreen-item-subtitle {
  font-size: 14px;
  margin-top: 8px;
}
.wpb_tabs.wpb_content_element #products-grid {
  margin-top: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: none;
}
.wpb_tabs.wpb_content_element.left .wpb_tabs_nav {
  text-align: left;
}
.wpb_tabs.wpb_content_element.center .wpb_tabs_nav {
  text-align: center;
}
.wpb_tabs.wpb_content_element.right .wpb_tabs_nav {
  text-align: right;
}
.wpb_tabs.wpb_content_element.hide-lines .wpb_tabs_nav:after {
  background-color: transparent !important;
}
.wpb_tabs.wpb_content_element.hide-lines .wpb_tabs_nav li a {
  border-bottom: 0 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  padding: 0 !important;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 0;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav {
  width: 100%;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
  display: inline-block;
  margin: 0 0 0 45px;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
  margin-left: 0;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:hover {
  background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
  display: inline-block;
  color: #a1a1a1;
  padding: 0 0 26px;
  border-bottom: 2px solid rgba(0,0,0,0);
  text-shadow: none;
  text-decoration: none;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
  font-size: 1.125rem;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  -ms-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a:hover {
  color: #777;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
  background: none;
  border-bottom: 2px solid #000;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  -ms-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav {
  width: 25%;
  padding-right: 15px;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  width: 75%;
  padding: 0;
  padding-left: 15px;
  padding-bottom: 30px;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
  width: 75%;
  padding-left: 15px;
  margin-left: 25%;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  width: 50%;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
  font-size: 1rem;
  border-bottom: none;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:before,
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:after {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_prev_slide a:before {
  content: "\2190";
  margin-right: 8px;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_next_slide a:after {
  content: "\2192";
  margin-left: 8px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: none;
  border: 0;
  padding: 35px 0;
  margin: 0;
  position: relative;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
@media screen and (max-width: 992px) {
  .wpb_tabs.wpb_content_element.right .wpb_tabs_nav {
    text-align: center !important;
  }
  .wpb_tour.wpb_content_element .wpb_tabs_nav li,
  .wpb_tabs.wpb_content_element .wpb_tabs_nav li {
    margin: 0 16px !important;
  }
  .wpb_tour.wpb_content_element .wpb_tabs_nav li a,
  .wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 0 0 20px !important;
  }
}
.wpb_accordion_wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpb_heading.wpb_accordion_heading {
  margin: 0;
}
.wpb_accordion_section.group {
  border-bottom: 1px solid #ddd;
}
.wpb_accordion_section.group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  padding-right: 40px;
  background: none;
}
.wpb_content_element .wpb_accordion_header .accordion_title {
  display: block;
  font-weight: 500;
  cursor: pointer;
  background: none;
  padding: 24px 46px 15px 20px;
}
.wpb_accordion_section.group:first-child .accordion_title {
  padding-top: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .accordion_title,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding-left: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title:hover {
  cursor: default;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
  border-bottom: none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
  outline: 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
  -moz-transform: translateY(-50%) rotate(90deg) !important;
  -o-transform: translateY(-50%) rotate(90deg) !important;
  -ms-transform: translateY(-50%) rotate(90deg) !important;
  transform: translateY(-50%) rotate(90deg) !important;
}
.wpb_accordion.icon-type-plus .wpb_accordion_wrapper .ui-state-active .ui-icon {
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  -moz-transform: translateY(-50%) rotate(45deg) !important;
  -o-transform: translateY(-50%) rotate(45deg) !important;
  -ms-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  right: 15px;
  width: 18px;
  height: 18px;
}
.wpb_content_element .wpb_accordion_header a {
  padding: 0 !important;
  color: #000;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  margin-bottom: 0 !important;
}
.wpb_accordion_section.group {
  padding: 20px 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 12px;
  border: 1px solid;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  font-size: 18px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 6px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  display: none;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  content: '';
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding-top: 36px;
}
.wpb_accordion.icon-type-arrow .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  content: '';
  background: url("../images/accordion_arrow.svg") no-repeat center;
}
.wpb_accordion.icon-type-plus .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  content: '';
  background: url("../images/icon-plus.svg") no-repeat center;
}
.rdy-countdown-timer.align-center {
  text-align: center !important;
}
.rdy-countdown-timer.align-left {
  text-align: left !important;
}
.rdy-countdown-timer.align-right {
  text-align: right !important;
}
.rdy-countdown-timer.style2 .rdy-countdown-cell-inner {
  display: inline-block;
}
.rdy-countdown-timer.style2 .rdy-countdown-time,
.rdy-countdown-timer.style2 .rdy-countdown-time-label {
  display: block;
  text-align: center;
}
.rdy-countdown-timer .rdy-countdown-cell {
  margin-right: 14px;
}
.rdy-countdown-timer .rdy-countdown-cell .rdy-countdown-time-label {
  margin-left: 5px;
}
.rdy-countdown-timer .rdy-countdown-cell:last-child {
  margin-right: 0 !important;
}
.rdy_image_hover {
  position: relative;
  display: inline-block;
  width: 100%;
}
.rdy_image_hover.hide_back figure img.active_image,
.rdy_image_hover.hide_back figure img.hover_image {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rdy_image_hover.hide_back figure:hover img.active_image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy_image_hover figure {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.rdy_image_hover figure img.active_image,
.rdy_image_hover figure img.hover_image {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.rdy_image_hover figure img.active_image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  display: block;
}
.rdy_image_hover figure img.hover_image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rdy_image_hover figure img.hover_image {
  position: absolute;
  top: 0;
  left: 0;
}
.rdy_image_hover figure:hover img.hover_image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rdy_message {
  position: relative;
  padding: 26px 30px;
}
.rdy_message .rdy_message_inner {
  position: relative;
}
.rdy_message.with_icon .rdy_message_icon_holder {
  padding: 0 27px 0 0;
  width: 1px;
}
.rdy_message.with_icon .rdy_message_icon {
  display: table;
  height: 100%;
}
.rdy_message.with_icon .rdy_message_icon_inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.rdy_message.with_icon > i {
  line-height: 1em;
}
.rdy_message.with_icon img {
  float: left;
}
.rdy_message a.close {
  position: absolute;
  top: -19px;
  right: -23px;
  line-height: 13px;
  color: #fff;
}
.rdy_message a.close i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.rdy_message.uppercase .message_text {
  text-transform: uppercase;
}
.rdy_message .message_text {
  display: table;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
.rdy_message .message_text_holder {
  padding: 0 20px 0 0;
}
.rdy_message .message_text_inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.rdy_message .message_text_inner p {
  margin-bottom: 0 !important;
}
.rdy_message.with_icon .message_text_holder {
  padding: 0 20px 0 0;
}
.rdy_message.uppercase .message_text_inner * {
  text-transform: uppercase;
}
.rdy_piechart_holder {
  display: block;
  margin: 0 0 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.rdy_piechart_holder .rdy_percentage {
  position: relative;
}
.rdy_piechart_holder .rdy_percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.rdy_piechart_holder .rdy_percentage {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.rdy_piechart_holder .tocounter {
  float: none;
  margin: 0;
}
.rdy_piechart_holder i {
  float: none;
  margin: 0;
  vertical-align: middle !important;
  color: #b9b9b9;
}
.rdy_piechart_holder .pie_chart_text {
  text-align: center;
  margin: 28px 0 0;
}
.rdy_piechart_holder .pie_chart_text .pie_title {
  margin: 0 0 0.35em;
}
.rdy_piechart_holder .rdy_separator.small {
  background-color: #eaeaea;
  margin: 10px auto 12px auto;
}
.rdy__pricing_tables .rdy__pricing_tables--wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.rdy__pricing_tables.with-rounded:not(.with-border) .rdy__pricing_table {
  border-radius: 5px;
}
.rdy__pricing_tables.with-rounded.with-border:not(.without-gap) .rdy__pricing_table {
  border-radius: 5px;
}
.rdy__pricing_tables.with-rounded.with-border.without-gap .rdy__pricing_table:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rdy__pricing_tables.with-rounded.with-border.without-gap .rdy__pricing_table:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rdy__pricing_tables.with-rounded.with-border.without-gap .rdy__pricing_table.featured--table {
  border-radius: 5px;
}
.rdy__pricing_tables .rdy__pricing_table {
  max-width: 350px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 30px 0px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--button-wrapper {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  bottom: 40px;
  left: 50px;
  right: 50px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--button-wrapper .rdy_button {
  width: 100%;
  border-radius: 4px;
  padding: 19px 24px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper:not(.with-separator) li {
  line-height: 2;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper.with-separator li:after {
  content: '';
  width: 100%;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  margin: 5px 0;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper.with-separator li:last-child:after {
  display: none;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper.with-separator.separator-dark li:after {
  border-bottom-color: #000;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper.with-separator.separator-light li:after {
  border-bottom-color: #fff;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--options-wrapper span.icon {
  padding-right: 6px;
}
.rdy__pricing_tables .rdy__pricing_table.with-shadow {
  -webkit-box-shadow: 0 20px 36px 0 rgba(42,42,42,0.09), 0 5px 12px -3px rgba(68,68,68,0.34);
  box-shadow: 0 20px 36px 0 rgba(42,42,42,0.09), 0 5px 12px -3px rgba(68,68,68,0.34);
}
.rdy__pricing_tables .rdy__pricing_table.featured--table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 90px !important;
}
.rdy__pricing_tables .rdy__pricing_table.featured--table .rdy--button-wrapper {
  bottom: 70px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--description {
  margin-top: 40px;
}
.rdy__pricing_tables .rdy__pricing_table.divider--light .rdy--description,
.rdy__pricing_tables .rdy__pricing_table.divider--dark .rdy--description {
  padding-bottom: 40px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.rdy__pricing_tables .rdy__pricing_table.divider--dark .rdy--description {
  border-bottom-color: rgba(0,0,0,0.75);
}
.rdy__pricing_tables .rdy__pricing_table.divider--light .rdy--description {
  border-bottom-color: rgba(255,255,255,0.75);
}
.rdy__pricing_tables .rdy__pricing_table .rdy--label {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 50px;
}
.rdy__pricing_tables .rdy__pricing_table h2 {
  text-align: center;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 40px !important;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--wrap {
  padding: 0 50px 0 50px;
  display: table;
  width: 100%;
  height: 100%;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--wrap.with-button {
  padding-bottom: 106px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--img {
  text-align: center;
  margin-bottom: 30px;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--img img {
  max-width: 100%;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--price {
  line-height: 1;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px !important;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--price sup {
  margin-right: 5px;
  font-weight: normal;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}
.rdy__pricing_tables .rdy__pricing_table .rdy--price_description {
  text-align: center;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0px;
}
.rdy__pricing_tables .rdy__pricing_table.featured--table {
  z-index: 2;
}
.rdy__pricing_tables.without-gap .rdy__pricing_table.with-shadow {
  -webkit-box-shadow: 0 5px 12px -3px rgba(68,68,68,0.34);
  box-shadow: 0 5px 12px -3px rgba(68,68,68,0.34);
}
.rdy__pricing_tables.with-border .rdy__pricing_table {
  border: 1px solid #000;
}
.rdy__pricing_tables.with-border.without-gap .rdy__pricing_table {
  margin-right: -1px;
}
.rdy__pricing_tables.with-border.without-gap .rdy__pricing_table:last-child {
  margin-right: 0;
}
.rdy__pricing_tables.columns-2 .rdy__pricing_table {
  width: calc(100% / 2);
}
.rdy__pricing_tables.columns-3 .rdy__pricing_table {
  width: calc(100% / 3);
}
.rdy__pricing_tables.columns-4 .rdy__pricing_table {
  width: calc(100% / 4);
}
.rdy__pricing_tables.columns-5 .rdy__pricing_table {
  width: calc(100% / 6);
}
.rdy__pricing_tables.columns-6 .rdy__pricing_table {
  width: calc(100% / 6);
}
@media screen and (max-width: 991px) {
  .rdy__pricing_tables {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rdy__pricing_tables .rdy__pricing_table {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.rdy_fancy-box {
  position: relative;
}
.rdy_fancy-box .parallax_img-layers {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(300px);
  -moz-transform: perspective(300px);
  -o-transform: perspective(300px);
  -ms-transform: perspective(300px);
  transform: perspective(300px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy_fancy-box .meta-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(50px) scale(1);
  -moz-transform: translateZ(50px) scale(1);
  -o-transform: translateZ(50px) scale(1);
  -ms-transform: translateZ(50px) scale(1);
  transform: translateZ(50px) scale(1);
}
.rdy_fancy-box .inner {
  margin-bottom: 0;
  position: relative;
  width: 65%;
}
.rdy_fancy-box .inner * {
  color: #fff;
}
.rdy_fancy-box .inner-wrap > i,
.rdy_fancy-box .inner > i {
  height: auto !important;
  width: auto !important;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.rdy_fancy-box .background:before {
  -webkit-transition: opacity 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.rdy_fancy-box .parallax_img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute !important;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.rdy_fancy-box .parallax_img.background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.rdy_fancy-box .parallax_img-shadow {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.rdy_fancy-box:hover {
  z-index: 1;
}
.rdy_fancy-box:hover .meta-wrap {
  -webkit-transform: translateZ(70px) scale(1);
  -moz-transform: translateZ(70px) scale(1);
  -o-transform: translateZ(70px) scale(1);
  -ms-transform: translateZ(70px) scale(1);
  transform: translateZ(70px) scale(1);
}
.rdy_fancy-box .box-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.wpb_column.wpb_animate_when_almost_visible .rdy-flip_box {
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
}
.rdy-flip_box {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.rdy-flip_box .flip_box-front[data-text-color="dark"],
.rdy-flip_box .flip_box-back[data-text-color="dark"] {
  color: #676767;
}
.rdy-flip_box .flip_box-front[data-text-color="light"],
.rdy-flip_box .flip_box-back[data-text-color="light"] {
  color: #fff;
}
.rdy-flip_box .flip_box-front,
.rdy-flip_box .flip_box-back {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy-flip_box[data-shadow="light_visibility"] .flip_box-back,
.rdy-flip_box[data-shadow="light_visibility"] .flip_box-front {
  -webkit-box-shadow: 0px 30px 60px rgba(0,0,0,0.2);
  box-shadow: 0px 30px 60px rgba(0,0,0,0.2);
}
.rdy-flip_box[data-shadow="heavy_visibility"] .flip_box-back,
.rdy-flip_box[data-shadow="heavy_visibility"] .flip_box-front {
  -webkit-box-shadow: 0px 30px 75px rgba(0,0,0,0.4);
  box-shadow: 0px 30px 75px rgba(0,0,0,0.4);
}
.rdy-flip_box .flip_box-back[data-bg-overlay="true"]:after,
.rdy-flip_box .flip_box-front[data-bg-overlay="true"]:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rdy-flip_box:hover .flip_box-front,
.rdy-flip_box:hover .flip_box-back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.rdy-flip_box .flip_box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.rdy-flip_box .nectar-button {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.rdy-flip_box.align-left .rdy-icon,
.rdy-flip_box.align-left .flip_box-back,
.rdy-flip_box.align-left .flip_box-front {
  text-align: left;
}
.rdy-flip_box.align-center .rdy-icon,
.rdy-flip_box.align-center .flip_box-back,
.rdy-flip_box.align-center .flip_box-front {
  text-align: center;
}
.rdy-flip_box.align-right .rdy-icon,
.rdy-flip_box.align-right .flip_box-back,
.rdy-flip_box.align-right .flip_box-front {
  text-align: right;
}
.rdy-flip_box.valign-center .flip_box-back .inner,
.rdy-flip_box.valign-center .flip_box-front .inner {
  -webkit-transform: translateY(-50%) translateZ(50px) scale(0.94);
  -moz-transform: translateY(-50%) translateZ(50px) scale(0.94);
  -o-transform: translateY(-50%) translateZ(50px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(50px) scale(0.94);
  transform: translateY(-50%) translateZ(50px) scale(0.94);
  top: 50%;
}
.rdy-flip_box.valign-top .flip_box-back .inner,
.rdy-flip_box.valign-top .flip_box-front .inner {
  -webkit-transform: translateZ(50px) scale(0.94);
  -moz-transform: translateZ(50px) scale(0.94);
  -o-transform: translateZ(50px) scale(0.94);
  -ms-transform: translateZ(50px) scale(0.94);
  transform: translateZ(50px) scale(0.94);
  top: 0;
}
.rdy-flip_box.valign-bottom .flip_box-back .inner,
.rdy-flip_box.valign-bottom .flip_box-front .inner {
  -webkit-transform: translateZ(50px) scale(0.94);
  -moz-transform: translateZ(50px) scale(0.94);
  -o-transform: translateZ(50px) scale(0.94);
  -ms-transform: translateZ(50px) scale(0.94);
  transform: translateZ(50px) scale(0.94);
  bottom: 0;
}
.rdy-flip_box[data-flip-direction="vertical-to-top"] .flip_box-back .inner,
.rdy-flip_box[data-flip-direction="vertical-to-bottom"] .flip_box-back .inner,
.rdy-flip_box[data-flip-direction="vertical-to-top"] .flip_box-front .inner,
.rdy-flip_box[data-flip-direction="vertical-to-bottom"] .flip_box-front .inner {
  -webkit-transform: translateZ(50px) scale(0.95);
  -moz-transform: translateZ(50px) scale(0.95);
  -o-transform: translateZ(50px) scale(0.95);
  -ms-transform: translateZ(50px) scale(0.95);
  transform: translateZ(50px) scale(0.95);
}
.rdy-flip_box.valign-center[data-flip-direction="vertical-to-top"] .flip_box-back .inner,
.rdy-flip_box.valign-center[data-flip-direction="vertical-to-bottom"] .flip_box-back .inner,
.rdy-flip_box.valign-center[data-flip-direction="vertical-to-top"] .flip_box-front .inner,
.rdy-flip_box.valign-center[data-flip-direction="vertical-to-bottom"] .flip_box-front .inner {
  -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
  -moz-transform: translateY(-50%) translateZ(50px) scale(0.95);
  -o-transform: translateY(-50%) translateZ(50px) scale(0.95);
  -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
  transform: translateY(-50%) translateZ(50px) scale(0.95);
}
.rdy-flip_box .flip_box-back .inner,
.rdy-flip_box .flip_box-front .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  -moz-perspective: inherit;
  -ms-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.rdy-flip_box[data-flip-direction="horizontal-to-left"] .flip_box-back,
html.no-touchevents .rdy-flip_box[data-flip-direction="horizontal-to-right"]:hover .flip_box-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rdy-flip_box[data-flip-direction="horizontal-to-right"].flipped .flip_box-front {
  -webkit-transform: rotateY(180deg) !important;
  -moz-transform: rotateY(180deg) !important;
  -o-transform: rotateY(180deg) !important;
  -ms-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}
.rdy-flip_box[data-flip-direction="horizontal-to-left"] .flip_box-front,
html.no-touchevents .rdy-flip_box[data-flip-direction="horizontal-to-left"]:hover .flip_box-back,
.rdy-flip_box[data-flip-direction="horizontal-to-right"] .flip_box-front,
html.no-touchevents .rdy-flip_box[data-flip-direction="horizontal-to-right"]:hover .flip_box-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rdy-flip_box[data-flip-direction="horizontal-to-left"].flipped .flip_box-back,
.rdy-flip_box[data-flip-direction="horizontal-to-right"].flipped .flip_box-back {
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
html.no-touchevents .rdy-flip_box[data-flip-direction="horizontal-to-left"]:hover .flip_box-front,
.rdy-flip_box[data-flip-direction="horizontal-to-right"] .flip_box-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rdy-flip_box[data-flip-direction="horizontal-to-left"].flipped .flip_box-front {
  -webkit-transform: rotateY(-180deg) !important;
  -moz-transform: rotateY(-180deg) !important;
  -o-transform: rotateY(-180deg) !important;
  -ms-transform: rotateY(-180deg) !important;
  transform: rotateY(-180deg) !important;
}
.rdy-flip_box[data-flip-direction="vertical-to-top"] .flip_box-back,
html.no-touchevents .rdy-flip_box[data-flip-direction="vertical-to-bottom"]:hover .flip_box-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rdy-flip_box[data-flip-direction="vertical-to-bottom"].flipped .flip_box-front {
  -webkit-transform: rotateX(180deg) !important;
  -moz-transform: rotateX(180deg) !important;
  -o-transform: rotateX(180deg) !important;
  -ms-transform: rotateX(180deg) !important;
  transform: rotateX(180deg) !important;
}
.rdy-flip_box[data-flip-direction="vertical-to-top"] .flip_box-front,
html.no-touchevents .rdy-flip_box[data-flip-direction="vertical-to-top"]:hover .flip_box-back,
.rdy-flip_box[data-flip-direction="vertical-to-bottom"] .flip_box-front,
html.no-touchevents .rdy-flip_box[data-flip-direction="vertical-to-bottom"]:hover .flip_box-back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rdy-flip_box[data-flip-direction="vertical-to-top"].flipped .flip_box-back,
.rdy-flip_box[data-flip-direction="vertical-to-bottom"].flipped .flip_box-back {
  -webkit-transform: rotateX(0deg) !important;
  -moz-transform: rotateX(0deg) !important;
  -o-transform: rotateX(0deg) !important;
  -ms-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
}
html.no-touchevents .rdy-flip_box[data-flip-direction="vertical-to-top"]:hover .flip_box-front,
.rdy-flip_box[data-flip-direction="vertical-to-bottom"] .flip_box-back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rdy-flip_box[data-flip-direction="vertical-to-top"].flipped .flip_box-front {
  -webkit-transform: rotateX(-180deg) !important;
  -moz-transform: rotateX(-180deg) !important;
  -o-transform: rotateX(-180deg) !important;
  -ms-transform: rotateX(-180deg) !important;
  transform: rotateX(-180deg) !important;
}
.rdy-flip_box .flip_box-front i {
  margin-bottom: 20px;
  height: auto !important;
  display: block;
  width: auto !important;
  text-align: center;
}
.wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  width: auto;
}
.wpcf7 span.wpcf7-not-valid-tip {
  width: 100%;
  font-size: 12px;
  border-top: 2px solid #f00;
  padding-top: 12px;
}
.wpcf7-form textarea {
  padding: 16px 10px;
}
.wpcf7-form .wpcf7-submit {
  border: 0;
  border-radius: 4px;
}
.wpcf7-form.style-1 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
  border-bottom: 1px solid #9e9e9e;
  padding: 20px 0px;
  margin-top: 10px;
  font-size: 16px;
}
.wpcf7-form.style-1 input[type="text"],
.wpcf7-form.style-1 input[type="email"],
.wpcf7-form.style-1 input[type="url"],
.wpcf7-form.style-1 input[type="password"],
.wpcf7-form.style-1 input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
  border-bottom: 1px solid #9e9e9e;
  padding: 20px 0px;
  margin-top: 10px;
  font-size: 16px;
}
.wpcf7-form.style-2 textarea,
.wpcf7-form.style-2 input:not([type="submit"]) {
  background-color: transparent;
}
.wpcf7-form.style-2 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 20px 0px;
  padding-left: 0;
}
.wpcf7-form.style-2 textarea:hover {
  border: 1px solid rgba(187,196,199,0.5);
  padding-left: 1.25rem;
}
.wpcf7-form.style-2 input[type="text"],
.wpcf7-form.style-2 input[type="email"],
.wpcf7-form.style-2 input[type="url"],
.wpcf7-form.style-2 input[type="password"],
.wpcf7-form.style-2 input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 20px 0px;
  padding-left: 0;
}
.wpcf7-form.style-2 input[type="text"]:hover,
.wpcf7-form.style-2 input[type="email"]:hover,
.wpcf7-form.style-2 input[type="url"]:hover,
.wpcf7-form.style-2 input[type="password"]:hover,
.wpcf7-form.style-2 input[type="search"]:hover,
.wpcf7-form.style-2 input[type="text"]:focus,
.wpcf7-form.style-2 input[type="email"]:focus,
.wpcf7-form.style-2 input[type="url"]:focus,
.wpcf7-form.style-2 input[type="password"]:focus,
.wpcf7-form.style-2 input[type="search"]:focus {
  border: 1px solid rgba(187,196,199,0.5);
  padding-left: 1.25rem;
}
.wpcf7-form.style-3 div.action-form-input {
  position: relative;
}
.wpcf7-form.style-3 > p {
  margin-bottom: 30px !important;
}
.wpcf7-form.style-3 input:focus,
.wpcf7-form.style-3 textarea:focus {
  outline: none;
}
.wpcf7-form.style-3 .action-form-input.filled label {
  font-size: 0.8rem;
  color: #808080;
  top: -0.5rem;
}
.wpcf7-form.style-3 textarea {
  display: block;
  background: none;
  padding: 1.1rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  -ms-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form.style-3 input[type="text"],
.wpcf7-form.style-3 input[type="email"],
.wpcf7-form.style-3 input[type="url"],
.wpcf7-form.style-3 input[type="password"],
.wpcf7-form.style-3 input[type="search"] {
  display: block;
  background: none;
  padding: 1.1rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  -ms-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form.style-3 .wpcf7-form-control-wrap select,
.wpcf7-form.style-3 .wpcf7-form-control-wrap input:focus,
.wpcf7-form.style-3 .wpcf7-form-control-wrap textarea:focus {
  color: #333;
}
.wpcf7-form.style-3 label:hover .helper {
  color: #f00;
}
.wpcf7-form.style-3 label {
  position: absolute;
  top: 1.05rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  -ms-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.wpcf7-form.style-3 .action-form-input.filled::after {
  width: 100%;
  left: 0;
}
.wpcf7-form.style-3 .action-form-input:after,
.wpcf7-form.style-3 .action-form-input:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  border-bottom: 1px solid #e0e0e0;
}
.wpcf7-form.style-3 .action-form-input:after {
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: left 0.35s ease, width 0.35s ease;
  -moz-transition: left 0.35s ease, width 0.35s ease;
  -o-transition: left 0.35s ease, width 0.35s ease;
  -ms-transition: left 0.35s ease, width 0.35s ease;
  transition: left 0.35s ease, width 0.35s ease;
  bottom: 0px;
  width: 0;
}
.wpcf7-form.linecenter .action-form-input:after {
  left: 50%;
}
.wpcf7-form.style-1 span.wpcf7-not-valid-tip,
.wpcf7-form.style-2 span.wpcf7-not-valid-tip {
  position: relative;
  top: -2px;
}
.wpcf7-form.style-3 span.wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  top: 100% !important;
  z-index: 1;
  margin-top: -2px;
}
div.wpcf7-response-output {
  background-color: #fff;
  margin: 0;
  padding: 10px;
}
.wpcf7-validation-errors {
  border-color: #f00 !important;
}
html.no-touchevents .link_behavior.link_behavior--fade a {
  -webkit-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
html.no-touchevents .link_behavior.link_behavior--fade a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
html.no-touchevents .link_behavior.link_behavior--slide_up a,
html.no-touchevents .link_behavior.link_behavior--slide_left a,
html.no-touchevents .link_behavior.link_behavior--slide_through a,
html.no-touchevents .link_behavior.link_behavior--slide_center a,
html.no-touchevents .link_behavior.link_behavior--mark_left a,
html.no-touchevents .link_behavior.link_behavior--mark_through a,
html.no-touchevents .link_behavior.link_behavior--mark2_left a,
html.no-touchevents .link_behavior.link_behavior--mark2_through a {
  display: inline-block;
  line-height: 1.9;
  margin-bottom: 0.2em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
html.no-touchevents .link_behavior.link_behavior--slide_up a:before,
html.no-touchevents .link_behavior.link_behavior--slide_left a:before,
html.no-touchevents .link_behavior.link_behavior--slide_through a:before,
html.no-touchevents .link_behavior.link_behavior--slide_center a:before,
html.no-touchevents .link_behavior.link_behavior--mark_left a:before,
html.no-touchevents .link_behavior.link_behavior--mark_through a:before,
html.no-touchevents .link_behavior.link_behavior--mark2_left a:before,
html.no-touchevents .link_behavior.link_behavior--mark2_through a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents .link_behavior.link_behavior--slide_up a:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 3px, 0);
  -moz-transform: translate3d(0, 3px, 0);
  -o-transform: translate3d(0, 3px, 0);
  -ms-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -moz-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -o-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  -ms-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
html.no-touchevents .link_behavior.link_behavior--slide_up a:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.no-touchevents .link_behavior.link_behavior--slide_left a {
  overflow: hidden;
}
html.no-touchevents .link_behavior.link_behavior--slide_left a:before {
  -webkit-transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
}
html.no-touchevents .link_behavior.link_behavior--slide_left a:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents .link_behavior.link_behavior--slide_through a {
  overflow: hidden;
}
html.no-touchevents .link_behavior.link_behavior--slide_through a:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
html.no-touchevents .link_behavior.link_behavior--slide_through a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
html.no-touchevents .link_behavior.link_behavior--slide_center a:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
html.no-touchevents .link_behavior.link_behavior--slide_center a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
html.no-touchevents .link_behavior.link_behavior--mark_left a,
html.no-touchevents .link_behavior.link_behavior--mark_through a,
html.no-touchevents .link_behavior.link_behavior--mark2_left a,
html.no-touchevents .link_behavior.link_behavior--mark2_through a {
  overflow: hidden;
}
html.no-touchevents .link_behavior.link_behavior--mark_left a:before,
html.no-touchevents .link_behavior.link_behavior--mark_through a:before,
html.no-touchevents .link_behavior.link_behavior--mark2_left a:before,
html.no-touchevents .link_behavior.link_behavior--mark2_through a:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  height: 100% !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}
html.no-touchevents .link_behavior.link_behavior--mark_left a:hover:before,
html.no-touchevents .link_behavior.link_behavior--mark_through a:hover:before,
html.no-touchevents .link_behavior.link_behavior--mark2_left a:hover:before,
html.no-touchevents .link_behavior.link_behavior--mark2_through a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html.no-touchevents .link_behavior.link_behavior--mark2_left a:before,
html.no-touchevents .link_behavior.link_behavior--mark2_through a:before {
  height: 50% !important;
}
html.no-touchevents .link_behavior.link_behavior--mark_through a:before,
html.no-touchevents .link_behavior.link_behavior--mark2_through a:before {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  will-change: transform;
}
html.no-touchevents .link_behavior.link_behavior--mark_through a:hover,
html.no-touchevents .link_behavior.link_behavior--mark2_through a:hover {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.atvImg {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.atvImg img {
  -webkit-box-shadow: 0 2px 8px rgba(14,21,47,0.25);
  box-shadow: 0 2px 8px rgba(14,21,47,0.25);
}
.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.atvImg-container.over .atvImg-shadow {
  -webkit-box-shadow: 0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
  box-shadow: 0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
}
.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.atvImg-rendered-layer {
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  will-change: transform;
}
.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 8px 30px rgba(14,21,47,0.6);
  box-shadow: 0 8px 30px rgba(14,21,47,0.6);
}
.atvImg-rendered-layer.background:before {
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.rdy_fancy-box {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-moz-keyframes separator-sliding-y {
  0% {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes separator-sliding-y {
  0% {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-o-keyframes separator-sliding-y {
  0% {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes separator-sliding-y {
  0% {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-moz-keyframes separator-sliding-x {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes separator-sliding-x {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-o-keyframes separator-sliding-x {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes separator-sliding-x {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
/*--------------------------------------------------------------
* 11 Responsive
==============================================================*/
@media screen and (max-width: 1200px) {
  .responsive-h1,
  .wpb_column.responsive-h1i .dropcap,
  .wpb_column.responsive-h1i .wpb_wrapper:before {
    font-size: 75px !important;
  }
}
@media screen and (max-width: 991px) {
  .responsive-h1,
  .wpb_column.responsive-h1i .dropcap,
  .wpb_column.responsive-h1i .wpb_wrapper:before {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .responsive-h1,
  .wpb_column.responsive-h1i .dropcap,
  .wpb_column.responsive-h1i .wpb_wrapper:before {
    font-size: 55px !important;
  }
}
@media screen and (max-width: 1200px) {
  .responsive-h2,
  .wpb_column.responsive-h2i .dropcap,
  .wpb_column.responsive-h2i .wpb_wrapper:before {
    font-size: 65px !important;
  }
}
@media screen and (max-width: 991px) {
  .responsive-h2,
  .wpb_column.responsive-h2i .dropcap,
  .wpb_column.responsive-h2i .wpb_wrapper:before {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .responsive-h2,
  .wpb_column.responsive-h2i .dropcap,
  .wpb_column.responsive-h2i .wpb_wrapper:before {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .responsive-h3,
  .wpb_column.responsive-h3i .dropcap,
  .wpb_column.responsive-h3i .wpb_wrapper:before {
    font-size: 65px !important;
  }
}
@media screen and (max-width: 991px) {
  .responsive-h3,
  .wpb_column.responsive-h3i .dropcap,
  .wpb_column.responsive-h3i .wpb_wrapper:before {
    font-size: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .responsive-h3,
  .wpb_column.responsive-h3i .dropcap,
  .wpb_column.responsive-h3i .wpb_wrapper:before {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 1200px) {
  .responsive-h4,
  .wpb_column.responsive-h4i .dropcap,
  .wpb_column.responsive-h4i .wpb_wrapper:before {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  .responsive-h4,
  .wpb_column.responsive-h4i .dropcap,
  .wpb_column.responsive-h4i .wpb_wrapper:before {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .responsive-h4,
  .wpb_column.responsive-h4i .dropcap,
  .wpb_column.responsive-h4i .wpb_wrapper:before {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1200px) {
  .responsive-h5,
  .wpb_column.responsive-h5i .dropcap,
  .wpb_column.responsive-h5i .wpb_wrapper:before {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .responsive-h5,
  .wpb_column.responsive-h5i .dropcap,
  .wpb_column.responsive-h5i .wpb_wrapper:before {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .responsive-h1,
  .responsive-h2,
  .responsive-h3,
  .responsive-h4,
  .responsive-h5 {
    line-height: 120% !important;
  }
}
@media screen and (max-width: 767px) {
  .single_post-title {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  body.single-post .single_post-title {
    padding-bottom: 10px;
  }
  .comments-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .rdy-post-nav .rdy-post-prev .arrow-holder {
    left: 15px;
  }
  .rdy-post-nav .rdy-post-next .arrow-holder {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.single-post .single_post-title_area .section-down-arrow {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-template-project #mobile-header,
  body.page-template-template-project-fullscreen #mobile-header {
    position: absolute;
  }
  body.page-template-template-project .header-top-spacing,
  body.page-template-template-project-fullscreen .header-top-spacing {
    display: none;
  }
  #fullscreen-project[data-titlestyle="style4"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style5"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style5"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style5"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title p {
    line-height: 30px;
  }
  #fullscreen-project[data-titlestyle="style4"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title div,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title div,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title div {
    height: 40px;
  }
  #fullscreen-project[data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title,
  #fullscreen-project[data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title,
  #fullscreen-project[data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #fullscreen-project-container .iso-slider-arrows-header {
    display: none;
  }
  #fullscreen-project .fullscreen-item-desc {
    left: 30px;
    bottom: 30px;
  }
  #fullscreen-project .fullscreen-item-desc .fullscreen-item-subtitle {
    margin-top: 5px !important;
  }
  #fullscreen-project[data-titlestyle="style4"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style5"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style5"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title p,
  #fullscreen-project[data-titlestyle="style5"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title p {
    line-height: 18px;
  }
  #fullscreen-project[data-titlestyle="style4"][data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title div,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title div,
  #fullscreen-project[data-titlestyle="style4"][data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title div {
    height: 25px;
  }
  #fullscreen-project[data-textsize="huge"] .fullscreen-item-desc .fullscreen-item-title,
  #fullscreen-project[data-textsize="big"] .fullscreen-item-desc .fullscreen-item-title,
  #fullscreen-project[data-textsize="medium"] .fullscreen-item-desc .fullscreen-item-title {
    font-size: 25px;
  }
  #fullscreen-slider-container .slick-arrow,
  #fullscreen-slider-container .rdy-home_button,
  #fullscreen-slider-container .rdy-dots {
    display: none !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  #mobile-menu.align-center .mobile-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .header-spacing,
  .bottom-spacing {
    display: none;
  }
  #sidebar.pull-right {
    padding-left: 15px;
  }
  #sidebar.pull-left {
    padding-right: 15px;
  }
  body.blog-archive-layout-style1 .blog-archive article.hentry .col-meta {
    margin-bottom: 30px;
  }
  body.blog.without-title-area .header-spacing {
    display: block;
    height: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  body.blog .content-area > .container,
  body.archive .content-area > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .row_section.container-fluid > .wpb_row > .row-container.container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
