/*--------------------------------------------------------------
>>> 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;
  }
}
/*--------------------------------------------------------------
* 2 Layout
==============================================================*/
#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 {
  padding: 3em;
}
.search_container {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: none;
}
.search_container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#header-search__close {
  font-size: 2em;
  position: fixed;
  z-index: 1001;
  top: 40px;
  right: 40px;
  padding: 20px;
  line-height: 0;
  display: none;
}
.search__form .search-field {
  border: 0;
  line-height: 1;
}
.search__form .search-submit {
  display: none;
}
.search_container.search--open #header-search__close {
  display: block;
}
.search__input {
  font-family: inherit;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0.05em 0;
  color: #000;
  border-bottom: 2px solid;
}
.search__input::-webkit-input-placeholder {
  color: #969696;
}
.search__input::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #969696;
}
.search__input:-ms-input-placeholder {
  color: #969696;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 50%;
  padding: 0.85em 0;
  color: #000;
}
.main-wrap--overlay::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.search_container {
  pointer-events: none;
  -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;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.search--open {
  pointer-events: auto;
}
.search_container::after {
  -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;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.search--open::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#header-search__close {
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 40em) {
  #header-search__close {
    font-size: 1.25em;
  }
  .search__related {
    font-size: 80%;
    width: 75%;
  }
  .search__input {
    font-size: 2em;
    width: 90%;
  }
  .search__info {
    width: 90%;
  }
}
.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;
}
#header.behaviour-shrink,
#header.behaviour-sticky {
  position: fixed;
}
#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 {
  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%;
}
.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:not(.color-scheme-light) .logo-holder {
  color: #000;
}
.vertical_menu_logo.color-scheme-light .logo-holder {
  color: #fff;
}
.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;
}
.sf-menu li ul li .sf-sub-indicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto !important;
}
.sf-menu li ul li .sf-sub-indicator .fa {
  display: block;
  line-height: 11px;
}
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_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 .iso50-social-network-icon {
  margin-right: 18px;
}
.vertical_menu_area_widget_holder .iso50-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%;
}
.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;
}
.vertical_menu_hidden_button {
  width: 70px;
  height: 40px;
  z-index: 1000;
  outline: none !important;
}
#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;
}
@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 .iso50-social-networks .iso50-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 .iso50-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 .iso50-social-network-icon {
  overflow: hidden;
}
.vertical_menu__social_box__items .iso50-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 .iso50-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 .iso50-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 .iso50-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.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.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.with-semi_transparent-header #vheader[data-mark-color="light"] .vertical_area_background {
  background-color: #000;
}
.site-v-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.with-semi_transparent-header #vheader[data-mark-color="light"] .label {
  color: #fff;
}
.site-v-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.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.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.with-semi_transparent-header #vheader[data-mark-color="light"] .social_box__button:hover {
  color: #fff;
}
.site-v-header.color-scheme-dark .iso50-social-network-icon,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .iso50-social-network-icon {
  color: rgba(255,255,255,0.4);
}
.site-v-header.color-scheme-dark .iso50-social-network-icon:hover,
body.with-semi_transparent-header #vheader[data-mark-color="light"] .iso50-social-network-icon:hover {
  color: #fff;
}
.site-v-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.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.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.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.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.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.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.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.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.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.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.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.with-semi_transparent-header #vheader[data-mark-color="dark"] .vertical_area_background {
  background-color: #fff;
}
.site-v-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.with-semi_transparent-header #vheader[data-mark-color="dark"] .label {
  color: #000;
}
.site-v-header.color-scheme-light .iso50-social-network-icon,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .iso50-social-network-icon {
  color: rgba(0,0,0,0.4);
}
.site-v-header.color-scheme-light .iso50-social-network-icon:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .iso50-social-network-icon:hover {
  color: #000;
}
.site-v-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.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.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.with-semi_transparent-header #vheader[data-mark-color="dark"] .social_box__button:hover {
  color: #000;
}
.site-v-header.color-scheme-light .iso50-social-network-icon,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .iso50-social-network-icon {
  color: rgba(0,0,0,0.4);
}
.site-v-header.color-scheme-light .iso50-social-network-icon:hover,
body.with-semi_transparent-header #vheader[data-mark-color="dark"] .iso50-social-network-icon:hover {
  color: #000;
}
.site-v-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.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.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.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.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.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.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.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.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.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.with-semi_transparent-header #vheader[data-mark-color="dark"].menu-link_behavior--mark2_through .menu > li > a > span:before {
  background-color: #000;
}
body.vertical_menu:not(.menu-opened) .vertical_menu_scroll_inner {
  overflow: hidden;
}
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;
}
@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 .iso50-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 .iso50-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.header-type-left.header-behaviour-fixed ul.sub-menu {
  display: none;
}
.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;
}
body.menu-opened.header-mobile-animation-fadein #mobile-header {
  z-index: 61;
}
body.menu-opened .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;
}
body.menu-opened .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;
}
.site-header .back-logo {
  position: static !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.logo-light .site-header .main-logo .light-version,
body.logo-light .site-v-header .main-logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body:not(.logo-light) .site-header .main-logo .dark-version,
body:not(.logo-light) .site-v-header .main-logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.menu-opened.logo-opened-light .site-header .main-logo .light-version,
body.menu-opened.logo-opened-light .site-v-header .main-logo .light-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
body.menu-opened.logo-opened-light .site-header .main-logo .dark-version,
body.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.menu-opened.logo-opened-dark .site-header .main-logo .light-version,
body.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.menu-opened.logo-opened-dark .site-header .main-logo .dark-version,
body.menu-opened.logo-opened-dark .site-v-header .main-logo .dark-version {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
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 {
  -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.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;
}
.logo_wrapper {
  vertical-align: middle;
}
.main_logo {
  left: 0;
  display: inline-block;
}
.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 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;
}
.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;
}
.site-header {
  width: 100%;
  z-index: 30;
}
.site-header #primary-menu li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
}
.site-header #primary-menu li > a {
  padding: 0 12px;
}
.site-header #primary-menu > li:first-child > a {
  padding-left: 0 !important;
}
.site-header #primary-menu > li:last-child > a {
  padding-right: 0 !important;
}
.site-header #primary-menu.sf-menu li li ul {
  left: 100%;
  margin-left: 20px;
}
#primary-menu > li.megamenu {
  position: inherit !important;
}
#primary-menu > li.megamenu > ul.sub-menu {
  display: table !important;
}
#primary-menu > li.megamenu > ul.sub-menu {
  width: 100%;
  left: 0px;
  padding: 15px 0px;
  display: table;
}
#primary-menu > li.megamenu > .sub-menu > li:first-child {
  border-left: 0 !important;
}
#primary-menu > li.megamenu > .sub-menu > li {
  display: table-cell;
  width: 250px;
  min-width: 250px;
  float: none !important;
  vertical-align: top;
  padding: 0 15px;
}
#primary-menu > li.megamenu > ul > li ul {
  display: block !important;
  top: 0px !important;
  left: 0px !important;
  width: 100%;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative !important;
}
#primary-menu > li.megamenu > ul > li > ul {
  margin: 0;
  padding: 0;
}
#primary-menu > li.megamenu > ul > li > a {
  font-weight: bold !important;
  background-color: transparent !important;
}
.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;
}
@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.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.color-scheme-light {
  background-color: #fff;
  border-bottom-color: #e2e2e2;
}
.site-header.color-scheme-light .menu > li > a > span:before {
  background-color: #333;
}
.site-header.color-scheme-light .main_logo .logo-holder,
.site-header.color-scheme-light .sf-menu > li > a,
.site-header.color-scheme-light .iso50-social-network-icon {
  color: rgba(51,51,51,0.7);
}
.site-header.color-scheme-light .main_logo .logo-holder:hover,
.site-header.color-scheme-light .sf-menu > li > a:hover,
.site-header.color-scheme-light .iso50-social-network-icon:hover {
  color: #333;
}
.site-header.color-scheme-light .sf-menu ul.sub-menu {
  background: #1b1d1f;
}
.site-header.color-scheme-light .sf-menu ul.sub-menu > li > a {
  color: rgba(255,255,255,0.85);
}
.site-header.color-scheme-light .sf-menu ul.sub-menu > li > a:hover {
  color: #fff;
  background-color: #3d3d3d;
}
.site-header.color-scheme-light .elements-container .divider {
  border-color: #000 !important;
}
.site-header.color-scheme-light #header-search__button svg path {
  fill: #000;
}
.site-header.color-scheme-dark {
  background-color: #1f2326;
  border-bottom-color: #474747;
}
.site-header.color-scheme-dark .menu > li > a > span:before {
  background-color: #fff;
}
.site-header.color-scheme-dark .main_logo .logo-holder {
  color: #fff;
}
.site-header.color-scheme-dark .sf-menu > li > a,
.site-header.color-scheme-dark .iso50-social-network-icon {
  color: rgba(255,255,255,0.85);
}
.site-header.color-scheme-dark .sf-menu > li > a:hover,
.site-header.color-scheme-dark .iso50-social-network-icon:hover {
  color: #fff;
}
.site-header.color-scheme-dark .sf-menu ul.sub-menu {
  background: #1b1d1f;
}
.site-header.color-scheme-dark .sf-menu ul.sub-menu > li > a {
  color: rgba(255,255,255,0.85);
}
.site-header.color-scheme-dark .sf-menu ul.sub-menu > li > a:hover {
  color: #fff;
  background-color: #3d3d3d;
}
.site-header.color-scheme-dark .elements-container .divider {
  border-color: #fff !important;
}
.site-header.color-scheme-dark #header-search__button svg path {
  fill: #fff;
}
body.menu-active-items .site-header.color-scheme-light #primary-menu > li.current-menu-item > a,
body.menu-active-items .site-v-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-v-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-v-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,
body.menu-active-items .site-v-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-v-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-v-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-v-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,
body.menu-active-items .site-v-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a {
  color: #fff;
}
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;
}
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-v-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-dark #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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-v-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-dark #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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-v-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-dark #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-v-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-dark #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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-v-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-light #primary-menu > li.current-menu-item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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-v-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-light #primary-menu > li.current-menu-parent > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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-v-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-light #primary-menu > li.current_page_item > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left .site-v-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through .site-v-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left .site-v-header.color-scheme-light #primary-menu > li.current-menu-ancestor > a,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through .site-v-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:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current-menu-item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current-menu-item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_up.menu-active-items #primary-menu > li.current-menu-ancestor > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_left.menu-active-items #primary-menu > li.current-menu-ancestor > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--slide_through.menu-active-items #primary-menu > li.current-menu-ancestor > a > span: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:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current-menu-item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current-menu-item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current-menu-item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current-menu-parent > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current_page_item > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_left.menu-active-items #primary-menu > li.current-menu-ancestor > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark_through.menu-active-items #primary-menu > li.current-menu-ancestor > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_left.menu-active-items #primary-menu > li.current-menu-ancestor > a > span:before,
html.no-touchevents body.menu-active-items.menu-link_behavior--mark2_through.menu-active-items #primary-menu > li.current-menu-ancestor > a > span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
body.menu-link_behavior--mark_left .site-header.color-scheme-light .sf-menu > li > a:hover,
body.menu-link_behavior--mark_through .site-header.color-scheme-light .sf-menu > li > a:hover,
body.menu-link_behavior--mark2_left .site-header.color-scheme-light .sf-menu > li > a:hover,
body.menu-link_behavior--mark2_through .site-header.color-scheme-light .sf-menu > li > a:hover {
  color: #fff;
}
body.menu-link_behavior--mark_left .site-header.color-scheme-dark .sf-menu > li > a:hover,
body.menu-link_behavior--mark_through .site-header.color-scheme-dark .sf-menu > li > a:hover,
body.menu-link_behavior--mark2_left .site-header.color-scheme-dark .sf-menu > li > a:hover,
body.menu-link_behavior--mark2_through .site-header.color-scheme-dark .sf-menu > li > a:hover {
  color: #333;
}
#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: absolute;
  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;
  position: fixed;
}
#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 .iso50-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 a,
#mobile-menu .menu-mobile li .title {
  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 .iso50-social-networks,
#mobile-menu.align-right #mobile-search input {
  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 .iso50-social-networks,
#mobile-menu.align-center #mobile-search input {
  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 .iso50-social-networks {
  margin-top: 25px;
}
#mobile-menu .iso50-social-networks .iso50-social-network-icon {
  outline: none !important;
  padding: 0 10px;
  color: #000;
}
#mobile-menu .iso50-social-networks .iso50-social-network-icon:first-child {
  padding-left: 0 !important;
}
#mobile-menu .iso50-social-networks .iso50-social-network-icon:last-child {
  padding-right: 0 !important;
}
body.admin-bar #mobile-menu .close_arrow {
  top: 50px;
}
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.sf-menu {
  float: none;
  display: inline-block;
}
#primary-menu.sf-menu ul.sub-menu {
  text-align: left !important;
}
#header .menu_items {
  padding: 0;
}
#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.element-search,
body:not(.header-logo-right) #header .elements.without-search {
  padding-right: 10px;
}
body:not(.header-logo-right) #header .elements-container {
  padding-left: 50px;
}
body:not(.header-logo-right) #header .elements-container .divider {
  left: 25px;
}
body.header-logo-right #header .elements.element-search,
body.header-logo-right #header .elements.without-search {
  padding-left: 10px;
}
body.header-logo-right #header .elements-container {
  padding-right: 50px;
}
body.header-logo-right #header .elements-container .divider {
  right: 25px;
}
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 .iso50-social-networks .iso50-social-networks-wrapper {
  white-space: nowrap;
}
#header .iso50-social-networks .iso50-social-network-icon {
  display: inline-block;
  padding: 0 8px;
}
#header .iso50-social-networks .iso50-social-network-icon:first-child {
  padding-left: 0;
}
#header .iso50-social-networks .iso50-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 .iso50-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-elements-light .site-header .iso50-social-network-icon:hover,
body.header-elements-light .site-v-header .iso50-social-network-icon:hover {
  color: #fff !important;
}
body.header-elements-dark .site-header .iso50-social-network-icon:hover,
body.header-elements-dark .site-v-header .iso50-social-network-icon:hover {
  color: #000 !important;
}
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: 992px) {
  #header,
  .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,
#vheader #logo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#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[data-color="light"] #logo .light-version,
#header[data-mark-color="light"] #logo .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header[data-color="light"] .logo-holder,
#header[data-mark-color="light"] .logo-holder {
  color: #fff;
}
#header[data-color="dark"] #logo .dark-version,
#header[data-mark-color="dark"] #logo .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#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[data-color="dark"] .logo-holder,
#header[data-mark-color="dark"] .logo-holder {
  color: #333;
}
#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[data-color="light"] .light-version,
#vheader #logo[data-mark-color="light"] .light-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#vheader #logo[data-color="light"] .logo-holder,
#vheader #logo[data-mark-color="light"] .logo-holder {
  color: #fff;
}
#vheader #logo[data-color="dark"] .dark-version,
#vheader #logo[data-mark-color="dark"] .dark-version {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#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[data-color="dark"] .logo-holder,
#vheader #logo[data-mark-color="dark"] .logo-holder {
  color: #333;
}
#header[data-color="light"] .sf-menu > li > a,
#header[data-mark-color="light"] .sf-menu > li > a,
#header[data-color="light"] .iso50-social-network-icon,
#header[data-mark-color="light"] .iso50-social-network-icon {
  color: rgba(255,255,255,0.85);
}
#header[data-color="light"] .sf-menu > li > a:hover,
#header[data-mark-color="light"] .sf-menu > li > a:hover,
#header[data-color="light"] .iso50-social-network-icon:hover,
#header[data-mark-color="light"] .iso50-social-network-icon:hover {
  color: #fff;
}
#header[data-color="light"].menu-link_behavior--slide_up .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--slide_up .menu > li > a > span:before,
#header[data-color="light"].menu-link_behavior--slide_left .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--slide_left .menu > li > a > span:before,
#header[data-color="light"].menu-link_behavior--slide_through .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--slide_through .menu > li > a > span:before {
  background-color: #fff;
}
#header[data-color="light"].menu-link_behavior--mark_left .menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark_left .menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark_through .menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark_through .menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark2_left .menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark2_left .menu > li > a:hover,
#header[data-color="light"].menu-link_behavior--mark2_through .menu > li > a:hover,
#header[data-mark-color="light"].menu-link_behavior--mark2_through .menu > li > a:hover {
  color: #fff !important;
}
#header[data-color="light"].menu-link_behavior--mark_left .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--mark_left .menu > li > a > span:before,
#header[data-color="light"].menu-link_behavior--mark_through .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--mark_through .menu > li > a > span:before,
#header[data-color="light"].menu-link_behavior--mark2_left .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--mark2_left .menu > li > a > span:before,
#header[data-color="light"].menu-link_behavior--mark2_through .menu > li > a > span:before,
#header[data-mark-color="light"].menu-link_behavior--mark2_through .menu > li > a > span:before {
  background-color: rgba(255,255,255,0.7);
}
#header[data-color="light"] .elements-container .divider,
#header[data-mark-color="light"] .elements-container .divider {
  border-color: #fff !important;
}
#header[data-color="dark"] .sf-menu > li > a,
#header[data-mark-color="dark"] .sf-menu > li > a,
#header[data-color="dark"] .iso50-social-network-icon,
#header[data-mark-color="dark"] .iso50-social-network-icon {
  color: rgba(51,51,51,0.7);
}
#header[data-color="dark"] .sf-menu > li > a:hover,
#header[data-mark-color="dark"] .sf-menu > li > a:hover,
#header[data-color="dark"] .iso50-social-network-icon:hover,
#header[data-mark-color="dark"] .iso50-social-network-icon:hover {
  color: #333;
}
#header[data-color="dark"].menu-link_behavior--slide_up .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--slide_up .menu > li > a > span:before,
#header[data-color="dark"].menu-link_behavior--slide_left .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--slide_left .menu > li > a > span:before,
#header[data-color="dark"].menu-link_behavior--slide_through .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--slide_through .menu > li > a > span:before {
  background-color: #333;
}
#header[data-color="dark"].menu-link_behavior--mark_left .menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark_left .menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark_through .menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark_through .menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark2_left .menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark2_left .menu > li > a:hover,
#header[data-color="dark"].menu-link_behavior--mark2_through .menu > li > a:hover,
#header[data-mark-color="dark"].menu-link_behavior--mark2_through .menu > li > a:hover {
  color: #fff !important;
}
#header[data-color="dark"].menu-link_behavior--mark_left .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--mark_left .menu > li > a > span:before,
#header[data-color="dark"].menu-link_behavior--mark_through .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--mark_through .menu > li > a > span:before,
#header[data-color="dark"].menu-link_behavior--mark2_left .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--mark2_left .menu > li > a > span:before,
#header[data-color="dark"].menu-link_behavior--mark2_through .menu > li > a > span:before,
#header[data-mark-color="dark"].menu-link_behavior--mark2_through .menu > li > a > span:before {
  background-color: #333;
}
#header[data-color="dark"] .elements-container .divider,
#header[data-mark-color="dark"] .elements-container .divider {
  border-color: #000 !important;
}
ul.menu li.nolink > a {
  cursor: default;
}
html.no-touchevents body.menu-link_behavior--fade .menu > li > a > span {
  -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 {
  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,
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span {
  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:before,
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span: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--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: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: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 {
  overflow: hidden;
}
html.no-touchevents body.menu-link_behavior--slide_left .menu > li > a > span: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: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 {
  overflow: hidden;
}
html.no-touchevents body.menu-link_behavior--slide_through .menu > li > a > span: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: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--mark_left .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span {
  overflow: hidden;
}
html.no-touchevents body.menu-link_behavior--mark_left .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span: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:before,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a:hover > span:before,
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a:hover > span:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a:hover > span: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,
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span {
  padding-left: 8px;
  padding-right: 8px;
}
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span {
  padding-left: 2px;
  padding-right: 2px;
}
html.no-touchevents body.menu-link_behavior--mark2_left .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span:before {
  height: 50% !important;
}
html.no-touchevents body.menu-link_behavior--mark_through .menu > li > a > span:before,
html.no-touchevents body.menu-link_behavior--mark2_through .menu > li > a > span: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--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;
}
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-type-classic.header-behaviour-regular.with-header-opacity #header {
  position: absolute;
}
/*--------------------------------------------------------------
* 2.1 Header
==============================================================*/
.site-footer .footer-wrapper a {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media screen and (min-width: 782px) {
  .site-footer .f-column {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer .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-family: Open Sans;
  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-family: Open Sans;
  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: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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);
}
.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;
}
.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);
}
@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 .iso50-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 .iso50-social-networks {
  font-size: 18px;
}
#bottom-bar .copyright .iso50-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 .iso50-social-networks {
  display: inline-block;
  margin: 0;
  padding-top: 5px;
}
.copyright .iso50-social-networks a:first-child {
  margin-left: 0 !important;
}
.copyright .iso50-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 .iso50-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 .iso50-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 (min-width: 992px) {
  body.footer-uncovering:not(.page-template-template-project-flow) #page {
    position: relative;
    z-index: 1;
  }
  body.footer-uncovering:not(.page-template-template-project-flow) footer.site-footer {
    z-index: 0;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.footer-fixed:not(.page-template-template-project-flow) footer.site-footer {
    z-index: 98;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@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;
  }
}
/*--------------------------------------------------------------
* 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;
  padding: 0;
}
#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 .iso50-social-network-icon.iso50-facebook:hover {
  color: #3b5998 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-twitter:hover {
  color: #00aced !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-google-plus:hover,
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-googleplus:hover {
  color: #dd4b39 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-vimeo:hover {
  color: #aad450 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-pinterest:hover {
  color: #cb2027 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-youtube:hover {
  color: #b00 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-tumblr:hover {
  color: #32506d !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-linkedin:hover {
  color: #007bb6 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-rss:hover {
  color: #ff7900 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-behance:hover {
  color: #1769ff !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-instagram:hover {
  color: #517fa4 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-git:hover {
  color: #000 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-soundcloud:hover {
  color: #ff3a00 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-xing:hover {
  color: #026466 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-vk:hover {
  color: #45668e !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-wechat:hover {
  color: #7bb32e !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-snapchat:hover {
  color: #fffc00 !important;
}
.site-footer.social-hover-brand .iso50-social-network-icon.iso50-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%);
  width: 26px;
}
.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;
}
.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 {
  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: 80;
  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%;
}
/*--------------------------------------------------------------
* 6 Blog
==============================================================*/
.blog-archive a {
  text-decoration: none;
}
.blog-archive .post-featured-img {
  position: relative;
  display: block;
  line-height: 0;
}
.blog-archive .iso-container[data-items-animation] .grid-item > .post-wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body.single-post .single_post-title .cat-links a {
  color: #afafaf;
}
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;
}
body.with-blog-category.blog-archive-layout-style1 .blog-archive article.post:first-child.sticky {
  margin-top: 20px !important;
}
body.with-blog-category.blog-archive-layout-style1 .blog-archive article.post:first-child:not(.sticky) {
  margin-top: 50px;
}
.category-wrapper .list_categories {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.category-wrapper .list_categories li {
  display: inline-block;
  font-size: 11px;
  padding-right: 6px;
  text-transform: uppercase;
}
.category-wrapper .list_categories li a {
  text-decoration: none;
}
body.blog-archive-layout-style1 .category-wrapper:after {
  content: '';
  border-bottom: 1px solid #d3d3d1;
  display: block;
}
.blog-archive.blog-hover-zoom article.post .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);
}
.blog-archive.blog-hover-zoom article.post .post-wrapper .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-overlay article.post .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.post .title-wrapper:hover .post-featured-img:before {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.blog-archive.blog-hover-cross .title-wrapper .hover-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-archive.blog-hover-cross .title-wrapper .hover-element.element-color-dark svg rect {
  fill: #000 !important;
}
.blog-archive.blog-hover-cross .title-wrapper .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 .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 .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 .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 .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: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.post .title-wrapper:hover .post-featured-img img,
body.blog-archive-layout-style3 .blog-archive.blog-hover-zoom article.post .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.post {
  border-top: 1px solid #d3d3d1;
  padding-top: 50px;
  margin-bottom: 65px;
}
body.blog-archive-layout-style1 .blog-archive article.post.sticky {
  border-top: none;
  padding-top: 0px;
}
body.blog-archive-layout-style1 .blog-archive article.post .sticky-post {
  background-color: #3380ff;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 6px 12px;
  font-size: 12px;
}
body.blog-archive-layout-style1 .blog-archive article.post:first-child {
  border: none;
  padding-top: 0;
}
body.blog-archive-layout-style1 .blog-archive article.post .post-featured-img {
  margin-bottom: 50px;
  display: inline-block;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-content {
  margin-top: 25px;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-content p {
  margin-top: 0;
}
body.blog-archive-layout-style1 .blog-archive article.post .col-meta {
  padding-right: 70px;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-meta {
  font-size: 15px;
  line-height: 1.4;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-meta > span {
  display: block;
  margin-top: 26px;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-meta > span:first-child {
  margin-top: 0;
}
body.blog-archive-layout-style1 .blog-archive article.post .entry-meta p {
  margin-top: 0;
  margin-bottom: 0;
}
body.blog-archive-layout-style1 .blog-archive article.post .author-title,
body.blog-archive-layout-style1 .blog-archive article.post .posted-title,
body.blog-archive-layout-style1 .blog-archive article.post .category-title {
  display: block;
  font-size: 11px;
  color: #afafaf;
  text-transform: uppercase;
}
body.blog-archive-layout-style1 .blog-archive article.post .more-link {
  margin-top: 28px;
  display: inline-block;
}
body.blog-archive-layout-style2 .blog-archive article.post .post-wrapper .post-featured-img,
body.blog-archive-layout-style3 .blog-archive article.post .post-wrapper .post-featured-img {
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
body.blog-archive-layout-style2 .blog-archive article.post .post-wrapper .post-featured-img img,
body.blog-archive-layout-style3 .blog-archive article.post .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.post.sticky .post-wrapper,
body.blog-archive-layout-style3 .blog-archive article.post.sticky .post-wrapper {
  border: 4px solid rgba(51,128,255,0.6);
  border-radius: 8px;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-title,
body.blog-archive-layout-style3 .blog-archive article.post .entry-title {
  margin-top: 0;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-title a,
body.blog-archive-layout-style3 .blog-archive article.post .entry-title a {
  color: #000;
}
body.blog-archive-layout-style2 .blog-archive article.post .title-wrapper .entry-title,
body.blog-archive-layout-style3 .blog-archive article.post .title-wrapper .entry-title {
  padding: 30px 20px 30px 20px;
}
body.blog-archive-layout-style2 .blog-archive article.post .content-wrapper,
body.blog-archive-layout-style3 .blog-archive article.post .content-wrapper {
  padding: 0px 20px 0 20px;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-content,
body.blog-archive-layout-style3 .blog-archive article.post .entry-content {
  margin: 0;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-content .excerpt,
body.blog-archive-layout-style3 .blog-archive article.post .entry-content .excerpt {
  padding-bottom: 30px;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-content p,
body.blog-archive-layout-style3 .blog-archive article.post .entry-content p {
  margin-top: 0;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-meta,
body.blog-archive-layout-style3 .blog-archive article.post .entry-meta {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-meta span,
body.blog-archive-layout-style3 .blog-archive article.post .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.post .entry-meta span.byline,
body.blog-archive-layout-style3 .blog-archive article.post .entry-meta span.byline,
body.blog-archive-layout-style2 .blog-archive article.post .entry-meta span.posted-on,
body.blog-archive-layout-style3 .blog-archive article.post .entry-meta span.posted-on {
  padding-top: 0;
}
body.blog-archive-layout-style2 .blog-archive article.post .entry-meta .avatar-img,
body.blog-archive-layout-style3 .blog-archive article.post .entry-meta .avatar-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
body.blog-archive-layout-style2 .blog-archive article.post .author-wrapper,
body.blog-archive-layout-style3 .blog-archive article.post .author-wrapper {
  position: relative;
}
body.blog-archive-layout-style2 .blog-archive article.post .author-wrapper span,
body.blog-archive-layout-style3 .blog-archive article.post .author-wrapper span {
  line-height: 1.5;
  display: block;
}
body.blog-archive-layout-style2 .blog-archive article.post .cat-links,
body.blog-archive-layout-style3 .blog-archive article.post .cat-links {
  text-transform: uppercase;
}
body.blog-archive-layout-style2 .blog-archive article.post:hover .entry-meta span,
body.blog-archive-layout-style3 .blog-archive article.post:hover .entry-meta span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.blog-archive-layout-style3 .blog-archive article.post:not(.sticky) .post-wrapper .post-featured-img {
  border-radius: 4px;
}
body.blog-archive-layout-style3 .blog-archive article.post:not(.sticky) .post-wrapper .post-featured-img img {
  border-radius: 4px;
}
body.blog-archive-layout-style2 .blog-archive article.post .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.post .title-wrapper .entry-title {
  padding: 30px 40px 30px 40px;
}
body.blog-archive-layout-style2 .blog-archive article.post .content-wrapper {
  padding: 0px 40px 0 40px;
}
body.blog-archive-layout-style2 .blog-archive article.post .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.post .entry-meta.author-style {
  padding-left: 0;
  padding-right: 0;
}
.paginator {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
}
.paginator .page-nav {
  position: absolute;
  width: 100%;
  top: 0;
  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-links {
  position: relative;
  text-align: center;
  margin: 0 100px;
  z-index: 1;
}
.paginator .page-links a {
  display: inline-block;
  padding: 6px 8px;
  color: #000;
}
.paginator .page-links a.act,
.paginator .page-links a:hover {
  font-weight: bold;
}
.arrow-holder .head-line-arrow {
  width: 26px;
  height: 26px;
  line-height: 15px;
}
.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;
  padding-top: 100px;
  padding-bottom: 140px;
}
.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;
}
.single_post-title.with-background .entry-description {
  color: rgba(255,255,255,0.9);
}
.single_post-title .container {
  position: relative;
}
.single_post-title .entry-title {
  margin-top: 24px;
  margin-bottom: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.single_post-title .entry-title .page-t-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.single_post-title .entry-description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.single_post-title .comments-link {
  margin-left: 16px;
}
.single_post-title .comments-link a {
  color: #000;
}
body.single-post .single_post-title_area {
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 430px;
}
body.single-post .single_post-title_area.title_area_half {
  min-height: 300px;
  height: 50vh;
}
body.single-post .single_post-title_area.title_area_full {
  height: 100vh;
}
body.single-post .single_post-title {
  padding-bottom: 80px;
}
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: 35px;
}
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: 23px;
}
.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 li.pingback .comment-info {
  padding-left: 0;
}
.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 {
  text-align: center;
}
body.blog-masonry-align-center .blog-archive .grid-item .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;
}
ol,
ul,
dt,
dd,
.rssSummary {
  line-height: 1.5;
}
/*--------------------------------------------------------------
* 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-desc-wrap,
.section-portfolio .gallery-item-desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section-project .gallery-item-desc-wrap:before,
.section-portfolio .gallery-item-desc-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);
}
#section-project .gallery-item-desc-wrap:before,
.section-portfolio .gallery-item-desc-wrap:before {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#section-project .gallery-item-container:hover .gallery-item-desc-wrap:before,
.section-portfolio .gallery-item-container:hover .gallery-item-desc-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 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#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 {
  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.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 {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
#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-item-desc-wrap,
.section-portfolio.hover1.behavior-from_left .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.5s 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s 0s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s 0s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s 0s;
}
#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-item-desc-wrap,
.section-portfolio.hover1.behavior-from_left .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_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) 0.1s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, 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.15s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, 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) 0.1s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, 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.15s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, 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) 0.1s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, 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.15s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, 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) 0.1s, opacity 0.5s 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, opacity 0.5s 0.2s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, 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.15s, opacity 0.5s 0.25s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.5s 0.25s;
}
#section-project.hover2 .gallery-bg,
.section-portfolio.hover2 .gallery-bg {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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,
.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 {
  -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.hover3 .gallery-item-desc-inner,
.section-portfolio.hover3 .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 .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover3 .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 {
  -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-desc-inner,
.section-portfolio.hover4 .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 .gallery-item-container:hover .gallery-bg,
.section-portfolio.hover4 .gallery-item-container:hover .gallery-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);
}
#section-project.hover4 .gallery-item-container:hover .gallery-item-desc-inner,
.section-portfolio.hover4 .gallery-item-container:hover .gallery-item-desc-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
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-project-container[data-navigation="nav1"] .isoArrow:before {
  border: 2px solid rgba(0,0,0,0.3);
}
body.fullscreen-scheme-dark #fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg polygon {
  fill: #000;
}
body.fullscreen-scheme-dark #fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg.circle path {
  stroke: #000;
}
body.fullscreen-scheme-dark #fullscreen-project-container[data-navigation="nav2"] .isoArrow .rsArrowIcn svg path {
  fill: #000;
}
body.fullscreen-scheme-dark #fullscreen-project-container[data-navigation="nav3"] .isoArrow.isoArrowLeft {
  cursor: url("../images/arrow-left-light.svg"), auto;
}
body.fullscreen-scheme-dark #fullscreen-project-container[data-navigation="nav3"] .isoArrow.isoArrowRight {
  cursor: url("../images/arrow-right-light.svg"), auto;
}
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-project-container[data-navigation="nav1"] .isoArrow:before {
  border: 2px solid rgba(255,255,255,0.3);
}
body.fullscreen-scheme-light #fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg polygon {
  fill: #fff;
}
body.fullscreen-scheme-light #fullscreen-project-container[data-navigation="nav1"] .isoArrow .rsArrowIcn svg.circle path {
  stroke: #fff;
}
body.fullscreen-scheme-light #fullscreen-project-container[data-navigation="nav2"] .isoArrow .rsArrowIcn svg path {
  fill: #fff;
}
body.fullscreen-scheme-light #fullscreen-project-container[data-navigation="nav3"] .isoArrow.isoArrowLeft {
  cursor: url("../images/arrow-left-dark.svg"), auto;
}
body.fullscreen-scheme-light #fullscreen-project-container[data-navigation="nav3"] .isoArrow.isoArrowRight {
  cursor: url("../images/arrow-right-dark.svg"), auto;
}
#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;
}
#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;
}
.js-iso .fullscreen-item-desc {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.js-iso.slider-loaded .fullscreen-item-desc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#fullscreen-project-container {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#fullscreen-project-container.slider-loaded {
  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,
body.page-template-template-project-fullscreen .header-spacing,
body.page-template-template-project-flow .bottom-spacing,
body.page-template-template-project-fullscreen .bottom-spacing {
  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;
}
.slider-loaded #fullscreen-project[data-slidertransition="slide2"] .rsSlide,
.slider-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;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slider-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;
}
.slider-loaded .rsArrow,
.slider-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;
}
/*--------------------------------------------------------------
* 8 Row
==============================================================*/
.row_section > .wpb_row {
  margin-left: -30px;
  margin-right: -30px;
  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 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .row_section:last-child > .wpb_row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .row_section:last-child > .wpb_row {
    margin-bottom: 30px;
  }
}
.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%;
}
.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 {
  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,
.wpb_column[data-csd-animation] > .vc_column-inner > .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 > * {
  margin-top: 15px;
}
.vc_row .vc_column_gutter_30 > .vc_column-inner > .wpb_wrapper > * {
  margin-top: 30px;
}
.vc_row .vc_column_gutter_45 > .vc_column-inner > .wpb_wrapper > * {
  margin-top: 45px;
}
.vc_row .vc_column_gutter_60 > .vc_column-inner > .wpb_wrapper > * {
  margin-top: 60px;
}
.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_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_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%;
}
.vc_row.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 {
  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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 > .vc_column-inner,
.wpb_row.vc_inner > .wpb_column {
  -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;
}
/*--------------------------------------------------------------
* 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 > .vc_column-inner:hover {
  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: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vc_column_link {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .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: 992px) {
  .wpb_column[data-mobile-hide-border="sm"] div[class*=vc_custom_] {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}
.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.text-color-dark p {
  color: #000;
}
.rdy-video-lightbox.text-color-light p {
  color: #fff;
}
.rdy-video-lightbox.play_button {
  display: inline-block;
}
.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 {
  background: #fff !important;
}
.rdy-video-lightbox.color-light.layout3 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 {
  background: #000;
}
.rdy-video-lightbox.layout3 svg {
  margin: 0;
}
.rdy-video-lightbox.layout3 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);
}
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;
  }
}
/*--------------------------------------------------------------
* 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;
}
@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;
  }
}
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.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-owl-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_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.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_separator.cross.color-white {
  background: url("../images/separator/cross_white.svg") repeat-x center;
}
@media screen and (min-width: 992px) {
  .rdy_separator.animate {
    width: 0;
  }
  .rdy_separator.animate.rdy_sep_vertical {
    height: 0;
  }
}
.rdy_separator.animate1.start-animation {
  -webkit-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.animate2.start-animation {
  -webkit-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.rdy_sep_vertical.animate1.start-animation {
  -webkit-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.rdy_separator.rdy_sep_vertical.animate2.start-animation {
  -webkit-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@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;
  }
}
.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: 12px 0 0 0;
}
.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 25px auto;
  display: block;
  height: 1px;
  max-width: 60px;
}
.rdy_counter_holder .rdy_separator.vc_sep_pos_align_left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rdy_counter_holder .rdy_separator.vc_sep_pos_align_right {
  margin-left: auto !important;
  margin-right: 0 !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;
}
.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;
  padding: 0;
}
.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 {
  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 {
  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;
  list-style: none;
}
.rdy_latest_post ul li {
  padding: 0;
}
.rdy_latest_post .post_infos {
  display: block;
  margin-bottom: 10px;
}
.rdy_latest_post .read-more {
  display: block;
}
.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;
}
.post-share-buttons {
  text-align: right;
}
.post-share-buttons a {
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #000;
}
.post-share-buttons 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-buttons 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-buttons a svg {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.post-share-buttons a svg path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  stroke: #000;
}
.post-share-buttons a:before {
  position: relative;
  z-index: 2;
}
.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.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_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 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.use_ul_hover .rdy_share-text span {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.rdy_share.use_ul_hover .rdy_share-text:hover span {
  border-bottom-width: 2px;
  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;
}
.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;
}
.rdy_share .rdy_share-text {
  margin-right: 8px;
}
@media screen and (max-width: 782px) {
  .rdy_share-text {
    display: block;
    float: left;
    clear: both;
    margin: 0 !important;
  }
}
@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;
}
.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 > p {
  margin-bottom: 15px !important;
}
.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form 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 #ccc;
  padding: 20px 0px;
  margin-top: 10px;
  font-size: 16px;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
  color: #7f7f7f;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 16px 10px;
  border: 1px solid #c6c6c8;
  font-size: 14px;
  border-radius: 0;
  outline: 0;
}
.wpcf7-submit:hover {
  background-color: #000;
}
input.wpcf7-submit[type="submit"] {
  background-color: rgba(0,153,229,0.8);
  color: #fff;
}
input.wpcf7-submit[type="submit"] {
  border-radius: 4px;
  padding: 14px 22px;
  background-color: #000;
  border: 0;
  color: #fff;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, opacity 0.2s linear;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.wpcf7-form 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 #ccc;
  margin-top: 10px;
  font-size: 16px;
}
.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;
}
.wpcf7-form textarea {
  padding: 16px 10px;
}
.wpcf7-form div.action-form-input {
  position: relative;
}
.wpcf7-form > p {
  margin-bottom: 30px !important;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
}
.wpcf7-form .action-form-input.filled label {
  font-size: 0.8rem;
  color: #808080;
  top: -0.5rem;
}
.wpcf7-form 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 input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form 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 .wpcf7-form-control-wrap select,
.wpcf7-form .wpcf7-form-control-wrap input:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  color: #333;
}
.wpcf7-form label:hover .helper {
  color: #f00;
}
.wpcf7-form .wpcf7-form-control-wrap:not(.random-capital-quiz) + 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 .wpcf7-form-control-wrap.random-capital-quiz input {
  border-bottom: 1px solid #ccc;
}
.wpcf7-form .action-form-input.filled::after {
  width: 100%;
  left: 0;
}
.wpcf7-form .action-form-input:after,
.wpcf7-form .action-form-input:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  border-bottom: 1px solid #e0e0e0;
}
.wpcf7-form .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 .action-form-input:after,
.wpcf7-form .action-form-input:before {
  border-color: #ccc !important;
}
/*--------------------------------------------------------------
* 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.page-template-template-project-fullscreen #mobile-header {
    position: absolute;
  }
  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: 22px;
  }
  #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;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  #mobile-menu .mobile-text {
    width: 50%;
  }
}
@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.post .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;
  }
  .comments-area .comment-list .children {
    margin-left: 20px;
  }
}
@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;
  }
}
