* {
  margin: 0;
  padding: 0;
}
p {
  color: #383838;
}
a {
  outline: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
input,
button,
select,
textarea {
  outline: none;
}
.front-page .vc_row {
  margin-bottom: 50px;
}
.front-page .vc_row .row-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.front-page .wpb_content_element {
  margin: 0;
}
.front-page .wpb_content_element .wpb_wrapper > h3 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.front-page .alignnone {
  margin: 0;
}
.front-page .aligncenter {
  margin: 0;
}
.front-page .alignright {
  margin: 0;
}
.front-page .alignleft {
  margin: 0;
}
.section {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.global-table {
  display: table;
  width: 100%;
}
.global-table .global-row {
  display: table-row;
}
.global-table .global-row .global-cell {
  display: table-cell;
  vertical-align: middle;
}
.group_table {
  float: left;
  width: 100%;
}
.group_table .group-row {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.fancybox-title {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.fancybox-social {
  display: inline-block;
  float: right;
  text-align: right;
}
.widget_wysija {
  position: relative;
}
.formError {
  left: 0 !important;
  top: 40px !important;
}
.wrapper .slick-slider:hover button {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wrapper .slick-slider .slick-list {
  padding-top: 30px;
}
.wrapper .slick-slider .slick-slide {
  text-align: center;
}
.wrapper .slick-slider .slick-slide a {
  display: inline-block;
  max-width: 100%;
}
.wrapper .slick-slider button {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  height: 52px;
  width: 52px;
  right: 15px;
  left: auto;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-indent: -9999px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.wrapper .slick-slider button:before {
  display: inline-block;
  color: #e5e5e5;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  height: 100%;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 100%;
}
.wrapper .slick-slider button.slick-prev {
  left: 15px;
}
.wrapper .slick-slider button.slick-prev:before {
  content: "\f104";
}
.wrapper .slick-slider button:hover {
  border-color: #74bef4;
}
.wrapper .slick-slider button:hover:before {
  color: #74bef4;
}
.wrapper .slick-slider button.slick-disabled {
  border-color: #e5e5e5;
}
.wrapper .slick-slider button.slick-disabled:before {
  color: #adadad;
}
.wrapper .slick-slider .slick-dots {
  bottom: auto;
  margin: 10px 0 0;
  position: static;
  padding: 0 15px;
  list-style: none;
  text-align: right;
}
.wrapper .slick-slider .slick-dots li {
  display: inline-block;
  height: 13px;
  margin: 0 2px;
  width: 13px;
}
.wrapper .slick-slider .slick-dots li button {
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: static;
  text-indent: -9999px;
  visibility: visible;
  width: 100%;
  position: relative;
}
.wrapper .slick-slider .slick-dots li button:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wrapper .slick-slider .slick-dots li button:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: auto;
  height: auto;
}
.wrapper .slick-slider .slick-dots li.slick-active button:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wrapper.box-layout {
  box-shadow: 0 0 7px 0px #ddd;
}
.logo a {
  display: inline-block;
  max-width: 100%;
}
.widget-separator {
  float: left;
  width: 100%;
  height: 1px;
}
.roadtip {
  background: rgba(0,0,0,0.8);
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-size: 11px;
  left: 0;
  padding: 4px 8px;
  position: absolute;
  top: -25px;
  white-space: nowrap;
  width: auto;
  z-index: 2;
  line-height: 2;
}
.roadtip:after {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,0.8);
  bottom: -6px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  transform: none;
  width: 0;
}
.widgettitleMixin {
  font-size: 14px;
  margin: 0 0 25px;
  text-transform: uppercase;
  width: 100%;
}
.widget-title,
.widgettitle {
  font-size: 14px;
  margin: 0 0 25px;
  text-transform: uppercase;
  width: 100%;
}
.map-wrapper {
  float: left;
  margin: 0;
  width: 100%;
}
.map-wrapper .map {
  float: left;
  width: 100%;
}
#_atssh {
  display: none;
}
.map-custom {
  float: left;
  font-size: 14px;
  width: 100%;
}
.map-custom h2 {
  margin: 0 0 30px;
}
.map-custom p {
  margin: 0 0 30px;
}
.map-custom i {
  color: #74bef4;
  font-size: 24px;
  margin-right: 10px;
}
.map-custom strong {
  color: #74bef4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.contact-fom-info {
  float: left;
  width: 100%;
}
.main-container {
  background: #fff;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.main-container .container {
  position: relative;
  z-index: 2;
}
.main-container .woocommerce-breadcrumb,
.main-container .breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  padding: 15px 0;
  color: #74bef4;
}
.main-container .woocommerce-breadcrumb a,
.main-container .breadcrumbs a {
  color: #383838;
  display: inline-block;
  font-weight: normal;
}
.main-container .woocommerce-breadcrumb a:hover,
.main-container .breadcrumbs a:hover {
  color: #74bef4;
}
.main-container .woocommerce-breadcrumb span,
.main-container .breadcrumbs span {
  display: inline-block;
}
.main-container .woocommerce-breadcrumb span.separator,
.main-container .breadcrumbs span.separator {
  margin: 0 5px;
  color: #383838;
}
.main-container .search-title {
  border-bottom: 1px solid #b9b9b9;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 25px;
  padding: 0 0 5px;
  overflow: hidden;
  width: 100%;
}
.main-container .entry-header {
  margin: 30px 0;
}
.main-container .entry-header.project {
  margin-top: 40px;
}
.main-container .entry-header .entry-title {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.main-container .page-content {
  float: left;
  padding: 0;
  width: 100%;
}
.main-container .page-content.front-page {
  padding: 0;
}
.main-container .page-content .shop_header {
  margin: 50px 0 70px;
  text-align: center;
  text-transform: uppercase;
}
.main-container .page-content .shop_header h1 {
  font-size: 70px;
}
.main-container .page-content .shop_header ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-container .page-content .shop_header ul li {
  border-bottom: 2px solid #222222;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.main-container .page-content .shop_header ul li:first-child {
  padding-left: 0;
}
.main-container .page-content .shop_header ul li a {
  font-size: 12px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.main-container .page-content .shop_header ul li.active {
  border-bottom: 2px solid #74bef4;
}
.main-container .page-content .shop_header ul li.active a {
  color: #74bef4;
}
.main-container .page-content .category_header {
  background: #b9b9b9;
  float: left;
  margin: 0 0 50px;
  min-height: 180px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.main-container .page-content .category_header .category_header_inner {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: -webkit-translate(0px,-50%);
  transform: translate(0px,-50%);
}
.main-container .page-content .category_header h1 {
  color: #fff;
  font-size: 70px;
  position: relative;
}
.main-container .page-content .category_header h1:after {
  background: #fff;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 150px;
}
.main-container .page-content .category_header ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-container .page-content .category_header ul li {
  border-bottom: 2px solid #fff;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.main-container .page-content .category_header ul li:first-child {
  padding-left: 0;
}
.main-container .page-content .category_header ul li a {
  color: #fff;
  font-size: 12px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.main-container .page-content .category_header ul li a:hover {
  color: #74bef4;
}
.main-container .page-content .category_header ul li.active {
  border-bottom: 2px solid #74bef4;
}
.main-container .page-content .category_header ul li.active a {
  color: #74bef4;
}
.main-container .page-content .page {
  float: left;
  width: 100%;
}
.main-container .page-content label {
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
.main-container .page-content .input-text,
.main-container .page-content input[type="text"],
.main-container .page-content .form-row .input-text {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  max-width: 100%;
  padding: 0 0 0 10px;
}
.main-container .page-content textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
}
.main-container .page-content .button,
.main-container .page-content .button.alt,
.main-container .page-content #submit {
  background: none;
  box-shadow: none;
  height: 32px;
  padding: 0 20px;
  text-shadow: none;
  white-space: nowrap;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #525252;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.main-container .page-content .button:hover,
.main-container .page-content .button.alt:hover,
.main-container .page-content #submit:hover {
  background: #74bef4;
  border-color: #74bef4;
  color: #fff;
  text-shadow: none;
}
.main-container .page-content .form-row {
  margin: 0 0 10px;
  padding: 0;
}
.main-container .page-content .entry-content {
  float: left;
  width: 100%;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section {
  margin: 0 0 10px;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section .ui-accordion-header {
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section .ui-accordion-header a {
  color: #383838;
  padding: 15px 10px 15px 25px;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -8px;
  top: 50%;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section .ui-accordion-header.ui-accordion-header-active {
  border-bottom: none;
  border-color: #74bef4;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section .ui-accordion-header.ui-accordion-header-active a {
  color: #74bef4;
}
.main-container .page-content .entry-content .ui-accordion .wpb_accordion_section .ui-accordion-content {
  border-bottom: 1px solid #74bef4;
  border-left: 1px solid #74bef4;
  border-right: 1px solid #74bef4;
  border-top: 1px solid #e5e5e5;
  padding: 20px 25px;
}
.main-container .page-content .comments-area {
  float: left;
  margin: 0 0 60px;
  max-width: 650px;
  width: 100%;
}
.main-container .page-content .comments-area .comments-title,
.main-container .page-content .comments-area .comment-reply-title {
  border-top: 1px solid #e5e5e5;
  font-size: 24px;
  margin: 0 0 50px;
  padding: 22px 0 0;
  text-transform: uppercase;
}
.main-container .page-content .comments-area .commentlist {
  margin: 0;
  padding: 0;
}
.main-container .page-content .comments-area .commentlist li.comment {
  list-style: none;
}
.main-container .page-content .comments-area .commentlist li.comment article.comment {
  margin: 0 0 20px;
}
.main-container .page-content .comments-area .commentlist li.comment article.comment .comment-avatar {
  float: left;
}
.main-container .page-content .comments-area .commentlist li.comment article.comment .comment-avatar img {
  border-radius: 100%;
}
.main-container .page-content .comments-area .commentlist li.comment article.comment .comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-left: 60px;
  padding: 10px;
  position: relative;
}
.main-container .page-content .comments-area .commentlist li.comment article.comment .comment-info : before {
  background: #fff;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.main-container .page-content .comments-area .commentlist li.comment article.comment .comment-info .reply {
  display: inline-block;
  margin-left: 10px;
}
.main-container .page-content .comments-area .commentlist .comment-meta {
  color: #adadad;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.main-container .page-content .comments-area .commentlist .comment-meta img {
  margin-right: 10px;
}
.main-container .page-content .comments-area .commentlist .comment-meta cite {
  margin-right: 10px;
}
.main-container .page-content .comments-area .commentlist .comment-content {
  color: #adadad;
  font-size: 13px;
}
.main-container .page-content .comments-area .pagination {
  margin: 15px 0;
  width: 100%;
}
.main-container .page-content .comments-area .pagination .next,
.main-container .page-content .comments-area .pagination .prev {
  position: relative;
  text-indent: -9999px;
}
.main-container .page-content .comments-area .pagination .next:after,
.main-container .page-content .comments-area .pagination .prev:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  height: 34px;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 34px;
}
.main-container .page-content .comments-area .pagination .prev:after {
  content: "\f053";
}
.main-container .page-content .comments-area .comment-respond {
  float: left;
  margin-top: 45px;
  width: 100%;
}
.main-container .page-content .comments-area .comment-respond .comment-form label {
  color: #adadad;
  display: block;
  margin: 0 0 5px;
}
.main-container .page-content .comments-area .comment-respond .comment-form .comment-notes,
.main-container .page-content .comments-area .comment-respond .comment-form .form-allowed-tags {
  color: #adadad;
  font-size: 12px;
}
.main-container .page-content .comments-area .comment-respond .comment-form .comment-input {
  margin: 0 -10px;
}
.main-container .page-content .comments-area .comment-respond .comment-form .comment-form-author,
.main-container .page-content .comments-area .comment-respond .comment-form .comment-form-email,
.main-container .page-content .comments-area .comment-respond .comment-form .comment-form-url {
  float: left;
  padding: 0 10px;
  width: 33.3333%;
}
.main-container .page-content .comments-area .comment-respond .comment-form .comment-form-author input,
.main-container .page-content .comments-area .comment-respond .comment-form .comment-form-email input,
.main-container .page-content .comments-area .comment-respond .comment-form .comment-form-url input {
  width: 100%;
}
.main-container .page-content .comments-area .comment-respond .comment-form #comment {
  width: 100%;
  height: 130px;
}
#secondary {
  margin-bottom: 75px;
}
#secondary .widget ul li,
#secondary .widget ol li {
  font-size: 14px;
  color: #383838;
  line-height: 39px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
#secondary .widget ul li .sub-menu li,
#secondary .widget ul li .children li,
#secondary .widget ol li .sub-menu li,
#secondary .widget ol li .children li {
  border-bottom: none;
}
#secondary .widget ul li:hover,
#secondary .widget ol li:hover {
  color: #74bef4;
}
#secondary .widget ul li:hover a,
#secondary .widget ol li:hover a {
  color: #74bef4;
}
#secondary .widget ul li a,
#secondary .widget ol li a {
  color: #383838;
  clear: both;
  font-weight: 400;
  text-transform: uppercase;
}
#secondary.sidebar-shop .widget ul.product-categories li,
#secondary.sidebar-shop .widget ul.menu li {
  font-size: 14px;
  color: #383838;
  line-height: 39px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
}
#secondary.sidebar-shop .widget ul.product-categories li:hover,
#secondary.sidebar-shop .widget ul.menu li:hover {
  color: #74bef4;
}
#secondary.sidebar-shop .widget ul.product-categories li:hover a,
#secondary.sidebar-shop .widget ul.menu li:hover a {
  color: #74bef4;
}
#secondary.sidebar-shop .widget ul.product-categories li a,
#secondary.sidebar-shop .widget ul.menu li a {
  color: #383838;
  float: left;
  clear: both;
  font-weight: 400;
  text-transform: uppercase;
}
#secondary.shop-sidebar-filter .sidebar-category {
  float: left;
  padding-top: 75px;
  text-align: center;
  width: 100%;
}
#secondary.shop-sidebar-filter .sidebar-category .widget .widget-title {
  font-size: 14px;
  font-weight: 400;
}
#secondary.shop-sidebar-filter .sidebar-category .widget.widget_text .widget-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  position: relative;
}
#secondary.shop-sidebar-filter .sidebar-category .widget.widget_text .widget-title:after {
  background: #74bef4;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
#secondary.shop-sidebar-filter .sidebar-filter {
  background: #f7f7f7;
  float: left;
  padding: 120px 70px 75px;
  width: 100%;
}
#secondary.shop-sidebar-filter .sidebar-filter .widget {
  margin: 0 0 35px;
}
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_product_categories .widget-title,
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_nav_menu .widget-title {
  float: left;
  line-height: 30px;
  margin: 0;
  width: 25%;
}
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_product_categories > ul,
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_product_categories > div,
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_nav_menu > ul,
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_nav_menu > div {
  float: left;
  width: 75%;
}
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_product_categories ul li,
#secondary.shop-sidebar-filter .sidebar-filter .widget.widget_nav_menu ul li {
  float: left;
  margin-right: 26px;
  width: auto;
}
#secondary .sidebar-border {
  float: left;
  width: 100%;
}
#secondary .sidebar-border .widget {
  border-bottom: none;
  padding-bottom: 0;
}
#secondary .input_text,
#secondary input[type="text"] {
  border: 1px solid #e5e5e5;
  height: 34px;
  padding: 0 0 0 10px;
  width: 100%;
}
#secondary select {
  max-width: 100%;
}
#secondary ul,
#secondary ol {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#secondary ul.sub-menu,
#secondary ol.sub-menu {
  padding-left: 10px;
}
#secondary ul .children,
#secondary ol .children {
  padding: 8px 0 8px 18px;
}
#secondary ul li,
#secondary ol li {
  float: left;
  font-size: 13px;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#secondary ul li a,
#secondary ol li a {
  font-size: 13px;
}
#secondary ul li a:hover,
#secondary ol li a:hover {
  color: #74bef4;
}
#secondary ul li.chosen,
#secondary ol li.chosen {
  width: 100%;
}
#secondary ul li.chosen a,
#secondary ol li.chosen a {
  background: #74bef4;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}
#secondary ul li.chosen a:before,
#secondary ol li.chosen a:before {
  background: none;
  color: #fff;
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 8px;
  top: -2px;
}
#secondary ul li.chosen a:hover,
#secondary ol li.chosen a:hover {
  background: #adadad;
}
#secondary .widget {
  float: left;
  margin: 0 0 40px;
  width: 100%;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget .widget-title {
  position: relative;
  margin-bottom: 20px;
}
#secondary .widget .widget-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
#secondary .widget .widget-title span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  color: #222222;
  margin: 0;
  line-height: 32px;
  font-weight: 400;
  border: 1px solid #74bef4;
  border-radius: 21px;
  background-color: #fff;
  padding: 0 24px;
}
#secondary .widget .widget_content {
  float: left;
  width: 100%;
}
#secondary .widget iframe {
  max-width: 100%;
}
#secondary .widget .roadtabs {
  color: #363636;
  display: block;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 0;
  width: 100%;
}
#secondary .widget .roadtabs li {
  background: #e5e5e5;
  border-top: 2px solid #e5e5e5;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 50%;
}
#secondary .widget .roadtabs li.active {
  border-top: 2px solid #74bef4;
  background: none;
  cursor: default;
}
#secondary .widget .roadtabs li.active:hover {
  background: none;
}
#secondary .widget .roadtabs li:hover {
  background: #eee;
}
#secondary .widget .su-accordion .su-spoiler {
  border-bottom: 1px solid #e5e5e5;
}
#secondary .widget .su-accordion .su-spoiler:hover .su-spoiler-icon {
  background: #74bef4;
}
#secondary .widget .su-accordion .su-spoiler:hover .su-spoiler-title {
  color: #74bef4;
}
#secondary .widget .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-content {
  padding: 0;
}
#secondary .widget .su-accordion .su-spoiler-title {
  font-weight: normal;
}
#secondary .widget .su-accordion .su-spoiler-icon {
  background: #adadad;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#secondary .widget .su-accordion .su-spoiler-content {
  padding: 15px 0;
}
#secondary .widget .su-vimeo {
  margin: 0;
}
#secondary .widget.widget_rss ul li {
  margin: 0 0 25px;
}
#secondary .widget.widget_rss ul li .rsswidget {
  color: #222222;
  display: block;
  font-weight: bold;
}
#secondary .widget.widget_rss ul li .rsswidget:hover {
  color: #74bef4;
}
#secondary .widget.widget_rss ul li .rss-date {
  color: #adadad;
  display: block;
  font-weight: bold;
}
#secondary .widget.widget_rss ul li .rss-date:before {
  content: "\f073";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}
#secondary .widget.widget_rss ul li .rssSummary {
  display: block;
}
#secondary .widget.widget_rss ul li cite {
  display: block;
}
#secondary .widget.widget_rss ul li cite:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}
#secondary .widget.widget_search .form-input {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #383838;
  float: left;
  width: 100%;
}
#secondary .widget.widget_search .form-input .input_text {
  border: none;
  float: left;
  height: 34px;
  width: 75%;
}
#secondary .widget.widget_search .form-input .button {
  background: none;
  border: none;
  float: right;
  height: 34px;
  padding: 0 10px;
  text-align: right;
  width: 25%;
}
#secondary .widget.widget_price_filter {
  float: left;
  width: 100%;
}
#secondary .widget.widget_price_filter .price_slider_wrapper {
  float: left;
  margin-top: 30px;
  padding: 0;
  width: 100%;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider {
  background: #b9b9b9;
  border-radius: 0px;
  box-shadow: none;
  height: 6px;
  margin: 0 9px 22px;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  background: #74bef4;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  height: 100%;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 15px;
  cursor: pointer;
  background: #74bef4;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  border: 2px solid #fff;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:last-child {
  margin-left: -9px;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
  float: left;
  width: 100%;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  clear: both;
  display: block;
  float: left;
  font-weight: 500;
  margin: 10px 0 0;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span {
  display: inline-block;
}
#secondary .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  margin: 10px 0 0;
}
#secondary .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 12px !important;
  line-height: 35px;
  margin: 8px 5px 0 0;
  color: #838383;
  padding: 0 10px;
  background: #efefef;
  text-transform: capitalize;
}
#secondary .widget.widget_product_tag_cloud .tagcloud a:hover {
  background: #74bef4;
  color: #fff;
}
#secondary .widget.widget_products ul li {
  margin: 0 0 25px;
}
#secondary .widget.widget_products .product-image {
  float: left;
  width: 25%;
}
#secondary .widget.widget_products .product-image a {
  display: block;
}
#secondary .widget.widget_products .product-image a img {
  margin: 0;
  width: 100%;
}
#secondary .widget.widget_products .product-info {
  float: left;
  padding-left: 10px;
  text-align: left;
  width: 75%;
}
#secondary .widget.widget_products .product-info .special-price {
  font-size: 14px;
  font-weight: 400;
  color: #74bef4;
  display: block;
  line-height: 1;
}
#secondary .widget.widget_products .product-info .old-price {
  color: #adadad;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
}
#secondary .widget.yith-woocompare-widget .widget-title {
  display: none;
}
#secondary .widget.yith-woocompare-widget .widget_content {
  background: none;
  padding: 0;
}
#secondary .widget.yith-woocompare-widget ul.products-list {
  margin: 0 0 20px;
}
#secondary .widget.yith-woocompare-widget ul.products-list li a:before {
  display: none;
}
#secondary .widget.yith-woocompare-widget ul.products-list li a.remove {
  background: none;
  border-radius: 0;
  color: #adadad !important;
  display: block;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: 9999px;
  width: 18px;
}
#secondary .widget.yith-woocompare-widget ul.products-list li a.remove:after {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 3px;
  width: 100%;
}
#secondary .widget.yith-woocompare-widget ul.products-list li a.remove:hover {
  color: #74bef4 !important;
}
#secondary .widget.yith-woocompare-widget .clear-all {
  line-height: 36px;
}
#secondary .widget .shop-products {
  margin: 0;
}
#secondary .widget .shop-products .item-col {
  margin: 0 0 30px;
  padding: 0;
}
#secondary .widget .shop-products .item-col.first {
  clear: none;
}
#secondary .widget .shop-products .item-col .onsale {
  display: none;
}
#secondary .widget .shop-products .item-col .list-col4 {
  float: left;
  width: 30%;
}
#secondary .widget .shop-products .item-col .list-col8 {
  float: left;
  padding-left: 18px;
  width: 70%;
}
#secondary .widget .shop-products .item-col .list-col8 .listview {
  display: block;
  text-align: left;
}
#secondary .widget .shop-products .item-col .list-col8 .listview .ratings,
#secondary .widget .shop-products .item-col .list-col8 .listview .product-name,
#secondary .widget .shop-products .item-col .list-col8 .listview .product-desc,
#secondary .widget .shop-products .item-col .list-col8 .listview .actions {
  display: none;
}
#secondary .widget .shop-products .item-col .list-col8 .listview .price-box {
  border: none;
  color: #74bef4;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#secondary .widget .shop-products .item-col .list-col8 .listview .price-box .old-price .amount {
  background: #222222;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
  padding: 0 6px;
}
#secondary .widget .shop-products .item-col .product-wrapper .product-image .price-rate,
#secondary .widget .shop-products .item-col .product-wrapper .product-image .actions {
  display: none;
}
#secondary .widget .shop-products .item-col .product-wrapper .product-image a .shadow {
  display: none;
}
#secondary .widget .shop-products .item-col .product-wrapper h2.product-name {
  margin: 10px 0 15px;
  text-align: left;
  text-transform: none;
}
#secondary .widget.blog-tabs {
  margin-bottom: 0;
}
#secondary .widget.widget_flaton_widgets {
  padding-top: 20px;
}
#secondary .widget.widget_flaton_widgets .widget_content {
  padding: 0 18px 5px;
}
#secondary .widget.widget_flaton_widgets ul li {
  line-height: 1.35;
  padding: 15px 0;
}
#secondary .widget.widget_flaton_widgets ul li:last-child {
  margin: 0;
}
#secondary .widget.widget_flaton_widgets ul li a:before {
  display: none;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-thumb {
  float: left;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-thumb a {
  border: 2px solid transparent;
  display: inline-block;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-thumb a:hover {
  border: 2px solid #74bef4;
  padding-left: 0;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info {
  margin-left: 65px;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info .post-title {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 5px;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info .post-title a:hover {
  color: #74bef4;
  padding-left: 0;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info .post-date {
  color: #525252;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 90%;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info p {
  margin: 5px 0;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info > a {
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
#secondary .widget.widget_flaton_widgets ul li .post-wrapper .post-info > a:hover {
  color: #74bef4;
  padding-left: 0;
}
#secondary .widget.widget_tag_cloud .tagcloud a {
  color: #383838;
  margin: 5px 10px 0 0;
}
#secondary .widget.widget_tag_cloud .tagcloud a:hover {
  color: #74bef4;
}
#secondary .widget.widget_recent_entries ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
#secondary .widget.widget_recent_entries ul li a {
  display: inline-block;
  line-height: 21px;
  margin: 0;
}
#secondary .widget.widget_recent_entries ul li .post-date {
  color: #adadad;
  float: left;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
}
#secondary .widget.widget_recent_entries ul li .post-date:before {
  content: "\f073";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}
#secondary .widget.widget_recent_comments ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
#secondary .widget.widget_recent_comments ul li a {
  float: none;
}
#secondary .widget.widget_calendar table#wp-calendar {
  width: 100%;
}
#secondary .widget.widget_calendar table#wp-calendar caption {
  font-weight: bold;
  margin: 0 0 10px;
}
#back-top {
  background: url("../images/back-top.png") no-repeat center center #adadad;
  border-radius: 100%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 50px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#back-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
#back-top:hover {
  background: url("../images/back-top.png") no-repeat center center #74bef4;
}
.popupshadow {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
