@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes countdowntiming {
  0% {
    bottom: -50px;
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    bottom: 0;
    position: relative;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.small-body .page-wrapper {
  min-height: 100vh;
  position: relative;
}
.small-body .page-wrapper .footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.heightzero {
  height: 0;
  overflow: hidden;
}
body {
  color: #6f6f6f;
  font-family: Droid Serif, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper .row-container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.wrapper .row-container:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.wrapper.box-layout {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper.box-layout:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.wrapper .page-wrapper {
  float: left;
  width: 100%;
}
.wrapper .vc_row.full-width .row-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.wrapper .no-gap {
  margin-left: 0;
  margin-right: 0;
}
.wrapper .no-gap .row-container {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper .no-gap .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wrapper .vc_col-has-fill > .vc_column-inner,
.wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.wrapper .vc_column_container > .vc_column-inner {
  width: auto;
}
.main-container .vc_row {
  margin-bottom: 60px;
}
.wrapper .large-content .row-container,
.wrapper .large-content .container {
  max-width: 1800px;
  padding: 0 15px;
  width: 100%;
}
.large-container .row-container,
.large-container .container {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}
.main-container .wpb_single_image > .wpb_wrapper {
  max-width: 100%;
  overflow: hidden;
}
.main-container .wpb_single_image a,
.main-container .image-hover-effect {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.main-container .wpb_single_image a:before,
.main-container .image-hover-effect:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.main-container .wpb_single_image a img,
.main-container .image-hover-effect img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.main-container .wpb_single_image a:hover:before,
.main-container .image-hover-effect:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-container .wpb_single_image a:hover img,
.main-container .image-hover-effect:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.wrapper i.icon {
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0;
  vertical-align: middle;
  width: auto;
}
.wrapper .wpb_revslider_element .tp-caption a {
  color: inherit;
  display: block;
  position: relative;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wrapper .wpb_revslider_element .tp-caption a:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.wrapper .wpb_revslider_element .tp-caption a:hover {
  color: inherit;
}
.wrapper .wpb_revslider_element .tp-caption a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.wrapper .wpb_revslider_element .tp-caption i {
  font-size: 16px;
  line-height: inherit !important;
  margin-left: 5px;
  vertical-align: top;
}
.slick-slider.shop-products .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slick-slider.shop-products .slick-track .slick-slide {
  height: auto;
}
.slick-slider.shop-products .item-col {
  margin-bottom: 0;
  max-width: 100%;
  width: 300px;
}
.slick-slider.shop-products .item-col.first {
  clear: none;
}
.slick-slider.shop-products .item-col.last {
  margin-bottom: 0;
}
.slick-slider.shop-products .group {
  max-width: 100%;
  width: 300px;
}
.slick-slider.shop-products .group .item-col {
  width: 100%;
}
.slick-slider.shop-products .group .item-col:not(:last-child) {
  margin-bottom: 45px;
}
[class*='home-tabs'] .wpb_content_element {
  display: none;
}
[class*='home-tabs'] .shop-products .group .item-col {
  width: 100%;
}
[class*='home-tabs'] .shop-products .group .item-col:last-child {
  margin: 0;
}
[class*='home-tabs'] .shop-products .item-col {
  width: 350px;
}
[class*='home-tabs'] .shop-products .item-col.first {
  clear: none;
}
.wpb_content_element.tab-title {
  margin: 0 0 15px 0;
  text-align: left;
}
.wpb_content_element.tab-title h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.static.layout1 .vc_row {
  margin-bottom: 0;
}
.static.layout1 .wpb_text_column {
  margin-bottom: 0;
  text-align: right;
}
.static.layout1 .wpb_text_column .wpb_wrapper {
  display: inline-block;
  max-width: 550px;
  text-align: right;
}
.static.layout1 .wpb_text_column h4 {
  color: #acacac;
  font-size: 12px;
  letter-spacing: 1.5em;
  margin-right: -1.4em;
  text-transform: uppercase;
}
.static.layout1 .wpb_text_column h2 {
  display: inline-block;
  font-size: 72px;
  line-height: .9em;
  margin-bottom: 35px;
  max-width: 80%;
  text-transform: uppercase;
}
.static.layout1 .wpb_text_column .text {
  font-style: italic;
  margin-right: 70px;
  padding-right: 30px;
  position: relative;
}
.static.layout1 .wpb_text_column .text:before {
  background: #434343;
  bottom: 5px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 2px;
  z-index: 9;
}
.static.layout1 .wpb_text_column .text a {
  color: #434343;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-top: 48px;
  text-transform: uppercase;
}
.static.layout1 .wpb_text_column .text a:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  vertical-align: middle;
  width: 44px;
}
.static.layout1 .wpb_text_column .text a:hover {
  color: #012160;
}
.static.layout1 .wpb_text_column .text a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.fullbanner.layout1 {
  background-attachment: fixed;
  color: #d8d8d8;
  text-align: center;
}
.fullbanner.layout1 .wpb_single_image {
  margin-bottom: 12px;
  text-align: center;
}
.fullbanner.layout1 .wpb_text_column {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.fullbanner.layout1 .wpb_text_column h3 {
  color: #fff;
  font-size: 36px;
  letter-spacing: .1em;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.fullbanner.layout1 .wpb_text_column p {
  font-style: italic;
  line-height: 1.8;
}
.fullbanner.layout1 .countdown {
  display: block;
  margin-top: 20px;
}
.fullbanner.layout1 .countdown .timebox {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.2);
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  height: 82px;
  margin: 0 40px 0 0;
  overflow: hidden;
  padding: 5px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  width: 82px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.fullbanner.layout1 .countdown .timebox:last-child {
  margin-right: 0;
}
.fullbanner.layout1 .countdown .timebox strong {
  color: #fff;
  display: block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.fullbanner.layout1 a {
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
  text-transform: uppercase;
}
.fullbanner.layout1 a:after {
  background: url(../images/next-arrow-white.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  vertical-align: middle;
  width: 44px;
}
.fullbanner.layout1 a:hover {
  color: #012160;
}
.fullbanner.layout1 a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.policy.layout1 .wpb_single_image {
  margin-bottom: 15px;
  text-align: center;
}
.policy.layout1 .wpb_single_image:after {
  background: #e1e1e1;
  content: '';
  display: block;
  height: 21px;
  margin: 18px auto 0 auto;
  width: 1px;
}
.policy.layout1 .wpb_text_column {
  text-align: center;
}
.policy.layout1 .wpb_text_column h3 {
  font-size: 12px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.policy.layout1 .wpb_text_column p {
  color: #434343;
  font-style: italic;
}
.policy.layout5 .wpb_single_image {
  margin-bottom: 15px;
  text-align: center;
}
.policy.layout5 .wpb_single_image:after {
  background: #555;
  content: '';
  display: block;
  height: 21px;
  margin: 18px auto 0 auto;
  width: 1px;
}
.policy.layout5 .wpb_text_column {
  text-align: center;
}
.policy.layout5 .wpb_text_column h3 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.policy.layout5 .wpb_text_column p {
  color: #afafaf;
  font-style: italic;
}
.policy.layout6 .wpb_single_image {
  margin-bottom: 15px;
  text-align: center;
}
.policy.layout6 .wpb_single_image:after {
  background: #e1e1e1;
  content: '';
  display: block;
  height: 21px;
  margin: 18px auto 0 auto;
  width: 1px;
}
.policy.layout6 .wpb_text_column {
  text-align: center;
}
.policy.layout6 .wpb_text_column h3 {
  font-size: 12px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.policy.layout6 .wpb_text_column p {
  color: #434343;
  font-style: italic;
}
.latest-posts.layout1 .group .item-col {
  margin-bottom: 30px;
}
.latest-posts.layout1 .group .item-col:last-child {
  margin-bottom: 0;
}
.latest-posts.layout1 .slick-slide {
  padding-bottom: 20px;
  padding-top: 20px;
}
.latest-posts.layout1 .post-thumb {
  display: none;
  margin: 0;
}
.latest-posts.layout1 .post-thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.latest-posts.layout1 .post-thumb a:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout1 .post-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout1 .post-thumb a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.latest-posts.layout1 .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-posts.layout1 .post-thumb a,
.latest-posts.layout1 .post-thumb img {
  width: 100%;
}
.latest-posts.layout1 .post-info {
  padding-left: 130px;
  padding-right: 20px;
  position: relative;
}
.latest-posts.layout1 .post-date.large {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  left: 0;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 110px;
}
.latest-posts.layout1 .post-date.large .year {
  display: none;
}
.latest-posts.layout1 .post-date.large .month {
  display: block;
  font-size: 12px;
}
.latest-posts.layout1 .post-date.large .day {
  display: block;
  font-size: 80px;
  font-weight: 700;
}
.latest-posts.layout1 .post-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.latest-posts.layout1 .post-title a {
  color: #434343;
}
.latest-posts.layout1 .post-title a:hover {
  color: #012160;
}
.latest-posts.layout1 .post-meta {
  font-size: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.latest-posts.layout1 .post-meta:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.latest-posts.layout1 .post-meta > * {
  float: left;
  margin-right: 20px;
}
.latest-posts.layout1 .post-meta > *:last-child {
  margin-right: 0;
}
.latest-posts.layout1 .post-meta .post-author {
  color: #717171;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.latest-posts.layout1 .post-meta .post-author a {
  color: #434343;
}
.latest-posts.layout1 .post-meta .post-author a:hover {
  color: #012160;
}
.latest-posts.layout1 .post-meta .post-date {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.latest-posts.layout1 .post-meta .post-date strong {
  color: #717171;
  font-weight: 700;
}
.latest-posts.layout1 .post-comment {
  display: none;
}
.latest-posts.layout1 .post-excerpt {
  font-size: 14px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 35px;
}
.latest-posts.layout1 .readmore {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.latest-posts.layout1 .readmore:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.latest-posts.layout1 .readmore:hover {
  color: #012160;
}
.latest-posts.layout1 .readmore:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.latest-posts.layout2 .group .item-col {
  margin-bottom: 30px;
}
.latest-posts.layout2 .group .item-col:last-child {
  margin-bottom: 0;
}
.latest-posts.layout2 .slick-slide {
  padding-bottom: 20px;
  padding-top: 20px;
}
.latest-posts.layout2 .post-thumb {
  display: none;
  margin: 0;
}
.latest-posts.layout2 .post-thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.latest-posts.layout2 .post-thumb a:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout2 .post-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout2 .post-thumb a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.latest-posts.layout2 .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-posts.layout2 .post-thumb a,
.latest-posts.layout2 .post-thumb img {
  width: 100%;
}
.latest-posts.layout2 .post-info {
  padding-left: 130px;
  padding-right: 20px;
  position: relative;
}
.latest-posts.layout2 .post-date.large {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  left: 0;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 110px;
}
.latest-posts.layout2 .post-date.large .year {
  display: none;
}
.latest-posts.layout2 .post-date.large .month {
  display: block;
  font-size: 12px;
}
.latest-posts.layout2 .post-date.large .day {
  display: block;
  font-size: 80px;
  font-weight: 700;
}
.latest-posts.layout2 .post-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.latest-posts.layout2 .post-title a {
  color: #434343;
}
.latest-posts.layout2 .post-title a:hover {
  color: #012160;
}
.latest-posts.layout2 .post-meta {
  font-size: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.latest-posts.layout2 .post-meta:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.latest-posts.layout2 .post-meta > * {
  float: left;
  margin-right: 20px;
}
.latest-posts.layout2 .post-meta > *:last-child {
  margin-right: 0;
}
.latest-posts.layout2 .post-meta .post-author {
  color: #717171;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.latest-posts.layout2 .post-meta .post-author a {
  color: #434343;
}
.latest-posts.layout2 .post-meta .post-author a:hover {
  color: #012160;
}
.latest-posts.layout2 .post-meta .post-date {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.latest-posts.layout2 .post-meta .post-date strong {
  color: #717171;
  font-weight: 700;
}
.latest-posts.layout2 .post-comment {
  display: none;
}
.latest-posts.layout2 .post-excerpt {
  font-size: 14px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 35px;
}
.latest-posts.layout2 .readmore {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.latest-posts.layout2 .readmore:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.latest-posts.layout2 .readmore:hover {
  color: #012160;
}
.latest-posts.layout2 .readmore:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.latest-posts.layout5 {
  padding: 70px 40px;
}
.latest-posts.layout5 .group .item-col {
  margin-bottom: 50px;
}
.latest-posts.layout5 .group .item-col:last-child {
  margin-bottom: 0;
}
.latest-posts.layout5 .post-thumb {
  display: none;
  margin: 0;
}
.latest-posts.layout5 .post-thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.latest-posts.layout5 .post-thumb a:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout5 .post-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout5 .post-thumb a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.latest-posts.layout5 .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-posts.layout5 .post-thumb a,
.latest-posts.layout5 .post-thumb img {
  width: 100%;
}
.latest-posts.layout5 .post-date.large {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.latest-posts.layout5 .post-date.large .year {
  display: none;
}
.latest-posts.layout5 .post-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.latest-posts.layout5 .post-title a {
  color: #434343;
}
.latest-posts.layout5 .post-title a:hover {
  color: #012160;
}
.latest-posts.layout5 .post-meta {
  display: none;
}
.latest-posts.layout5 .post-comment {
  display: none;
}
.latest-posts.layout5 .post-excerpt {
  font-size: 14px;
  font-style: italic;
  line-height: 2;
  margin-bottom: 15px;
}
.latest-posts.layout5 .post-excerpt p {
  margin-bottom: 0;
}
.latest-posts.layout5 .readmore {
  display: none;
}
.latest-posts.layout6 .group .item-col {
  margin-bottom: 30px;
}
.latest-posts.layout6 .group .item-col:last-child {
  margin-bottom: 0;
}
.latest-posts.layout6 .slick-slide {
  padding-bottom: 20px;
  padding-top: 20px;
}
.latest-posts.layout6 .post-thumb {
  display: none;
  margin: 0;
}
.latest-posts.layout6 .post-thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.latest-posts.layout6 .post-thumb a:before {
  background-color: rgba(0,0,0,0.1);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout6 .post-thumb a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.latest-posts.layout6 .post-thumb a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.latest-posts.layout6 .post-thumb a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-posts.layout6 .post-thumb a,
.latest-posts.layout6 .post-thumb img {
  width: 100%;
}
.latest-posts.layout6 .post-info {
  padding-left: 130px;
  padding-right: 20px;
  position: relative;
}
.latest-posts.layout6 .post-date.large {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  left: 0;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 110px;
}
.latest-posts.layout6 .post-date.large .year {
  display: none;
}
.latest-posts.layout6 .post-date.large .month {
  display: block;
  font-size: 12px;
}
.latest-posts.layout6 .post-date.large .day {
  display: block;
  font-size: 80px;
  font-weight: 700;
}
.latest-posts.layout6 .post-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.latest-posts.layout6 .post-title a {
  color: #434343;
}
.latest-posts.layout6 .post-title a:hover {
  color: #012160;
}
.latest-posts.layout6 .post-meta {
  font-size: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.latest-posts.layout6 .post-meta:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.latest-posts.layout6 .post-meta > * {
  float: left;
  margin-right: 20px;
}
.latest-posts.layout6 .post-meta > *:last-child {
  margin-right: 0;
}
.latest-posts.layout6 .post-meta .post-author {
  color: #717171;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.latest-posts.layout6 .post-meta .post-author a {
  color: #434343;
}
.latest-posts.layout6 .post-meta .post-author a:hover {
  color: #012160;
}
.latest-posts.layout6 .post-meta .post-date {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.latest-posts.layout6 .post-meta .post-date strong {
  color: #717171;
  font-weight: 700;
}
.latest-posts.layout6 .post-comment {
  display: none;
}
.latest-posts.layout6 .post-excerpt {
  font-size: 14px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 35px;
}
.latest-posts.layout6 .readmore {
  color: #434343;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.latest-posts.layout6 .readmore:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.latest-posts.layout6 .readmore:hover {
  color: #012160;
}
.latest-posts.layout6 .readmore:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.testimonials-container.layout1 {
  padding: 25px 0;
}
.testimonials-container.layout1 .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.testimonials-container.layout1 .slick-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-container.layout1 .widget_woothemes_testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials-container.layout1 .testimonials {
  width: 100%;
}
.testimonials-container.layout1 .testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials-container.layout1 .testimonials .slick-list {
  padding: 0;
}
.testimonials-container.layout1 .testimonials .slick-dots {
  margin-top: 55px;
  padding: 0;
  text-align: left;
}
.testimonials-container.layout1 .testimonials .quote {
  position: relative;
}
.testimonials-container.layout1 .testimonials .quote > .avatar,
.testimonials-container.layout1 .testimonials .quote > a.avatar-link {
  display: inline-block;
  height: 65px;
  width: 65px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-container.layout1 .testimonials .testimonials-text {
  background: none;
  border: none;
  color: #fff;
  font-style: italic;
  line-height: 2.1;
  margin: 0 auto 30px auto;
  max-width: 900px;
  padding: 0 0 0 50px;
  position: relative;
  text-align: left;
}
.testimonials-container.layout1 .testimonials .testimonials-text p:before {
  background: url(../images/testimonial-icon.png) no-repeat center center;
  content: '';
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.testimonials-container.layout1 .testimonials .author {
  display: inline-block;
  padding-left: 15px;
  text-align: left;
}
.testimonials-container.layout1 .testimonials .author .at {
  color: #fff;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.testimonials-container.layout1 .testimonials .author .title {
  color: #888;
  font-style: italic;
  margin: 0;
}
.testimonials-container.layout1 .testimonials .author .title:before {
  content: '-';
  margin: 0 5px;
}
.testimonials-container.layout1 .testimonials .author [class*='url'] {
  display: none;
}
.testimonials-container.layout1 .testimonials .author a {
  color: #002060;
}
.testimonials-container.layout1 .testimonials .author a:hover {
  text-decoration: underline;
}
.testimonials-container.layout5 .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.testimonials-container.layout5 .slick-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-container.layout5 .widget_woothemes_testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials-container.layout5 .testimonials {
  width: 100%;
}
.testimonials-container.layout5 .testimonials:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.testimonials-container.layout5 .testimonials .slick-list {
  padding: 0;
}
.testimonials-container.layout5 .testimonials .slick-dots li:before {
  background: #7d7d7d;
}
.testimonials-container.layout5 .testimonials .slick-dots li:hover:before,
.testimonials-container.layout5 .testimonials .slick-dots li.slick-active:before {
  background: #fff;
}
.testimonials-container.layout5 .testimonials .quote {
  position: relative;
  text-align: center;
}
.testimonials-container.layout5 .testimonials .quote > .avatar,
.testimonials-container.layout5 .testimonials .quote > a.avatar-link {
  display: inline-block;
  height: 65px;
  width: 65px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-container.layout5 .testimonials .testimonials-text {
  background: none;
  border: none;
  color: #fff;
  font-style: italic;
  line-height: 2.1;
  margin: 0 auto 38px auto;
  max-width: 770px;
  padding: 0 0 0 50px;
  text-align: center;
}
.testimonials-container.layout5 .testimonials .testimonials-text p:before {
  background: url(../images/testimonial-icon2.png) no-repeat center center;
  content: '';
  display: block;
  height: 65px;
  margin: 0 auto 30px auto;
  width: 65px;
}
.testimonials-container.layout5 .testimonials .author {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
}
.testimonials-container.layout5 .testimonials .author .at {
  color: #fff;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.testimonials-container.layout5 .testimonials .author .title {
  color: #888;
  font-style: italic;
  margin: 0;
}
.testimonials-container.layout5 .testimonials .author .title:before {
  content: '-';
  margin: 0 5px;
}
.testimonials-container.layout5 .testimonials .author [class*='url'] {
  display: none;
}
.testimonials-container.layout5 .testimonials .author a {
  color: #002060;
}
.testimonials-container.layout5 .testimonials .author a:hover {
  text-decoration: underline;
}
.brands-carousel.slick-slider {
  margin: 0;
}
.brands-carousel.slick-slider .slick-slide {
  padding: 0;
  text-align: center;
}
.brands-carousel.slick-slider .slick-prev {
  left: 15px;
}
.brands-carousel.slick-slider .slick-next {
  right: 15px;
}
.brands-carousel a {
  display: block;
  text-align: center;
}
.brands-carousel a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.brands-carousel a img {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.brand-logo.layout1 .brands-carousel {
  margin: 0;
}
.brand-logo.layout1 .brands-carousel .slick-slide {
  border-right: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  text-align: center;
}
.brand-logo.layout1 .brands-carousel .slick-slide.slide-last-active {
  border-right-color: transparent;
}
.brand-logo.layout1 .brands-carousel .slick-slide a {
  padding: 20px 0;
}
.brand-logo.layout1 .brands-carousel .group div {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.brand-logo.layout1 .brands-carousel .group div:last-child {
  border-bottom: none;
}
.home-tabs.layout1 {
  margin-bottom: 0;
}
.home-tabs.layout1 .home-tabs-title {
  list-style-type: none;
  margin: 0 15px 50px 15px;
  padding: 0;
  text-align: center;
}
.home-tabs.layout1 .home-tabs-title li {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
}
.home-tabs.layout1 .home-tabs-title li:after {
  background: #ededed;
  content: '';
  display: inline-block;
  height: 2px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 28px;
}
.home-tabs.layout1 .home-tabs-title li:last-child {
  margin: 0;
}
.home-tabs.layout1 .home-tabs-title li:last-child:after {
  display: none;
}
.home-tabs.layout1 .home-tabs-title li a {
  color: #a2a2a2;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-tabs.layout1 .home-tabs-title li a:hover,
.home-tabs.layout1 .home-tabs-title li a.active {
  color: #002060;
}
.home-tabs.layout4 .home-tabs-title {
  list-style-type: none;
  margin: 0 15px 75px 15px;
  padding: 0;
  text-align: center;
}
.home-tabs.layout4 .home-tabs-title li {
  display: inline-block;
  margin: 0 65px 0 0;
  vertical-align: top;
}
.home-tabs.layout4 .home-tabs-title li:last-child {
  margin-right: 0;
}
.home-tabs.layout4 .home-tabs-title li a {
  color: #a2a2a2;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-tabs.layout4 .home-tabs-title li a:hover,
.home-tabs.layout4 .home-tabs-title li a.active {
  color: #434343;
}
.home-tabs.layout5 {
  margin-bottom: 0;
}
.home-tabs.layout5 .home-tabs-title {
  list-style-type: none;
  margin: 0 15px 55px 15px;
  padding: 0;
  text-align: center;
}
.home-tabs.layout5 .home-tabs-title li {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
}
.home-tabs.layout5 .home-tabs-title li:after {
  background: #ededed;
  content: '';
  display: inline-block;
  height: 2px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 28px;
}
.home-tabs.layout5 .home-tabs-title li:last-child {
  margin: 0;
}
.home-tabs.layout5 .home-tabs-title li:last-child:after {
  display: none;
}
.home-tabs.layout5 .home-tabs-title li a {
  color: #a2a2a2;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-tabs.layout5 .home-tabs-title li a:hover,
.home-tabs.layout5 .home-tabs-title li a.active {
  color: #002060;
}
.home-tabs.layout6 {
  margin-bottom: 0;
}
.home-tabs.layout6 .home-tabs-title {
  list-style-type: none;
  margin: 0 15px 50px 15px;
  padding: 0;
  text-align: center;
}
.home-tabs.layout6 .home-tabs-title li {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
}
.home-tabs.layout6 .home-tabs-title li:after {
  background: #ededed;
  content: '';
  display: inline-block;
  height: 2px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 28px;
}
.home-tabs.layout6 .home-tabs-title li:last-child {
  margin: 0;
}
.home-tabs.layout6 .home-tabs-title li:last-child:after {
  display: none;
}
.home-tabs.layout6 .home-tabs-title li a {
  color: #a2a2a2;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-tabs.layout6 .home-tabs-title li a:hover,
.home-tabs.layout6 .home-tabs-title li a.active {
  color: #002060;
}
.product-category.layout2 .wpb_single_image * {
  width: 100%;
}
.product-category.layout2 .wpb_text_column {
  max-width: 540px;
  padding-top: 90px;
}
.product-category.layout2 .wpb_text_column h3 {
  font-size: 30px;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.product-category.layout2 .wpb_text_column p {
  color: #434343;
  font-style: italic;
  line-height: 1.8;
}
.product-category.layout2 .wpb_text_column ul {
  margin-top: 32px;
  padding: 0;
}
.product-category.layout2 .wpb_text_column ul li {
  color: #888;
  display: block;
  font-style: italic;
  list-style-type: none;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}
.product-category.layout2 .wpb_text_column ul li:before {
  background: #434343;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}
.product-category.layout2 .wpb_text_column a {
  color: #434343;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-top: 85px;
  text-transform: uppercase;
}
.product-category.layout2 .wpb_text_column a:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.product-category.layout2 .wpb_text_column a:hover {
  color: #012160;
}
.product-category.layout2 .wpb_text_column a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.product-category.layout2.left .wpb_text_column {
  float: right;
  left: -20px;
  position: relative;
}
.product-category.layout2.right .wpb_text_column {
  float: left;
  text-align: left;
}
.product-category.layout3 {
  margin-bottom: 0;
}
.product-category.layout3 .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.product-category.layout3 .wpb_single_image {
  margin-bottom: 0;
}
.product-category.layout3 .wpb_single_image * {
  width: 100%;
}
.product-category.layout3 .wpb_text_column {
  margin-bottom: 0;
  max-width: 635px;
  padding: 90px 80px;
}
.product-category.layout3 .wpb_text_column h3 {
  font-size: 30px;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.product-category.layout3 .wpb_text_column p {
  color: #434343;
  font-style: italic;
  line-height: 1.8;
}
.product-category.layout3 .wpb_text_column ul {
  margin-top: 32px;
  padding: 0;
}
.product-category.layout3 .wpb_text_column ul li {
  color: #888;
  display: block;
  font-style: italic;
  list-style-type: none;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}
.product-category.layout3 .wpb_text_column ul li:before {
  background: #434343;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}
.product-category.layout3 .wpb_text_column a {
  color: #434343;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-top: 60px;
  text-transform: uppercase;
}
.product-category.layout3 .wpb_text_column a:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.product-category.layout3 .wpb_text_column a:hover {
  color: #012160;
}
.product-category.layout3 .wpb_text_column a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.product-category.layout3.left .wpb_text_column {
  float: right;
  padding-left: 15px;
}
.product-category.layout3.right .wpb_text_column {
  float: left;
  text-align: left;
  padding-right: 15px;
}
.welcome-text {
  text-align: center;
}
.welcome-text .wpb_text_column {
  margin: auto;
  max-width: 845px;
}
.welcome-text h3 {
  font-size: 18px;
  letter-spacing: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.welcome-text a {
  color: #434343;
  display: inline-block;
  font-family: Roboto Slab, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .2em;
  margin-top: 35px;
  text-transform: uppercase;
}
.welcome-text a:after {
  background: url(../images/next-arrow-black.png) no-repeat center center;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 15px;
  vertical-align: middle;
  width: 44px;
}
.welcome-text a:hover {
  color: #012160;
}
.welcome-text a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.welcome-text p {
  font-style: italic;
  line-height: 2.1;
}
.slider.layout3 .wpb_revslider_element .tp-caption a:after {
  background: url(../images/next-arrow-white.png) no-repeat center center;
}
.slider.layout3 .wpb_revslider_element .tp-caption a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.slider.layout5 .vc_column-inner {
  padding: 0;
}
.slider.layout6 .wpb_revslider_element {
  margin-bottom: 30px;
}
.slider.layout6 .wpb_revslider_element .tp-caption a:after {
  background: url(../images/next-arrow-white.png) no-repeat center center;
}
.slider.layout6 .wpb_revslider_element .tp-caption a:hover:after {
  background: url(../images/next-arrow-hover.png) no-repeat center center;
}
.blog-carousel.layout5 .wpb_single_image {
  margin-bottom: 0;
}
.blog-carousel.layout5 .wpb_single_image * {
  width: 100%;
}