/*--------------------------------------------------------------------
[Table of contents]

1. General Styling
2. Header
3. Footer
4. Blog
5. Portfolio
6. Pagination
7. Search and 404 Error Page
8. Widgets
9. Shortcodes
10. WooCommerce
11. Media Query CSS
12. Elements Styling
--------------------------------------------------------------------
*/
/* 
 * -------------------------------------------------------------------
 * General Styling
 * -------------------------------------------------------------------
 */
 
html {
  -webkit-text-size-adjust: 100%;
  /* Disable font size change on portrait/landscape */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  min-width: 1400px !important;
  background-color: #fff !important;
}
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body,
div,
p,
span,
header,
footer,
nav,
aside,
i,
a,
blockquote,
section,
article,
hgroup,
menu,
figure,
figcaption,
details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong,
b {
  font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.light {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.semibold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.normalcase {
  text-transform: none !important;
}
.fullwidth {
  display: block;
  width: 100%;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.valigntop {
  vertical-align: top;
}
.valignmiddle {
  vertical-align: middle;
}
.valignbottom {
  vertical-align: bottom;
}
@-webkit-keyframes polar_grid_fadeinup {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes polar_grid_fadeinup {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes polar_grid_fadeinup {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes polar-post-link-arrow-animation {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}



hr {
  border: 0;
  margin: 0;
  border-style: solid;
  border-width: 1px 0 0;
}
cite {
  font-style: italic;
}
cite:before {
  content: '-';
  margin: 0 3px;
}
dt {
  font-weight: bold;
}
address {
  font-style: italic;
}
abbr {
  border-bottom: 1px dotted;
}
big {
  font-size: larger;
}
em {
  font-style: italic;
}
pre {
  word-break: break-word;
}
pre,
code {
  padding: 10px;
  font-family: monospace;
}
kbd {
  padding: 3px 5px;
  font-family: monospace;
}
sub {
  font-size: smaller;
  vertical-align: bottom;
}
sup {
  font-size: smaller;
  vertical-align: top;
}
table {
  text-align: left;
}
thead {
  font-weight: bold;
}
tr {
  border-bottom: 1px solid;
}
th,
td {
  padding: 6px 15px 6px 0;
}
var {
  font-style: italic;
}
a,
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}
a,
input,
button {
  outline: 0;
}
input[type=text],
input[type=email],
input[type=number],
input[type=date],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  display: block;
  width: 100%;
  padding: 15px;
  outline: 0;
  border: 1px solid;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=date]:active,
input[type=url]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active {
  outline: 0;
}
blockquote {
  font-style: italic;
  margin: 35px 0;
  padding: 5% 10%;
  position: relative;
  z-index: 1;
}
blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}
blockquote:after {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
  content: "\7b";
  font-family: 'ElegantIcons';
  font-style: normal;
  speak: none;
  line-height: 1;
  z-index: -1;
}
.polar-bold-heading,
body div.pp_pic_holder .pp_description,
.polar-pagination-ajax-area:not(.polar-infinite-scroll) .loadmore-wrapper,
.polar-post .post-title,
.polar-post .post-link,
.polar-post.format-quote .quote-author,
.polar-post-comments .comment-form .comment-reply-title,
.polar-post-comments .comment-respond .comment-reply-title,
.portfolio-hover .title,
.polar-isotope-filter .filter,
.polar-filter-with-heading .polar-filter-heading .heading,
.polar-portfolio-post-nav-links a,
.crf-widget .widget-title,
.polar-widget-tweets .polar-tweet-container .date,
.polar-widget-tweets .view-all-tweets {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
.polar-wrapper .container {
  max-width: 100%;
}
body.polar-site-layout-boxed .polar-wrapper {
  width: 100%;
  margin: 0 auto;
}
.polar-slider-area {
  position: relative;
  z-index: 0;
}
.polar-content-container > .row.sidebar-left .col-content,
.polar-content-container > .row.sidebar-left .col-sidebar {
  float: right;
}
.polar-content {
  position: relative;
  padding: 20px 0 140px;
}
.polar-content.post-single {
  padding: 80px 0 120px;
}
.polar-content.portfolio-archive {
  padding: 90px 0 120px;
}
.polar-content.portfolio-single {
  padding: 115px 0 155px;
}
.polar-content.page-builder {
  padding: 0;
}
.polar-content.error-404-page {
  padding: 115px 15px 140px;
}
.polar-content.search {
  padding: 80px 0 100px;
}
.polar-content.woocommerce {
  padding: 70px 0 120px;
}
.polar-content.woocommerce.single {
  padding-top: 90px;
}
.polar-content .container {
  max-width: 100%;
}
.logo-wrapper {
  line-height: 1;
}
.polar-flexslider {
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar-flexslider ul {
  list-style: none;
  margin-left: 0;
}
.polar-flexslider li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.polar-flexslider .slides > li:first-child {
  display: block;
}
.polar-flexslider .flex-control-nav {
  bottom: 5px;
  z-index: 11;
}
.polar-flexslider .flex-control-paging li {
  padding-left: 0;
}
.polar-flexslider .flex-control-paging li:not(:last-child) {
  margin-right: 5px;
}
.polar-flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.polar-flexslider .flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 0.4);
}
.polar-flexslider .flex-direction-nav {
  position: static;
  list-style: none;
}
.polar-flexslider .flex-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 0;
}
.polar-flexslider .flex-direction-nav a:before {
  content: none;
}
.polar-flexslider .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.polar-flexslider .flex-control-thumbs {
  text-align: center;
}
.polar-flexslider .flex-control-thumbs li {
  display: inline-block;
  float: none;
  width: 100px;
  height: 70px;
  overflow: hidden;
}
.polar-flexslider .flex-control-thumbs li:first-child {
  padding-left: 0;
}
.polar-isotope-container {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.polar-isotope-container.loaded {
  height: auto;
  visibility: visible;
}
.polar-isotope-container .polar-isotope-item {
  opacity: 0;
  will-change: opacity;
}
.polar-isotope-container .polar-isotope-item.animated {
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.polar-isotope-container .polar-isotope-item.animation-done {
  opacity: 1;
}
body div.pp_pic_holder .ppt {
  height: 30px;
  margin: 0;
  opacity: 0 !important;
}
body div.pp_pic_holder .pp_top,
body div.pp_pic_holder .pp_bottom {
  display: none;
  height: 0 !important;
}
body div.pp_pic_holder .pp_content_container .pp_left,
body div.pp_pic_holder .pp_content_container .pp_right {
  padding: 0;
  background: 0;
}
body div.pp_pic_holder .pp_content_container .pp_content {
  margin: 0;
  background: 0;
}
body div.pp_pic_holder .pp_description {
  color: #fff;
  padding-top: 10px;
}
body div.pp_pic_holder .pp_arrow_previous,
body div.pp_pic_holder .pp_arrow_next {
  background: 0;
  position: fixed;
  text-indent: 0 !important;
  top: 50%;
  z-index: 1000001;
  margin-top: -10px;
  color: #ffffff;
  font-size: 40px;
  width: auto;
  height: auto;
}
body div.pp_pic_holder .pp_arrow_previous {
  left: 25px;
}
body div.pp_pic_holder .pp_arrow_next {
  right: 25px;
  left: auto;
}
body div.pp_pic_holder .pp_nav {
  position: absolute;
  top: auto;
  bottom: 3px;
}
body div.pp_pic_holder .pp_nav .currentTextHolder {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  left: 0;
  padding-left: 0;
  padding-bottom: 10px;
}
body div.pp_pic_holder .pp_close {
  background: 0;
  color: #fff;
  text-indent: 0 !important;
  font-size: 40px;
  top: auto;
  bottom: 1px;
  width: auto;
  height: auto;
}
.polar-pagination-ajax-area .loading-gif,
.polar-pagination-ajax-area .all-loaded {
  display: none;
}
.polar-pagination-ajax-area:not(.polar-infinite-scroll) {
  margin-top: 75px;
  text-align: center;
}
.polar-pagination-ajax-area:not(.polar-infinite-scroll) .loadmore-wrapper.loading .polar-loadmore {
  display: none;
}
.polar-pagination-ajax-area:not(.polar-infinite-scroll) .loadmore-wrapper.loading .loading-gif {
  display: inline;
}
.polar-pagination-ajax-area.polar-infinite-scroll {
  height: 5px;
  margin-top: -5px;
  overflow: hidden;
  opacity: 0;
}
.polar-content.onepage-scroll {
  margin-bottom: 0;
}
.polar-content.onepage-scroll .vc_row.slick-slide {
  overflow: hidden;
}
.polar-onepage-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}
.polar-onepage-dots li {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.4s ease-in, background-color 0.4s ease-in;
  -moz-transition: color 0.4s ease-in, background-color 0.4s ease-in;
  -o-transition: color 0.4s ease-in, background-color 0.4s ease-in;
  transition: color 0.4s ease-in, background-color 0.4s ease-in;
}
.polar-onepage-dots li:not(:last-child) {
  margin-bottom: 15px;
}
.polar-onepage-dots li.slick-active {
  background-color: #fff;
}
.polar-onepage-dots li button {
  display: none;
}
.polar-onepage-dots.light li {
  border-color: #000;
}
.polar-onepage-dots.light li.slick-active {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .polar-onepage-dots {
    display: none;
  }
}
.animated.short {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.animated.medium-short {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.wow {
  visibility: hidden;
}
body.polar-css3-animations-disabled .wow {
  visibility: visible;
}
.polar-content.multi-scroll {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.polar-content.multi-scroll.initialized {
  opacity: 1;
}
/* VC Frontend editor */
body.compose-mode .polar-content.multi-scroll {
  opacity: 1;
}
body.compose-mode .polar-content.multi-scroll > .vc_element > .vc_row.container,
body.compose-mode .polar-content.multi-scroll > .vc_element > .vc_row > .container {
  width: 100%;
  padding: 0;
}
body.compose-mode .polar-content.multi-scroll > .vc_element > .vc_row .polar-row {
  margin: 0;
}
body.compose-mode .polar-content.multi-scroll .polar-row > .vc_vc_column > .wpb_column {
  display: table;
  table-layout: fixed;
}
body.compose-mode .polar-content.multi-scroll .polar-row > .vc_vc_column > .wpb_column > .wpb_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.polar-content.multi-scroll .ms-section {
  padding-left: 15px;
  padding-right: 15px;
  table-layout: fixed;
}
.polar-content.multi-scroll .ms-left .ms-section {
  background-position: 100% 50%;
}
.polar-content.multi-scroll .ms-right .ms-section {
  background-position: 0 50%;
}
.polar-content.multi-scroll .ms-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  html.polar-multi-scroll,
  html.polar-multi-scroll body {
    overflow: visible !important;
    height: auto !important;
  }
  html.polar-multi-scroll #multiscroll-nav {
    display: none;
  }
  html.polar-multi-scroll .polar-content.multi-scroll {
    height: auto !important;
  }
  html.polar-multi-scroll .polar-content.multi-scroll .ms-mobile {
    display: block;
  }
  html.polar-multi-scroll .polar-content.multi-scroll .ms-left,
  html.polar-multi-scroll .polar-content.multi-scroll .ms-right {
    display: none;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    touch-action: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }
  html.polar-multi-scroll .polar-content.multi-scroll .ms-section {
    padding: 50px 15px !important;
  }
}
.polar-content.multi-scroll .vc_vc_column {
  padding-left: 0;
  padding-right: 0;
}
.polar-content.multi-scroll .vc_vc_column > .wpb_column {
  padding-left: 15px;
  padding-right: 15px;
}
.polar-body #multiscroll-nav.right {
  right: 40px;
}
.polar-body #multiscroll-nav li {
  width: 20px;
  height: 20px;
  margin: 0 0 15px;
}
.polar-body #multiscroll-nav li span {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 4px solid transparent;
  background-color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.polar-body #multiscroll-nav li .active span {
  border-color: #bfbfbf;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
/* 
 * -------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------
 */
header {
  position: relative;
}
header .logo-wrapper {
  white-space: nowrap;
}
header .logo-wrapper .logo-link {
  display: inline-block;
  position: relative;
}
header .logo-wrapper .logo {
  -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);
  opacity: 1;
  max-width: 100%;
  max-height: 96%;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header .logo-wrapper .logo.dark {
  opacity: 0;
}
header .logo-wrapper .logo:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
header .logo-wrapper .logo:first-child:last-child {
  opacity: 1 !important;
}
header .polar-main-menu-wrapper {
  position: relative;
  z-index: 1100;
}
header.dark .logo-wrapper .logo.light {
  opacity: 0;
}
header.dark .logo-wrapper .logo.dark {
  opacity: 1;
}
.header-layout1.stretched .container {
  padding: 0 54px 0 53px;
  width: 100%;
}
.header-layout1.transparent .title-area {
  display: none;
}
.header-layout1 .logo-wrapper {
  float: left;
}
.header-layout1 .logo-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.header-layout1 .logo-wrapper .logo-link {
  display: inline-block;
  vertical-align: middle;
}
.header-layout1 .main-menu-wrapper {
  float: right;
}
.header-layout2.transparent .title-area {
  display: none;
}
.header-layout2 .container {
  padding: 0 54px 0 53px;
  width: 100%;
  text-align: center;
}
.header-layout2 .logo-wrapper {
  position: absolute;
  left: 53px;
  top: 0;
}
.header-layout2 .logo-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.header-layout2 .logo-wrapper img.logo {
  display: inline-block;
  vertical-align: middle;
}
.header-layout2 .main-menu-wrapper {
  display: inline-block;
}
.header-layout2 .main-menu-wrapper > div {
  text-align: left;
}
.header-layout2 .menu-icons-wrapper {
  position: absolute;
  right: 54px;
  top: 0;
}
.header-layout3 .logo-area .logo-area-inner {
  display: table;
  width: 100%;
}
.header-layout3 .logo-area .left,
.header-layout3 .logo-area .center,
.header-layout3 .logo-area .right {
  display: table-cell;
  vertical-align: middle;
}
.header-layout3 .logo-area .left {
  text-align: left;
}
.header-layout3 .logo-area .center {
  text-align: center;
}
.header-layout3 .logo-area .right {
  text-align: right;
}
.header-layout3 .main-menu-area .main-menu-wrapper {
  text-align: center;
}
.header-layout3 .main-menu-area .main-menu-wrapper > div {
  text-align: left;
}
.polar-menu-bar-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.polar-menu-bar {
  display: inline-block;
  vertical-align: middle;
}
.polar-menu-bar ul,
.polar-menu-bar li {
  margin: 0;
  display: block;
}
.polar-menu-bar ul {
  list-style: none;
  padding-left: 0;
}
.polar-menu-bar ul.menu > li {
  display: block;
  float: left;
  text-transform: uppercase;
}
.polar-menu-bar ul.menu > li > a {
  display: block;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
}
.polar-menu-bar .menu-item {
  position: relative;
}
.polar-menu-bar .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.polar-menu-bar .menu-item a i {
  margin-right: 5px;
  width: 1.2em;
}
.polar-menu-bar .menu-icon {
  margin-left: 10px;
}
.polar-menu-bar .menu-icon + .menu-icon {
  margin-left: 0;
}
.polar-menu-bar .menu-icon > a {
  font-size: 24px;
  line-height: 41px !important;
  height: 41px !important;
}
.polar-menu-bar .menu-cart .cart-size-wrapper {
  position: relative;
}
.polar-menu-bar .menu-cart .cart-size-wrapper .cart-size {
  position: absolute;
  font-size: 12px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 999px;
  text-align: center;
  left: 50%;
  top: 50%;
  color: #fff;
}
.polar-menu-bar .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -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);
}
.polar-menu-bar .sub-menu {
  position: absolute;
  width: 300px;
  top: 100%;
  padding: 20px 0 17px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.polar-menu-bar .sub-menu li {
  display: block;
}
.polar-menu-bar .sub-menu:not(.polar-menu-cart) a {
  display: block;
  padding: 3px 25px;
  min-width: 150px;
}
.polar-menu-bar .sub-menu:not(.polar-menu-cart) a:not(:hover) {
  color: inherit;
}
.polar-menu-bar .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.polar-menu-bar .crf-megamenu-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  width: 1100px;
  margin-left: -550px;
  padding: 28px 5px 40px;
  display: table;
  table-layout: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -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);
}
.polar-menu-bar .crf-megamenu-column {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 0 30px;
}
.polar-menu-bar .crf-megamenu-column:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.045);
}
.polar-menu-bar .crf-megamenu-column > a {
  display: inline-block;
  margin-bottom: 12px;
}
.polar-menu-bar .megamenu-columns-2 .crf-megamenu-column {
  width: 50%;
}
.polar-menu-bar .megamenu-columns-2 .crf-megamenu-column:nth-child(n+3) {
  display: none;
}
.polar-menu-bar .megamenu-columns-3 .crf-megamenu-column {
  width: 33.3%;
}
.polar-menu-bar .megamenu-columns-3 .crf-megamenu-column:nth-child(n+4) {
  display: none;
}
.polar-menu-bar .megamenu-columns-4 .crf-megamenu-column {
  width: 25%;
}
.polar-menu-bar .megamenu-columns-4 .crf-megamenu-column:nth-child(n+5) {
  display: none;
}
.polar-menu-bar .crf-megamenu-sub-menu {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  max-width: 100%;
}
.polar-menu-bar .crf-megamenu-sub-menu > .menu-item > a {
  padding: 1px 0;
  text-transform: none;
  padding-right: 15px;
  display: inline-block;
  min-width: 75px;
  display: block;
}
.polar-menu-bar .sub-menu.level1,
.polar-menu-bar .crf-megamenu-wrapper {
  margin-top: 10px;
}
.polar-menu-bar .sub-menu.level1:before,
.polar-menu-bar .crf-megamenu-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: -10px;
  height: 10px;
  opacity: 0;
}
.polar-menu-bar ul.menu > .menu-item:hover > .crf-megamenu-wrapper {
  opacity: 1;
  visibility: visible;
}
.polar-menu-bar ul.menu > .menu-item:hover > .crf-megamenu-wrapper .crf-megamenu-sub-menu {
  visibility: visible;
}
header .topbar > .container {
  display: table;
}
header .topbar .left,
header .topbar .right {
  display: table-cell;
  vertical-align: middle;
}
header .topbar .left i {
  margin-right: 12px;
}
header .topbar .left i:not(:first-child) {
  margin-left: 25px;
}
header .topbar .right {
  text-align: right;
}
header .topbar .sep {
  border-left: 1px solid;
  font-size: 11px;
  vertical-align: middle;
}
header .topbar a:not(:hover) {
  color: inherit;
}
header .topbar i.ion-person {
  font-size: 16px;
  vertical-align: -5% !important;
}
.header-v1 {
  position: relative;
}
.header-v1 .main-menu-area-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-v2 .topbar .right .social-icon {
  margin-left: 16px;
}
.header-v2 .topbar .right a.login {
  margin-left: 6px;
  padding: 0;
}
.header-v2 .topbar .right i {
  vertical-align: -11%;
}
.header-v2 .topbar .sep {
  margin: 0 18px 0 19px;
}
.header-v2 > .container:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.header-v2 > .container:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.header-v2 .main-menu-area {
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}
.header-v3 {
  position: relative;
}
.header-v3 .main-menu-area-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-v3 .main-menu-area-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s, background-color 0.5s;
  -moz-transition: opacity 0.3s, background-color 0.5s;
  -o-transition: opacity 0.3s, background-color 0.5s;
  transition: opacity 0.3s, background-color 0.5s;
}
.header-v3 .main-menu-area-wrapper.sticky:before {
  opacity: 0;
}
.header-v4 {
  position: relative;
}
.header-v4 .main-menu-area-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-v4 .main-menu-bar {
  margin-top: 45px;
  display: table;
  width: 100%;
}
.header-v4 .bar-part {
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
}
.header-v4 .bar-part.space {
  width: 20px;
  padding: 0 !important;
}
.header-v4 .bar-part.background {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
}
.header-v4 .bar-part.icons {
  font-size: 24px;
  text-align: center;
  position: relative;
  width: 90px;
}
.header-v4 ul.menu > li {
  display: table;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header-v4 ul.menu > li > a {
  display: table-cell;
  vertical-align: middle;
}
.header-v4 ul.menu > li > .sub-menu {
  left: 0;
  top: 100%;
  margin-top: 0;
}
.header-v4 ul.menu > li > .crf-megamenu-wrapper {
  top: 100%;
  margin-top: 0;
}
.header-v4 ul.menu > li:hover > a {
  color: #fff;
}
.header-v4 .polar-sticky-menu {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.header-v4 .sticky .main-menu-bar {
  margin-top: 0;
}
.header-v4 .sticky .polar-search-form {
  margin-top: 20px;
}
.header-v4 .sticky .bar-part.background {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-v5 {
  position: relative;
}
.header-v5 .main-menu-area-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-v6 .topbar .container {
  display: block;
}
.header-v6 .topbar .topbar-inner {
  display: table;
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px;
  height: 100%;
}
.header-v6 .topbar .sep {
  margin: 0 14px 0 12px;
}
.header-v6 .topbar .ion-person {
  margin-right: 7px;
}
.header-v6 .topbar .lrsep {
  margin: 0 4px;
}
.header-v6 .topbar i.drop-mark {
  margin: 0 0 0 7px !important;
}
.header-v6 .topbar .ion-android-cart {
  font-size: 16px;
  vertical-align: -5%;
  margin-right: 7px;
}
.header-v6 .topbar .cart-icon {
  position: relative;
}
.header-v6 .topbar .cart-icon .polar-cart-quantity {
  position: absolute;
  left: 6px;
  top: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  text-align: center;
  color: #fff;
  background-color: #cc0000;
  border-radius: 999px;
  z-index: 1010;
}
.header-v6 .topbar .polar-topbar-dropdown {
  position: relative;
}
.header-v6 .topbar .polar-topbar-dropdown .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 70px;
  z-index: 1011;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-v6 .topbar .polar-topbar-dropdown .dropdown.opened {
  visibility: visible;
  opacity: 1;
}
.header-v6 .topbar .polar-topbar-dropdown .dropdown .item {
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}
.header-v6 .topbar .polar-topbar-dropdown .dropdown .item:not(:last-child) {
  border-width: 0 0 1px;
  border-style: solid;
}
.header-v6 .logo-area .logo-area-inner {
  border-style: solid;
  border-width: 0 0 1px;
}
.header-v6 .logo-area .left,
.header-v6 .logo-area .right {
  max-width: 23%;
  min-width: 23%;
  width: 23%;
}
.header-v6 .logo-area .search-form {
  display: table;
  width: 100%;
  border-width: 0 0 1px;
  border-style: solid;
}
.header-v6 .logo-area .search-form input {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.header-v6 .logo-area .search-form input::-webkit-input-placeholder {
  font-style: italic;
  color: inherit;
}
.header-v6 .logo-area .search-form input:-moz-placeholder {
  font-style: italic;
  color: inherit;
}
.header-v6 .logo-area .search-form input::-moz-placeholder {
  font-style: italic;
  color: inherit;
}
.header-v6 .logo-area .search-form input:-ms-input-placeholder {
  font-style: italic;
  color: inherit;
}
.header-v6 .logo-area .search-form .input-wrapper,
.header-v6 .logo-area .search-form .submit-button {
  display: table-cell;
  vertical-align: middle;
}
.header-v6 .logo-area .search-form .input-wrapper {
  width: 100%;
}
.header-v6 .logo-area .search-form .submit-button {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  font-size: 20px;
  height: 25px;
  padding: 0 0 2px 10px;
}
.header-v6 .logo-area .search-form .submit-button:hover {
  opacity: 0.8;
}
.header-v6 .logo-area .social-icons .text {
  text-transform: uppercase;
  white-space: nowrap;
}
.header-v6 .logo-area .social-icons a {
  margin-left: 14px;
}
.header-v6 .main-menu-area .polar-menu-bar ul.menu > li > a {
  letter-spacing: 0;
}
.header-v6 .polar-sticky-menu .main-menu-wrapper {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.polar-header-v7-border-color,
.header-v7 .search-form-block .search-form,
.polar-vertical-menu ul.menu .menu-item a span {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-v7 .polar-main-menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  -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);
}
.header-v7 .scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.header-v7 .inner-wrapper {
  padding: 6.66vh 55px 0;
}
.header-v7 .margin-block {
  min-height: 40px;
}
.header-v7 .margin-block.below-logo {
  height: 12.5vh;
}
.header-v7 .margin-block.below-menu {
  height: 8.7vh;
}
.header-v7 .margin-block.below-search {
  height: 6.15vh;
}
.header-v7 .margin-block.below-cart {
  height: 5.4vh;
}
.header-v7 .margin-block.below-social {
  height: 3.7vh;
}
.header-v7 .logo-wrapper {
  text-align: center;
}
.header-v7 .polar-vertical-menu-wrapper {
  margin: 0 -55px;
}
.header-v7 .search-form-block .search-form {
  display: table;
  width: 100%;
  border-width: 0 0 1px;
  border-style: solid;
}
.header-v7 .search-form-block .search-form input {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
}
.header-v7 .search-form-block .search-form input::-webkit-input-placeholder {
  font-style: italic;
}
.header-v7 .search-form-block .search-form input:-moz-placeholder {
  font-style: italic;
}
.header-v7 .search-form-block .search-form input::-moz-placeholder {
  font-style: italic;
}
.header-v7 .search-form-block .search-form input:-ms-input-placeholder {
  font-style: italic;
}
.header-v7 .search-form-block .search-form .input-wrapper,
.header-v7 .search-form-block .search-form .submit-button {
  display: table-cell;
  vertical-align: middle;
}
.header-v7 .search-form-block .search-form .input-wrapper {
  width: 100%;
}
.header-v7 .search-form-block .search-form .submit-button {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  font-size: 20px;
  height: 45px;
  padding: 0 0 2px 10px;
}
.header-v7 .search-form-block .search-form .submit-button:hover {
  opacity: 0.8;
}
.header-v7 .cart-block i.ion-bag {
  font-size: 24px;
  margin-right: 15px;
}
.header-v7 .cart-block a {
  display: block;
  position: relative;
  width: 100%;
}
.header-v7 .cart-block a i.ion-bag {
  position: absolute;
}
.header-v7 .cart-block a .cart-info-wrapper {
  display: table;
  margin-left: 35px;
  padding-top: 12px;
  -lh-property: 0;
width:-webkit-calc(100% - 35px);
width:-moz-calc(100% - 35px);
width:calc(100% - 35px);
;
}
.header-v7 .cart-block a .cart-info-wrapper .cart-info,
.header-v7 .cart-block a .cart-info-wrapper:after {
  display: table-cell;
  vertical-align: middle;
}
.header-v7 .cart-block a .cart-info-wrapper:after {
  font-family: "Ionicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\f3d1";
  font-size: 18px;
}
.header-v7 .social-icons-block {
  font-size: 18px;
  word-break: break-word;
  margin-right: -18px;
  text-align: center;
}
.header-v7 .social-icons-block a {
  margin-right: 18px;
}
@media screen and (min-width: 992px) {
  body.admin-bar .header-v7 {
    top: 32px;
  }
}
.polar-vertical-menu ul,
.polar-vertical-menu li {
  display: block;
}
.polar-vertical-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.polar-vertical-menu .menu-item > a {
  display: block;
}
.polar-vertical-menu ul.menu .menu-item {
  display: block;
}
.polar-vertical-menu ul.menu .menu-item a {
  padding: 0 55px;
  display: block;
}
.polar-vertical-menu ul.menu .menu-item a span {
  display: table;
  width: 100%;
  padding: 10px 0 11px;
  border-width: 0;
  border-style: solid;
}
.polar-vertical-menu ul.menu .menu-item a i {
  margin-right: 8px;
  width: 1.2em;
}
.polar-vertical-menu ul.menu .menu-item:not(:first-child) > a span {
  border-top-width: 1px;
  padding-top: 9px;
}
.polar-vertical-menu ul.menu .menu-item:last-child > a span {
  border-bottom-width: 1px;
  padding-bottom: 10px;
}
.polar-vertical-menu ul.menu .menu-item.menu-item-has-children > a > span:after {
  font-family: "Ionicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\f3d1";
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
  width: 10px;
  text-align: right;
}
.polar-vertical-menu ul.menu > .menu-item,
.polar-vertical-menu ul.menu .sub-menu.level1 > .menu-item {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.polar-vertical-menu ul.menu .sub-menu.level1 .sub-menu {
  text-transform: none;
}
.polar-vertical-menu ul.menu .sub-menu.level1 .sub-menu .menu-item span {
  border-style: dashed;
}
.polar-vertical-menu .sub-menu-wrapper {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.polar-vertical-menu .sub-menu-wrapper:before {
  display: inline-block;
  content: '';
  height: 95%;
  vertical-align: middle;
}
.polar-vertical-menu .sub-menu-wrapper .sub-menu {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.polar-vertical-menu .sub-menu-wrapper .sub-menu.level1 > .menu-item:hover > a > span,
.polar-vertical-menu .sub-menu-wrapper .sub-menu.level2 > .menu-item:hover > a > span {
  border-color: transparent !important;
}
.polar-vertical-menu .sub-menu-wrapper .sub-menu.level1 > .menu-item:hover + .menu-item > a > span,
.polar-vertical-menu .sub-menu-wrapper .sub-menu.level2 > .menu-item:hover + .menu-item > a > span {
  border-top-color: transparent !important;
}
.polar-vertical-menu .menu-item:hover > .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.header-v8 .main-menu-area-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-v8 .vertical-menu-toggle {
  font-size: 48px;
  display: table;
  height: 100%;
}
.header-v8 .vertical-menu-toggle i {
  display: table-cell;
  vertical-align: middle;
}
.header-v8 .polar-fullscreen-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-v8 .polar-fullscreen-nav.opened {
  opacity: 1;
  visibility: visible;
}
.header-v8 .polar-fullscreen-nav:before {
  z-index: 3000;
  opacity: 0.94;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-v8 .blocks-container {
  left: 0;
  top: 0;
  width: 430px;
  height: 100%;
  position: absolute;
  z-index: 3010;
}
.header-v8 .blocks-container .block.logo {
  padding: 100px 55px 30px 110px;
}
.header-v8 .blocks-container .block.menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 200px;
  bottom: 200px;
}
.header-v8 .blocks-container .block.social {
  padding: 30px 55px 50px 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.header-v8 .blocks-container .logo-wrapper {
  height: auto !important;
  float: none;
}
.header-v8 .polar-vertical-menu-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.header-v8 .polar-vertical-menu {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.header-v8 .polar-vertical-menu .sub-menu-wrapper {
  background-color: transparent !important;
  min-width: 280px;
  width: auto !important;
}
.header-v8 .polar-vertical-menu .sub-menu a {
  white-space: nowrap;
}
.header-v8 .polar-vertical-menu ul.menu > li > a {
  padding: 0 55px 0 110px !important;
}
.header-v8 .polar-vertical-menu ul.menu > li > a:hover {
  font-weight: inherit !important;
}
.header-v8 .polar-vertical-menu ul.menu > li:last-child > a span {
  border-bottom: 0;
}
.header-v8 .social-icons-block {
  font-size: 18px;
  word-break: break-word;
  margin-right: -18px;
}
.header-v8 .social-icons-block a:not(:last-child) {
  margin-right: 18px;
}
.header-v8 .vertical-menu-close {
  position: absolute;
  display: block;
  top: 90px;
  right: 60px;
  font-size: 48px;
  width: 1em;
  line-height: 1;
  z-index: 3020;
}
.polar-sticky-space {
  width: 100%;
}
.polar-sticky-space.space-hidden {
  position: absolute;
  top: -9999px;
}
header .polar-sticky-menu {
  -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);
}
header .polar-sticky-menu.sticky {
  margin-top: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 2001;
}
header .polar-sticky-menu.sticky .logo-wrapper .logo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header .polar-sticky-menu.sticky .logo-wrapper .logo.light {
  opacity: 1;
}
header .polar-sticky-menu.sticky .logo-wrapper .logo:not(.light) {
  opacity: 0;
}
header .polar-sticky-menu.dark.sticky .logo-wrapper .logo.light {
  opacity: 0;
}
header .polar-sticky-menu.dark.sticky .logo-wrapper .logo:not(.light) {
  opacity: 1;
}
body.admin-bar header .polar-sticky-menu.sticky {
  top: 32px;
}
header .title-area {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
header .title-area-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  z-index: -1;
}
header .title-area-content-wrapper {
  display: table;
  width: 100%;
}
header .title-area-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}
header .title-area-content .page-title {
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 18px;
}
header .title-area-content .crf-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .title-area-content .crf-breadcrumbs li {
  display: inline-block;
}
header .title-area-content .crf-breadcrumbs li:not(:last-child):after {
  content: '/';
  padding: 0 5px;
}
.polar-mobile-header {
  display: none;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  z-index: 1001;
}
.polar-mobile-header .padding-wrapper {
  padding: 0 30px;
  position: fixed;
  top: -20px;
}
.polar-mobile-header .control-bar-bg {
  height: 66px;
}
.polar-mobile-header .control-bar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
.polar-mobile-header .control-bar {
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
}
.polar-mobile-header .search-box-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.polar-mobile-header .search-box-wrapper.opened {
  opacity: 1;
  visibility: visible;
}
.polar-mobile-header .search-box-wrapper .search-form {
  display: block;
  height: 100%;
  margin-right: 42px;
}
.polar-mobile-header .search-box-wrapper .search-form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}
.polar-mobile-header .search-box-wrapper .search-close-wrapper {
  position: absolute;
  right: 0;
  top: 10px;
  width: 42px;
  height: 46px;
  text-align: right;
  overflow: hidden;
}
.polar-mobile-header .search-box-wrapper .search-box-close-link {
  font-size: 34px;
  line-height: 51px;
  text-align: center;
}
.polar-mobile-header .control-icons {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.polar-mobile-header .control-icons .left,
.polar-mobile-header .control-icons .right,
.polar-mobile-header .control-icons .center {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
}
.polar-mobile-header .control-icons .left {
  text-align: right;
}
.polar-mobile-header .control-icons .center {
  text-align: center;
  display: none;
}
.polar-mobile-header .control-icons .right {
  text-align: right;
  display: none;
}
.polar-mobile-header .control-icons {
  line-height: 1;
  font-size: 0;
}
.polar-mobile-header .control-icons a {
  display: inline-block;
}
.polar-mobile-header .control-icons i:before {
  line-height: 50px;
}
.polar-mobile-header .control-icons .menu-toggle {
  font-size: 42px;
  margin-top: 2px;
}
.polar-mobile-header .control-icons .cart-link-icon {
  font-size: 34px;
  position: relative;
}
.polar-mobile-header .control-icons .cart-link-icon .cart-size {
  position: absolute;
  left: 21px;
  top: 27px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  border-radius: 999px;
  color: #fff;
}
.polar-mobile-header .control-icons .search-toggle {
  font-size: 32px;
  margin-top: 2px;
}
.polar-mobile-header .logo-area {
  /*height: 112px;*/
  text-align: left;
}
.polar-mobile-header .logo-area:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.polar-mobile-header .logo-area .logo-wrapper {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}
.polar-mobile-header .mobile-menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2001;
}
.polar-mobile-header .mobile-menu-bg.opened {
  display: block;
}
.polar-mobile-header .mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 310px;
  max-width: 95%;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2100;
  -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: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.polar-mobile-header .mobile-menu.opened {
  -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);
}
.polar-mobile-header .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.polar-mobile-header .mobile-menu a {
  text-transform: uppercase;
  display: block;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.polar-mobile-header .mobile-menu ul.menu a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.polar-mobile-header .mobile-menu ul.menu a .item-content,
.polar-mobile-header .mobile-menu ul.menu a .chevron {
  display: table-cell;
  vertical-align: middle;
}
.polar-mobile-header .mobile-menu ul.menu a .item-content i {
  width: 1.2em;
}
.polar-mobile-header .mobile-menu ul.menu a .chevron {
  text-align: center;
  width: 24px;
  font-size: 14px;
}
.polar-mobile-header .mobile-menu li:not(.menu-item-has-children) > a .chevron {
  display: none;
}
.polar-mobile-header .mobile-menu li.active {
  /*& > .sub-menu {
				display: block;
			}*/
}
.polar-mobile-header .mobile-menu li.active > a .chevron i:before {
  content: '\33';
}
.polar-mobile-header .mobile-menu .crf-mbmnu-indent {
  width: 12px;
  display: inline-block;
}
.polar-mobile-header .mobile-menu .topbar {
  height: 45px;
}
.polar-mobile-header .mobile-menu .mobile-menu-close {
  width: 45px;
  height: 45px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.polar-mobile-header .mobile-menu .sub-menu {
  display: none;
}
.polar-mobile-header .mobile-menu ul.menu > li > a {
  padding: 8px 10px 8px 15px;
  font-weight: bold;
}
.polar-mobile-header .mobile-menu ul.sub-menu a {
  padding: 5px 10px 5px 15px;
}
.polar-search-form {
  position: absolute;
  display: table;
  table-layout: fixed;
  right: 0;
  top: 100%;
  margin-top: 20px;
  width: 500px;
  height: 60px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -o-transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
}
.polar-search-form.opened {
  opacity: 1;
  visibility: visible;
  -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);
}
.polar-search-form form,
.polar-search-form a {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.polar-search-form input {
  border: 0;
  padding: 0 25px;
  display: block;
  width: 100%;
  height: 100%;
  background: 0;
}
.polar-search-form a {
  width: 55px;
  text-align: center;
  font-size: 24px;
}
.sticky .polar-search-form {
  margin-top: 40px;
}
/* 
 * -------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------
 */
footer a {
  color: inherit;
}
footer .bottom-bar > .container {
  position: relative;
}
footer .bottom-bar .totop {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  border: 2px solid;
  border-color: #666;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
footer .bottom-bar .totop:hover {
  opacity: 0.6;
}
footer .polar-footer-4col-layout-fix {
  display: none;
}
footer input[type=color],
footer input[type=date],
footer input[type=email],
footer input[type=number],
footer input[type=password],
footer input[type=range],
footer input[type=search],
footer input[type=tel],
footer input[type=text],
footer input[type=time],
footer input[type=url],
footer input[type=week] {
  border: 0;
  color: inherit;
}
footer input[type=color]::-webkit-input-placeholder,
footer input[type=date]::-webkit-input-placeholder,
footer input[type=email]::-webkit-input-placeholder,
footer input[type=number]::-webkit-input-placeholder,
footer input[type=password]::-webkit-input-placeholder,
footer input[type=range]::-webkit-input-placeholder,
footer input[type=search]::-webkit-input-placeholder,
footer input[type=tel]::-webkit-input-placeholder,
footer input[type=text]::-webkit-input-placeholder,
footer input[type=time]::-webkit-input-placeholder,
footer input[type=url]::-webkit-input-placeholder,
footer input[type=week]::-webkit-input-placeholder {
  font-style: italic;
}
footer input[type=color]:-moz-placeholder,
footer input[type=date]:-moz-placeholder,
footer input[type=email]:-moz-placeholder,
footer input[type=number]:-moz-placeholder,
footer input[type=password]:-moz-placeholder,
footer input[type=range]:-moz-placeholder,
footer input[type=search]:-moz-placeholder,
footer input[type=tel]:-moz-placeholder,
footer input[type=text]:-moz-placeholder,
footer input[type=time]:-moz-placeholder,
footer input[type=url]:-moz-placeholder,
footer input[type=week]:-moz-placeholder {
  font-style: italic;
}
footer input[type=color]::-moz-placeholder,
footer input[type=date]::-moz-placeholder,
footer input[type=email]::-moz-placeholder,
footer input[type=number]::-moz-placeholder,
footer input[type=password]::-moz-placeholder,
footer input[type=range]::-moz-placeholder,
footer input[type=search]::-moz-placeholder,
footer input[type=tel]::-moz-placeholder,
footer input[type=text]::-moz-placeholder,
footer input[type=time]::-moz-placeholder,
footer input[type=url]::-moz-placeholder,
footer input[type=week]::-moz-placeholder {
  font-style: italic;
}
footer input[type=color]:-ms-input-placeholder,
footer input[type=date]:-ms-input-placeholder,
footer input[type=email]:-ms-input-placeholder,
footer input[type=number]:-ms-input-placeholder,
footer input[type=password]:-ms-input-placeholder,
footer input[type=range]:-ms-input-placeholder,
footer input[type=search]:-ms-input-placeholder,
footer input[type=tel]:-ms-input-placeholder,
footer input[type=text]:-ms-input-placeholder,
footer input[type=time]:-ms-input-placeholder,
footer input[type=url]:-ms-input-placeholder,
footer input[type=week]:-ms-input-placeholder {
  font-style: italic;
}
/* 
 * -------------------------------------------------------------------
 * Blog
 * -------------------------------------------------------------------
 */
.polar-post .featured-media {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.polar-post .featured-media > .featured-image {
  display: block;
  width: 100%;
  height: auto;
}
.polar-post .featured-media.fixed-ratio {
  padding-top: 56.25%;
}
.polar-post .featured-media iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.polar-post .post-title {
  margin-bottom: 9px;
}
.polar-post .post-meta {
  padding-left: 0;
  margin: 0 0 15px;
}
.polar-post .post-meta li {
  list-style: none;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.polar-post .post-meta li:not(:last-child) {
  padding-right: 7px;
}
.polar-post .post-meta li:not(:last-child):after {
  content: '|';
  margin-left: 7px;
}
.polar-post .post-meta li.categories {
  line-height: inherit;
  white-space: normal;
}
.polar-post .post-meta a {
  font-weight: bold;
}
.polar-post .post-link-wrapper {
  margin-top: 23px;
}
.polar-post .post-link:hover .readmore-arrow {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.polar-post .post-link .readmore-arrow {
  font-size: 17px;
  margin-left: 7px;
  vertical-align: -15%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  display: inline-block;
}
.polar-post.format-quote .quote-post-outer {
  padding: 18px;
}
.polar-post.format-quote .quote-post-inner {
  padding: 8.8% 12.8%;
  position: relative;
  z-index: 2;
}
.polar-post.format-quote .quote-post-inner:after {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 100px;
  content: "\7b";
  font-family: 'ElegantIcons';
  speak: none;
  line-height: 1;
  z-index: -1;
}
.polar-post.format-quote .post-excerpt {
  font-style: italic;
}
.polar-post.format-quote .quote-author {
  margin: 25px 0 0;
  font-size: inherit;
}
.polar-post.format-quote blockquote {
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  background: transparent;
}
.polar-post.format-quote blockquote:before,
.polar-post.format-quote blockquote:after {
  content: none;
}
.polar-post.post-small-thumb {
  padding-bottom: 45px;
  border-style: solid;
  border-width: 0 0 1px;
}
.polar-post.post-small-thumb .featured-media {
  margin-bottom: 0;
}
.polar-post.post-listing-single .featured-media {
  margin-bottom: 35px;
}
.polar-post .post-listing-single-content {
  text-align: center;
}
.polar-post .post-listing-single-content .post-category {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.polar-post .post-listing-single-content .post-title {
  margin-bottom: 25px;
}
.polar-post .post-listing-single-content .post-excerpt {
  margin-bottom: 35px;
}
.polar-post .post-listing-single-content .post-bottom-meta {
  border-width: 1px 0 0;
  border-style: solid;
}
.polar-post .post-listing-single-content .post-bottom-meta-body {
  display: table;
  width: 100%;
  padding-top: 15px;
}
.polar-post .post-listing-single-content .post-link-wrapper,
.polar-post .post-listing-single-content .post-meta {
  display: table-cell;
}
.polar-post .post-listing-single-content .post-link-wrapper {
  text-align: left;
}
.polar-post .post-listing-single-content .post-meta {
  text-align: right;
}
.polar-post-single .post-title {
  text-transform: uppercase;
}
.polar-post-single .post-meta {
  margin-bottom: 30px;
}
.polar-post-single .post-content {
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: 45px;
}
.polar-post-single .post-meta2 {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 32px 0 32px;
}
.polar-post-single .post-meta-field {
  display: table;
  width: 100%;
}
.polar-post-single .post-meta-field:not(:last-child) {
  margin-bottom: 16px;
}
.polar-post-single .post-meta-field .tags {
  display: table-cell;
  width: 100%;
}
.polar-post-single .post-meta-field .tags a {
  font-weight: inherit;
}
.polar-post-single .post-meta-field .meta2-label {
  display: table-cell;
  padding-right: 10px;
  text-transform: uppercase;
}
.polar-post-single .post-meta-field .meta2-label.share {
  padding-right: 25px;
}
.polar-post-single .post-meta-field .meta2-value {
  display: table-cell;
  width: 100%;
}
.polar-post-single .sharer-urls .sharer-icons {
  font-size: 16px;
}
.polar-post-single .sharer-urls .polar-sharer-link:not(:last-child) {
  margin-right: 15px;
}
.polar-post-single .post-author {
  display: table;
  width: 100%;
  padding: 43px 0 45px;
  border-style: solid;
  border-width: 0 0 1px;
}
.polar-post-single .post-author .avatar-wrapper {
  display: table-cell;
  width: 170px;
  vertical-align: top;
}
.polar-post-single .post-author .avatar-wrapper img.author-avatar {
  display: block;
  width: 100%;
  height: auto;
}
.polar-post-single .post-author .margin {
  display: table-cell;
  width: 30px;
}
.polar-post-single .post-author .info {
  display: table-cell;
  padding: 38px 40px;
  vertical-align: top;
}
.polar-post-single .post-related {
  padding: 40px 0 0;
  border-style: solid;
  border-width: 0 0 1px;
}
.polar-post-single .post-related .title {
  margin-bottom: 30px;
}
.polar-post-single .post-related .polar-post .post-meta {
  margin-bottom: 0;
}
.polar-post-single .post-related .polar-post:not(.format-quote) .post-excerpt,
.polar-post-single .post-related .polar-post:not(.format-quote) .post-link-wrapper {
  display: none;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .alignleft {
  float: left;
  margin-right: 20px;
}
.post-content .alignright {
  float: right;
  margin-left: 20px;
}
.post-content .gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 10px;
  margin: 0;
}
.post-content .wp-caption {
  max-width: 100%;
}
.post-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.post-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.post-content .gallery-columns-3 .gallery-item {
  max-width: 33.3%;
}
.post-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.post-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.post-content .gallery-columns-6 .gallery-item {
  max-width: 16.6%;
}
.post-content .post-password-form input[type="submit"] {
  margin-top: 20px;
}
.polar-post-comments {
  padding: 40px 0 0;
}
.polar-post-comments .title {
  margin-bottom: 30px;
}
.polar-post-comments ol,
.polar-post-comments ul {
  list-style: none;
  padding-left: 0;
}
.polar-post-comments ul.children {
  padding-left: 30px;
}
.polar-post-comments li.comment {
  margin-bottom: 30px;
}
.polar-post-comments .comment-wrapper {
  display: table;
  width: 100%;
}
.polar-post-comments .comment-wrapper .avatar,
.polar-post-comments .comment-wrapper .margin,
.polar-post-comments .comment-wrapper .comment-body {
  display: table-cell;
  vertical-align: top;
}
.polar-post-comments .comment-wrapper .avatar {
  width: 70px;
}
.polar-post-comments .comment-wrapper .margin {
  width: 30px;
}
.polar-post-comments .comment-wrapper .comment-body {
  padding: 15px 20px;
  position: relative;
}
.polar-post-comments .comment-wrapper .comment-body:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 14px;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.polar-post-comments .comment-wrapper .author {
  font-size: inherit;
  margin-bottom: 10px;
}
.polar-post-comments .comment-wrapper .comment-links {
  display: none;
}
.polar-post-comments .comment-wrapper .comment-text {
  margin-bottom: 10px;
  line-height: 1.54;
}
.polar-post-comments .comment-wrapper .comment-meta {
  font-size: 11px;
}
.polar-post-comments .comment-wrapper .comment-meta .meta-field:not(:last-child) {
  margin-right: 5px;
}
.polar-post-comments .comment-form {
  padding-top: 10px;
}
.polar-post-comments .comment-form .comment-reply-title {
  margin-bottom: 5px;
}
.polar-post-comments .comment-form .comment-respond .comment-reply-title {
  display: none;
}
.polar-post-comments .comment-form .desc {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}
.polar-post-comments .comment-form .desc a {
  font-weight: bold;
}
.polar-post-comments .comment-form .desc.logged-in-as {
  margin-bottom: 20px;
}
.polar-post-comments .comment-form .comment-fields.row > div {
  margin-bottom: 20px;
}
.polar-post-comments .comment-form textarea {
  height: 180px;
}
.polar-post-comments .comment-form #comment-textarea {
  margin-bottom: 20px;
}
.polar-post-comments .comment-form .form-submit {
  margin: 0;
}
.polar-post-comments .comment-respond {
  margin-bottom: 30px;
}
.polar-post-comments .comment-respond .comment-reply-title {
  margin-bottom: 5px;
}
.polar-post-comments .comment-respond .comment-form {
  padding-top: 0;
}
/* 
 * -------------------------------------------------------------------
 * Portfolio
 * -------------------------------------------------------------------
 */
.portfolio-fullwidth .container {
  width: 100%;
  padding: 0 30px;
}
.portfolio-fullwidth.no-item-padding .container {
  padding: 0;
}
.polar-portfolio.grid .featured-media-wrapper {
  padding-top: 71.875%;
}
.polar-portfolio.grid .featured-media {
  position: absolute;
  left: 0;
  top: 0;
}
.polar-portfolio.masonry .portfolio-image {
  display: block;
  width: 100%;
  height: auto;
}
.polar-portfolio.masonry2 .featured-media-wrapper {
  width: 100%;
  height: 100%;
}
.polar-portfolio .featured-media-wrapper {
  position: relative;
  overflow: hidden;
}
.polar-portfolio .featured-media-wrapper .featured-media {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.polar-portfolio-row.with-padding {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.polar-portfolio-row.with-padding .polar-portfolio .featured-media-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
}
/* Portfolio image zoom */
.polar-portfolio {
  position: relative;
}
.polar-portfolio.hover1 .featured-media,
.polar-portfolio.hover3 .featured-media,
.polar-portfolio.hover5 .featured-media {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
}
.polar-portfolio.hover1 .featured-media-wrapper:hover .featured-media,
.polar-portfolio.hover3 .featured-media-wrapper:hover .featured-media,
.polar-portfolio.hover5 .featured-media-wrapper:hover .featured-media {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* Hover styles */
.portfolio-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
}
.portfolio-hover .title {
  max-width: 90%;
  margin: 0 auto 3px;
}
.portfolio-hover .categories {
  letter-spacing: 0.5px;
}
.portfolio-hover.hover1 {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-hover.hover1 .hover-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 28px;
}
.portfolio-hover.hover1 .title {
  margin-left: 0;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
}
.portfolio-hover.hover1 .categories {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
}
.portfolio-hover.hover1 .image-zoom-link {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.portfolio-hover.hover1 .image-zoom-link:before,
.portfolio-hover.hover1 .image-zoom-link:after {
  content: '';
  position: absolute;
  background-color: #141414;
}
.portfolio-hover.hover1 .image-zoom-link:before {
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  height: 3px;
}
.portfolio-hover.hover1 .image-zoom-link:after {
  left: 50%;
  top: 0;
  margin-left: -2px;
  width: 3px;
  height: 100%;
}
.portfolio-hover.hover1 .image-zoom-link:hover {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -55px;
}
.portfolio-hover.hover2 {
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-hover.hover2 .hover-content {
  position: absolute;
  left: 35px;
  right: 140px;
  bottom: 28px;
}
.portfolio-hover.hover2 .title,
.portfolio-hover.hover2 .categories {
  color: #fff;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
}
.portfolio-hover.hover2 .title {
  margin-left: 0;
}
.portfolio-hover.hover2 .post-links {
  position: absolute;
  right: 35px;
  bottom: 20px;
  color: #fff;
}
.portfolio-hover.hover2 .post-links a {
  line-height: 60px;
  vertical-align: middle;
}
.portfolio-hover.hover2 .post-links .image-zoom-link {
  font-size: 60px;
  margin-right: 20px;
}
.portfolio-hover.hover2 .post-links .post-link {
  font-size: 48px;
}
.portfolio-hover.hover2 .post-links .image-zoom-link,
.portfolio-hover.hover2 .post-links .post-link {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
}
.portfolio-hover.hover3 {
  text-align: center;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.portfolio-hover.hover3:before {
  content: '';
  position: absolute;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.portfolio-hover.hover3 .hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  right: 25px;
}
.portfolio-hover.hover3 .title,
.portfolio-hover.hover3 .categories {
  color: #fff;
}
.portfolio-hover.hover3 .title a,
.portfolio-hover.hover3 .categories a {
  color: inherit;
}
.portfolio-hover.hover3 .title a:hover,
.portfolio-hover.hover3 .categories a:hover {
  opacity: 0.7;
}
.portfolio-hover.hover3 .post-links {
  color: #fff;
  margin-top: 15px;
  white-space: nowrap;
}
.portfolio-hover.hover3 .post-links a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 999px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.portfolio-hover.hover3 .post-links a:hover {
  background-color: #fff;
}
.portfolio-hover.hover3 .post-links .image-zoom-link {
  font-size: 30px;
  margin-right: 10px;
}
.portfolio-hover.hover3 .post-links .post-link {
  font-size: 16px;
}
.portfolio-hover.hover4 {
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.portfolio-hover.hover4:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-hover.hover4 .hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  right: 25px;
}
.portfolio-hover.hover4 .title {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
  -webkit-transform: translateY(-7px) scale(1.2);
  -moz-transform: translateY(-7px) scale(1.2);
  -o-transform: translateY(-7px) scale(1.2);
  -ms-transform: translateY(-7px) scale(1.2);
  transform: translateY(-7px) scale(1.2);
}
.portfolio-hover.hover4 .categories {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out;
  -webkit-transform: translateY(7px) scale(1.2);
  -moz-transform: translateY(7px) scale(1.2);
  -o-transform: translateY(7px) scale(1.2);
  -ms-transform: translateY(7px) scale(1.2);
  transform: translateY(7px) scale(1.2);
}
.portfolio-hover.hover5 {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.portfolio-hover.hover5 .hover-content-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio-hover.hover5:before {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.portfolio-hover.hover5 .hover-content {
  display: table-cell;
  vertical-align: middle;
  left: 25px;
  right: 25px;
}
.portfolio-hover.hover5 .post-links {
  color: #fff;
  margin-top: 15px;
  white-space: nowrap;
}
.portfolio-hover.hover5 .post-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #666;
  color: #000;
  font-size: 24px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.portfolio-hover.hover5 .post-links a:hover {
  color: #fff;
}
.portfolio-hover.hover5 .post-links .image-zoom-link {
  margin-right: 10px;
}
.portfolio-hover.hover5 .post-links .post-link {
  line-height: 38px;
}
.polar-portfolio.hover-disabled .portfolio-hover {
  display: none;
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover1 {
  opacity: 1;
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover1 .title,
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover1 .categories {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover1 .image-zoom-link {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover2 {
  opacity: 1;
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover2 .title,
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover2 .categories,
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover2 .image-zoom-link,
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover2 .post-link {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover3 {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover4 {
  opacity: 1;
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover4:before {
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover4 .title,
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover4 .categories {
  -webkit-transform: translateY(0px) scale(1);
  -moz-transform: translateY(0px) scale(1);
  -o-transform: translateY(0px) scale(1);
  -ms-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
.polar-portfolio .featured-media-wrapper:hover .portfolio-hover.hover5 {
  opacity: 1;
}
.polar-isotope-filter {
  text-align: center;
  margin-bottom: 90px;
  margin-right: -35px;
}
.polar-isotope-filter .filter {
  display: inline-block;
  margin-right: 35px;
}
.polar-filter-with-heading {
  margin-bottom: 90px;
}
.polar-filter-with-heading > .container {
  max-width: 100%;
}
.polar-filter-with-heading .filter-heading-wrapper {
  display: table;
  width: 100%;
}
.polar-filter-with-heading .polar-filter-heading,
.polar-filter-with-heading .polar-isotope-filter {
  display: table-cell;
  vertical-align: middle;
}
.polar-filter-with-heading .polar-filter-heading .heading {
  margin-bottom: 0;
}
.polar-filter-with-heading .polar-isotope-filter {
  text-align: right;
  margin-bottom: 0;
}
.polar-portfolio-single-wrapper .portfolio-media,
.polar-portfolio-single-wrapper .portfolio-content {
  float: right;
  min-height: 1px;
}
.polar-portfolio-single-wrapper .portfolio-media {
  width: 68.38%;
}
.polar-portfolio-single-wrapper .portfolio-media .featured-image {
  display: block;
  width: 100%;
  height: auto;
}
.polar-portfolio-single-wrapper .portfolio-media .featured-image:not(:first-child) {
  margin-top: 30px;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-thumbs-carousel {
  margin-top: 30px !important;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-thumbs-carousel li {
  height: 130px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-thumbs-carousel li.flex-active-slide {
  border: 1px solid;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-thumbs-carousel li:not(:last-child) {
  margin-right: 30px;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-slider .flex-direction-nav {
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-slider .flex-direction-nav li {
  display: block;
  float: left;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-slider .flex-direction-nav li a.flex-disabled {
  display: none;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-slider .flex-direction-nav .flex-prev,
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-slider .flex-direction-nav .flex-next {
  position: static;
  display: block;
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.polar-portfolio-single-wrapper .portfolio-media .polar-portfolio-gallery-slider .flex-direction-nav .flex-next {
  margin-left: 5px;
}
.polar-portfolio-single-wrapper .portfolio-media .featured-media {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.polar-portfolio-single-wrapper .portfolio-media .featured-media iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.polar-portfolio-single-wrapper .portfolio-content {
  width: 31.62%;
  padding-right: 70px;
}
.polar-portfolio-single-wrapper .portfolio-content .meta {
  margin-top: 33px;
  padding: 32px 0 55px;
  border-style: solid;
  border-width: 1px 0 0;
  display: table;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.polar-portfolio-single-wrapper .portfolio-content .meta.empty {
  padding: 60px 0 0;
}
.polar-portfolio-single-wrapper .portfolio-content .meta-row {
  display: table-row;
  width: 100%;
}
.polar-portfolio-single-wrapper .portfolio-content .meta-row .meta-label,
.polar-portfolio-single-wrapper .portfolio-content .meta-row .meta-value {
  display: table-cell;
  padding-top: 12px;
  padding-bottom: 12px;
}
.polar-portfolio-single-wrapper .portfolio-content .meta-row .meta-label {
  padding-right: 20px;
}
.polar-portfolio-post-nav-links {
  margin-top: 55px;
}
.polar-portfolio-post-nav-links a {
  display: block;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  letter-spacing: 2px;
  z-index: 1;
}
.polar-portfolio-post-nav-links a:before {
  content: '';
  position: absolute;
  top: 0;
  width: 52px;
  height: 100%;
  background-color: #f2f8f9;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.polar-portfolio-post-nav-links a span {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.polar-portfolio-post-nav-links a i {
  font-size: 16px;
  vertical-align: -15%;
}
.polar-portfolio-post-nav-links a:hover:before {
  -webkit-transform: scaleX(1.25);
  -moz-transform: scaleX(1.25);
  -o-transform: scaleX(1.25);
  -ms-transform: scaleX(1.25);
  transform: scaleX(1.25);
}
.polar-portfolio-post-nav-links a:hover span {
  opacity: 0.6;
}
.polar-portfolio-post-nav-links a[rel='prev'] {
  float: left;
}
.polar-portfolio-post-nav-links a[rel='prev']:before {
  left: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.polar-portfolio-post-nav-links a[rel='prev'] i {
  margin-right: 7px;
}
.polar-portfolio-post-nav-links a[rel='next'] {
  float: right;
}
.polar-portfolio-post-nav-links a[rel='next']:before {
  right: 0;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.polar-portfolio-post-nav-links a[rel='next'] i {
  margin-left: 7px;
}
/* 
 * -------------------------------------------------------------------
 * Pagination
 * -------------------------------------------------------------------
 */
.crf-pagination {
  text-align: center;
  margin-top: 70px;
}
.crf-pagination > a,
.crf-pagination > span {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid transparent;
}
.crf-pagination > a:not(:last-child),
.crf-pagination > span:not(:last-child) {
  margin-right: 5px;
}
.crf-pagination > a {
  -webkit-transition: border-color 0.3s, bg-color 0.3s, color 0.3s;
  -moz-transition: border-color 0.3s, bg-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, bg-color 0.3s, color 0.3s;
  transition: border-color 0.3s, bg-color 0.3s, color 0.3s;
}
/* 
 * -------------------------------------------------------------------
 * Search and 404 Error Page
 * -------------------------------------------------------------------
 */
.search .search-title {
  padding-bottom: 35px;
  border-style: solid;
  border-width: 0 0 1px;
  margin-bottom: 40px;
}
.search .search-title .title {
  text-transform: uppercase;
}
.search .search-title span {
  text-transform: initial;
}
.search .search-contents .polar-post {
  margin-bottom: 50px;
  padding: 0;
  border-bottom: 0;
}
.search .search-contents .polar-post.format-quote .post-excerpt {
  font: inherit;
}
.search .search-contents .polar-post .post-title {
  margin-bottom: 3px;
}
.search .search-contents .polar-post .post-excerpt {
  margin-bottom: 21px;
}
.search .search-contents .polar-post .post-link-wrapper {
  margin-top: 18px;
}
.search .search-contents .polar-post .post-type-mark {
  margin-bottom: 6px;
}
.search .search-contents .polar-post .post-type-mark:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.search .search-contents .polar-post .post-type-mark:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.search .search-contents .polar-post .post-type-mark .post-type {
  float: left;
  padding: 0px 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2ecc71;
}
.search .search-contents .polar-post .post-type-mark .post-type.post {
  background-color: #3498db;
}
.search .search-contents .polar-post .post-type-mark .post-type.page {
  background-color: #e74c3c;
}
.search .search-contents .polar-post .post-type-mark .post-type.portfolio {
  background-color: #9b59b6;
}
.search .search-box {
  margin: 20px 0 0;
  max-width: 370px;
  height: 50px;
}
.search .search-box .search-form {
  display: table;
  width: 100%;
  height: 50px;
  table-layout: fixed;
}
.search .search-box .input-wrapper,
.search .search-box .button-wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.search .search-box input {
  border: 0;
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 100%;
  background: 0;
}
.search .search-box .button-wrapper {
  width: 50px;
  text-align: center;
}
.search .search-box button {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: inherit;
}
.error-404-page {
  text-align: center;
}
.error-404-page .big-icon {
  font-size: 100px;
  line-height: 1;
}
.error-404-page .error-404-title {
  position: relative;
  margin: 20px 0 10px;
}
.error-404-page .error-404-title span {
  font-size: 150px;
  line-height: 1;
  opacity: 0.3;
}

.error-404-page .search-box {
  margin: 40px auto 0;
  max-width: 370px;
  height: 50px;
}
.error-404-page .search-box .search-form {
  display: table;
  width: 100%;
  height: 50px;
  table-layout: fixed;
}
.error-404-page .search-box .input-wrapper,
.error-404-page .search-box .button-wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.error-404-page .search-box input {
  border: 0;
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 100%;
  background: 0;
}
.error-404-page .search-box .button-wrapper {
  width: 50px;
  text-align: center;
}
.error-404-page .search-box button {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: inherit;
}
/* 
 * -------------------------------------------------------------------
 * Widgets
 * -------------------------------------------------------------------
 */
.crf-widget:not(:last-child) {
  margin-bottom: 60px;
}
.crf-widget .widget-title {
  margin-bottom: 45px;
}
.widget_search .screen-reader-text,
.widget_search .search-submit {
  display: none;
}
.widget_search .search-field {
  border: 0;
  color: inherit;
}
.widget_search .search-field::-webkit-input-placeholder {
  font-style: italic;
}
.widget_search .search-field:-moz-placeholder {
  font-style: italic;
}
.widget_search .search-field::-moz-placeholder {
  font-style: italic;
}
.widget_search .search-field:-ms-input-placeholder {
  font-style: italic;
}
.widget_archive ul,
.widget_pages ul,
.widget_rss ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_archive ol,
.widget_pages ol,
.widget_rss ol,
.widget_meta ol,
.widget_recent_entries ol,
.widget_categories ol,
.widget_product_categories ol,
.widget_recent_comments ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget_archive li,
.widget_pages li,
.widget_rss li,
.widget_meta li,
.widget_recent_entries li,
.widget_categories li,
.widget_product_categories li,
.widget_recent_comments li {
  display: block;
  position: relative;
  margin: 0 !important;
  padding-left: 23px;
  border-width: 0;
  border-style: dashed;
}
.widget_archive li:not(:first-child),
.widget_pages li:not(:first-child),
.widget_rss li:not(:first-child),
.widget_meta li:not(:first-child),
.widget_recent_entries li:not(:first-child),
.widget_categories li:not(:first-child),
.widget_product_categories li:not(:first-child),
.widget_recent_comments li:not(:first-child) {
  padding-top: 8px;
}
.widget_archive li:not(:first-child):before,
.widget_pages li:not(:first-child):before,
.widget_rss li:not(:first-child):before,
.widget_meta li:not(:first-child):before,
.widget_recent_entries li:not(:first-child):before,
.widget_categories li:not(:first-child):before,
.widget_product_categories li:not(:first-child):before,
.widget_recent_comments li:not(:first-child):before {
  top: 9px;
}
.widget_archive li:not(:last-child),
.widget_pages li:not(:last-child),
.widget_rss li:not(:last-child),
.widget_meta li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.widget_categories li:not(:last-child),
.widget_product_categories li:not(:last-child),
.widget_recent_comments li:not(:last-child) {
  padding-bottom: 8px;
  border-bottom-width: 1px;
}
.widget_archive li:before,
.widget_pages li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_product_categories li:before,
.widget_recent_comments li:before {
  font-family: 'ElegantIcons';
  speak: none;
  content: '\45';
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.widget_archive ul.no-underline > li,
.widget_pages ul.no-underline > li,
.widget_rss ul.no-underline > li,
.widget_meta ul.no-underline > li,
.widget_recent_entries ul.no-underline > li,
.widget_categories ul.no-underline > li,
.widget_product_categories ul.no-underline > li,
.widget_recent_comments ul.no-underline > li {
  border-bottom: 0 !important;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  display: block;
}
.widget_recent_comments .comment-author-link {
  font-style: italic;
}
footer .widget_archive li,
footer .widget_pages li,
footer .widget_rss li,
footer .widget_meta li,
footer .widget_recent_entries li,
footer .widget_categories li,
footer .widget_product_categories li,
footer .widget_recent_comments li {
  border-style: solid;
}
footer .widget_archive li:before,
footer .widget_pages li:before,
footer .widget_rss li:before,
footer .widget_meta li:before,
footer .widget_recent_entries li:before,
footer .widget_categories li:before,
footer .widget_product_categories li:before,
footer .widget_recent_comments li:before {
  content: '\39';
  font-size: 15px;
  margin-top: -1px;
}
#wp-calendar {
  width: 100%;
  text-align: center;
}
.widget_calendar caption {
  margin-bottom: 15px;
  line-height: 1;
}
.widget_calendar thead {
  font-weight: bold;
}
.widget_calendar #today {
  font-weight: bold;
}
.widget_calendar tr {
  border: 0;
}
.widget_calendar th,
.widget_calendar td {
  padding: 0;
}
footer .widget_calendar #today {
  color: #fff;
}
footer .widget_calendar tr {
  border-style: solid;
}
.tagcloud {
  margin-right: -9px;
}
.tagcloud:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.tagcloud:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.tagcloud a {
  padding: 2px 12px 1px;
  display: block;
  float: left;
  margin: 0 9px 10px 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.tagcloud a:hover {
  color: #fff;
}
footer .tagcloud a {
  border-width: 0;
}
.polar-widget-recent-posts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.polar-widget-recent-posts li {
  padding-bottom: 19px;
  border-width: 0 0 1px;
  border-style: dashed;
}
.polar-widget-recent-posts li:not(:first-child) {
  padding-top: 19px;
}
.polar-widget-recent-posts li .post-row {
  display: table;
  width: 100%;
}
.polar-widget-recent-posts li .thumb {
  background-size: cover;
  width: 80px;
  height: 64px;
  display: table-cell;
}
.polar-widget-recent-posts li .content {
  display: table-cell;
}
.polar-widget-recent-posts li .content .title {
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
}
.polar-widget-recent-posts li .content .date {
  font-size: 13px;
}
.polar-widget-recent-posts li.has-thumb .content {
  padding-left: 18px;
}
footer .polar-widget-recent-posts li {
  border-style: solid;
}
.polar-widget-tweets .polar-tweet-container:not(:last-child) {
  margin-bottom: 20px;
}
.polar-widget-tweets .polar-tweet-container .desc {
  line-height: 2;
}
.polar-widget-tweets .polar-tweet-container .date {
  color: inherit;
  margin-top: 12px;
}
.polar-widget-tweets .polar-tweet-container .date a {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.polar-widget-tweets .polar-tweet-container .date a:hover {
  opacity: 1;
}
.polar-widget-tweets .view-all-tweets {
  display: inline-block;
  margin-top: 30px;
}
.polar-widget-tweets .view-all-tweets i {
  font-size: 15px;
  vertical-align: -15%;
  margin-left: 8px;
}
footer .polar-widget-tweets .polar-tweet-container .date {
  color: inherit;
}
footer .polar-widget-tweets .polar-tweet-container .date a {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
footer .polar-widget-tweets .polar-tweet-container .date a:hover {
  opacity: 1;
}
.polar-subscribe-form {
  display: table;
  width: 100%;
}
.polar-subscribe-form p {
  margin: 0;
  display: table-cell;
  vertical-align: top;
}
.polar-subscribe-form p:first-child label {
  display: none;
}
.polar-subscribe-form p:first-child input[type=text],
.polar-subscribe-form p:first-child input[type=email],
.polar-subscribe-form p:first-child input[type=date] {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}
.polar-subscribe-form p:last-child {
  width: 50px;
}
.polar-subscribe-form p:last-child input[type=submit],
.polar-subscribe-form p:last-child button {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0;
  font-size: 20px;
  font-family: 'ElegantIcons';
  speak: none;
}
.polar-widget-separator {
  border-style: dashed;
  border-width: 1px 0 0;
}
.polar-widget-social-links {
  font-size: 15px;
}
.polar-widget-social-links a:not(:last-child) {
  margin-right: 18px;
}
footer .polar-widget-separator {
  border-style: solid;
}
.polar-widget-social-image ul {
  padding-left: 0;
  list-style: none;
}
.polar-widget-social-image .polar-social-images {
  margin-right: -15px;
}
.polar-widget-social-image .polar-social-images > li {
  display: block;
  float: left;
  position: relative;
  margin: 0 15px 15px 0;
  -lh-property: 0;
width:-webkit-calc(33.3% - 15px);
width:-moz-calc(33.3% - 15px);
width:calc(33.3% - 15px);
;
  max-width: 150px;
}
.polar-widget-social-image .polar-social-images > li .hover-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.polar-widget-social-image .polar-social-images > li:hover .hover-link {
  opacity: 0.9;
}
.polar-widget-social-image .polar-social-images img {
  display: block;
  width: 100%;
  border-radius: 0;
}
/* 
 * -------------------------------------------------------------------
 * Shortcodes
 * -------------------------------------------------------------------
 */

.vc_row {
  margin-bottom: 5px;
}
.polar-content-element:last-child,
.vc_row:last-child {
  margin-bottom: 0;
}
.vc_element:last-child > .polar-content-element {
  margin-bottom: 0 !important;
}
.vc_row {
  margin-left: 0;
  margin-right: 0;
  background-position: center;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row.container {
  margin-left: auto;
  margin-right: auto;
}
.vc_row .wpb_column {
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}
.vc_row .vc_vc_column,
.vc_row .vc_vc_column_inner {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row .vc_vc_column .wpb_column,
.vc_row .vc_vc_column_inner .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.vc_row-no-padding .vc_vc_column,
.vc_row.vc_row-no-padding .vc_vc_column_inner {
  padding-left: 0;
  padding-right: 0;
}
.vc_row.vc_row-no-padding .vc_row.vc_inner {
  margin-left: 0;
  margin-right: 0;
}
.container > .vc_row.container,
.container > .vc_row > .container {
  width: 100%;
}
.container > .vc_row.polar-stretch-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .vc_row.vc_row-o-content-middle > .container {
    width: 100%;
  }
}
.polar-row {
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
}
.polar-row:before {
  content: " ";
  display: table;
}
.polar-row:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.compose-mode .vc_element:hover > .vc_row .polar-row > .vc_element:before,
.view-mode .vc_element:hover > .vc_row .polar-row > .vc_element:before,
.compose-mode .vc_element.vc_hover > .vc_row .polar-row > .vc_element:before,
.view-mode .vc_element.vc_hover > .vc_row .polar-row > .vc_element:before,
.compose-mode .vc_element.vc_hold-hover > .vc_row .polar-row > .vc_element:before,
.view-mode .vc_element.vc_hold-hover > .vc_row .polar-row > .vc_element:before {
  content: '';
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px dashed rgba(125, 125, 125, 0.4);
}
.polar-bg-color-overlay,
.polar-bg-color2-overlay,
.polar-primary-overlay,
.polar-custom-overlay {
  position: relative;
}
.polar-bg-color-overlay:before,
.polar-bg-color2-overlay:before,
.polar-primary-overlay:before,
.polar-custom-overlay:before {
  content: '';
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.polar-bg-color-overlay .wpb_column,
.polar-bg-color2-overlay .wpb_column,
.polar-primary-overlay .wpb_column,
.polar-custom-overlay .wpb_column {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wpb_column:not(:last-child) {
    margin-bottom: 35px;
  }
  .vc_vc_column:not(:last-child),
  .vc_vc_column_inner:not(:last-child) {
    margin-bottom: 35px;
  }
  .vc_vc_column > .wpb_column:not(:last-child),
  .vc_vc_column_inner > .wpb_column:not(:last-child) {
    margin-bottom: 0;
  }
}
.vc_row.vc_row-o-full-height.vc_row-o-content-middle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-full-height.vc_row-o-content-bottom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-full-height .container-fluid {
  width: 100%;
}
.onepage-scroll .vc_row-o-full-height {
  min-height: 0;
}
.polar-eq-col-height.polar-middle > .wpb_column,
.polar-eq-col-height.polar-middle .polar-row > .wpb_column,
.polar-eq-col-height.polar-middle > .vc_vc_column,
.polar-eq-col-height.polar-middle .polar-row > .vc_vc_column,
.polar-eq-col-height.polar-middle > .vc_vc_column_inner,
.polar-eq-col-height.polar-middle .polar-row > .vc_vc_column_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.polar-eq-col-height.polar-middle > .wpb_column .wpb_wrapper,
.polar-eq-col-height.polar-middle .polar-row > .wpb_column .wpb_wrapper,
.polar-eq-col-height.polar-middle > .vc_vc_column .wpb_wrapper,
.polar-eq-col-height.polar-middle .polar-row > .vc_vc_column .wpb_wrapper,
.polar-eq-col-height.polar-middle > .vc_vc_column_inner .wpb_wrapper,
.polar-eq-col-height.polar-middle .polar-row > .vc_vc_column_inner .wpb_wrapper {
  width: 100%;
}
.polar-eq-col-height.polar-bottom > .wpb_column,
.polar-eq-col-height.polar-bottom .polar-row > .wpb_column,
.polar-eq-col-height.polar-bottom > .vc_vc_column,
.polar-eq-col-height.polar-bottom .polar-row > .vc_vc_column,
.polar-eq-col-height.polar-bottom > .vc_vc_column_inner,
.polar-eq-col-height.polar-bottom .polar-row > .vc_vc_column_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.polar-eq-col-height.polar-bottom > .wpb_column .wpb_wrapper,
.polar-eq-col-height.polar-bottom .polar-row > .wpb_column .wpb_wrapper,
.polar-eq-col-height.polar-bottom > .vc_vc_column .wpb_wrapper,
.polar-eq-col-height.polar-bottom .polar-row > .vc_vc_column .wpb_wrapper,
.polar-eq-col-height.polar-bottom > .vc_vc_column_inner .wpb_wrapper,
.polar-eq-col-height.polar-bottom .polar-row > .vc_vc_column_inner .wpb_wrapper {
  width: 100%;
}
/*
@media screen and (min-width: 768px) {
	
	.polar-eq-col-height .polar-row, .vc_inner.polar-eq-col-height {
		display: table;
		table-layout: fixed;
		//width: auto; // needs more consideration
		//.lh-calc(width, ~'100% + 30px');
		width: 100%;
		&:before, &:after {
			//content: initial;
		}
		> .wpb_column, >.vc_vc_column {
			display: table-cell !important;
			float: none !important;
			vertical-align: top;
			background-clip: padding-box;
		}
		&.polar-middle {
			> .wpb_column, > .vc_vc_column {
				vertical-align: middle;
			}
		}
		&.polar-bottom {
			> .wpb_column, > .vc_vc_column {
				vertical-align: bottom;
			}
		}
	}
	.container > .polar-eq-col-height .polar-row {
		.lh-calc(width, ~'100% + 30px');
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.polar-eq-col-height {
		> .wpb_column {
			&.vc_hidden-sm {
				display: none !important;
			}
			&.vc_col-sm-12 {
				display: block !important;
			}
		}
	}
}

@media (max-width: 767px) {
	.polar-eq-col-height {
		.wpb_column.vc_hidden-xs {
			display: none !important;
		}
	}
}
*/
.polar-row-parallax {
  overflow: hidden;
  position: relative;
}
.polar-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: inherit;
  background-size: cover;
  background-attachment: fixed;
}
.polar-parallax-bg .vc_video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
}
.wpb_column.polar-border-box,
.vc_vc_column.polar-border-box,
.vc_vc_column_inner.polar-border-box {
  background-clip: border-box !important;
}
.wpb_column.polar-padding-box,
.vc_vc_column.polar-padding-box,
.vc_vc_column_inner.polar-padding-box {
  background-clip: padding-box !important;
}
.wpb_column.polar-content-box,
.vc_vc_column.polar-content-box,
.vc_vc_column_inner.polar-content-box {
  background-clip: content-box !important;
}
.wpb_column > *,
.vc_vc_column > *,
.vc_vc_column_inner > * {
  background-clip: border-box;
}
.vc_vc_column > .wpb_column,
.vc_vc_column_inner > .wpb_column {
  width: 100%;
}
.wpb_column.polar-col-bg-none {
  background: none !important;
}
.polar-col-stretch-bg {
  background: inherit;
  position: absolute;
  bottom: 0;
  top: 0;
}
.polar-stretch-bg-left .wpb_wrapper,
.polar-stretch-bg-right .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.onepage-scroll .vc_row {
  margin-bottom: 0;
}
.slick-vertical .slick-slide.vc_row {
  border: none;
}
.polar_icon,
.polar_icon i {
  vertical-align: middle;
}
.wpb_gmaps_widget {
  position: relative;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 50% !important;
}
.gmap_scrolloff {
  pointer-events: none;
}
@media (min-width: 992px) {
  .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    padding-bottom: 30% !important;
  }
}
.polar_google_map .gmap-wrap {
  padding-top: 50%;
}
.polar_google_map .gmap-infobox {
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
.polar_google_map .gmap-infobox:before {
  content: '';
  position: absolute;
}
.polar_google_map .gmap-infobox.bottom:before {
  left: 50%;
  top: -12px;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid transparent;
  border-bottom-color: inherit;
}
.polar_google_map .gmap-infobox.top:before {
  left: 50%;
  bottom: -12px;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid transparent;
  border-top-color: inherit;
}
.polar_google_map .gmap-infobox.left:before {
  right: -12px;
  top: 13px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid transparent;
  border-left-color: inherit;
}
.polar_google_map .gmap-infobox.right:before {
  left: -12px;
  top: 13px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid transparent;
  border-right-color: inherit;
}
.polar_google_map .gmap-infobox .gmap-infobox-image {
  margin: 5px 15px 5px 0;
}
.polar_google_map .gmap-infobox-inner {
  min-width: 280px;
}
.polar_google_map .gmap-infobox-inner:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.polar_google_map .gmap-infobox-inner:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.polar_google_map .gmap-infobox-inner p {
  margin: 5px 0;
}
.polar_google_map .gmap-infobox-inner p:last-child {
  margin-bottom: 0;
}
.polar_google_map .gmap-infobox-title {
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 5px;
  text-transform: uppercase;
}
.polar_google_map .gmap-infobox-image {
  float: left;
  margin: 5px 15px 0 0;
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .polar_google_map .gmap-wrap {
    padding-top: 30%;
  }
}
/* Google Map Overridables */
.polar_image {
  font-size: 0;
  line-height: 0;
}
.polar_image img {
  max-width: 100%;

}
.polar_image.center {
  text-align: center;
}
.polar_image.center .polar-image-wrap-hover-img .hover-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.polar_image.left {
  text-align: left;
}
.polar_image.right {
  text-align: right;
}
.polar_image.right .polar-image-wrap-hover-img .hover-image {
  left: auto;
  right: 0;
}
.polar_image.full .polar-image-wrap {
  display: block;
}
.polar_image.full img {
  width: 100% !important;
}
.polar_image.inline {
  display: inline-block;
}
.polar_image .polar-image-wrap-overlay {
  position: relative;
  overflow: hidden;
}
.polar_image .polar-image-wrap-overlay:hover .pp-image-hover {
  opacity: 1;
}
.polar_image .pp-image-hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.polar_image .pp-image-hover:before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.polar_image .pp-image-hover i {
  width: 72px;
  height: 72px;
  line-height: 1;
  font-size: 72px;
  color: white;
  text-align: center;
  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%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.polar_image .hover-lighten,
.polar_image .hover-darken {
  position: relative;
}
.polar_image .hover-lighten .lida-image-hover,
.polar_image .hover-darken .lida-image-hover {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.polar_image .hover-lighten[class*='style-'] .lida-image-hover,
.polar_image .hover-darken[class*='style-'] .lida-image-hover {
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
}
.polar_image .hover-lighten[class*='-circle'] .lida-image-hover,
.polar_image .hover-darken[class*='-circle'] .lida-image-hover {
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_image .hover-lighten.style-shadow-3d .lida-image-hover,
.polar_image .hover-darken.style-shadow-3d .lida-image-hover {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.polar_image .hover-lighten:hover .lida-image-hover,
.polar_image .hover-darken:hover .lida-image-hover {
  opacity: 1;
}
.polar_image .hover-lighten .lida-image-hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.polar_image .hover-darken .lida-image-hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.polar_image .polar-image-wrap {
  max-width: 100%;
  display: inline-block;
}
.polar_image .polar-image-wrap-hover-img {
  position: relative;
}
.polar_image .polar-image-wrap-hover-img.hover-trans img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.polar_image .polar-image-wrap-hover-img .single-image {
  opacity: 1;
}
.polar_image .polar-image-wrap-hover-img .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.polar_image .polar-image-wrap-hover-img:hover .hover-image {
  opacity: 1;
}
.polar_image .polar-magnify-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.polar_image .polar-overlay-text-wrap {
  opacity: 0;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 70%;
  z-index: 2;
  line-height: 1.5;
  text-align: center;
  color: white;
  padding: 0 20px;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
}
.polar_image div[class*="-circle"] .pp-image-hover {
  border-radius: 50%;
}
.polar_image div[class*="-circle"] .pp-image-hover:before {
  border-radius: 50%;
}
.polar_image div[class*="-circle"] .pp-image-hover i {
  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%);
}
.polar_image .style-rounded,
.polar_image .style-rounded img {
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.polar_image .style-outline,
.polar_image .style-outline-circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb;
}
.polar_image .style-outline img,
.polar_image .style-outline-circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.polar_image .style-border,
.polar_image .style-border-circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none;
}
.polar_image .style-border img,
.polar_image .style-border-circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.polar_image .style-shadow,
.polar_image .style-shadow-border,
.polar_image .style-shadow-border-circle,
.polar_image .style-shadow-circle {
  border-radius: 0;
  -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
  /*img {
				border-radius: 0;
				.lh-box-shadow(0 0px 5px rgba(0, 0, 0, 0.1));
			}*/
}
.polar_image .style-shadow-border,
.polar_image .style-shadow-border-circle {
  padding: 6px;
}
.polar_image .style-shadow-3d {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.polar_image .style-shadow-3d img {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.polar_image .style-circle,
.polar_image .style-outline-circle,
.polar_image .style-border-circle,
.polar_image .style-shadow-circle,
.polar_image .style-shadow-border-circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.polar_image .style-circle img,
.polar_image .style-outline-circle img,
.polar_image .style-border-circle img,
.polar_image .style-shadow-circle img,
.polar_image .style-shadow-border-circle img {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.polar_image .style-shadow-circle,
.polar_image .style-shadow-border-circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.polar_image .style-shadow-circle img,
.polar_image .style-shadow-border-circle img {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.polar_image .style-shadow-3d {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
}
.polar_image .style-shadow-3d:after,
.polar_image .style-shadow-3d:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
.polar_image .style-shadow-3d:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
div[id^="mlens_target"] {
  z-index: 4;
}
/* Image Overridables */
.polar_image_carousel {
  position: relative;
}
.polar_image_carousel.polar-trans-opacity .slide-item {
  opacity: .6;
}
.polar_image_carousel.polar-trans-opacity .slide-item:hover {
  opacity: 1;
}
.polar_image_carousel.polar-trans-hover .hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.polar_image_carousel.polar-trans-hover .main-image {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_image_carousel.polar-trans-hover .slide-item {
  position: relative;
}
.polar_image_carousel.polar-trans-hover .slide-item:hover .main-image {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.polar_image_carousel.polar-trans-hover .slide-item:hover .hover-image {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.polar_image_carousel .slide-item {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: none;
  font-size: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none;
}
.polar_image_carousel .slide-item img {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}
.polar_image_carousel .slider-container {
  margin-bottom: 0;
}
.polar_image_carousel[data-show-nav-arrows] .slider-container {
  margin-left: 50px;
  margin-right: 50px;
}
.polar_image_carousel .arrow-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
}
.polar_image_carousel .arrow-control:before,
.polar_image_carousel .arrow-control:after {
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  height: 35px;
  width: 35px;
  display: block;
  content: '';
  border-width: 3px;
}
.polar_image_carousel .arrow-control.next {
  right: 5px;
}
.polar_image_carousel .arrow-control.next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-right-style: solid;
  margin-right: auto;
}
.polar_image_carousel .arrow-control.next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  border-right-style: solid;
  margin-right: auto;
}
.polar_image_carousel .arrow-control.prev {
  left: 5px;
}
.polar_image_carousel .arrow-control.prev:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  border-left-style: solid;
  margin-left: auto;
}
.polar_image_carousel .arrow-control.prev:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  border-left-style: solid;
  margin-left: auto;
}
.polar_image_carousel .slick-dots {
  text-align: center;
  margin: 50px 0 0 0;
  position: static;
}
.polar_image_carousel .slick-dots li {
  height: 16px;
  width: 16px;
  margin: 0 8px;
}
.polar_image_carousel .slick-dots li button {
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.polar_image_carousel .slick-dots li button:before {
  content: none;
}
.polar_image_carousel button.slick-arrow {
  display: none !important;
}
.polar_image_carousel .bullet-controls {
  text-align: center;
  margin-top: 50px;
}
.polar_image_carousel .bullet-controls .bullet-control {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.polar_image_carousel .bullet-controls .bullet-control.selected {
  background-color: rgba(0, 0, 0, 0.5);
}
/* Overriadables */
.polar_section_header .title {
  margin-bottom: 0;
}
.polar_section_header .subtitle.polar-above {
  margin-bottom: 0;
}
.polar_section_header .subtitle.polar-below {
  margin-top: 0;
  margin-bottom: 20px;
}
.polar_section_header .polar_separator {
  margin-top: 35px;
}
/* Section Header Overridables */
.polar_separator.aligncenter hr {
  margin-left: auto;
  margin-right: auto;
}
.polar_separator.alignright hr {
  margin-left: auto;
}
.polar_separator.polar-style-solid hr,
.polar_separator hr {
  border-top-style: solid;
}
.polar_separator.polar-style-dashed hr {
  border-top-style: dashed;
}
.polar_separator.polar-style-dotted hr {
  border-top-style: dotted;
}
.polar_separator.polar-style-double hr {
  border-top-style: solid;
  border-bottom-style: solid;
  height: 6px;
  border-bottom-width: 1px;
}
.polar_separator.polar-style-shadow hr {
  overflow: hidden;
  height: 50px;
}
.polar_separator.polar-style-shadow hr:before {
  content: '';
  display: block;
  margin: -50px auto 0;
  width: 90%;
  height: 50px;
  -webkit-border-radius: 0 0 100% 100%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0 0 100% 100%;
  -moz-background-clip: border;
  border-radius: 0 0 100% 100%;
  background-clip: border-box;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.polar_separator.polar-style-icon hr {
  position: relative;
}
.polar_separator.polar-style-icon hr:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  text-align: center;
  font-size: 25px;
  border-style: solid;
  border-width: 1px;
  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%);
}
/* Variables */
.polar_button,
input[type=submit] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  color: white;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  -webkit-appearance: none;
  padding: 18px 35px;
  font-size: inherit;
  background-clip: border-box;
  margin: 0 20px 0 0;
}
.polar_button:last-child,
input[type=submit]:last-child {
  margin-right: 0;
}
.polar_button:focus,
input[type=submit]:focus,
.polar_button:active,
input[type=submit]:active {
  outline: 0;
}
.polar_button:hover,
input[type=submit]:hover,
.polar_button:focus,
input[type=submit]:focus {
  color: white;
  border: 1px solid transparent;
  text-decoration: none;
}
.polar_button .polar-icon,
input[type=submit] .polar-icon {
  vertical-align: middle;
  line-height: 1;
}
.polar_button.polar-icon-left .polar-icon,
input[type=submit].polar-icon-left .polar-icon {
  margin-right: .5em;
}
.polar_button.polar-icon-right .polar-icon,
input[type=submit].polar-icon-right .polar-icon {
  margin-left: .5em;
}
.polar_button.polar-style-modern,
input[type=submit].polar-style-modern {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01));
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  border-color: transparent !important;
}
.polar_button.polar-style-flat,
input[type=submit].polar-style-flat {
  border: none;
  background-image: none;
}
.polar_button.polar-style-3d,
input[type=submit].polar-style-3d {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  top: 0;
  background-image: none;
}
.polar_button.polar-style-outline,
input[type=submit].polar-style-outline {
  background-color: transparent;
}
.polar_button.polar-style-outline,
input[type=submit].polar-style-outline,
.polar_button.polar-style-outline:hover,
input[type=submit].polar-style-outline:hover,
.polar_button.polar-style-outline:focus,
input[type=submit].polar-style-outline:focus {
  color: white;
  border-width: 1px;
}
.polar_button.polar-style-outline:hover,
input[type=submit].polar-style-outline:hover,
.polar_button.polar-style-outline:active,
input[type=submit].polar-style-outline:active {
  border-color: transparent !important;
}
.polar_button.polar-style-outline.polar-border-medium,
input[type=submit].polar-style-outline.polar-border-medium,
.polar_button.polar-style-outline.polar-border-medium:hover,
input[type=submit].polar-style-outline.polar-border-medium:hover,
.polar_button.polar-style-outline.polar-border-medium:focus,
input[type=submit].polar-style-outline.polar-border-medium:focus {
  border-width: 2px;
}
.polar_button.polar-style-outline.polar-border-thick,
input[type=submit].polar-style-outline.polar-border-thick,
.polar_button.polar-style-outline.polar-border-thick:hover,
input[type=submit].polar-style-outline.polar-border-thick:hover,
.polar_button.polar-style-outline.polar-border-thick:focus,
input[type=submit].polar-style-outline.polar-border-thick:focus {
  border-width: 3px;
}
.polar_button.polar-style-outline.polar-border-dashed,
input[type=submit].polar-style-outline.polar-border-dashed {
  border-style: dashed;
}
.polar_button.polar-style-outline.polar-border-dotted,
input[type=submit].polar-style-outline.polar-border-dotted {
  border-style: dotted;
}
.polar_button.polar-style-transparent,
input[type=submit].polar-style-transparent {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}
.polar_button.polar-custom,
input[type=submit].polar-custom {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
.polar_button.polar-custom:after,
input[type=submit].polar-custom:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -webkit-background-clip: border-box;
  -moz-border-radius: inherit;
  -moz-background-clip: border;
  border-radius: inherit;
  background-clip: border-box;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.polar_button.polar-custom:hover:after,
input[type=submit].polar-custom:hover:after,
.polar_button.polar-custom:focus:after,
input[type=submit].polar-custom:focus:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.polar_button.polar-custom:active:after,
input[type=submit].polar-custom:active:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.polar_button.polar-block,
input[type=submit].polar-block {
  display: block;
  width: 100%;
  text-align: inherit;
}
.polar_button.polar-shape-square,
input[type=submit].polar-shape-square {
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar_button.polar-shape-rounded,
input[type=submit].polar-shape-rounded {
  -webkit-border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  background-clip: border-box;
}
.polar_button.polar-shape-round,
input[type=submit].polar-shape-round {
  -webkit-border-radius: 4em;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4em;
  -moz-background-clip: border;
  border-radius: 4em;
  background-clip: border-box;
}
.polar_button.polar-size-xs,
input[type=submit].polar-size-xs {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.polar_button.polar-size-xs.polar-style-flat,
input[type=submit].polar-size-xs.polar-style-flat {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 21px;
  padding-right: 21px;
}
.polar_button.polar-size-xs.polar-style-outline.polar-border-medium,
input[type=submit].polar-size-xs.polar-style-outline.polar-border-medium {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 19px;
  padding-right: 19px;
}
.polar_button.polar-size-xs.polar-style-outline.polar-border-thick,
input[type=submit].polar-size-xs.polar-style-outline.polar-border-thick {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
}
.polar_button.polar-size-sm,
input[type=submit].polar-size-sm {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.polar_button.polar-size-sm.polar-style-flat,
input[type=submit].polar-size-sm.polar-style-flat {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  padding-right: 26px;
}
.polar_button.polar-size-sm.polar-style-outline.polar-border-medium,
input[type=submit].polar-size-sm.polar-style-outline.polar-border-medium {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
}
.polar_button.polar-size-sm.polar-style-outline.polar-border-thick,
input[type=submit].polar-size-sm.polar-style-outline.polar-border-thick {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 23px;
  padding-right: 23px;
}
.polar_button.polar-size-md,
input[type=submit].polar-size-md {
  font-size: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 35px;
  padding-right: 35px;
}
.polar_button.polar-size-md.polar-style-flat,
input[type=submit].polar-size-md.polar-style-flat {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 36px;
  padding-right: 36px;
}
.polar_button.polar-size-md.polar-style-outline.polar-border-medium,
input[type=submit].polar-size-md.polar-style-outline.polar-border-medium {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 34px;
  padding-right: 34px;
}
.polar_button.polar-size-md.polar-style-outline.polar-border-thick,
input[type=submit].polar-size-md.polar-style-outline.polar-border-thick {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 33px;
  padding-right: 33px;
}
.polar_button.polar-size-lg,
input[type=submit].polar-size-lg {
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
}
.polar_button.polar-size-lg.polar-style-flat,
input[type=submit].polar-size-lg.polar-style-flat {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 46px;
  padding-right: 46px;
}
.polar_button.polar-size-lg.polar-style-outline.polar-border-medium,
input[type=submit].polar-size-lg.polar-style-outline.polar-border-medium {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 44px;
  padding-right: 44px;
}
.polar_button.polar-size-lg.polar-style-outline.polar-border-thick,
input[type=submit].polar-size-lg.polar-style-outline.polar-border-thick {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 43px;
  padding-right: 43px;
}
.polar_button.polar-size-xl,
input[type=submit].polar-size-xl {
  font-size: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 55px;
  padding-right: 55px;
}
.polar_button.polar-size-xl.polar-style-flat,
input[type=submit].polar-size-xl.polar-style-flat {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 56px;
  padding-right: 56px;
}
.polar_button.polar-size-xl.polar-style-outline.polar-border-medium,
input[type=submit].polar-size-xl.polar-style-outline.polar-border-medium {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 54px;
  padding-right: 54px;
}
.polar_button.polar-size-xl.polar-style-outline.polar-border-thick,
input[type=submit].polar-size-xl.polar-style-outline.polar-border-thick {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 53px;
  padding-right: 53px;
}
.polar_button.polar-style-3d:active:focus,
input[type=submit].polar-style-3d:active:focus {
  top: 5px;
}
.polar_button_container,
.vc_polar_button {
  display: block;
  line-height: 1;
  max-width: 100%;
}
.polar_button_container .polar_button,
.vc_polar_button .polar_button,
.polar_button_container input[type=submit],
.vc_polar_button input[type=submit] {
  margin: 0;
}
.polar_button_container.polar-align-inline,
.vc_polar_button.polar-align-inline {
  display: inline-block;
}
.polar_button_container.polar-align-center,
.vc_polar_button.polar-align-center {
  text-align: center;
}
.polar_button_container.polar-align-left,
.vc_polar_button.polar-align-left {
  text-align: left;
}
.polar_button_container.polar-align-right,
.vc_polar_button.polar-align-right {
  text-align: right;
}
.polar_button_container:not(.polar-align-inline:last-child),
.vc_polar_button:not(.polar-align-inline:last-child) {
  margin-bottom: 10px;
}
.polar_button_container.polar-align-full,
.vc_polar_button.polar-align-full {
  text-align: center;
}
.polar_button_container.polar-align-full .polar_button,
.vc_polar_button.polar-align-full .polar_button {
  width: 100%;
}
.polar_button_container.polar-align-full .polar_button.polar-icon-left .polar-icon,
.vc_polar_button.polar-align-full .polar_button.polar-icon-left .polar-icon,
.polar_button_container.polar-align-full .polar_button.polar-icon-right .polar-icon,
.vc_polar_button.polar-align-full .polar_button.polar-icon-right .polar-icon {
  display: inline-block;
}
.polar_button_container.polar-align-full .polar_button.polar-icon-left .polar-icon,
.vc_polar_button.polar-align-full .polar_button.polar-icon-left .polar-icon,
.polar_button_container.polar-align-full .polar_button.polar-icon-right .polar-icon,
.vc_polar_button.polar-align-full .polar_button.polar-icon-right .polar-icon {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  min-width: 1em;
}
.polar_button_container .polar-block.polar-icon-left,
.vc_polar_button .polar-block.polar-icon-left,
.polar_button_container .polar-block.polar-icon-right,
.vc_polar_button .polar-block.polar-icon-right {
  text-align: inherit;
}
.polar_button_container.polar-no-caption i,
.vc_polar_button.polar-no-caption i {
  margin: 0 !important;
}
.polar_button_container.polar-align-inline,
.vc_polar_button.polar-align-inline .polar_button_container {
  margin-bottom: 0;
}
/* Button Overridables */
.polar_button.polar-style-3d:active:focus,
input[type=submit].polar-style-3d:active:focus {
  top: 5px;
  box-shadow: none !important;
}
@-webkit-keyframes polarSonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes polarSonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes polarSonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.polar_featurebox {
  cursor: default;
}
.polar_featurebox .featurebox-icon.polar-border-none {
  border-color: transparent;
}
.polar_featurebox .featurebox-icon i {
  position: relative;
}
.polar_featurebox.polar-icon-top,
.polar_featurebox.polar-icon-top.polar-align-center {
  text-align: center;
}
.polar_featurebox.polar-icon-top.polar-align-left {
  text-align: left;
}
.polar_featurebox.polar-icon-top.polar-align-right {
  text-align: right;
}
.polar_featurebox.polar-icon-top .featurebox-icon {
  display: inline-block;
  line-height: 60px;
  font-size: 60px;
  margin-bottom: 20px;
}
.polar_featurebox.polar-icon-top.polar-wrap-circle .featurebox-icon i,
.polar_featurebox.polar-icon-top.polar-wrap-square .featurebox-icon i {
  font-size: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 75px;
  line-height: 75px;
}
.polar_featurebox.polar-icon-left-heading .featurebox-icon-wrap,
.polar_featurebox.polar-icon-right-heading .featurebox-icon-wrap {
  display: table-cell;
  vertical-align: middle;
}
.polar_featurebox.polar-icon-left-heading .featurebox-icon,
.polar_featurebox.polar-icon-right-heading .featurebox-icon {
  font-size: 32px;
  text-align: center;
  line-height: 1;
}
.polar_featurebox.polar-icon-left-heading .featurebox-title,
.polar_featurebox.polar-icon-right-heading .featurebox-title {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
}
.polar_featurebox.polar-icon-left-heading .featurebox-content,
.polar_featurebox.polar-icon-right-heading .featurebox-content {
  margin-top: 10px;
}
.polar_featurebox.polar-icon-left-heading {
  text-align: left;
}
.polar_featurebox.polar-icon-left-heading .featurebox-icon-wrap {
  padding-right: 15px;
}
.polar_featurebox.polar-icon-right-heading {
  text-align: right;
}
.polar_featurebox.polar-icon-right-heading .featurebox-icon-wrap {
  padding-left: 15px;
}
.polar_featurebox.polar-icon-right-heading .featurebox-title {
  width: 100%;
}
.polar_featurebox.polar-icon-left .featurebox-icon-wrap {
  display: table-cell;
  padding-right: 25px;
}
.polar_featurebox.polar-icon-left .featurebox-icon {
  font-size: 36px;
  min-width: 36px;
  line-height: 1;
  text-align: center;
}
.polar_featurebox.polar-icon-left .featurebox-content-wrap {
  display: table-cell;
  vertical-align: top;
  table-layout: fixed;
}
.polar_featurebox.polar-icon-left.polar-wrap-circle .featurebox-icon,
.polar_featurebox.polar-icon-left.polar-wrap-square .featurebox-icon {
  text-align: center;
  width: 81px;
  height: 81px;
  line-height: 81px;
}
.polar_featurebox.polar-icon-left.polar-wrap-circle .featurebox-content-wrap,
.polar_featurebox.polar-icon-left.polar-wrap-square .featurebox-content-wrap {
  margin-left: 106px;
}
.polar_featurebox.polar-icon-right {
  text-align: right;
}
.polar_featurebox.polar-icon-right .featurebox-icon-wrap {
  display: table-cell;
  padding-left: 25px;
}
.polar_featurebox.polar-icon-right .featurebox-icon {
  font-size: 36px;
  min-width: 36px;
  line-height: 1;
  text-align: center;
}
.polar_featurebox.polar-icon-right .featurebox-content-wrap {
  display: table-cell;
  table-layout: fixed;
  vertical-align: top;
}
.polar_featurebox.polar-icon-right .featurebox-content {
  margin-top: 10px;
}
.polar_featurebox.polar-icon-right.polar-wrap-circle .featurebox-icon,
.polar_featurebox.polar-icon-right.polar-wrap-square .featurebox-icon {
  text-align: center;
  width: 81px;
  height: 81px;
  line-height: 81px;
}
.polar_featurebox.polar-icon-right.polar-wrap-circle .featurebox-content-wrap,
.polar_featurebox.polar-icon-right.polar-wrap-square .featurebox-content-wrap {
  margin-right: 106px;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon,
.polar_featurebox.polar-wrap-square .featurebox-icon {
  cursor: pointer;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon img,
.polar_featurebox.polar-wrap-square .featurebox-icon img {
  vertical-align: middle;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon i:after,
.polar_featurebox.polar-wrap-square .featurebox-icon i:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon:hover i:after,
.polar_featurebox.polar-wrap-square .featurebox-icon:hover i:after {
  -webkit-animation: polarSonarEffect 0.8s ease-out 75ms;
  -moz-animation: polarSonarEffect 0.8s ease-out 75ms;
  -o-animation: polarSonarEffect 0.8s ease-out 75ms;
  animation: polarSonarEffect 0.8s ease-out 75ms;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon.polar-icon-image,
.polar_featurebox.polar-wrap-square .featurebox-icon.polar-icon-image {
  font-size: 0 !important;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon {
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_featurebox.polar-wrap-circle .featurebox-icon i:after {
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_featurebox.polar-border-thin .featurebox-icon {
  border-width: 1px;
  border-style: solid;
}
.polar_featurebox.polar-border-medium .featurebox-icon {
  border-width: 2px;
  border-style: solid;
}
.polar_featurebox.polar-border-thick .featurebox-icon {
  border-width: 3px;
  border-style: solid;
}
.polar_featurebox .featurebox-link {
  margin-top: 15px;
  text-transform: uppercase;
}
.polar_featurebox .featurebox-link i {
  margin-left: 10px;
}
.polar_featurebox.polar-hover-trans {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.polar_featurebox.polar-hover-trans .featurebox-icon,
.polar_featurebox.polar-hover-trans .featurebox-icon i,
.polar_featurebox.polar-hover-trans .featurebox-title,
.polar_featurebox.polar-hover-trans .featurebox-content {
  -webkit-transition: color 0.3s, background-color 0.5s, border-color 0.5s;
  -moz-transition: color 0.3s, background-color 0.5s, border-color 0.5s;
  -o-transition: color 0.3s, background-color 0.5s, border-color 0.5s;
  transition: color 0.3s, background-color 0.5s, border-color 0.5s;
}
.polar_featurebox.polar-hover-trans.polar-primary-bg-hover-trans:hover .featurebox-icon i,
.polar_featurebox.polar-hover-trans.polar-primary-bg-hover-trans:hover .featurebox-title,
.polar_featurebox.polar-hover-trans.polar-primary-bg-hover-trans:hover .featurebox-content {
  color: white;
}
.polar_featurebox.polar-hover-trans.polar-primary-bg-hover-trans:hover .featurebox-icon {
  border-color: white;
  background-color: transparent;
}
/* Feature Box Overridables */
.polar-contact-info {
  border-style: dashed;
  border-width: 0;
  padding: 0 0 10px 36px;
  position: relative;
}
.polar-contact-info:not(:first-child) {
  border-top-width: 1px;
  padding-top: 10px;
}
.polar-contact-info:not(:first-child) i {
  top: 10px;
}
.polar-contact-info i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 1px;
  font-size: 18px;
  opacity: 0.3;
}
footer .polar-contact-info {
  border-style: solid;
}
.polar_testimonials.polar-style1,
.polar_testimonials.polar-style2 {
  padding: 15px 60px;
  position: relative;
}
.polar_testimonials.polar-style1 .testimonials-container,
.polar_testimonials.polar-style2 .testimonials-container {
  text-align: center;
  padding: 0 60px;
  position: relative;
}
.polar_testimonials.polar-style1 .testimonials-container:before,
.polar_testimonials.polar-style2 .testimonials-container:before,
.polar_testimonials.polar-style1 .testimonials-container:after,
.polar_testimonials.polar-style2 .testimonials-container:after {
  font-family: "FontAwesome";
  font-size: 48px;
  position: absolute;
  width: 60px;
  display: block;
  font-style: normal;
  line-height: 1;
}
.polar_testimonials.polar-style1 .testimonials-container:before,
.polar_testimonials.polar-style2 .testimonials-container:before {
  content: '\f10d';
  left: 0;
  top: 0;
}
.polar_testimonials.polar-style1 .testimonials-container:after,
.polar_testimonials.polar-style2 .testimonials-container:after {
  content: '\f10e';
  right: 0;
}
.polar_testimonials.polar-style1 .testimonial-title,
.polar_testimonials.polar-style2 .testimonial-title {
  font-style: italic;
}
.polar_testimonials.polar-style1 .testimonial-title:before,
.polar_testimonials.polar-style2 .testimonial-title:before,
.polar_testimonials.polar-style1 .testimonial-title:after,
.polar_testimonials.polar-style2 .testimonial-title:after {
  content: '"';
}
.polar_testimonials.polar-style1 .testimonial-content,
.polar_testimonials.polar-style2 .testimonial-content {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 45px;
  position: relative;
}
.polar_testimonials.polar-style1 .testimonial-thumbs,
.polar_testimonials.polar-style2 .testimonial-thumbs {
  max-width: 400px;
  margin: 75px auto 0;
  padding: 0 65px;
  position: relative;
  text-align: center;
}
.polar_testimonials.polar-style1 .testimonial-thumbs .slider-container,
.polar_testimonials.polar-style2 .testimonial-thumbs .slider-container {
  width: 270px;
  display: inline-block;
}
.polar_testimonials.polar-style1 .testimonial-content,
.polar_testimonials.polar-style2 .testimonial-content {
  padding: 0 5%;
}
.polar_testimonials.polar-style1 .testimonial-avatar,
.polar_testimonials.polar-style2 .testimonial-avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.polar_testimonials.polar-style1 .testimonial-avatar:before,
.polar_testimonials.polar-style2 .testimonial-avatar:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: white;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.polar_testimonials.polar-style1 .nav-control,
.polar_testimonials.polar-style2 .nav-control {
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.polar_testimonials.polar-style1 .nav-control.next,
.polar_testimonials.polar-style2 .nav-control.next,
.polar_testimonials.polar-style1 .nav-control.ts-next,
.polar_testimonials.polar-style2 .nav-control.ts-next {
  right: 0px;
}
.polar_testimonials.polar-style1 .nav-control.prev,
.polar_testimonials.polar-style2 .nav-control.prev,
.polar_testimonials.polar-style1 .nav-control.ts-prev,
.polar_testimonials.polar-style2 .nav-control.ts-prev {
  left: 0px;
}
.polar_testimonials.polar-style1 .ts-direction-nav,
.polar_testimonials.polar-style2 .ts-direction-nav {
  margin: 0;
  padding: 0;
}
.polar_testimonials.polar-style1 .ts-direction-nav li,
.polar_testimonials.polar-style2 .ts-direction-nav li {
  font-size: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.polar_testimonials.polar-style1 .ts-direction-nav a,
.polar_testimonials.polar-style2 .ts-direction-nav a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Ionicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-transition: opacity 0.2s, color 0.2s;
  -moz-transition: opacity 0.2s, color 0.2s;
  -o-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
}
.polar_testimonials.polar-style1 .ts-direction-nav a.ts-next,
.polar_testimonials.polar-style2 .ts-direction-nav a.ts-next {
  right: 0;
}
.polar_testimonials.polar-style1 .ts-direction-nav a.ts-next:before,
.polar_testimonials.polar-style2 .ts-direction-nav a.ts-next:before {
  content: "\f3d3";
}
.polar_testimonials.polar-style1 .ts-direction-nav a.ts-prev,
.polar_testimonials.polar-style2 .ts-direction-nav a.ts-prev {
  left: 0;
}
.polar_testimonials.polar-style1 .ts-direction-nav a.ts-prev:before,
.polar_testimonials.polar-style2 .ts-direction-nav a.ts-prev:before {
  content: "\f3d2";
}
.polar_testimonials.polar-style1 .ts-direction-nav a.ts-disabled,
.polar_testimonials.polar-style2 .ts-direction-nav a.ts-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.polar_testimonials.polar-style1 .polar_rating,
.polar_testimonials.polar-style2 .polar_rating {
  margin-bottom: 0;
}
.polar_testimonials.polar-style1 .testimonial-name {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.polar_testimonials.polar-style1 .testimonial-company {
  font-weight: 400;
  margin-bottom: 0;
}
.polar_testimonials.polar-style1 .testimonial-avatar {
  box-sizing: content-box;
  background-clip: padding-box;
  background-size: cover;
  border: 5px solid transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.polar_testimonials.polar-style1 .testimonial-avatar:before {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_testimonials.polar-style1 .testimonial-avatar:hover:before {
  opacity: .2;
}
.polar_testimonials.polar-style1 .testimonials-container:after {
  bottom: 95px;
}
.polar_testimonials.polar-style2 .testimonial-name {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline;
}
.polar_testimonials.polar-style2 .testimonial-company {
  font-weight: 400;
  margin-bottom: 0;
  display: inline;
}
.polar_testimonials.polar-style2 .testimonial-company:before {
  content: ' \2013 ';
}
.polar_testimonials.polar-style2 .testimonials-container:after {
  bottom: 115px;
}
.polar_testimonials.polar-style2 .testimonial-avatar {
  overflow: hidden;
  box-sizing: content-box;
  border: 5px solid transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.polar_testimonials.polar-style2 .testimonial-avatar > div {
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.polar_testimonials.polar-style2 .testimonial-avatar:before {
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .7;
}
.polar_testimonials.polar-style2 .ts-active-slide .testimonial-avatar:before {
  opacity: 0;
}
.polar_testimonials.polar-style3 .testimonials-inner-wrap {
  position: relative;
  text-align: center;
}
.polar_testimonials.polar-style3 .content-wrap {
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  margin: 40px;
  padding: 75px;
}
.polar_testimonials.polar-style3 .testimonial-avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto 55px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.polar_testimonials.polar-style3 .testimonial-content {
  font-style: italic;
}
.polar_testimonials.polar-style3 .testimonial-name {
  margin: 55px 0 5px 0;
}
.polar_testimonials.polar-style3 .nav-control {
  font-size: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.polar_testimonials.polar-style3 .nav-control.prev {
  left: -5%;
}
.polar_testimonials.polar-style3 .nav-control.next {
  right: -5%;
}
.polar_testimonials.polar-style4 .testimonials-inner-wrap {
  position: relative;
  text-align: center;
  padding: 70px 16.6666%;
}
.polar_testimonials.polar-style4 .testimonials-container {
  margin-bottom: 0;
}
.polar_testimonials.polar-style4 .content-wrap {
  padding: 0 15px;
}
.polar_testimonials.polar-style4 .testimonial-avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto 55px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.polar_testimonials.polar-style4 .testimonial-content {
  font-style: italic;
}
.polar_testimonials.polar-style4 .testimonial-name {
  margin: 55px 0 5px 0;
  text-transform: uppercase;
}
.polar_testimonials.polar-style4 .nav-control {
  font-size: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.polar_testimonials.polar-style4 .nav-control.prev {
  left: 4%;
}
.polar_testimonials.polar-style4 .nav-control.next {
  right: 4%;
}
.polar_testimonials.polar-style5 {
  position: relative;
}
.polar_testimonials.polar-style5 .testimonial-title {
  font-style: italic;
}
.polar_testimonials.polar-style5 .testimonial-title:before,
.polar_testimonials.polar-style5 .testimonial-title:after {
  content: '"';
}
.polar_testimonials.polar-style5 .testimonial-content {
  margin-bottom: 40px;
  position: relative;
  line-height: 2;
}
.polar_testimonials.polar-style5 .testimonial-thumbs {
  max-width: 370px;
  margin-top: 65px;
  position: relative;
}
.polar_testimonials.polar-style5 .testimonial-thumbs .slider-container {
  width: 100%;
}
.polar_testimonials.polar-style5 .testimonial-avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.polar_testimonials.polar-style5 .testimonial-avatar:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: white;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.polar_testimonials.polar-style5 .polar_rating {
  margin-bottom: 0;
}
.polar_testimonials.polar-style5 .testimonial-name {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline;
}
.polar_testimonials.polar-style5 .testimonial-company {
  font-weight: 400;
  margin-bottom: 0;
  display: inline;
}
.polar_testimonials.polar-style5 .testimonial-company:before {
  content: ' \2013 ';
}
.polar_testimonials.polar-style5 .testimonial-avatar {
  overflow: hidden;
  box-sizing: content-box;
}
.polar_testimonials.polar-style5 .testimonial-avatar > div {
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.polar_testimonials.polar-style5 .testimonial-avatar:before {
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .7;
}
.polar_testimonials.polar-style5 .ts-active-slide .testimonial-avatar:before {
  opacity: 0;
}
.polar_testimonials.polar-style5 .slick-dots {
  position: static;
  text-align: left;
  margin: 65px 0 0 0;
}
.polar_testimonials.polar-style5 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.polar_testimonials.polar-style5 .slick-dots li.slick-active .testimonial-avatar:before,
.polar_testimonials.polar-style5 .slick-dots li:hover .testimonial-avatar:before {
  opacity: 0;
}
.polar_testimonials.polar-style5 .slick-dots li:first-child {
  margin-left: 0;
}
.polar_testimonials.polar-style6 .testimonials-inner-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.polar_testimonials.polar-style6 .testimonial-avatar {
  text-align: center;
  width: calc( 100% + 1px );
}
.polar_testimonials.polar-style6 .testimonial-avatar img {
  max-width: 100%;
  margin: 0 auto;
}
.polar_testimonials.polar-style6 .slider-container {
  margin-bottom: 0;
  overflow: hidden;
}
.polar_testimonials.polar-style6 .slick-list {
  margin: 0 -15px;
}
.polar_testimonials.polar-style6 .avatar-wrap,
.polar_testimonials.polar-style6 .text-wrap {
  display: table-cell;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
}
.polar_testimonials.polar-style6 .avatar-wrap {
  vertical-align: bottom;
}
.polar_testimonials.polar-style6 .text-wrap {
  padding-top: 85px;
  padding-bottom: 85px;
  vertical-align: middle;
}
.polar_testimonials.polar-style6 .polar_section_header {
  margin-bottom: 50px;
}
.polar_testimonials.polar-style6 .testimonial-names-wrap {
  margin-top: 30px;
}
.polar_testimonials.polar-style6 .testimonial-name {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline;
}
.polar_testimonials.polar-style6 .testimonial-company {
  font-weight: 400;
  margin-bottom: 0;
  display: inline;
}
.polar_testimonials.polar-style6 .testimonial-company:before {
  content: ' \2013 ';
}
.polar_testimonials.polar-style6 .testimonial-nav {
  margin-top: 80px;
}
.polar_testimonials.polar-style6 .nav-control {
  width: 33px;
  height: 33px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  color: white;
  background-color: #333;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.polar_testimonials.polar-style6 .nav-control:before {
  line-height: inherit;
}
.polar_testimonials.polar-style6 .nav-control.prev {
  margin-right: 5px;
}
.polar_testimonials.polar-style6 .slide-item {
  margin: 0 15px;
}
.polar_testimonials.polar-style6 .testimonial-title {
  margin-bottom: 30px;
}
.polar_testimonials.polar-style7 .testimonial-avatar {
  text-align: center;
  min-height: 100px;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.polar_testimonials.polar-style7 .testimonial-avatar img {
  max-width: 100%;
  margin: 0 auto;
}
.polar_testimonials.polar-style7 .slider-container {
  margin-bottom: 0;
  overflow: hidden;
}
.polar_testimonials.polar-style7 .slick-list {
  margin: 0 -15px;
}
.polar_testimonials.polar-style7 .slide-item {
  padding: 0 15px;
}
.polar_testimonials.polar-style7.polar-wrapper-shadow .text-wrap,
.polar_testimonials.polar-style7.polar-wrapper-shadow .avatar-wrap {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.polar_testimonials.polar-style7 .text-wrap {
  padding: 70px 70px 150px 70px;
  position: relative;
}
.polar_testimonials.polar-style7 .polar_section_header {
  margin-bottom: 50px;
}
.polar_testimonials.polar-style7 .testimonial-names-wrap {
  margin-top: 30px;
}
.polar_testimonials.polar-style7 .testimonial-name {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline;
}
.polar_testimonials.polar-style7 .testimonial-company {
  font-weight: 400;
  margin-bottom: 0;
  display: inline;
}
.polar_testimonials.polar-style7 .testimonial-company:before {
  content: ' \2013 ';
}
.polar_testimonials.polar-style7 .nav-control {
  width: 33px;
  height: 33px;
  position: absolute;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  color: white;
  background-color: #333;
  bottom: 70px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.polar_testimonials.polar-style7 .nav-control:before {
  line-height: inherit;
}
.polar_testimonials.polar-style7 .nav-control.prev {
  left: 70px;
}
.polar_testimonials.polar-style7 .nav-control.next {
  left: 110px;
}
.polar_testimonials.polar-style7 .testimonial-title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .polar_testimonials.polar-style1,
  .polar_testimonials.polar-style2 {
    padding-left: 0;
    padding-right: 0;
  }
  .polar_testimonials.polar-style1 .testimonial-thumbs,
  .polar_testimonials.polar-style2 .testimonial-thumbs {
    padding: 0 20px;
  }
  .polar_testimonials.polar-style1 .testimonial-content,
  .polar_testimonials.polar-style2 .testimonial-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .polar_testimonials.polar-style1,
  .polar_testimonials.polar-style2 {
    padding-left: 0;
    padding-right: 0;
  }
  .polar_testimonials.polar-style1 .testimonial-thumbs,
  .polar_testimonials.polar-style2 .testimonial-thumbs {
    padding: 0 50px;
  }
  .polar_testimonials.polar-style1 .testimonial-thumbs .slider-container,
  .polar_testimonials.polar-style2 .testimonial-thumbs .slider-container {
    width: 90px;
  }
  .polar_testimonials.polar-style1 .ts-direction-nav a.ts-prev,
  .polar_testimonials.polar-style2 .ts-direction-nav a.ts-prev {
    left: 40px;
  }
  .polar_testimonials.polar-style1 .ts-direction-nav a.ts-next,
  .polar_testimonials.polar-style2 .ts-direction-nav a.ts-next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .polar_testimonials.polar-style6 .testimonials-inner-wrap {
    display: block;
  }
  .polar_testimonials.polar-style6 .text-wrap,
  .polar_testimonials.polar-style6 .avatar-wrap {
    display: block;
    width: 100%;
  }
  .polar_testimonials.polar-style6 .left-column {
    padding-bottom: 35px;
  }
}
/* Testimonials Overridables */
.polar_rating {
  font-size: 24px;
}
.polar_rating .align-wrap {
  position: relative;
  display: inline-block;
}
.polar_rating.polar-center {
  text-align: center;
}
.polar_rating.polar-right {
  text-align: right;
}
.polar_rating .outline-stars {
  text-align: left;
  color: #ffcc00;
}
.polar_rating .value-stars {
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #ffcc00;
}
.polar_rating i {
  margin: 0 3px;
}
.polar_team_member {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.polar_team_member.polar-style1 {
  overflow: hidden;
}
.polar_team_member.polar-style1 .photo {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-size: cover;
}
.polar_team_member.polar-style1:hover .member-info-wrap {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_team_member.polar-style1:hover .member-social-links {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 20px;
}
.polar_team_member.polar-style1:hover .member-info {
  padding-top: 0;
}
.polar_team_member.polar-style1:hover .member-bg {
  background-color: rgba(255, 255, 255, 0.85);
}
.polar_team_member.polar-style1 .member-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.polar_team_member.polar-style1 .member-info {
  text-align: center;
  width: 100%;
  padding-top: 10%;
  line-height: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
}
.polar_team_member.polar-style1 .member-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.polar_team_member.polar-style1 .member-social-links {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.polar_team_member.polar-style1 .member-social-link {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.polar_team_member.polar-style1 .member-name {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.polar_team_member.polar-style2 {
  overflow: hidden;
}
.polar_team_member.polar-style2 .photo {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-size: cover;
}
.polar_team_member.polar-style2:hover .member-info-wrap {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_team_member.polar-style2:hover .member-info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.polar_team_member.polar-style2:hover .member-bg {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_team_member.polar-style2 .member-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: middle;
}
.polar_team_member.polar-style2 .member-info {
  position: absolute;
  width: 100%;
  display: table;
  line-height: 2;
  bottom: 0;
  padding: 0 25px 20px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
}
.polar_team_member.polar-style2 .member-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.polar_team_member.polar-style2 .left-side {
  display: table-cell;
  vertical-align: middle;
}
.polar_team_member.polar-style2 .right-side {
  display: table-cell;
  width: 88px;
  vertical-align: middle;
  overflow: hidden;
}
.polar_team_member.polar-style2 .member-social-links {
  margin: 0 -10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px dashed #999999;
}
.polar_team_member.polar-style2 .member-social-link {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  width: 16px;
  line-height: 26px;
  position: relative;
  margin: 0 10px;
  color: white;
}
.polar_team_member.polar-style2 .member-name {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  color: white;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.polar_team_member.polar-style2 .member-title {
  color: white;
  line-height: 1.5;
}
.polar_team_member.polar-style3 {
  overflow: hidden;
}
.polar_team_member.polar-style3 .photo {
  width: 100%;
  display: block;
}
.polar_team_member.polar-style3:hover .member-info-wrap {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_team_member.polar-style3:hover .member-info {
  padding-top: 0;
}
.polar_team_member.polar-style3:hover .member-bg {
  background-color: rgba(0, 0, 0, 0.45);
}
.polar_team_member.polar-style3 .member-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.polar_team_member.polar-style3 .member-info {
  text-align: center;
  width: 100%;
  padding-top: 15%;
  line-height: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
}
.polar_team_member.polar-style3 .member-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.polar_team_member.polar-style3 .member-social-links {
  margin-top: 10px;
}
.polar_team_member.polar-style3 .member-social-link {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 26px;
  position: relative;
  color: white;
}
.polar_team_member.polar-style3 .member-name {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: white;
}
.polar_team_member.polar-style3 .member-title {
  color: white;
}
@media (min-width: 768px) {
  .polar_pricing_table {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .polar_pricing_table .pricing_column {
    float: left;
    margin-right: -1px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .polar_pricing_table .pricing_column:last-child {
    margin-right: 0;
  }
  .polar_pricing_table.polar-columns-1 .pricing_column {
    width: 100%;
  }
  .polar_pricing_table.polar-columns-2 .pricing_column {
    width: 50%;
  }
  .polar_pricing_table.polar-columns-3 .pricing_column {
    width: 33.33333%;
  }
  .polar_pricing_table.polar-columns-4 .pricing_column {
    width: 50%;
  }
  .polar_pricing_table.polar-columns-5 .pricing_column {
    width: 20%;
  }
  .polar_pricing_table.polar-columns-6 .pricing_column {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .polar_pricing_table.polar-columns-4 .pricing_column {
    width: 25%;
  }
  .polar_pricing_table.polar-columns-6 .pricing_column {
    width: 16.66666%;
  }
}
.polar_pricing_table.polar-style1 .pricing_column,
.polar_pricing_table.polar-style2 .pricing_column {
  display: block;
  padding: 35px 35px 90px;
  border-style: solid;
  border-width: 1px;
  position: relative;
}
.polar_pricing_table.polar-style1 .pricing_column:hover .pricing_button,
.polar_pricing_table.polar-style2 .pricing_column:hover .pricing_button {
  color: white;
  border-color: transparent;
}
.polar_pricing_table.polar-style1 .header,
.polar_pricing_table.polar-style2 .header {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding-bottom: 25px;
}
.polar_pricing_table.polar-style1 .title,
.polar_pricing_table.polar-style2 .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.polar_pricing_table.polar-style1 .price,
.polar_pricing_table.polar-style2 .price {
  vertical-align: bottom;
  color: #333333;
}
.polar_pricing_table.polar-style1 .price .value,
.polar_pricing_table.polar-style2 .price .value {
  font-size: 40px;
}
.polar_pricing_table.polar-style1 .price .period,
.polar_pricing_table.polar-style2 .price .period {
  font-size: 20px;
}
.polar_pricing_table.polar-style1 .features,
.polar_pricing_table.polar-style2 .features {
  font-size: 15px;
  padding-left: 0;
  margin: 25px 0 35px;
}
.polar_pricing_table.polar-style1 .features li,
.polar_pricing_table.polar-style2 .features li {
  margin-left: 0;
  padding-left: 30px;
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  color: #333333;
}
.polar_pricing_table.polar-style1 .features li:before,
.polar_pricing_table.polar-style2 .features li:before {
  position: absolute;
  font-family: "ElegantIcons";
  content: '\4e';
  left: 0;
  top: 0;
}
.polar_pricing_table.polar-style1 .footer,
.polar_pricing_table.polar-style2 .footer {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
}
.polar_pricing_table.polar-style1 .pricing_button,
.polar_pricing_table.polar-style2 .pricing_button {
  display: block;
  text-align: center;
  padding: 12px 15px;
  white-space: nowrap;
  font-weight: bold;
  color: #999999;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.polar_pricing_table.polar-style1 .pricing_button i,
.polar_pricing_table.polar-style2 .pricing_button i {
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}
.polar_pricing_table.polar-style1 .pricing_button:hover,
.polar_pricing_table.polar-style2 .pricing_button:hover {
  color: white;
  border-color: transparent;
}
.polar_pricing_table.polar-style1 .pricing_column:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  background-color: transparent;
}
.polar_pricing_table.polar-style2 .pricing_column {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* Overridables */
.polar_cta {
  padding: 70px 0;
}
.polar_cta .cta-content {
  text-align: center;
}
.polar_cta .cta-button {
  padding-top: 30px;
  text-align: center;
}
.polar_cta .heading {
  line-height: 1.3;
  margin-bottom: 0;
}
.polar_cta .sub-heading {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
}
.polar_cta .container {
  max-width: 100%;
}
.polar_cta.polar-right .cta-wrap {
  width: 100%;
  display: table;
}
.polar_cta.polar-right .cta-content {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.polar_cta.polar-right .cta-button {
  padding-top: 0;
  padding-left: 20px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.polar_cta.polar-right .cta-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.polar_cta.polar-right,
.polar_cta.polar-bottom {
  text-shadow: none;
}
.polar_cta .polar_button {
  white-space: nowrap;
}
.polar_cta .cta-icon {
  width: 70px;
}
.polar_cta .cta-icon .icon-wrap-inner {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
.polar_cta .cta-icon i {
  font-size: 70px;
  line-height: inherit;
}
.polar_cta .cta-icon.polar-wrap-solid i,
.polar_cta .cta-icon.polar-wrap-outline i,
.polar_cta .cta-icon.polar_cta .cta-icon.polar-wrap-focus i {
  font-size: 30px;
}
.polar_cta .cta-icon.polar-wrap-solid .icon-wrap {
  background-color: white;
}
.polar_cta .cta-icon.polar-wrap-outline .icon-wrap {
  border-color: white;
  position: relative;
}
.polar_cta .cta-icon.polar-wrap-outline .icon-wrap:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.polar_cta .cta-icon.polar-wrap-outline i {
  font-size: 30px;
}
.polar_cta .cta-icon.polar-wrap-focus i {
  font-size: 30px;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap {
  position: relative;
  border-color: white;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap:before,
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 30%;
  height: 30%;
  border-width: 2px;
  border-top-style: solid;
  border-color: inherit;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap:before {
  left: 0;
  border-left-style: solid;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap:after {
  right: 0;
  border-right-style: solid;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap-inner {
  border-color: inherit;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap-inner:before,
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap-inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 30%;
  height: 30%;
  border-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap-inner:before {
  left: 0;
  border-left-style: solid;
}
.polar_cta .cta-icon.polar-wrap-focus .icon-wrap-inner:after {
  right: 0;
  border-right-style: solid;
}
@media screen and (max-width: 599px) {
  .polar_cta.polar-right .cta-button,
  .polar_cta.polar-right .cta-content {
    display: block;
    text-align: center;
  }
  .polar_cta.polar-right .cta-button {
    padding-top: 30px;
  }
  .polar_cta.polar-right .cta-icon {
    display: block;
    padding: 0;
    margin: 0 auto 30px;
  }
}
/* CTA Overridables */
/*** Progress Circle **/
.polar_progress_circle {
  z-index: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 220px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.polar_progress_circle.polar_ready {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_progress_circle .polar_pc_wrapper {
  position: relative;
  margin: 0 auto;
}
.polar_progress_circle canvas {
  position: relative;
  z-index: 1;
}
.polar_progress_circle .polar_pc_value {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 16%;
  text-align: center;
  line-height: 1;
}
.polar_progress_circle .polar_pc_value > .value {
  display: table-cell;
  vertical-align: middle;
}
.polar_progress_circle .polar_pc_heading {
  margin: 25px 0 0 0 !important;
  text-transform: uppercase;
}
/* Overridables */
.polar_timeline {
  padding: 10px 0 10px 0;
}
.polar_timeline .tl-item {
  padding: 0 85px 55px;
  position: relative;
  display: none;
}
.polar_timeline .tl-loadmore {
  font-size: 18px;
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  color: white;
  text-align: center;
  position: relative;
  line-height: 40px;
}
.polar_timeline .tl-loadmore i {
  position: relative;
  z-index: 3;
  line-height: inherit;
}
.polar_timeline .tl-loadmore:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  border: 3px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
.polar_timeline .tl-loadmore:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.polar_timeline .tl-loadmore .tl-sh-border {
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background-color: white;
  z-index: 1;
}
.polar_timeline .tl-loadmore .tl-sh-border:before {
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.polar_timeline.done {
  padding-bottom: 60px;
}
.polar_timeline.done .tl-loadmore {
  display: none;
}
.polar_timeline.done:after {
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  content: '';
  border-width: 3px;
  border-style: solid;
  width: 21px;
  height: 21px;
  left: 50%;
  margin-left: -10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  z-index: 1;
}
.polar_timeline.done:before {
  box-sizing: border-box;
  position: absolute;
  bottom: 26px;
  content: '';
  border-width: 5px;
  border-style: solid;
  width: 29px;
  height: 29px;
  left: 50%;
  margin-left: -14px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  z-index: 1;
}
@media (min-width: 768px) {
  .polar_timeline .tl-item {
    width: 50%;
  }
  .polar_timeline .tl-item .tl-spine {
    width: 3px;
    top: 30px;
    bottom: -10px;
    position: absolute;
    border-left-width: 3px;
    border-left-style: solid;
  }
  .polar_timeline .tl-item .tl-spine:before {
    box-sizing: border-box;
    position: absolute;
    top: -25px;
    content: '';
    border-width: 5px;
    border-style: solid;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: border-box;
    -moz-border-radius: 50%;
    -moz-background-clip: border;
    border-radius: 50%;
    background-clip: border-box;
  }
  .polar_timeline .tl-item .tl-spine:after {
    box-sizing: border-box;
    position: absolute;
    top: -21px;
    content: '';
    border-width: 3px;
    border-style: solid;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: border-box;
    -moz-border-radius: 50%;
    -moz-background-clip: border;
    border-radius: 50%;
    background-clip: border-box;
  }
  .polar_timeline .tl-item .tl-date {
    position: relative;
    -webkit-border-radius: 3px;
    -webkit-background-clip: border-box;
    -moz-border-radius: 3px;
    -moz-background-clip: border;
    border-radius: 3px;
    background-clip: border-box;
    line-height: 1;
    color: white;
    padding: 13px 30px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .polar_timeline .tl-item .tl-date:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    content: '';
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .polar_timeline .tl-item:nth-child(odd) {
    text-align: left;
    margin-left: auto;
  }
  .polar_timeline .tl-item:nth-child(odd) .tl-spine {
    left: -1px;
  }
  .polar_timeline .tl-item:nth-child(odd) .tl-spine:before {
    left: -16px;
  }
  .polar_timeline .tl-item:nth-child(odd) .tl-spine:after {
    left: -12px;
  }
  .polar_timeline .tl-item:nth-child(odd) .tl-date:before {
    left: -14px;
    border-width: 7px 14px 7px 0;
    border-right-color: inherit;
  }
  .polar_timeline .tl-item:nth-child(even) {
    text-align: right;
    margin-right: auto;
  }
  .polar_timeline .tl-item:nth-child(even) .tl-spine {
    right: -2px;
  }
  .polar_timeline .tl-item:nth-child(even) .tl-spine:before {
    right: -13px;
  }
  .polar_timeline .tl-item:nth-child(even) .tl-spine:after {
    right: -9px;
  }
  .polar_timeline .tl-item:nth-child(even) .tl-date:before {
    right: -14px;
    border-width: 7px 0 7px 14px;
    border-left-color: inherit;
  }
  .polar_timeline .tl-item.polar_ready {
    display: block;
  }
}
@media (max-width: 767px) {
  .polar_timeline .tl-item {
    padding: 0 20px 55px 40px;
    margin-left: 15px;
    text-align: left;
  }
  .polar_timeline .tl-item .tl-spine {
    width: 3px;
    top: 30px;
    bottom: -10px;
    position: absolute;
    border-left-width: 3px;
    border-left-style: solid;
    left: -1px;
  }
  .polar_timeline .tl-item .tl-spine:before {
    box-sizing: border-box;
    position: absolute;
    top: -25px;
    content: '';
    border-width: 5px;
    border-style: solid;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: border-box;
    -moz-border-radius: 50%;
    -moz-background-clip: border;
    border-radius: 50%;
    background-clip: border-box;
    left: -16px;
  }
  .polar_timeline .tl-item .tl-spine:after {
    box-sizing: border-box;
    position: absolute;
    top: -21px;
    content: '';
    border-width: 3px;
    border-style: solid;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: border-box;
    -moz-border-radius: 50%;
    -moz-background-clip: border;
    border-radius: 50%;
    background-clip: border-box;
    left: -12px;
  }
  .polar_timeline .tl-item .tl-date {
    position: relative;
    -webkit-border-radius: 3px;
    -webkit-background-clip: border-box;
    -moz-border-radius: 3px;
    -moz-background-clip: border;
    border-radius: 3px;
    background-clip: border-box;
    line-height: 1;
    color: white;
    padding: 13px 30px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .polar_timeline .tl-item .tl-date:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    content: '';
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    left: -14px;
    border-width: 7px 14px 7px 0;
    border-right-color: inherit;
  }
  .polar_timeline .tl-item.polar_ready {
    display: block;
  }
  .polar_timeline .tl-loadmore {
    margin: 10px 0 0 -5px;
  }
  .polar_timeline.done:before {
    left: 16px;
    margin-left: 0;
  }
  .polar_timeline.done:after {
    left: 20px;
    margin-left: 0;
  }
}
.polar_icon_list i {
  line-height: inherit;
}
.polar_icon_list span {
  margin: 0 0 5px;
  padding: 0 0 0 25px;
  position: relative;
  display: block;
}
.polar_catalog_list .title,
.polar_catalog_list .separator,
.polar_catalog_list .price {
  display: table-cell;
}
.polar_catalog_list .title {
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.polar_catalog_list .separator {
  width: 100%;
  position: relative;
}
.polar_catalog_list .separator:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 3px dotted;
}
.polar_catalog_list .price {
  padding-left: 10px;
  max-width: 20%;
  min-width: 50px;
  text-align: center;
}
.polar_catalog_list .catalog-item:not(:last-child) {
  margin-bottom: 20px;
}
/* Catalog List Overridables */
.polar_contact_form {
  position: relative;
}
.polar_contact_form .wpcf7 {
  padding-bottom: 50px;
}
.polar_contact_form .wpcf7 input[type=text],
.polar_contact_form .wpcf7 input[type=email],
.polar_contact_form .wpcf7 input[type=URL],
.polar_contact_form .wpcf7 input[type=tel],
.polar_contact_form .wpcf7 input[type=number],
.polar_contact_form .wpcf7 input[type=date],
.polar_contact_form .wpcf7 textarea,
.polar_contact_form .wpcf7 select {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 14px 16px;
  line-height: 20px;
  font-size: 16px;
}
.polar_contact_form .wpcf7 input[type=text].polar-style-outline,
.polar_contact_form .wpcf7 input[type=email].polar-style-outline,
.polar_contact_form .wpcf7 input[type=URL].polar-style-outline,
.polar_contact_form .wpcf7 input[type=tel].polar-style-outline,
.polar_contact_form .wpcf7 input[type=number].polar-style-outline,
.polar_contact_form .wpcf7 input[type=date].polar-style-outline,
.polar_contact_form .wpcf7 textarea.polar-style-outline,
.polar_contact_form .wpcf7 select.polar-style-outline {
  background: none transparent;
  border-width: 1px;
  border-style: solid;
}
.polar_contact_form .wpcf7 input[type=text].polar-style-solid,
.polar_contact_form .wpcf7 input[type=email].polar-style-solid,
.polar_contact_form .wpcf7 input[type=URL].polar-style-solid,
.polar_contact_form .wpcf7 input[type=tel].polar-style-solid,
.polar_contact_form .wpcf7 input[type=number].polar-style-solid,
.polar_contact_form .wpcf7 input[type=date].polar-style-solid,
.polar_contact_form .wpcf7 textarea.polar-style-solid,
.polar_contact_form .wpcf7 select.polar-style-solid {
  border: 1px solid transparent;
}
.polar_contact_form .wpcf7 input[type=text].polar-style-blank,
.polar_contact_form .wpcf7 input[type=email].polar-style-blank,
.polar_contact_form .wpcf7 input[type=URL].polar-style-blank,
.polar_contact_form .wpcf7 input[type=tel].polar-style-blank,
.polar_contact_form .wpcf7 input[type=number].polar-style-blank,
.polar_contact_form .wpcf7 input[type=date].polar-style-blank,
.polar_contact_form .wpcf7 textarea.polar-style-blank,
.polar_contact_form .wpcf7 select.polar-style-blank {
  border-color: transparent;
  background: none transparent;
}
.polar_contact_form .wpcf7 input[type=text].polar-style-underline,
.polar_contact_form .wpcf7 input[type=email].polar-style-underline,
.polar_contact_form .wpcf7 input[type=URL].polar-style-underline,
.polar_contact_form .wpcf7 input[type=tel].polar-style-underline,
.polar_contact_form .wpcf7 input[type=number].polar-style-underline,
.polar_contact_form .wpcf7 input[type=date].polar-style-underline,
.polar_contact_form .wpcf7 textarea.polar-style-underline,
.polar_contact_form .wpcf7 select.polar-style-underline {
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
  border-left: none;
  border-top: none;
  border-right: none;
  background: none transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  overflow: hidden;
}
.polar_contact_form .wpcf7 input[type=text].polar-shape-square,
.polar_contact_form .wpcf7 input[type=email].polar-shape-square,
.polar_contact_form .wpcf7 input[type=URL].polar-shape-square,
.polar_contact_form .wpcf7 input[type=tel].polar-shape-square,
.polar_contact_form .wpcf7 input[type=number].polar-shape-square,
.polar_contact_form .wpcf7 input[type=date].polar-shape-square,
.polar_contact_form .wpcf7 textarea.polar-shape-square,
.polar_contact_form .wpcf7 select.polar-shape-square {
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar_contact_form .wpcf7 input[type=text].polar-shape-rounded,
.polar_contact_form .wpcf7 input[type=email].polar-shape-rounded,
.polar_contact_form .wpcf7 input[type=URL].polar-shape-rounded,
.polar_contact_form .wpcf7 input[type=tel].polar-shape-rounded,
.polar_contact_form .wpcf7 input[type=number].polar-shape-rounded,
.polar_contact_form .wpcf7 input[type=date].polar-shape-rounded,
.polar_contact_form .wpcf7 textarea.polar-shape-rounded,
.polar_contact_form .wpcf7 select.polar-shape-rounded {
  -webkit-border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  background-clip: border-box;
}
.polar_contact_form .wpcf7 option {
  color: #666;
}
.polar_contact_form .wpcf7 ::-webkit-inner-spin-button {
  height: 20px;
}
.polar_contact_form .wpcf7 input[type=date] {
  height: 50px;
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar_contact_form .wpcf7 select {
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px;
}
.polar_contact_form .wpcf7 textarea {
  resize: none;
}
.polar_contact_form .wpcf7 input[type=submit],
.polar_contact_form .wpcf7 button {
  margin: 0;
}
.polar_contact_form .wpcf7 input[type=submit].polar-align-full,
.polar_contact_form .wpcf7 button.polar-align-full {
  display: block;
  width: 100%;
}
.polar_contact_form .wpcf7 input[type=submit].polar-align-left,
.polar_contact_form .wpcf7 button.polar-align-left {
  display: block;
  margin-right: auto;
}
.polar_contact_form .wpcf7 input[type=submit].polar-align-right,
.polar_contact_form .wpcf7 button.polar-align-right {
  display: block;
  margin-left: auto;
}
.polar_contact_form .wpcf7 input[type=submit].polar-align-center,
.polar_contact_form .wpcf7 button.polar-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.polar_contact_form .wpcf7 button.polar-style-underline {
  border: none;
  background: none transparent;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
  position: relative;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
  top: 0;
}
.polar_contact_form .wpcf7 button.polar-style-underline:before {
  content: '';
  position: absolute;
  border-bottom: 2px solid transparent;
  width: 10px;
  transform: rotate(-45deg);
  transform-origin: 100% 0%;
  right: 0;
  bottom: -2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.polar_contact_form .wpcf7 button.polar-style-underline:active:focus {
  top: 5px;
}
.polar_contact_form .wpcf7 button.polar-style-underline:active:focus:before {
  width: 0;
}
.polar_contact_form .wpcf7 input[type=checkbox],
.polar_contact_form .wpcf7 input[type=radio] {
  vertical-align: middle;
}
.polar_contact_form .wpcf7 .wpcf7-not-valid {
  border-color: #c76e60 !important;
}
.polar_contact_form .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.polar_contact_form .wpcf7 .wpcf7-response-output {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin-left: 15px;
  margin-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.polar_contact_form .wpcf7 .wpcf7-response-output.polar-shape-square {
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar_contact_form .wpcf7 .wpcf7-response-output.polar-shape-rounded {
  -webkit-border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  background-clip: border-box;
}
.polar_contact_form .wpcf7 .wpcf7-validation-errors,
.polar_contact_form .wpcf7 .wpcf7-mail-sent-ng,
.polar_contact_form .wpcf7 .wpcf7-spam-blocked {
  border: 1px solid #c76e60;
  background-color: #f9b5aa;
  color: #c86353;
}
.polar_contact_form .wpcf7 .wpcf7-mail-sent-ok {
  border: 1px solid #b7c3a2;
  background-color: #e7f6cd;
  color: #84be20;
}
.polar_contact_form .wpcf7 .wpcf7-list-item.first {
  margin-left: 0;
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap[class*='your-']:after {
  font-family: "Ionicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '';
  position: absolute;
  font-size: 26px;
  width: 50px;
  height: 38px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 2;
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap[class*='your-'] input,
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap[class*='your-'] textarea {
  overflow: hidden;
  padding-right: 50px;
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-name:after {
  content: '\f212';
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-email:after {
  content: '\f132';
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-subject:after {
  content: '\f149';
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-message:after {
  content: '\f11b';
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-phone:after {
  content: '\f1fa';
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-date:after {
  content: '\f117';
}
.polar_contact_form .wpcf7 .wpcf7-form-control-wrap.your-time:after {
  content: '\f26e';
}
/* Contact Form Overridables */
.polar-subscribe-cf7 {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.polar-subscribe-cf7:before {
  content: '';
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.08);
}
.polar-subscribe-cf7 .wpcf7-form-control-wrap {
  margin: 0 !important;
}
.polar-subscribe-cf7 .input-wrap {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.polar-subscribe-cf7 .input-wrap input {
  background: none transparent;
  width: 100%;
  padding: 9px 10px !important;
}
.polar-subscribe-cf7 .button-wrap {
  display: table-cell;
  vertical-align: top;
}
.polar-subscribe-cf7 .button-wrap input,
.polar-subscribe-cf7 .button-wrap button {
  box-sizing: border-box;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding: 0 25px !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
.polar-subscribe-cf7.polar-shape-rounded:before {
  -webkit-border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  background-clip: border-box;
}
.polar-subscribe-cf7.polar-shape-rounded .button-wrap input,
.polar-subscribe-cf7.polar-shape-rounded .button-wrap button {
  -webkit-border-radius: 4px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px;
  -moz-background-clip: border;
  border-radius: 4px;
  background-clip: border-box;
}
.polar-subscribe-cf7.polar-shape-square:before {
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar-subscribe-cf7.polar-shape-square .button-wrap input,
.polar-subscribe-cf7.polar-shape-square .button-wrap button {
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
}
.polar_infobox {
  padding: 30px;
  position: relative;
}
.polar_infobox hgroup {
  margin-bottom: 65px;
}
.polar_infobox .infobox-title {
  margin-bottom: 0;
}
.polar_infobox .infobox-subtitle {
  line-height: 1;
  margin-bottom: 0;
}
.polar_infobox .infobox-content {
  width: 100%;
}
.polar_infobox .infobox-btn-wrap {
  margin-top: 30px;
}
.polar_infobox.polar-style-box .infobox-content-wrap {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.polar_infobox.polar-style-box .infobox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
}
.polar_infobox.polar-style-box .infobox-back i {
  font-size: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  margin-left: -24px;
  color: white;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
}
.polar_infobox.polar-style-box:hover .infobox-content-wrap {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.polar_infobox.polar-style-box:hover .infobox-back {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_infobox.polar-style-box:hover .infobox-back i {
  left: 50%;
}
.polar_infobox.polar-inbobox-shadow {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.vc_row.container .polar-filter-with-heading > .container,
.vc_row.polar-stretch-row > .container .polar-filter-with-heading > .container {
  padding-left: 0;
  padding-right: 0;
}
.polar_portfolio_carousel .polar-isotope-filter a {
  position: relative;
  display: inline-block;
  padding: 4px 14px;
}
.polar_portfolio_carousel .polar-isotope-filter a.active {
  border-width: 2px 0 0 2px;
}
.polar_portfolio_carousel .polar-isotope-filter a.active .rect1:before,
.polar_portfolio_carousel .polar-isotope-filter a.active .rect2:before,
.polar_portfolio_carousel .polar-isotope-filter a.active .rect1:after,
.polar_portfolio_carousel .polar-isotope-filter a.active .rect2:after {
  opacity: 1;
}
.polar_portfolio_carousel .polar-isotope-filter a:not(:last-child) {
  margin-right: 20px;
}
.polar_portfolio_carousel .polar-isotope-filter a .rect1:before,
.polar_portfolio_carousel .polar-isotope-filter a .rect2:before,
.polar_portfolio_carousel .polar-isotope-filter a .rect1:after,
.polar_portfolio_carousel .polar-isotope-filter a .rect2:after {
  content: '';
  border-style: solid;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  width: 8px;
  height: 8px;
}
.polar_portfolio_carousel .polar-isotope-filter a .rect1:before {
  left: 0;
  top: 0;
  border-width: 2px 0 0 2px;
}
.polar_portfolio_carousel .polar-isotope-filter a .rect1:after {
  right: 0;
  top: 0;
  border-width: 2px 2px 0 0;
}
.polar_portfolio_carousel .polar-isotope-filter a .rect2:before {
  left: 0;
  bottom: 0;
  border-width: 0 0 2px 2px;
}
.polar_portfolio_carousel .polar-isotope-filter a .rect2:after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}
.polar_portfolio_carousel .polar-portfolio-carousel-wrapper {
  position: relative;
}
.polar_portfolio_carousel .polar-portfolio-carousel-wrapper.not-loaded {
  height: 0;
  overflow: hidden;
}
.polar_portfolio_carousel .polar-portfolio-carousel {
  margin-bottom: 0;
}
.polar_portfolio_carousel .portfolio-item-wrapper {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.polar_portfolio_carousel .portfolio-item-wrapper.item-disabled {
  opacity: 0.3;
}
.polar_portfolio_carousel .polar-portfolio .featured-media-wrapper {
  padding-top: 100%;
}
.polar_portfolio_carousel .direction-nav-arrow-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.polar_portfolio_carousel .direction-nav-arrow-wrapper.moved-inner {
  opacity: 0;
}
.polar_portfolio_carousel .direction-nav-arrow-wrapper.moved-inner .direction-nav-arrow {
  color: #fff;
  opacity: 1;
}
.polar_portfolio_carousel .direction-nav-arrow-wrapper.moved-inner .direction-nav-arrow:not(:hover) {
  background-color: rgba(50, 50, 50, 0.4);
}
.polar_portfolio_carousel .direction-nav-arrow-wrapper.moved-inner .direction-nav-arrow.prev {
  left: 15px;
}
.polar_portfolio_carousel .direction-nav-arrow-wrapper.moved-inner .direction-nav-arrow.next {
  right: 15px;
}
.polar_portfolio_carousel .polar-portfolio-carousel-wrapper:hover .direction-nav-arrow-wrapper.moved-inner {
  opacity: 1;
}
.polar_portfolio_carousel .direction-nav-arrow {
  position: relative;
  width: 43px;
  height: 43px;
  line-height: 45px;
  font-size: 25px;
  text-align: center;
  background-color: #e8e8e8;
  color: #333;
  opacity: 0.7;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 11;
}
.polar_portfolio_carousel .direction-nav-arrow.prev {
  left: -74px;
}
.polar_portfolio_carousel .direction-nav-arrow.next {
  right: -74px;
}
.polar_portfolio_carousel .direction-nav-arrow:hover {
  color: #fff;
}
.polar_portfolio_carousel.with-item-padding .polar-portfolio-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.polar_portfolio_carousel.with-item-padding .portfolio-item-wrapper {
  padding: 0 15px;
}
.polar_counterbox.polar-style-number .cb-value {
  font-size: 40px;
}
.polar_counterbox.polar-style-number-text .cb-value {
  font-size: 40px;
  line-height: 1;
}
.polar_counterbox.polar-style-number-text .cb-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}
.polar_counterbox.polar-style-icon-number-text .cb-icon {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.polar_counterbox.polar-style-icon-number-text .cb-value {
  font-size: 30px;
  line-height: 1;
}
.polar_counterbox.polar-style-icon-number-text .cb-text {
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.polar_counterbox.polar-style-inline-number-text {
  text-align: center;
}
.polar_counterbox.polar-style-inline-number-text .cb-value-wrap {
  position: relative;
  display: inline-block;
}
.polar_counterbox.polar-style-inline-number-text .cb-value,
.polar_counterbox.polar-style-inline-number-text .cb-value-hidden {
  font-size: 40px;
  line-height: 1;
}
.polar_counterbox.polar-style-inline-number-text .cb-value {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.polar_counterbox.polar-style-inline-number-text .cb-value-hidden {
  visibility: hidden;
}
.polar_counterbox.polar-style-inline-number-text .cb-text {
  line-height: 1;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.polar_counterbox.polar-style-inline-number-text .cb-text:before {
  font-size: 20px;
  content: '/';
}
.polar_counterbox.polar-hover-trans {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.polar_counterbox.polar-hover-trans .cb-value,
.polar_counterbox.polar-hover-trans .cb-text,
.polar_counterbox.polar-hover-trans .cb-icon {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.polar_counterbox.polar-hover-trans.polar-primary-bg-hover-trans:hover .cb-value,
.polar_counterbox.polar-hover-trans.polar-primary-bg-hover-trans:hover .cb-text,
.polar_counterbox.polar-hover-trans.polar-primary-bg-hover-trans:hover .cb-icon {
  color: white;
}
/* Counterbox Overridables */
.polar_recent_posts_block .row-3-items {
  padding-top: 66.66%;
  position: relative;
}
.polar_recent_posts_block .row-3-items .row-3-items-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.polar_recent_posts_block .block {
  position: absolute;
  overflow: hidden;
}
.polar_recent_posts_block .block.dx_x {
  width: 66.66%;
  height: 50%;
  left: 0;
}
.polar_recent_posts_block .block.dx_x.first {
  top: 0;
}
.polar_recent_posts_block .block.dx_x.second {
  top: 50%;
}
.polar_recent_posts_block .block.x_dx {
  width: 33.33%;
  height: 100%;
  left: 66.66%;
  top: 0;
}
.polar_recent_posts_block .polar-post {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.polar_recent_posts_block .polar-post.show {
  opacity: 1;
}
.polar_recent_posts_block .polar-post .col-post-media {
  position: relative;
}
.polar_recent_posts_block .polar-post .col-post-media .featured-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.polar_recent_posts_block .polar-post .col-post-media .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.polar_recent_posts_block .polar-post .col-post-media .hover .plus-link {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.polar_recent_posts_block .polar-post .col-post-media .hover .plus-link:before,
.polar_recent_posts_block .polar-post .col-post-media .hover .plus-link:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
}
.polar_recent_posts_block .polar-post .col-post-media .hover .plus-link:before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  margin-top: -1px;
}
.polar_recent_posts_block .polar-post .col-post-media .hover .plus-link:after {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1px;
}
.polar_recent_posts_block .polar-post .col-post-media .hover .plus-link:hover {
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.polar_recent_posts_block .polar-post .col-post-media:hover .hover {
  opacity: 1;
}
.polar_recent_posts_block .polar-post .col-post-content .col-post-content-inner {
  width: 100%;
  height: 100%;
  padding: 10% 12.25%;
}
.polar_recent_posts_block .polar-post .post-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.polar_recent_posts_block .polar-post .post-data,
.polar_recent_posts_block .polar-post .post-link-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
.polar_recent_posts_block .polar-post .post-data {
  top: 0;
  bottom: 2.7em;
  text-overflow: ellipsis;
  max-width: 999px;
}
.polar_recent_posts_block .polar-post .post-link-container {
  bottom: 0;
  height: 2em;
}
.polar_recent_posts_block .dx_x .col-post-media,
.polar_recent_posts_block .dx_x .col-post-content {
  float: left;
  width: 50%;
  height: 100%;
}
.polar_recent_posts_block .dx_x .featured-media:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
  border-right-color: inherit;
  border-width: 11px 20px 11px 0;
  border-style: solid;
  z-index: 2;
}
.polar_recent_posts_block .dx_x.second .col-post-media,
.polar_recent_posts_block .dx_x.second .col-post-content {
  float: right;
}
.polar_recent_posts_block .dx_x.second .featured-media:before {
  left: 0;
  right: auto;
  border-width: 11px 0 11px 20px;
}
.polar_recent_posts_block .x_dx .col-post-media,
.polar_recent_posts_block .x_dx .col-post-content {
  height: 50%;
}
.polar_recent_posts_block .x_dx .featured-media:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  border-top-color: inherit;
  border-bottom-color: inherit;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 0 11px 20px 11px;
  border-style: solid;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .polar_recent_posts_block .row-3-items {
    padding-top: 150%;
  }
  .polar_recent_posts_block .block.dx_x,
  .polar_recent_posts_block .block.x_dx {
    width: 100%;
    height: 33.33%;
  }
  .polar_recent_posts_block .block.dx_x {
    left: 0;
  }
  .polar_recent_posts_block .block.dx_x.first {
    top: 0;
  }
  .polar_recent_posts_block .block.dx_x.second {
    top: 33.33%;
  }
  .polar_recent_posts_block .block.x_dx {
    left: 0;
    top: 66.66%;
  }
  .polar_recent_posts_block .x_dx .col-post-media,
  .polar_recent_posts_block .x_dx .col-post-content {
    float: left;
    width: 50%;
    height: 100%;
  }
  .polar_recent_posts_block .x_dx .featured-media:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    margin-top: -11px;
    margin-left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-color: inherit;
    border-width: 11px 20px 11px 0;
    border-style: solid;
    z-index: 2;
  }
}
@media screen and (max-width: 560px) {
  .polar_recent_posts_block .row-3-items {
    padding-top: 600%;
  }
  .polar_recent_posts_block .dx_x .col-post-media,
  .polar_recent_posts_block .x_dx .col-post-media,
  .polar_recent_posts_block .dx_x .col-post-content,
  .polar_recent_posts_block .x_dx .col-post-content {
    float: none;
    width: 100%;
    height: 50%;
  }
  .polar_recent_posts_block .dx_x .featured-media:before,
  .polar_recent_posts_block .x_dx .featured-media:before {
    content: none;
  }
}
body.polar-css3-animations-disabled .polar_recent_posts_block .polar-post {
  opacity: 1;
}
.wpb_column .vc_tta-container {
  margin-bottom: 0;
}
.vc_tta.vc_tta-tabs .vc_tta-panel-body {
  border: none;
}
.vc_tta.vc_tta-tabs.polar-uc-hdr .vc_tta-title-text {
  text-transform: uppercase;
}
.vc_tta.vc_tta-tabs.polar-stretch-hdr .vc_tta-tabs-list {
  display: table;
  width: 100%;
}
.vc_tta.vc_tta-tabs.polar-stretch-hdr .vc_tta-tab {
  display: table-cell;
  vertical-align: middle;
}
.vc_tta.vc_tta-tabs.polar-icon-top .vc_tta-tab > a {
  position: relative;
}
.vc_tta.vc_tta-tabs.polar-icon-top .vc_tta-tab .vc_tta-title-text {
  margin: 0 !important;
}
.vc_tta.vc_tta-tabs.polar-icon-top .vc_tta-tab .vc_tta-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  padding: 0;
  top: 0;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-blank .vc_tta-tab > a {
  padding-top: 55px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-blank .vc_tta-tab .vc_tta-icon {
  padding-top: 10px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-underlined .vc_tta-tab > a {
  padding-top: 60px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-underlined .vc_tta-tab .vc_tta-icon {
  padding-top: 15px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-solid .vc_tta-tab > a {
  padding-top: 50px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-solid .vc_tta-tab .vc_tta-icon {
  padding-top: 5px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-outlined .vc_tta-tab > a {
  padding-top: 52px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-outlined .vc_tta-tab .vc_tta-icon {
  padding-top: 7px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-outlined-overline .vc_tta-tab > a {
  padding-top: 52px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-outlined-overline .vc_tta-tab .vc_tta-icon {
  padding-top: 7px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-split .vc_tta-tab > a {
  padding-top: 52px;
}
.vc_tta.vc_tta-tabs.polar-icon-top.polar-style-split .vc_tta-tab .vc_tta-icon {
  padding-top: 7px;
}
.vc_tta.vc_tta-tabs.polar-shape-rounded .vc_tta-tab > a {
  -webkit-border-radius: 4px !important;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px !important;
  -moz-background-clip: border;
  border-radius: 4px !important;
  background-clip: border-box;
}
.vc_tta.vc_tta-tabs.polar-style-blank .vc_tta-tab > a {
  padding: 10px 15px;
}
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tabs-list {
  overflow: visible;
  position: relative;
}
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tabs-list:before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab {
  position: relative;
  border-bottom-width: 2px !important;
}
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab > a {
  padding: 15px 20px;
}
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab.vc_active,
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab:hover {
  border-bottom-style: solid !important;
}
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab.vc_active > a:before,
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab:hover > a:before,
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab.vc_active > a:after,
.vc_tta.vc_tta-tabs.polar-style-underlined .vc_tta-tab:hover > a:after {
  content: none;
}
.vc_tta.vc_tta-tabs.polar-style-solid .vc_tta-tab > a {
  padding: 5px 15px;
}
.vc_tta.vc_tta-tabs.polar-style-solid .vc_tta-tab.vc_active > a,
.vc_tta.vc_tta-tabs.polar-style-solid .vc_tta-tab:hover > a {
  color: white;
}
.vc_tta.vc_tta-tabs.polar-style-outlined .vc_tta-tab > a {
  padding: 7px 15px;
  border-width: 1px;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab {
  position: relative;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab:not(.vc_active) {
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab > a {
  padding: 7px 15px;
  border-width: 1px;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab.vc_active > a:before,
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab:hover > a:before,
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab.vc_active > a:after,
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab:hover > a:after {
  z-index: 2;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab.vc_active + .vc_tta-tab {
  border-left: none;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab:not(.vc_active):not(:last-child):hover > a {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab:not(.vc_active):last-child:hover > a {
  border-left-color: transparent !important;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab:after {
  content: '';
  -webkit-transition: width 0.2s, left 0.2s;
  -moz-transition: width 0.2s, left 0.2s;
  -o-transition: width 0.2s, left 0.2s;
  transition: width 0.2s, left 0.2s;
  position: absolute;
  width: 0;
  top: 0;
  left: 50%;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-tab.vc_active:after {
  width: 100%;
  left: 0;
  border-top-width: 3px;
  border-top-style: solid;
}
.vc_tta.vc_tta-tabs.polar-style-outlined-overline .vc_tta-panel-body {
  border-width: 1px;
  border-style: solid;
  border-top: none;
}
.vc_tta.vc_tta-tabs.polar-style-split .vc_tta-tab {
  position: relative;
}
.vc_tta.vc_tta-tabs.polar-style-split .vc_tta-tab:not(:first-child) {
  border-left-style: solid;
  border-left-width: 1px;
}
.vc_tta.vc_tta-tabs.polar-style-split .vc_tta-tab > a {
  padding: 7px 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .vc_tta-tabs .vc_tta-panel:not(:last-child) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
}
.vc_vc_tta_tabs .polar-icon-top .vc_tta-tab {
  width: auto !important;
  height: auto !important;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  line-height: 1;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-body {
  border: none;
}
.vc_tta.vc_tta-accordion.polar-uc-hdr .vc_tta-panel-title {
  text-transform: uppercase;
}
.vc_tta.vc_tta-accordion.polar-shape-rounded .vc_tta-panel-heading {
  -webkit-border-radius: 4px !important;
  -webkit-background-clip: border-box;
  -moz-border-radius: 4px !important;
  -moz-background-clip: border;
  border-radius: 4px !important;
  background-clip: border-box;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon:after {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus-box,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus-box] {
  width: auto;
  height: auto;
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
  font-size: 25px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus-box:before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus-box]:before {
  content: '\59';
}
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus-box,
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus-box] {
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus-box:before,
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus-box]:before {
  content: '\58';
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon-plus-box,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=right] [data-vc-tta-controls-icon=plus-box] {
  right: 15px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon-plus-box,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left] [data-vc-tta-controls-icon=plus-box] {
  left: 15px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel-heading {
  border: none;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel-title {
  position: relative;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel-title > a {
  padding: 18px 0px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel-title:hover > a:before,
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel-title:hover > a:after {
  content: none;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_active .vc_tta-panel-heading {
  border-color: transparent;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-panel-body {
  padding: 0 25px 20px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined.polar-line-dashed .vc_tta-panel:not(:last-child) {
  border-bottom-style: dashed;
}
.vc_tta.vc_tta-accordion.polar-style-underlined.polar-line-dotted .vc_tta-panel:not(:last-child) {
  border-bottom-style: dotted;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.polar-style-underlined [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon {
  right: 0;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.polar-style-underlined [data-vc-tta-controls-icon-position=right].vc_tta-panel-title > a {
  padding-right: 25px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.polar-style-underlined [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon {
  left: 0;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.polar-style-underlined [data-vc-tta-controls-icon-position=left].vc_tta-panel-title > a {
  padding-left: 25px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-controls-icon-position-right .vc_tta-controls-icon-plus-box,
.vc_tta.vc_tta-accordion.polar-style-underlined [data-vc-tta-controls-icon-position=right] [data-vc-tta-controls-icon=plus-box] {
  right: -5px;
}
.vc_tta.vc_tta-accordion.polar-style-underlined .vc_tta-controls-icon-position-left .vc_tta-controls-icon-plus-box,
.vc_tta.vc_tta-accordion.polar-style-underlined [data-vc-tta-controls-icon-position=left] [data-vc-tta-controls-icon=plus-box] {
  left: -5px;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-panel:not(:last-child) {
  margin-bottom: 18px;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-panel .vc_tta-panel-title > a {
  padding: 20px 23px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-panel .vc_tta-panel-title:hover > a {
  color: white;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-panel .vc_tta-panel-body {
  padding: 0 23px 20px;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: white;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.polar-style-solid [data-vc-tta-controls-icon-position=left].vc_tta-panel-title > a {
  padding-left: 50px;
}
.vc_tta.vc_tta-accordion.polar-style-solid .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.polar-style-solid [data-vc-tta-controls-icon-position=right].vc_tta-panel-title > a {
  padding-right: 50px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel:not(:last-child) {
  margin-bottom: 18px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-heading {
  border-style: solid;
  border-width: 1px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-title {
  position: relative;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-title > a {
  padding: 18px 21px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-title:hover > a:before,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-title:hover > a:after {
  content: none;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-body {
  padding: 20px 25px;
  border-style: none solid solid solid;
  border-width: 1px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon.vc_tta-controls-icon-plus,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon[data-vc-tta-controls-icon=plus] {
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  display: block;
  width: 55px;
  height: 100%;
  text-align: center;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  content: '\4c';
  border: none;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  content: none;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus] {
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  content: '\4b';
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-left .vc_tta-controls-icon-plus,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=left] [data-vc-tta-controls-icon=plus] {
  left: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=left].vc_tta-panel-title > a {
  padding-left: 76px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-left .vc_tta-icon,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=left] .vc_tta-icon {
  border-left-style: solid;
  right: 0;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-left .vc_tta-icon + span,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=left] .vc_tta-icon + span {
  margin-right: 55px;
  margin-left: 0;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-right .vc_tta-controls-icon-plus,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=right] [data-vc-tta-controls-icon=plus] {
  right: 0;
  border-left-width: 1px;
  border-left-style: solid;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=right].vc_tta-panel-title > a {
  padding-right: 76px;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-right .vc_tta-icon,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=right] .vc_tta-icon {
  border-right-style: solid;
  left: 0;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-controls-icon-position-right .vc_tta-icon + span,
.vc_tta.vc_tta-accordion.polar-style-outlined [data-vc-tta-controls-icon-position=right] .vc_tta-icon + span {
  margin-left: 55px;
  margin-right: 0;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-icon {
  border-width: 1px;
  width: 55px;
  font-size: 25px;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-icon: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%);
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-title span {
  display: inline-block;
}
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_active .vc_tta-icon,
.vc_tta.vc_tta-accordion.polar-style-outlined .vc_tta-panel-title:hover .vc_tta-icon {
  color: white;
}
@media (min-width: 480px) {
  .polar_progress_steps.columns-2 .step {
    width: 50%;
  }
  .polar_progress_steps.columns-4 .step {
    width: 50%;
  }
  .polar_progress_steps.columns-5 .step {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .polar_progress_steps.columns-2 .step {
    width: 50%;
  }
  .polar_progress_steps.columns-3 .step {
    width: 33.3333%;
  }
  .polar_progress_steps.columns-4 .step {
    width: 50%;
  }
  .polar_progress_steps.columns-5 .step {
    width: 33.3333%;
  }
  .polar_progress_steps.columns-6 .step {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .polar_progress_steps.columns-2 .step {
    width: 50%;
  }
  .polar_progress_steps.columns-3 .step {
    width: 33.3333%;
  }
  .polar_progress_steps.columns-4 .step {
    width: 25%;
  }
  .polar_progress_steps.columns-5 .step {
    width: 20%;
  }
  .polar_progress_steps.columns-6 .step {
    width: 16.6666%;
  }
}
@media (max-width: 992px) {
  .ps-clearfix {
    clear: both;
  }
}
.polar_progress_steps:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.polar_progress_steps:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.polar_progress_steps.polar-style-line-steps .step {
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
  background-size: cover;
}
.polar_progress_steps.polar-style-line-steps .step:before,
.polar_progress_steps.polar-style-line-steps .step:after {
  position: absolute;
  content: '';
  width: 50%;
  border-top: 1px dashed transparent;
  top: 50px;
}
.polar_progress_steps.polar-style-line-steps .step:before {
  left: -50px;
}
.polar_progress_steps.polar-style-line-steps .step:after {
  right: -50px;
}
.polar_progress_steps.polar-style-line-steps .step:first-child:before,
.polar_progress_steps.polar-style-line-steps .step:last-child:after {
  display: none;
}
.polar_progress_steps.polar-style-line-steps .step .ps-icon-number {
  margin: 0 auto 30px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 96px;
  font-size: 36px;
}
.polar_progress_steps.polar-style-line-steps .step .ps-icon-number i {
  line-height: inherit;
}
.polar_progress_steps.polar-style-line-steps .step.active .ps-icon-number,
.polar_progress_steps.polar-style-line-steps .step:hover .ps-icon-number {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8) !important;
}
.polar_progress_steps.polar-style-line-steps .step.done:before,
.polar_progress_steps.polar-style-line-steps .step.active:before,
.polar_progress_steps.polar-style-line-steps .step.done:after,
.polar_progress_steps.polar-style-line-steps .step.active:after {
  border-top-style: solid;
}
.polar_progress_steps.polar-style-line-steps .ps-info-wrap {
  padding: 0 15px;
}
.polar_progress_steps.polar-style-line-steps .ps-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.polar_progress_steps.polar-style-letter-behind .step {
  text-align: center;
  float: left;
  padding: 0 20px;
  background-size: cover;
}
.polar_progress_steps.polar-style-letter-behind .title-wrap {
  position: relative;
  min-height: 80px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.polar_progress_steps.polar-style-letter-behind .ps-icon-number {
  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%);
  font-weight: bold;
  font-size: 80px;
}
.polar_progress_steps.polar-style-letter-behind .ps-title {
  text-transform: uppercase;
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.polar_progress_steps.polar-style-bg-hover-effect .step {
  float: left;
  padding: 50px;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.polar_progress_steps.polar-style-bg-hover-effect .step:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.polar_progress_steps.polar-style-bg-hover-effect .step .ps-icon-number,
.polar_progress_steps.polar-style-bg-hover-effect .step .ps-title,
.polar_progress_steps.polar-style-bg-hover-effect .step .ps-text,
.polar_progress_steps.polar-style-bg-hover-effect .step .ps-link-wrap a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.polar_progress_steps.polar-style-bg-hover-effect .step:hover:before {
  opacity: .75;
}
.polar_progress_steps.polar-style-bg-hover-effect .step:hover .ps-icon-number {
  color: rgba(255, 255, 255, 0.65);
}
.polar_progress_steps.polar-style-bg-hover-effect .step:hover .ps-title,
.polar_progress_steps.polar-style-bg-hover-effect .step:hover .ps-text,
.polar_progress_steps.polar-style-bg-hover-effect .step:hover .ps-link-wrap a {
  color: white;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-wrap-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.polar_progress_steps.polar-style-bg-hover-effect .step-inner {
  position: relative;
  width: 100%;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-icon-number {
  font-weight: bold;
  line-height: 1;
  font-size: 86px;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-title {
  text-transform: uppercase;
  font-size: 36px;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-text {
  margin-top: 35px;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-link-wrap {
  margin-top: 45px;
  text-transform: uppercase;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-link-wrap > a i {
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  vertical-align: middle;
  padding-left: 5px;
}
.polar_progress_steps.polar-style-bg-hover-effect .ps-link-wrap > a:hover i {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .polar_progress_steps.polar-style-bg-hover-effect .ps-title {
    font-size: 25.2px;
  }
  .polar_progress_steps.polar-style-bg-hover-effect .ps-icon-number {
    font-size: 60.2px;
  }
}
/* Progress Steps Overridables */
.polar_team_carousel[data-show-nav-arrows] .slider-container {
  margin-left: 50px;
  margin-right: 50px;
}
.polar_team_carousel[data-show-nav-arrows] .arrow-control {
  display: block;
}
.polar_team_carousel .slider-container {
  overflow: hidden;
  margin-bottom: 0;
}
.polar_team_carousel .arrow-control {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 2px;
  width: 35px;
  height: 50px;
  -webkit-transition: border-color 0.2s, opacity 0.2s;
  -moz-transition: border-color 0.2s, opacity 0.2s;
  -o-transition: border-color 0.2s, opacity 0.2s;
  transition: border-color 0.2s, opacity 0.2s;
  opacity: 0.5;
}
.polar_team_carousel .arrow-control:before,
.polar_team_carousel .arrow-control:after {
  height: 25px;
  width: 25px;
  display: block;
  content: '';
  border-width: 2px;
}
.polar_team_carousel .arrow-control.next {
  right: 0;
}
.polar_team_carousel .arrow-control.next:before {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-right-style: solid;
  margin-right: auto;
}
.polar_team_carousel .arrow-control.next:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  border-right-style: solid;
  margin-right: auto;
}
.polar_team_carousel .arrow-control.prev {
  left: 0;
}
.polar_team_carousel .arrow-control.prev:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  border-left-style: solid;
  margin-left: auto;
}
.polar_team_carousel .arrow-control.prev:after {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  border-left-style: solid;
  margin-left: auto;
}
.polar_team_carousel .arrow-control:hover {
  opacity: 1;
}
.polar_team_carousel .slick-list {
  margin: 0 -15px;
}
.polar_team_carousel .slick-dots {
  text-align: center;
  margin: 50px 0 0;
  font-size: 0;
  position: static;
}
.polar_team_carousel .slick-dots li {
  padding: 1px;
  width: 16px;
  height: 16px;
}
.polar_team_carousel .slick-dots li button {
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.polar_team_carousel .slick-dots li button:before {
  content: none;
}
.polar_team_carousel .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  margin: 0;
}
.polar_team_carousel .bullet-controls {
  text-align: center;
  margin-top: 50px;
}
.polar_team_carousel .bullet-controls .bullet-control {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.polar_team_carousel .bullet-controls .bullet-control.selected {
  background-color: rgba(0, 0, 0, 0.5);
}
.polar_social_links {
  margin-left: -10px;
  margin-right: -10px;
}
.polar_social_links .social-link {
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  position: relative;
}
.polar_social_links .social-link i {
  position: relative;
  line-height: inherit;
  z-index: 2;
}
.polar_social_links.polar-align-inline,
.vc_polar_social_links.polar-align-inline {
  display: inline-block;
}
.polar_social_links.polar-align-center,
.vc_polar_social_links.polar-align-center {
  text-align: center;
}
.polar_social_links.polar-align-left,
.vc_polar_social_links.polar-align-left {
  text-align: left;
}
.polar_social_links.polar-align-right,
.vc_polar_social_links.polar-align-right {
  text-align: right;
}
.polar_image_gallery .gallery-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.polar_image_gallery .gallery-image {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.polar_image_gallery .gallery-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
}
.polar_image_gallery .gallery-image-wrap:hover .gallery-hover-image {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_image_gallery .gallery-hover-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.polar_image_gallery.polar-layout-grid .gallery-image-wrap {
  padding-top: 100%;
}
.polar_image_gallery.polar-layout-grid .gallery-image {
  position: absolute;
  left: 0;
  top: 0;
}
.polar_image_gallery.polar-layout-freestyle.polar-with-padding .gallery-item .gallery-image-wrap {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
}
.polar_image_gallery.polar-hs-hover-image .gallery-hover-image {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.polar_image_gallery.polar-hs-hover-image .gallery-image {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_image_gallery.polar-hs-hover-image .gallery-hover-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-image,
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-image {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-image:after,
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-link,
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-link {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  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%);
  top: 60%;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.075s;
  display: inline-block;
  white-space: nowrap;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-link i,
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-link i {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  line-height: 24px;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-image-wrap:hover .gallery-hover-link,
.polar_image_gallery.polar-hs-light-overlay .gallery-image-wrap:hover .gallery-hover-link {
  top: 50%;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-bg,
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-bg {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
.polar_image_gallery.polar-hs-dark-overlay.polar-action-link .gallery-hover-link i,
.polar_image_gallery.polar-hs-light-overlay.polar-action-link .gallery-hover-link i {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.polar_image_gallery.polar-hs-dark-overlay.polar-action-link .gallery-hover-link:hover i,
.polar_image_gallery.polar-hs-light-overlay.polar-action-link .gallery-hover-link:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.polar_image_gallery.polar-hs-dark-overlay.polar-action-lightbox .gallery-hover-link i,
.polar_image_gallery.polar-hs-light-overlay.polar-action-lightbox .gallery-hover-link i {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.polar_image_gallery.polar-hs-dark-overlay.polar-action-lightbox .gallery-hover-link:hover i,
.polar_image_gallery.polar-hs-light-overlay.polar-action-lightbox .gallery-hover-link:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-image:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.polar_image_gallery.polar-hs-light-overlay .gallery-hover-link {
  color: black;
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-image:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.polar_image_gallery.polar-hs-dark-overlay .gallery-hover-link {
  color: white;
}
/* Image Gallery Overridables */
.polar_countdown.polar-style1 .countdown-inner {
  margin: -15px;
  font-size: 0;
}
.polar_countdown.polar-style1 .element {
  display: inline-block;
  padding: 15px;
  text-align: center;
  font-size: 120px;
}
.polar_countdown.polar-style1 .digit {
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1;
  margin: 0 auto;
  display: block;
  position: relative;
}
.polar_countdown.polar-style1 .element:not(.seconds) .digit:after {
  content: ':';
  position: absolute;
  width: 30px;
  right: -30px;
  line-height: 1;
  top: 0;
  text-align: center;
  display: block;
}
.polar_countdown.polar-style1 .unit {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 580px) and (max-width: 992px) {
  .polar_countdown.polar-style1 .digit {
    font-size: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 579px) {
  .polar_countdown.polar-style1 .element {
    display: block;
    margin: 0 auto;
  }
  .polar_countdown.polar-style1 .element:not(.seconds) .digit:after {
    content: '';
  }
}
.polar_countdown.polar-style2 .countdown-inner {
  margin: -15px;
}
.polar_countdown.polar-style2 .element {
  display: inline-block;
  padding: 15px;
  text-align: center;
}
.polar_countdown.polar-style2 .digit {
  font-size: 40px;
  min-width: 70px;
  line-height: 1;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_countdown.polar-style2 .unit {
  display: block;
  margin-top: 10px;
  font-style: italic;
}
.polar_countdown.polar-style3 .countdown-inner {
  margin: -15px;
}
.polar_countdown.polar-style3 .element {
  display: inline-block;
  padding: 15px;
  text-align: center;
}
.polar_countdown.polar-style3 .digit {
  font-size: 30px;
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.polar_countdown.polar-style3 .unit {
  display: block;
  margin-top: 10px;
}
.polar_countdown.polar-style4 .countdown-inner {
  margin: -15px;
}
.polar_countdown.polar-style4 .element {
  display: inline-block;
  padding: 15px;
  text-align: center;
}
.polar_countdown.polar-style4 .digit {
  font-size: 30px;
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  display: block;
  border-style: solid;
  border-width: 3px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_countdown.polar-style4 .unit {
  display: block;
  margin-top: 10px;
  font-style: italic;
}
.polar_countdown.polar-style5 .countdown-inner {
  font-size: 0;
}
.polar_countdown.polar-style5 .element {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  border-width: 1px;
  margin-right: -1px;
}
.polar_countdown.polar-style5 .element:not(:last-child) {
  border-right-style: solid;
}
.polar_countdown.polar-style5 .element:not(:first-child) {
  border-left-style: solid;
}
.polar_countdown.polar-style5 .digit {
  font-size: 40px;
  min-width: 130px;
  line-height: 1;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
}
.polar_countdown.polar-style5 .unit {
  display: block;
  margin-top: 10px;
  font-style: italic;
}
.polar_page_slider {
  position: relative;
}
.polar_page_slider .slider-container {
  margin-bottom: 0;
}
.polar_page_slider .slick-track .vc_row {
  margin-bottom: 0 !important;
}
.polar_page_slider .slick-track .vc_row > .container,
.polar_page_slider .slick-track .vc_row.container {
  padding-left: 0;
  padding-right: 0;
}
.polar_page_slider .arrow-control {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.polar_page_slider .arrow-control.next {
  right: 5px;
}
.polar_page_slider .arrow-control.prev {
  left: 5px;
}
.polar_page_slider .arrow-control {
  width: 33px;
  height: 33px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  color: white;
  background-color: #333;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.polar_page_slider .arrow-control:before {
  line-height: inherit;
}
.polar_page_slider .arrow-control.prev {
  margin-right: 5px;
}
.polar_page_slider:hover .arrow-control {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_page_slider .slick-dots {
  text-align: center;
  margin: 0;
  bottom: 35px;
}
.polar_page_slider .slick-dots li {
  width: 14px;
  height: 14px;
}
.polar_page_slider .slick-dots li button {
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.polar_page_slider .slick-dots li button:before {
  content: none;
}
.polar_page_slider button.slick-arrow {
  display: none !important;
}
/* Page Slider Overridables */
.polar_products_carousel {
  position: relative;
}
.polar_products_carousel .polar-products {
  margin-bottom: 0;
  overflow: hidden;
}
.polar_products_carousel .slick-list {
  margin: 0 -15px;
}
.polar_products_carousel .polar-product {
  margin-left: 15px;
  margin-right: 15px;
}
.polar_products_carousel .arrow-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-color: #ececec;
  color: #999999;
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 43px;
  font-size: 26px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.polar_products_carousel .arrow-control:hover {
  background-color: #000000;
  color: #ffffff;
}
.polar_products_carousel .arrow-control.next {
  right: 5px;
}
.polar_products_carousel .arrow-control.next:before {
  content: '\35';
}
.polar_products_carousel .arrow-control.prev {
  left: 5px;
}
.polar_products_carousel .arrow-control.prev:before {
  content: '\34';
}
.polar_products_carousel:hover .arrow-control {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.polar_products_carousel:hover .arrow-control.next {
  right: -15px;
}
.polar_products_carousel:hover .arrow-control.prev {
  left: -15px;
}
@media (min-width: 1336px) {
  .polar_products_carousel .arrow-control {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .polar_products_carousel .arrow-control.next {
    right: -75px !important;
  }
  .polar_products_carousel .arrow-control.prev {
    left: -75px !important;
  }
}
.polar_blockquote .blockquote-wrap:before {
  content: none;
}
.polar_blockquote .blockquote-wrap:after {
  z-index: -1;
}
.polar_blockquote.polar-style1 .blockquote-wrap {
  border-width: 25px;
  border-style: solid;
  padding: 6% 12%;
  background-color: transparent;
}
.polar_blockquote.polar-style1 .blockquote-wrap:after {
  position: absolute;
  right: 3%;
  bottom: 8%;
  font-size: 150px;
  content: "\7b";
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.polar_blockquote.polar-style1 .quote-text {
  font-size: 25px;
  font-style: italic;
  line-height: 2;
}
.polar_blockquote.polar-style1 .quote-author {
  margin-top: 40px;
  font-size: 17px;
  text-transform: uppercase;
  font-style: normal;
}
.polar_blockquote.polar-style2 .blockquote-wrap {
  border-left-width: 15px;
  border-left-style: solid;
  padding: 6%;
  background-color: transparent;
}
.polar_blockquote.polar-style2 .blockquote-wrap:after {
  position: absolute;
  right: 12%;
  bottom: 8%;
  font-size: 150px;
  content: "\7b";
  font-family: "ElegantIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.polar_blockquote.polar-style2 .quote-text {
  font-size: 25px;
  font-style: italic;
  line-height: 2;
}
.polar_blockquote.polar-style2 .quote-author {
  margin-top: 40px;
  font-size: 17px;
  text-transform: uppercase;
  font-style: normal;
}
.polar_blockquote.polar-style3 .blockquote-wrap {
  padding: 105px 10% 45px;
  text-align: center;
}
.polar_blockquote.polar-style3 .blockquote-wrap:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  background: none;
  height: auto;
  font-size: 25px;
  content: '\f10e';
}
.polar_blockquote.polar-style3 .blockquote-wrap:after {
  content: none;
}
.polar_blockquote.polar-style3 .quote-text {
  font-size: 15px;
  font-style: italic;
  line-height: 2;
  font-weight: bold;
}
.polar_blockquote.polar-style3 .quote-author {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
}
.polar_blockquote.polar-style4 .blockquote-wrap {
  border-width: 2px;
  border-style: dashed;
  padding: 105px 10% 45px;
  background-color: transparent;
  text-align: center;
}
.polar_blockquote.polar-style4 .blockquote-wrap:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  background: none;
  height: auto;
  font-size: 25px;
  content: '\f10e';
}
.polar_blockquote.polar-style4 .blockquote-wrap:after {
  content: none;
}
.polar_blockquote.polar-style4 .quote-text {
  font-size: 15px;
  font-style: italic;
  line-height: 2;
  font-weight: bold;
}
.polar_blockquote.polar-style4 .quote-author {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
}
.polar_dropcap {
  margin: 5.999px 15px 5.999px 0;
  font-weight: 700;
  display: inline-block;
  float: left;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 60px;
  line-height: 1;
}
.polar_dropcap.polar-solid-square,
.polar_dropcap.polar-solid-circle {
  color: white;
  font-size: 30px;
  width: 50px;
  line-height: 50px;
}
.polar_dropcap.polar-outlined-square,
.polar_dropcap.polar-outlined-circle {
  font-size: 30px;
  border-width: 1px;
  border-style: solid;
  width: 50px;
  line-height: 50px;
}
.polar_dropcap.polar-solid-circle,
.polar_dropcap.polar-outlined-circle {
  -webkit-border-radius: 1000px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 1000px;
  -moz-background-clip: border;
  border-radius: 1000px;
  background-clip: border-box;
}
.polar-recent-posts-list {
  text-align: center;
}
.polar-recent-posts-list .post {
  position: relative;
}
.polar-recent-posts-list .post:hover .list-content.hover {
  opacity: 1;
  visibility: visible;
}
.polar-recent-posts-list .pabs-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.polar-recent-posts-list .list-content {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 120px;
}
.polar-recent-posts-list .list-content.content {
  height: 100%;
  z-index: 1;
  padding: 10px 0;
  border-width: 0 0 1px;
  border-style: solid;
}
.polar-recent-posts-list .list-content.content span:not(:last-child) {
  margin-right: 10px;
}
.polar-recent-posts-list .list-content.hover {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.polar-recent-posts-list .list-content-inner {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.polar-recent-posts-list .list-content-inner p {
  margin: 0 0 10px;
  padding: 0 5%;
}
.polar-recent-posts-list .post-title {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0 0 5px;
}
.polar-recent-posts-list .post-link {
  text-transform: uppercase;
}
.polar-recent-posts-list .post-link i {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  display: inline-block;
  margin-left: 5px;
}
.polar-recent-posts-list .post-link:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
/* 
 * -------------------------------------------------------------------
 * WooCommerce
 * -------------------------------------------------------------------
 */
.woocommerce .polar-isotope-filter {
  margin-bottom: 48px;
}
.polar-wc-control-bars > * {
  margin-bottom: 25px !important;
}
.polar-wc-control-bars select {
  font: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: 0;
  outline: 0;
}
.polar-wc-control-bars span.label {
  margin-right: 10px;
  text-transform: uppercase;
}
.polar-wc-control-bars .woocommerce-result-count {
  margin-right: 100px;
}
.polar-wc-control-bars .woocommerce-ordering {
  float: left;
  margin-right: 90px;
}
.polar-wc-control-bars .polar-wc-product-count {
  float: left;
  margin-right: 50px;
}
.polar-wc-control-bars .polar-wc-view-mode {
  float: right;
}
.polar-wc-control-bars .polar-wc-view-mode i {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
}
.polar-wc-control-bars .polar-wc-view-mode .polar-wc-view-mode-link.grid {
  margin-right: 3px;
}
.woocommerce div.product.in-loop {
  text-align: center;
}
.woocommerce div.product .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.woocommerce div.product .product-thumbnail img {
  display: block;
  width: 100%;
}
.woocommerce div.product .product-thumbnail .hover-image {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.woocommerce div.product .product-thumbnail:hover .hover-image {
  opacity: 1;
}
.woocommerce div.product .product-thumbnail:hover .product-hover a {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.woocommerce div.product .product-thumbnail .onsale {
  background-color: #cc0000;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 50px 7px;
  border-radius: 0;
  position: absolute;
  left: auto;
  right: -71px;
  top: -2px;
  line-height: 1;
  min-width: 0;
  min-height: 0;
  z-index: 3;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateZ(45deg) translate3d(0, 0, 0);
  -moz-transform: rotateZ(45deg) translate3d(0, 0, 0);
  -o-transform: rotateZ(45deg) translate3d(0, 0, 0);
  -ms-transform: rotateZ(45deg) translate3d(0, 0, 0);
  transform: rotateZ(45deg) translate3d(0, 0, 0);
}
.woocommerce div.product .product-thumbnail .cart-adding {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  border-radius: 999px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  z-index: 11;
}
.woocommerce div.product .product-thumbnail .cart-adding.spinner-adding-to-cart {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.woocommerce div.product .product-thumbnail .cart-adding i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  line-height: 1em;
  text-align: center;
  font-size: 30px;
}
.woocommerce div.product .product-thumbnail .cart-adding i.loading-done {
  font-size: 36px;
}
.woocommerce div.product .product-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  max-width: 100%;
  height: 45px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  z-index: 11;
  overflow: hidden;
}
.woocommerce div.product .product-hover a {
  position: absolute;
  display: block;
  line-height: 45px;
  -webkit-transform: rotateX(100deg);
  -moz-transform: rotateX(100deg);
  -o-transform: rotateX(100deg);
  -ms-transform: rotateX(100deg);
  transform: rotateX(100deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.woocommerce div.product .product-hover .add_to_cart_button,
.woocommerce div.product .product-hover .product_type_grouped,
.woocommerce div.product .product-hover .product_type_external {
  left: 0;
  top: 0;
  right: 90px;
  height: 100%;
  border-radius: 0;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s;
  -o-transition: background-color 0.3s, -o-transform 0.3s;
  transition: background-color 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.woocommerce div.product .product-hover .add_to_cart_button i,
.woocommerce div.product .product-hover .product_type_grouped i,
.woocommerce div.product .product-hover .product_type_external i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -8%;
}
.woocommerce div.product .product-hover .add_to_cart_button:after,
.woocommerce div.product .product-hover .product_type_grouped:after,
.woocommerce div.product .product-hover .product_type_external:after {
  content: none;
}
.woocommerce div.product .product-hover .added_to_cart {
  display: none;
}
.woocommerce div.product .product-hover .like,
.woocommerce div.product .product-hover .view {
  top: 0;
  width: 45px;
  height: 100%;
  line-height: 46px;
  text-align: center;
  border: 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.woocommerce div.product .product-hover .like span,
.woocommerce div.product .product-hover .view span {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: inherit;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.woocommerce div.product .product-hover .like {
  right: 45px;
  font-size: 18px;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.woocommerce div.product .product-hover .view {
  right: 0;
  font-size: 24px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.woocommerce div.product .product-content .product-title {
  text-transform: uppercase;
  margin: 24px 0 6px;
}
.woocommerce div.product .price {
  padding-bottom: 6px;
}
.woocommerce div.product .price ins {
  text-decoration: none;
}
.woocommerce div.product.view-details {
  margin-bottom: 35px !important;
  text-align: left;
}
.woocommerce div.product.view-details a.button {
  background: 0;
  border-style: solid;
  border-width: 1px;
}
.woocommerce div.product.view-details .product-thumbnail {
  float: left;
  width: 31%;
}
.woocommerce div.product.view-details .product-content {
  margin-left: 31%;
  padding-left: 30px;
}
.woocommerce div.product.view-details .product-content .product-title {
  margin: 0px 0 7px;
}
.woocommerce div.product.view-details .product-content .price {
  display: block;
  padding-bottom: 13px;
}
.woocommerce div.product.view-details .star-rating-container {
  margin-bottom: 30px;
}
.woocommerce div.product.view-details .star-rating-container .star-rating {
  margin: 0;
}
.woocommerce div.product.view-details div[itemprop="description"] {
  margin-bottom: 40px;
}
.woocommerce div.product.view-details .product-buttons .button {
  display: block;
  float: left;
}
.woocommerce div.product.view-details .product-buttons .button:not(:last-child) {
  margin-right: 16px;
}
.woocommerce div.product.view-details .product-buttons .add_to_cart_button {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, -o-transform 0.3s, color 0.3s;
  transition: background-color 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s;
}
.woocommerce div.product.view-details .product-buttons .add_to_cart_button i {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.woocommerce div.product.view-details .product-buttons .add_to_cart_button:after {
  content: none;
}
.woocommerce div.product.view-details .product-buttons .added_to_cart {
  display: none;
}
.woocommerce div.product.view-details .product-buttons .like,
.woocommerce div.product.view-details .product-buttons .view {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  vertical-align: middle;
}
.woocommerce div.product.view-details .product-buttons .like {
  font-size: 18px;
  line-height: 46px;
}
.woocommerce div.product.view-details .product-buttons .view {
  font-size: 24px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.woocommerce #respond input#submit.outlined,
.woocommerce a.button.outlined,
.woocommerce button.button.outlined,
.woocommerce input.button.outlined {
  border: 1px solid;
  background: 0;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.woocommerce .star-rating-container .star-rating {
  width: 6em;
  letter-spacing: 2px;
}
.woocommerce .star-rating-container .star-rating:before {
  content: "\53\53\53\53\53";
}
.woocommerce .star-rating-container .star-rating span:before {
  color: #ffcc33;
}

.woocommerce.singular div.product div.images,
.woocommerce.singular div.product div.summary {
  margin-bottom: 80px;
}
.woocommerce.singular div.product .summary .product_title {
  margin-bottom: 10px;
}
.woocommerce.singular div.product .summary .woocommerce-product-rating {
  margin-bottom: 9px;
}
.woocommerce.singular div.product .summary .woocommerce-product-rating .star-rating {
  margin-top: 0.4em;
}
.woocommerce.singular div.product .summary .woocommerce-product-rating .woocommerce-review-count {
  margin-left: 22px;
}
.woocommerce.singular div.product .summary .woocommerce-product-rating .sep {
  padding: 0 4px 0 1px;
}
.woocommerce.singular div.product .summary .price {
  margin-bottom: 0;
}
.woocommerce.singular div.product .summary .stock-stat-container .instock {
  color: #99cc00;
}
.woocommerce.singular div.product .summary .stock-stat-container .outofstock {
  color: #ff0000;
}
.woocommerce.singular div.product .summary .section-sep {
  margin-top: 20px;
  padding-top: 20px;
  border-width: 1px 0 0;
  border-style: solid;
}
.woocommerce.singular div.product .cart {
  margin-bottom: 30px;
}
.woocommerce.singular div.product .cart .single_add_to_cart_button {
  height: 48px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.woocommerce.singular div.product .cart a.single_add_to_cart_button {
  line-height: 48px;
  white-space: nowrap;
}
.woocommerce.singular div.product .cart .single_add_to_cart_button:before {
  content: "\f489";
  font-family: "Ionicons";
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 12px;
}
.woocommerce.singular div.product .cart .single-like-post {
  float: right;
  font-size: 18px;
  padding: 0;
  width: 51px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.woocommerce.singular div.product .cart .single-like-post:not(:hover) {
  border-color: #999;
}
.woocommerce.singular div.product .cart .variations {
  padding-bottom: 20px;
}
.woocommerce.singular div.product .cart .variations .label {
  margin-bottom: 13px;
}
.woocommerce.singular div.product .cart .variations select {
  display: block;
  float: none;
  width: 100%;
  height: 40px;
  background: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  outline: 0;
  padding: 0 15px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce.singular div.product .cart .variations .reset_variations {
  display: none !important;
}
.woocommerce.singular div.product .cart .single_variation_wrap {
  float: left;
}
.woocommerce.singular div.product .cart .group_table {
  width: 100%;
  margin: 0 0 30px;
}
.woocommerce.singular div.product .cart .group_table div.quantity {
  margin: 0 !important;
}
.woocommerce.singular div.product .cart .group_table td {
  padding: 20px 0;
}
.woocommerce.singular div.product .cart .group_table td.label {
  font-size: 0.92em;
}
.woocommerce.singular div.product .cart .group_table tr:first-child td {
  padding-top: 0;
}
.woocommerce.singular div.product .cart .group_table .price .amount,
.woocommerce.singular div.product .cart .group_table .price ins > .amount {
  font-size: 0.9em;
}
.woocommerce.singular div.product .cart .group_table .price del > .amount {
  font-size: 0.8em;
}
.woocommerce.singular div.product .product_meta {
  margin-bottom: 28px;
}
.woocommerce.singular div.product .product_meta .product-meta-row:not(:last-child) {
  margin-bottom: 9px;
}
.woocommerce.singular div.product .product_meta .product-meta-row .label {
  margin-right: 3px;
}
.woocommerce.singular div.product .social-share .label {
  margin-right: 34px;
  text-transform: uppercase;
}
.woocommerce.singular div.product .social-share .polar-social-sharer-link {
  font-size: 27px;
  line-height: 1;
  vertical-align: middle;
}
.woocommerce.singular div.product .social-share .polar-social-sharer-link:not(:last-child) {
  margin-right: 28px;
}
.woocommerce .polar-quantity-input {
  width: 185px;
}
.woocommerce .polar-quantity-input .block {
  display: block;
  float: left;
  height: 48px;
  text-align: center;
  border-radius: 0;
}
.woocommerce .polar-quantity-input .block:not(:last-child) {
  margin-right: 10px;
}
.woocommerce .polar-quantity-input .qty {
  width: 68px;
  padding: 9px 5px 11px;
}
.woocommerce .polar-quantity-input .quantity-inc,
.woocommerce .polar-quantity-input .quantity-dec {
  width: 48px;
  color: #333;
  background-color: #efefef;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 24px;
}
.woocommerce .polar-quantity-input .quantity-inc:hover,
.woocommerce .polar-quantity-input .quantity-dec:hover {
  background-color: #dfdfdf;
}
.woocommerce .polar-quantity-input .quantity-inc,
.woocommerce .polar-quantity-input .quantity-dec {
  line-height: 48px;
}
.woocommerce .summary .polar-quantity-input {
  margin: 0 14px 10px 0 !important;
}
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 90px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li {
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #ccc;
  border: 0;
  background: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:not(:last-child) {
  margin-right: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li a {
  color: inherit;
  padding: 5px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active {
  color: #000;
  border-bottom: 2px solid #000;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  width: auto;
  height: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}


.widget_recent_reviews ul.product_list_widget li .star-rating {
  font-size: 12px;
  margin-bottom: 3px;
}
.widget_recent_reviews ul.product_list_widget li .reviewer {
  display: block;
  font-size: 12px;
}
.woocommerce-product-search {
  width: 100%;
  height: 40px;
  border: 1px solid;
  position: relative;
}
.woocommerce-product-search .search-input-wrapper {
  margin-right: 40px;
}
.woocommerce-product-search .search-input-wrapper input {
  height: 40px;
  border: 0;
  padding-right: 5px;
}
.woocommerce-product-search .wc-search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 12px;
}
.polar-mini-cart-container p.total,
.woocommerce .widget_shopping_cart p.total,
.woocommerce.widget_shopping_cart p.total {
  display: table;
  width: 100%;
  border-top: 0;
}
.polar-mini-cart-container p.total span.label,
.woocommerce .widget_shopping_cart p.total span.label,
.woocommerce.widget_shopping_cart p.total span.label,
.polar-mini-cart-container p.total strong,
.woocommerce .widget_shopping_cart p.total strong,
.woocommerce.widget_shopping_cart p.total strong {
  display: table-cell;
  vertical-align: middle;
}
.polar-mini-cart-container p.total strong,
.woocommerce .widget_shopping_cart p.total strong,
.woocommerce.widget_shopping_cart p.total strong {
  text-align: right;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  height: 1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  margin-left: -8px;
  top: -8px;
  background: transparent;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 999px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
}
.woocommerce .widget_price_filter .price_label {
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
}
.polar-menu-cart {
  width: 300px;
  padding: 25px 15px !important;
  right: 0;
  background-image: none !important;
}
.polar-mini-cart li {
  position: relative;
  padding: 0 0 20px 0 !important;
  min-height: 60px;
  border-width: 0 0 1px;
  border-style: solid;
}
.polar-mini-cart li:not(:last-child) {
  margin-bottom: 20px !important;
}
.polar-mini-cart li.empty {
  border-bottom: 0 !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}
.polar-mini-cart li a {
  display: block !important;
}
.polar-mini-cart li .remove {
  display: block;
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  font-size: 24px !important;
  background-color: transparent !important;
  min-width: auto;
  padding: 0;
}
.polar-mini-cart li img.wp-post-image {
  display: block;
  position: absolute;
  float: none;
  width: 60px !important;
  left: 0;
  top: 0;
  margin-left: 0 !important;
}
.polar-mini-cart li .product-info {
  padding-right: 20px;
}
.polar-mini-cart li .product-info span.quantity {
  display: block;
  line-height: 1.2;
}
.polar-mini-cart-container .total,
.widget_shopping_cart_content .total {
  margin: 0 0 35px !important;
  padding: 20px 0 !important;
  border-width: 0 0 1px;
  border-style: solid;
}
.polar-mini-cart-container .total .label,
.widget_shopping_cart_content .total .label {
  text-transform: uppercase;
}
.polar-mini-cart-container .buttons .button,
.widget_shopping_cart_content .buttons .button {
  padding: 0 !important;
  width: 116px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 0.85em !important;
}
.polar-mini-cart-container .buttons .button.view-cart-button,
.widget_shopping_cart_content .buttons .button.view-cart-button {
  border: 1px solid transparent;
}
.woocommerce table.shop_table {
  border: 0;
  margin-bottom: 50px;
}
.woocommerce table.shop_table thead {
  text-transform: uppercase;
}
.woocommerce table.shop_table thead th.product-price,
.woocommerce table.shop_table thead th.product-subtotal,
.woocommerce table.shop_table thead th.product-quantity {
  text-align: center;
}
.woocommerce table.shop_table td {
  vertical-align: top;
}
.woocommerce table.shop_table td.product-thumbnail {
  min-width: 100px;
  padding: 30px 25px;
}
.woocommerce table.shop_table td.product-thumbnail img {
  width: 100px;
  display: block;
}
.woocommerce table.shop_table td.product-name {
  padding-top: 40px;
}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
  padding-top: 33px;
}
.woocommerce table.shop_table td.product-quantity {
  padding: 32px 15px;
  min-width: 0;
}
.woocommerce table.shop_table td.product-quantity .polar-quantity-input {
  width: auto;
}
.woocommerce table.shop_table td.product-quantity .quantity-dec,
.woocommerce table.shop_table td.product-quantity .quantity-inc {
  display: none;
}
.woocommerce table.shop_table td.product-quantity .qty {
  height: 38px;
  margin-right: 0;
}
.woocommerce table.shop_table td.product-remove {
  padding-top: 36px;
}
.woocommerce table.shop_table td.product-remove a.remove {
  font-size: 25px;
  color: inherit !important;
  background: 0;
}
.woocommerce table.shop_table .product-name {
  width: 100%;
}
.woocommerce table.shop_table .product-name dl.variation {
  font-size: 0.92em;
}
.woocommerce table.shop_table .product-name dl.variation dt:before {
  content: '\035';
  font-family: "ElegantIcons";
  font-size: 15px;
  line-height: 15px;
  vertical-align: -1px;
  margin: 0 6px 0 3px;
}
.woocommerce table.shop_table .product-name dl.variation dd {
  margin: 0 !important;
}
.woocommerce table.shop_table tr.row-actions td {
  padding: 35px 0 0;
}
.woocommerce table.shop_table tr.row-actions #coupon_code {
  padding: 12px 16px;
  min-width: 150px;
}
.woocommerce table.shop_table tr.row-actions .button {
  padding: 13px 27px;
  margin-bottom: 10px;
  background: 0;
  -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.woocommerce table.shop_table tr.row-actions .button:hover {
  color: #fff;
}
.woocommerce-cart .cart-collaterals {
  margin-bottom: 60px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 35px 40px 30px;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2:first-child {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals a.checkout-button {
  padding: 16px 10px;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0 0 16px;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding-left: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table .shipping th {
  font-size: 1.07em;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  color: #f00;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  padding-bottom: 25px;
  border-width: 0 0 1px;
  border-style: solid;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator > p:first-child {
  padding: 0;
  margin: 0 0 45px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.66px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0 0 1px;
  line-height: 48px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:before {
  content: '\033';
  font-family: 'ElegantIcons';
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: block;
  float: right;
  line-height: inherit;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator select {
  border: 1px solid;
  border-radius: 0;
  background: 0;
  padding: 15px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .button {
  padding: 13px 27px;
  border: 1px solid;
  background: 0;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .form-row {
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce .cross-sells > h2:first-child {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woocommerce form.checkout h3 {
  text-transform: uppercase;
}
.woocommerce form.checkout h3 > label {
  font: inherit;
  color: inherit;
}
.woocommerce form.checkout label {
  text-transform: uppercase;
}
.woocommerce form.checkout .form-row {
  margin: 0 0 10px;
}
.woocommerce form.checkout .woocommerce-billing-fields,
.woocommerce form.checkout .woocommerce-shipping-fields {
  margin-bottom: 40px;
}
.woocommerce form.checkout table.shop_table {
  border: 1px solid;
  border-radius: 0;
}
.woocommerce form.checkout table.shop_table .product-name {
  width: auto;
}
.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td {
  vertical-align: top;
  padding: 15px 25px;
}
.woocommerce form.checkout table.shop_table thead th,
.woocommerce form.checkout table.shop_table thead td {
  font-weight: inherit;
}
.woocommerce form.checkout table.shop_table tbody th,
.woocommerce form.checkout table.shop_table tbody td {
  color: #333;
}
.woocommerce form.checkout table.shop_table tfoot {
  text-transform: uppercase;
}
.woocommerce form.checkout #payment {
  background: 0;
  border: 1px solid;
  border-radius: 0;
}
.woocommerce form.checkout #payment ul.payment_methods {
  padding: 15px 25px;
}
.woocommerce form.checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0 15px;
  color: inherit;
}
.woocommerce form.checkout #payment div.payment_box:before {
  content: none;
}
.woocommerce form.checkout #payment .place-order {
  margin: 0;
}
.woocommerce form.checkout #payment .place-order .button {
  color: #fff;
  padding: 15px 25px;
  font-size: 0.92em;
}
/* 
 * -------------------------------------------------------------------
 * Media Queries
 * -------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .polar-content-container > .row .col-content {
    padding-right: 85px;
  }
  .polar-content-container > .row.sidebar-left .col-content {
    padding-left: 85px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .polar-content-container > .row .col-content,
  .polar-content-container > .row .col-sidebar {
    float: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .polar-wrapper.content-with-header-v7 {
    margin-left: 0 !important;
  }
}
@media (min-width: 828px) {
  body.polar-site-layout-boxed .polar-wrapper {
    max-width: 810px;
  }
  body.polar-site-layout-boxed .polar-wrapper .container {
    width: 750px;
  }
}
@media (min-width: 1052px) {
  body.polar-site-layout-boxed .polar-wrapper {
    max-width: 1030px;
  }
  body.polar-site-layout-boxed .polar-wrapper .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  body.polar-site-layout-boxed .polar-wrapper {
    max-width: 1260px;
  }
  body.polar-site-layout-boxed .polar-wrapper .container {
    width: 1200px;
  }
}
@media screen and (max-width: 992px) {
  .polar-main-menu-wrapper,
  .polar-fullscreen-nav {
    display: none;
  }
  .polar-mobile-header {
    display: block;
    position: fixed;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  body.admin-bar .polar-mobile-header .mobile-menu {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .polar-mobile-header .mobile-menu {
    top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .polar-footer-4col-layout-fix {
    width: 100%;
    height: 50px;
    clear: both;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .margin-bottom-60-md:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom-60-sm:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .polar-post.single .post-author .avatar-wrapper {
    width: 120px;
  }
}
@media screen and (max-width: 479px) {
  .post-small-thumb .col-post-media,
  .post-small-thumb .col-post-content {
    width: 100%;
  }
  .post-small-thumb .col-post-media {
    margin-bottom: 23px;
  }
  .polar-post.single .post-author {
    display: block;
  }
  .polar-post.single .post-author .avatar-wrapper,
  .polar-post.single .post-author info {
    display: block;
  }
  .polar-post.single .post-author .avatar-wrapper {
    width: 170px;
    margin-bottom: 30px;
  }
  .polar-post.single .post-author .margin {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .polar-portfolio-single-wrapper .portfolio-content,
  .polar-portfolio-single-wrapper .portfolio-media {
    float: none;
    width: 100%;
  }
  .polar-portfolio-single-wrapper .portfolio-content {
    padding-right: 0;
  }
  .polar-portfolio-single-wrapper .portfolio-media {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce div.product.view-details {
    margin-bottom: 70px !important;
  }
  .woocommerce div.product.view-details .product-thumbnail {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
  .woocommerce div.product.view-details .product-content {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table .product-subtotal {
    display: none;
  }
  .woocommerce table.shop_table .checkout-button {
    line-height: inherit;
    white-space: normal;
  }
}
/* 
 * -------------------------------------------------------------------
 * Elements Styling
 * -------------------------------------------------------------------
 */
.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,  title-container{
    padding: 10px;
    box-sizing: border-box;
}
.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,  text-container{
    padding: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .polar-header-title-area-height-tablet,
  header .title-area-content-wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .polar-header-title-area-height-mobile,
  header .title-area-content-wrapper {
    height: 300px;
  }
  header .title-area-content-wrapper .page-title {
    font-size: 24px;
  }
}
footer>.widget-area{
  display: none;
}
.container>.title-area-content-wrapper>.title-area-content{
  display: none;
}
.title-area-bg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 769px) {

  .copyright-text{
    padding: 0 60px 0 20px;
    display: inline-block;
    word-break: break-all;
  }
  .totop{
    margin-right: 20px;
  }
  .polar-content {
    position: relative;
    padding: 20px 0 40px;
  }
  .polar-content.portfolio-single {
    padding: 20px 0 40px;
  }
}
.bc{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.text-container p{
    text-indent: 2em;
}
.vc_col-sm-3 p{
    text-indent: 0em;
    text-align: center !important;
}
.vc_col-sm-3{
    padding-left: 15px;
}
.line-2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    min-height: initial;
}
.vc_col-sm-6{
    padding: 5px;
}
img{
    max-width: 100%;
}

.vc_col-sm-2{
   padding: 0 5px;
}
.vc_col-sm-2 .polar_button_container{
    margin: 0 auto;
    text-align: center;
}






