/*
Theme Name: AlexMark
Author: Pixart-themes
Author URI: http://www.Pixart-themes.net/
Version: 1.0.2

*/
/**
 * Table of Contents:
 *
 1 - Body
  1.1 - Repeatable Patterns
  1.2 - Basic Structure
 2 - Header / #flx-page-header  
  2.1 - Search / .sb-search-wrapper
  2.2 - Navigation / #main-nav
 3 - Content
  3.1 - Home Page
  3.2 - Sub Page
  3.3 - Widget
  3.4 - Bottom sidebar / #bottom-sidebar
 4.0 - Footer / #flx-page-footer
 * -----------------------------------------------------------------------------
 */
.social-links:before, .wrapper:before, .container:before, .contact-info:before, .portfolio-container:before, .social-links:after, .wrapper:after, .container:after, .contact-info:after, .portfolio-container:after {
  content: "";
  display: table; }
.social-links:after, .wrapper:after, .container:after, .contact-info:after, .portfolio-container:after {
  clear: both; }

p {
  margin-bottom: 15px;
  line-height: 22px; }

p.reset {
  margin: 0; }

p:last-child {
  margin: 0; }

a, .pro-bar-wrapper .pro-bar-container p, .comment-form .row > div > p input[type="text"],
.contact-form .row > div > p input[type="text"], .comment-form .row > div > p textarea,
.contact-form .row > div > p textarea, .comment-form .row > div > p input[type="submit"],
.contact-form .row > div > p input[type="submit"], .mejs-controls .mejs-button button, .flx-spinner .ui-spinner a.ui-spinner-up:before, .flx-spinner .ui-spinner a.ui-spinner-down:before, .widget_search .search-form button, .filters-options li, .portfolio-list-item > li .entry-item .entry-thumb .mask, .owl-theme .owl-controls .owl-pagination > div span, #cboxPrevious, #cboxNext, #cboxClose, .woocommerce ul.products li.product .product-wrapper .product-detail a h6,
.woocommerce-page ul.products li.product .product-wrapper .product-detail a h6, .woocommerce ul.products li.product .product-wrapper .product-detail .button-box,
.woocommerce-page ul.products li.product .product-wrapper .product-detail .button-box, .woocommerce button.button.alt,
.woocommerce-page button.button.alt, .woocommerce button.button.alt i,
.woocommerce-page button.button.alt i, .cart-holder, .woocommerce-cart .woocommerce table.cart input.button,
.woocommerce-page .woocommerce table.cart input.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .coupon input,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals .coupon input, .flx-404 .flx-white-box .search-box .search-form button {
  transition: all .3s, visibility 0s;
  -ms-transition: all .3s, visibility 0s;
  -webkit-transition: all .3s, visibility 0s;
  -moz-transition: all .3s, visibility 0s; }

blockquote p:before, .mejs-controls .mejs-button button:before, ul.arrow-list li:before, .category-nav .category-menu > li > a.sf-with-ul:after, .category-nav .category-menu-mobile > li > a.sf-with-ul:after, .main-nav-mobile .main-menu-mobile li a > span:after, .owl-theme .owl-controls .owl-buttons div:before, .flx-blog-post .entry-icon:before, .woocommerce .woocommerce-ordering:before,
.woocommerce-page .woocommerce-ordering:before, .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-button:before,
.woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-button:before, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field:after,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * 1. Body
 * -----------------------------------------------------------------------------
 */
/**1.1 Repeatable Patterns**/
::selection {
  background: #e25050;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #e25050;
  color: #ffffff;
  text-shadow: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif;
  color: #3d3d3d;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #3d3d3d; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      color: #e25050; }

h1, .h1 {
  font-size: 45px;
  line-height: 50px; }

h2, .h2 {
  font-size: 32px;
  line-height: 36px; }

h3, .h3 {
  font-size: 28px;
  line-height: 32px; }

h4, .h4 {
  font-size: 24px;
  line-height: 28px; }

h5, .h5 {
  font-size: 18px;
  line-height: 22px; }

h6, .h6 {
  font-size: 14px;
  line-height: 20px; }

a {
  color: #3d3d3d;
  text-decoration: none !important;
  outline: none !important; }
  a:hover, a:active {
    color: #e25050;
    text-decoration: none; }
  a:focus {
    outline: none; }

button {
  outline: none !important; }

ol {
  counter-reset: item;
  display: block;
  margin: 5px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: square;
  margin: 5px 0px;
  padding: 0 0 0 40px; }

ul li {
  list-style-type: inside square;
  margin-bottom: 10px; }

ul li > ol > li {
  list-style: inside decimal; }

ol li ol li,
ul li ol li ol li {
  list-style: lower-alpha inside none; }

ol li {
  list-style: inside decimal;
  margin-bottom: 10px; }

ol li > ul,
ul li > ol {
  margin-top: 10px;
  margin-left: 10px; }

ol li > ul > li {
  list-style: inside square; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.entry-box .entry-content address {
  font-style: italic; }

.entry-box .entry-thumb img {
  width: auto;
  max-width: 100%; }

img,
.entry-box .entry-content img,
.entry-summary img,
.comment-content img,
.wp-caption {
  max-width: 100%;
  height: auto; }

img:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9; }

textarea {
  resize: vertical; }

.entry-categories,
.entry-author,
.entry-comments {
  display: inline-block;
  line-height: 1;
  font-size: 11px; }
  .entry-categories a,
  .entry-author a,
  .entry-comments a {
    color: #939393; }
    .entry-categories a:hover,
    .entry-author a:hover,
    .entry-comments a:hover {
      color: #e25050; }
  .entry-categories i,
  .entry-author i,
  .entry-comments i {
    color: #3d3d3d;
    margin-right: 5px;
    font-size: 13px; }

.entry-date {
  display: inline-block;
  line-height: 1;
  font-size: 11px; }
  .entry-date i {
    color: #3d3d3d;
    margin-right: 5px;
    font-size: 13px; }

.entry-meta {
  display: inline-block;
  line-height: 1;
  font-size: 11px; }

.entry-like {
  display: inline-block;
  font-size: 11px;
  line-height: 1; }
  .entry-like i {
    color: #3d3d3d;
    font-size: 12px;
    margin-right: 3px; }

/*----- Columns -----*/
.twocol-one {
  width: 48.7%; }

.threecol-one {
  width: 31.6%; }

.threecol-two {
  width: 65.8%; }

.fourcol-one {
  width: 23.05%; }

.fourcol-two {
  width: 48.7%; }

.fourcol-three {
  width: 74.35%; }

.fivecol-one {
  width: 17.92%; }

.fivecol-two {
  width: 38.44%; }

.fivecol-three {
  width: 58.96%; }

.fivecol-four {
  width: 79.48%; }

.sixcol-one {
  width: 14.5%; }

.sixcol-two {
  width: 31.6%; }

.sixcol-three {
  width: 48.7%; }

.sixcol-four {
  width: 65.8%; }

.sixcol-five {
  width: 82.9%; }

.twocol-one,
.threecol-one,
.threecol-two,
.fourcol-one,
.fourcol-two,
.fourcol-three,
.fivecol-one,
.fivecol-two,
.fivecol-three,
.fivecol-four,
.sixcol-one,
.sixcol-two,
.sixcol-three,
.sixcol-four,
.sixcol-five {
  float: left;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
  position: relative; }

.last {
  clear: right;
  margin-right: 0; }

@media only screen and (max-width: 768px) {
  .twocol-one,
  .threecol-one,
  .threecol-two,
  .fourcol-one,
  .fourcol-two,
  .fourcol-three,
  .fivecol-one,
  .fivecol-two,
  .fivecol-three,
  .fivecol-four,
  .sixcol-one,
  .sixcol-two,
  .sixcol-three,
  .sixcol-four,
  .sixcol-five {
    margin-right: 0;
    width: 100% !important; } }
/*----- Social Link -----*/
.social-links {
  padding: 0;
  margin: -10px 0 0 -14px; }
  .social-links li {
    float: none;
    margin: 10px 0 0 14px;
    list-style: none;
    display: inline-block;
    font-size: 12px; }
    .social-links li a {
      color: #868686; }
      .social-links li a:hover {
        color: #e25050; }

/*----- Buttons -----*/
.btn-lg {
  border-radius: 3px; }

.btn {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important; }

.btn-rounded {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #ebebeb;
  padding: 15px 35px;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 22px; }
  .btn-rounded:hover {
    border-color: #e25050;
    background: none;
    color: #e25050; }

.btn-icon {
  padding: 15px 25px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 23px;
  letter-spacing: 1px;
  border: none;
  color: #4d4d4d; }
  .btn-icon i {
    font-size: 14px;
    line-height: 1;
    margin-left: 7px; }
  .btn-icon span {
    line-height: 1;
    display: inline-block; }
  .btn-icon:hover {
    background-color: #e25050;
    color: #ffffff; }
  .btn-icon.btn-icon-s2 i {
    margin-left: 0;
    margin-right: 12px; }

.btn-black {
  border: none;
  background-color: #252525;
  color: #d4d4d4; }
  .btn-black:hover {
    background-color: #e25050;
    color: #ffffff; }

.btn-grey {
  background: #f2f2f2;
  border-radius: 1px;
  border: 2px solid #ebebeb;
  color: #4d4d4d;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  .btn-grey:hover {
    background: none;
    color: #e25050;
    border-color: #e25050; }

.btn-red {
  background: #e25050;
  border-radius: 1px;
  border: 2px solid #e25050;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  .btn-red:hover {
    background: none;
    color: #e25050; }

/*----- Rating -----*/
.flx-rating {
  margin: 0;
  padding: 0; }
  .flx-rating li {
    float: left;
    margin: 0 0 0 4px;
    list-style: none;
    font-size: 11px;
    line-height: 1;
    color: #e49d2d; }
    .flx-rating li:first-child {
      margin-left: 0; }

/*----- Back to top -----*/
#back-top {
  margin-bottom: 0; }

/*----- Breadcrumb -----*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: #7f7f7f;
  font-size: 13px;
  padding: 0;
  margin-bottom: 0px; }
  .breadcrumb a {
    color: #b6b6b6; }
    .breadcrumb a:hover {
      color: #e25050; }
  .breadcrumb span.fa {
    margin: 0 10px; }

/*----- Progress Bars -----*/
.pro-bar-wrapper {
  position: relative;
  overflow: hidden; }
  .pro-bar-wrapper:last-child .pro-bar-container {
    margin-bottom: 0; }
  .pro-bar-wrapper .pro-bar-container {
    height: 4px;
    border-radius: 1px;
    border: none;
    overflow: visible !important;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative; }
    .pro-bar-wrapper .pro-bar-container.color-midnight-blue {
      background-color: #e25050; }
    .pro-bar-wrapper .pro-bar-container.color-gray {
      background-color: #ebebeb; }
    .pro-bar-wrapper .pro-bar-container p {
      margin: 0;
      font-size: 11px;
      display: inline-block;
      line-height: 1;
      position: absolute;
      right: 0;
      top: -20px; }
    .pro-bar-wrapper .pro-bar-container .pro-bar {
      height: 4px;
      border-radius: 1px;
      position: relative;
      overflow: visible !important; }
      .pro-bar-wrapper .pro-bar-container .pro-bar > div {
        position: absolute;
        top: -25px;
        left: 0;
        font-size: 13px;
		    width: 160px;}
      .pro-bar-wrapper .pro-bar-container .pro-bar.color-orange {
        background-color: #e25050; }

/*----- Headings -----*/
.flx-heading {
  margin-bottom: 20px; }
  .flx-heading .flx-heading-inner {
    display: inline-block; }
    .flx-heading .flx-heading-inner .text {
      overflow: hidden;
      position: relative; }
      .flx-heading .flx-heading-inner .text .h {
        margin-bottom: 0; }
  .flx-heading.has-border .text {
    padding-bottom: 15px; }
    .flx-heading.has-border .text:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 17px;
      height: 2px;
      background-color: #e25050; }

/*----- Comment Form & Contac Form -----*/
.comment-form .row,
.contact-form .row {
  margin-left: -5px;
  margin-right: -5px; }
  .comment-form .row > div,
  .contact-form .row > div {
    padding-left: 5px;
    padding-right: 5px; }
    .comment-form .row > div > p,
    .contact-form .row > div > p {
      margin-bottom: 10px; }
      .comment-form .row > div > p label.required,
      .contact-form .row > div > p label.required {
        display: none; }
      .comment-form .row > div > p label.error,
      .contact-form .row > div > p label.error {
        color: #e25050; }
      .comment-form .row > div > p input[type="text"],
      .contact-form .row > div > p input[type="text"] {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ebebeb;
        height: 40px;
        padding: 5px 15px;
        line-height: 28px;
        font-size: 11px;
        color: #939393; }
      .comment-form .row > div > p textarea,
      .contact-form .row > div > p textarea {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ebebeb;
        height: 140px;
        padding: 5px 15px;
        font-size: 11px;
        color: #939393; }
      .comment-form .row > div > p input[type="submit"],
      .contact-form .row > div > p input[type="submit"] {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 30px;
        color: #4d4d4d;
        background-color: #ffffff;
        border: 2px solid #ebebeb;
        line-height: 40px;
        border-radius: 22px;
        letter-spacing: 1px; }
        .comment-form .row > div > p input[type="submit"]:hover,
        .contact-form .row > div > p input[type="submit"]:hover {
          color: #e25050;
          border-color: #e25050; }
      .comment-form .row > div > p.textarea-block,
      .contact-form .row > div > p.textarea-block {
        margin-bottom: 30px; }
      .comment-form .row > div > p.comment-button, .comment-form .row > div > p.contact-button,
      .contact-form .row > div > p.comment-button,
      .contact-form .row > div > p.contact-button {
        margin-bottom: 30px;
        text-align: center; }

#contact-form {
  padding: 0 20px 15px; }
  #contact-form h6 {
    font-size: 16px; }

/*----- Blockquote -----*/
blockquote {
  border: none;
  font-size: 16px;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 30px; }
  blockquote p {
    color: #3d3d3d;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    padding-left: 50px; }
    blockquote p:before {
      position: absolute;
      content: "\f10d";
      left: 0;
      top: 5px;
      color: #c7c7c7;
      float: left;
      font-size: 30px; }
  blockquote span {
    margin-left: 50px; }
  blockquote:before {
    width: 17px;
    height: 2px;
    background-color: #e25050;
    position: absolute;
    left: 50px;
    bottom: 0;
    content: ""; }
  blockquote.flx-blockquote-s2 {
    background-color: #f9f9f9;
    border: 1px dotted #ebebeb;
    border-left: 4px solid #e6e6e6;
    padding: 15px 15px 25px; }
    blockquote.flx-blockquote-s2:before {
      display: none; }
    blockquote.flx-blockquote-s2 p {
      padding: 0;
      font-weight: 400;
      font-size: 14px;
      color: #939393;
      margin-bottom: 10px; }
      blockquote.flx-blockquote-s2 p:before {
        display: none; }
    blockquote.flx-blockquote-s2 span {
      margin-left: 0;
      color: #3d3d3d;
      font-size: 14px; }

/*----- Media Element -----*/
.mejs-container {
  width: 100% !important;
  height: 78px !important;
  background: #333333; }
  .mejs-container .mejs-controls {
    height: 78px; }
    .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
    .mejs-container .mejs-controls .mejs-volume-button {
      display: none; }
    .mejs-container .mejs-controls div.mejs-time-rail {
      padding-top: 0; }
      .mejs-container .mejs-controls div.mejs-time-rail span {
        height: 6px;
        border-radius: 3px; }
      .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
        background: #000;
        border-radius: 3px; }
      .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
        background: #e25050; }

.mejs-controls a.mejs-horizontal-volume-slider {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  width: 0; }

.mejs-controls .mejs-button button {
  margin: 0 15px; }

.mejs-container .mejs-controls div {
  width: 40px;
  margin-top: 30px; }

.mejs-container .mejs-controls .mejs-time {
  padding: 2px 15px 0;
  color: #939393;
  font-family: "Lato", sans-serif; }

.mejs-controls .mejs-button button {
  background: none;
  font-size: 13px;
  color: #939393; }
  .mejs-controls .mejs-button button:hover {
    color: #e25050; }
  .mejs-controls .mejs-button button:before {
    content: "\f04b"; }

.mejs-controls .mejs-button.mejs-pause button:before {
  content: "\f04c"; }

/*----- Pagination -----*/
.pagination {
  text-align: center;
  border-radius: 0;
  display: block;
  margin: 45px 0; }
  .pagination ul.page-numbers {
    padding: 0;
    margin: -10px 0 15px -10px;
    display: inline-block; }
    .pagination ul.page-numbers li {
      float: left;
      margin: 10px 0 0 10px;
      list-style: none; }
      .pagination ul.page-numbers li a {
        font-size: 11px;
        text-transform: uppercase;
        color: #939393;
        background-color: #ffffff;
        border: 1px solid #ebebeb;
        line-height: 1;
        display: block;
        padding: 12px 15px; }
        .pagination ul.page-numbers li a:hover {
          color: #e25050; }
        .pagination ul.page-numbers li a.last, .pagination ul.page-numbers li a.first {
          font-size: 10px;
          font-family: "Roboto", sans-serif; }
      .pagination ul.page-numbers li span {
        font-size: 11px;
        text-transform: uppercase;
        color: #939393;
        background-color: transparent;
        line-height: 1;
        display: block;
        padding: 16px 15px; }
  .pagination .page-status {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }

/*----- Tabs -----*/
.nav-tabs.flx-tabs-1 {
  border-bottom: none;
  margin: 0 0 30px;
  padding: 0px; }
  .nav-tabs.flx-tabs-1 > li {
    margin: 0 0 0 20px; }
    .nav-tabs.flx-tabs-1 > li a {
      position: relative;
      margin: 0;
      border: none !important;
      background: none !important;
      border-radius: 0;
      font-size: 14px;
      font-weight: 700;
      display: block;
      color: #939393;
      padding: 0; }
    .nav-tabs.flx-tabs-1 > li.active a {
      color: #3d3d3d; }
    .nav-tabs.flx-tabs-1 > li:hover a {
      color: #e25050; }
    .nav-tabs.flx-tabs-1 > li:first-child {
      margin: 0; }

.tab-content h6 {
  font-weight: 600;
  letter-spacing: 2px; }

/*----- Radio list -----*/
.flx-radio-list {
  margin: 0;
  padding: 0; }
  .flx-radio-list li {
    float: left;
    margin: 0 25px 0 0;
    list-style: none;
    font-size: 11px;
    line-height: 24px; }
    .flx-radio-list li:first-child {
      margin-right: 15px;
      text-transform: uppercase;
      font-size: 10px;
      font-family: "Roboto", sans-serif;
      line-height: 28px;
      color: #bfbfbf; }
    .flx-radio-list li:last-child {
      margin-right: 0; }

.regular-radio {
  display: none; }

.regular-radio + label {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 8px;
  border-radius: 50%;
  z-index: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  top: 5px;
  margin-right: 5px;
  margin-bottom: 0; }

.regular-radio:checked + label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 4px;
  background: #e25050;
  text-shadow: 0px;
  left: 4px;
  font-size: 32px; }

.regular-radio:checked + label {
  position: relative;
  z-index: 0; }

.regular-radio + label:active, .regular-radio:checked + label:active {
  position: relative;
  z-index: 0; }

/*----- Arrow list -----*/
ul.arrow-list li {
  position: relative;
  list-style: none; }
  ul.arrow-list li:before {
    content: "\f105";
    margin-right: 8px; }

/*----- Spinner -----*/
.flx-spinner {
  position: relative;
  margin-bottom: 0; }
  .flx-spinner .flx-spinner-label {
    display: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #f2f2f2;
    margin-bottom: 0; }
  .flx-spinner .ui-spinner {
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700; }
    .flx-spinner .ui-spinner .ui-spinner-input {
      background-color: #ffffff;
      width: 44px;
      margin: 0 42px;
      height: 44px;
      line-height: 42px;
      text-align: center;
      font-weight: 700;
      border-left: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb; }
    .flx-spinner .ui-spinner a.ui-spinner-up {
      background-color: #f9f9f9;
      height: 44px;
      line-height: 42px;
      width: 42px;
      text-align: center;
      color: #3d3d3d;
      right: 0;
      top: 0;
      position: absolute;
      border: none;
      margin: 0;
      cursor: pointer;
      border-radius: 0; }
      .flx-spinner .ui-spinner a.ui-spinner-up:before {
        content: "+";
        font-size: 16px; }
    .flx-spinner .ui-spinner a.ui-spinner-down {
      background-color: #f9f9f9;
      height: 44px;
      line-height: 42px;
      width: 42px;
      text-align: center;
      color: #3d3d3d;
      left: 0;
      top: 0;
      position: absolute;
      border: none;
      margin: 0;
      cursor: pointer;
      border-radius: 0; }
      .flx-spinner .ui-spinner a.ui-spinner-down:before {
        content: "-";
        font-size: 16px; }

.tooltip-inner {
  border-radius: 2px;
  padding: 6px 12px 8px; }

/**1.2 Basic structure**/
body {
  background: #f2f2f2;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #939393;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: optimizelegibility; }

.wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative; }

.container {
  width: 1170px;
  position: relative; }

#main-content {
  position: relative;
  margin-bottom: 120px; }

.felix-full-width .sidebar {
  display: none; }

.sidebar {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
  .sidebar.right-sidebar {
    padding-left: 20px;
    padding-right: 20px; }

.main-col {
  position: relative;
  margin-top: 40px; }

.flx-right-sidebar .main-col {
  box-shadow: 0 0 0 transparent ;
  -ms-box-shadow: 0 0 0 transparent ;
  -moz-box-shadow: 0 0 0 transparent ;
  -webkit-box-shadow: 0 0 0 transparent ; }

.flx-area {
  position: relative;
  padding: 35px 0; }
  .flx-area.flx-area-nopadding {
    padding: 0; }
  .flx-area.flx-area-nopadding {
    padding: 0; }
  .flx-area.flx-area-white {
    background-color: #ffffff; }
  .flx-area.flx-area-padding-20 {
    padding: 20px; }

.flx-area-light {
  background-color: #f9f9f9; }

.flx-white-box {
  background-color: #ffffff;
  box-shadow: 0 0 0 transparent ;
  -ms-box-shadow: 0 0 0 transparent ;
  -moz-box-shadow: 0 0 0 transparent ;
  -webkit-box-shadow: 0 0 0 transparent ;
  border-radius: 3px;
  margin-bottom: 30px; }

.flx-shadow-box {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }

.flx-p-10 {
  padding: 10px; }

.flx-p-102 {
  padding: 10px 20px; }

.flx-p-15 {
  padding: 15px; }

.flx-p-20 {
  padding: 20px; }

.flx-p-25 {
  padding: 25px; }

.flx-p-30 {
  padding: 30px; }

.flx-pt-0 {
  padding-top: 0; }

.sticky-wrapper {
  height: 0 !important; }

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */
#flx-page-header {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  background-color: #303030; }
  #flx-page-header.flx-page-header-s4 {
    background-color: #ffffff; }
    #flx-page-header.flx-page-header-s4 .page-title h1 {
      color: #3d3d3d;
      text-shadow: none;
      -moz-text-shadow: none;
      -webkit-text-shadow: none; }
    #flx-page-header.flx-page-header-s4 .page-title .page-title-description {
      color: #939393;
      text-shadow: none;
      -moz-text-shadow: none;
      -webkit-text-shadow: none; }
    #flx-page-header.flx-page-header-s4 .flx-profile-widget {
      background-color: #000; }
      #flx-page-header.flx-page-header-s4 .flx-profile-widget .entry-content h6 {
        color: #f2f2f2; }

.page-header-bg-1 {
  background: url(../img/header-1.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-header-bg-2 {
  background-image: url(../img/header-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .page-header-bg-2 .page-header-bg-2-inner {
    background-color: rgba(48, 48, 48, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-header-bg-3 {
  background: url(../img/header-3.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flx-page-header-s2 .page-title {
  margin-bottom: 10px; }
  .flx-page-header-s2 .page-title h1 {
    font-size: 34px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 0; }
.flx-page-header-s2:before {
  content: "";
  height: 77px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1; }

.flx-page-header-s3 .page-title {
  margin-bottom: 10px; }
  .flx-page-header-s3 .page-title h1 {
    font-size: 34px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 0; }
.flx-page-header-s3:before {
  content: "";
  height: 77px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1; }

.page-title {
  color: #ffffff;
  margin-bottom: 20px; }
  .page-title h1 {
    color: #f2f2f2;
    font-weight: 300;
    text-shadow: 1px 1px 0 rgba(0, 0, 1, 0.4);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 1, 0.4);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 1, 0.4); }
  .page-title .page-title-description {
    color: #d2d2d2;
    margin-bottom: 30px;
    font-size: 18px;
    text-shadow: 1px 1px 0 rgba(0, 0, 1, 0.4);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 1, 0.4);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 1, 0.4); }
  .page-title .page-title-excerpt {
    color: #8a8a8a;
    font-size: 16px; }

.main-col-bar {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: -100px;
  position: relative;
  z-index: 1; }
  .main-col-bar .our-status {
    margin-top: 10px;
    position: relative; }
    .main-col-bar .our-status.private-status:before {
      content: "";
      position: absolute;
      right: -12px;
      top: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #8dc63f; }
  .main-col-bar.main-col-bar-s2 {
    margin-top: -117px; }
  .main-col-bar .switch-layout {
    margin-top: 28px;
    font-size: 14px; }
    .main-col-bar .switch-layout i {
      color: #ffffff; }
    .main-col-bar .switch-layout a {
      color: #939393; }
      .main-col-bar .switch-layout a:hover {
        color: #e25050; }

/**
 * 3.0 Footer
 * -----------------------------------------------------------------------------
 */
#flx-page-footer {
  background-color: #303030;
  color: #7f7f7f;
  padding: 38px 0;
  font-size: 12px; }
  #flx-page-footer #copyright {
    margin-bottom: 0; }
  #flx-page-footer a {
    color: #7f7f7f; }
    #flx-page-footer a:hover {
      color: #e25050; }

.contact-info {
  padding: 0;
  margin: 0; }
  .contact-info li {
    float: left;
    margin: 0 30px 0 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 10px; }
    .contact-info li i {
      margin-right: 5px; }

/*----- Main menu -----*/
#main-nav {
  position: relative;
  z-index: 999;
  margin-bottom: 20px; }
  #main-nav #main-menu {
    padding: 0;
    margin: 0 -15px; }
    #main-nav #main-menu > li {
      float: none;
      margin: 0;
      list-style: none;
      position: relative; }
      #main-nav #main-menu > li > a {
        padding: 9px 15px;
        display: block;
        position: relative;
        font-size: 13px;
        color: #939393;
        line-height: 1; }
      #main-nav #main-menu > li:hover > a, #main-nav #main-menu > li.current-menu-item > a {
        color: #e25050; }
      #main-nav #main-menu > li ul {
        display: none;
        position: absolute;
        left: 101%;
        top: 0;
        border-radius: 0 3px 3px 0;
        background-color: #ffffff;
        width: 170px;
        margin: 0;
        padding: 10px 0;
        box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
        #main-nav #main-menu > li ul li {
          float: none;
          margin: 0;
          list-style: none;
          padding: 0 15px;
          position: relative; }
          #main-nav #main-menu > li ul li a {
            display: block;
            padding: 10px 0;
            line-height: 1;
            font-size: 13px;
            color: #939393; }
            #main-nav #main-menu > li ul li a:hover {
              color: #e25050; }
          #main-nav #main-menu > li ul li.current-menu-item > a {
            color: #e25050; }
        #main-nav #main-menu > li ul ul {
          left: 171px; }
      #main-nav #main-menu > li .sf-mega {
        display: none;
        position: absolute;
        left: 101%;
        top: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        border-radius: 0 3px 3px 0;
        background-color: #ffffff;
        width: 800px;
        padding: 30px;
        background-image: url(../img/mega-menu-bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto auto; }
        #main-nav #main-menu > li .sf-mega .sub-menu-title {
          font-size: 16px;
          font-weight: 700;
          display: inline-block; }
        #main-nav #main-menu > li .sf-mega .sub-menu {
          margin: 15px 0 0;
          padding: 0; }
          #main-nav #main-menu > li .sf-mega .sub-menu li {
            float: none;
            margin: 0;
            list-style: none; }
            #main-nav #main-menu > li .sf-mega .sub-menu li a {
              display: block;
              padding: 5px 0;
              font-size: 13px;
              color: #939393; }
              #main-nav #main-menu > li .sf-mega .sub-menu li a:hover {
                color: #e25050; }
  #main-nav .menu-label {
    display: block;
    font-weight: 700;
    color: #3d3d3d;
    display: block;
    margin-bottom: 5px; }

/*----- Sticky menu -----*/
.sticky-wrapper.is-sticky #sticky-nav {
  display: block; }

#sticky-nav {
  position: relative;
  z-index: 1000;
  margin-bottom: 20px;
  display: none; }
  #sticky-nav #sticky-menu {
    padding: 0 15px;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
    #sticky-nav #sticky-menu > li {
      float: left;
      margin: 0;
      list-style: none;
      position: relative; }
      #sticky-nav #sticky-menu > li > a {
        padding: 15px;
        display: block;
        position: relative;
        font-size: 13px;
        color: #939393;
        line-height: 1; }
      #sticky-nav #sticky-menu > li:hover > a, #sticky-nav #sticky-menu > li.current-menu-item > a {
        color: #e25050; }
      #sticky-nav #sticky-menu > li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 102%;
        border-radius: 0 0 3px 3px;
        background-color: #ffffff;
        width: 170px;
        margin: 0;
        padding: 10px 0;
        box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
        #sticky-nav #sticky-menu > li ul li {
          float: none;
          margin: 0;
          list-style: none;
          padding: 0 15px;
          position: relative; }
          #sticky-nav #sticky-menu > li ul li a {
            display: block;
            padding: 10px 0;
            line-height: 1;
            font-size: 13px;
            color: #939393; }
            #sticky-nav #sticky-menu > li ul li a:hover {
              color: #e25050; }
          #sticky-nav #sticky-menu > li ul li.current-menu-item > a {
            color: #e25050; }
        #sticky-nav #sticky-menu > li ul ul {
          left: 101%;
          top: 0;
          border-radius: 0 3px 3px 3px; }
      #sticky-nav #sticky-menu > li .sf-mega {
        display: none;
        position: absolute;
        left: 0;
        top: 102%;
        box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
        border-radius: 0 0 3px 3px;
        background-color: #ffffff;
        width: 800px;
        padding: 30px;
        background-image: url(../img/mega-menu-bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto auto; }
        #sticky-nav #sticky-menu > li .sf-mega .sub-menu-title {
          font-size: 16px;
          font-weight: 700;
          display: inline-block; }
        #sticky-nav #sticky-menu > li .sf-mega .sub-menu {
          margin: 15px 0 0;
          padding: 0; }
          #sticky-nav #sticky-menu > li .sf-mega .sub-menu li {
            float: none;
            margin: 0;
            list-style: none; }
            #sticky-nav #sticky-menu > li .sf-mega .sub-menu li a {
              display: block;
              padding: 5px 0;
              font-size: 13px;
              color: #939393; }
              #sticky-nav #sticky-menu > li .sf-mega .sub-menu li a:hover {
                color: #e25050; }

/*----- Category menu -----*/
.category-nav .category-menu {
  margin: 0;
  padding: 0;
  position: relative; }
  .category-nav .category-menu > li {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    list-style: none; }
    .category-nav .category-menu > li > a {
      display: block;
      font-size: 13px;
      font-weight: 400;
      position: relative;
      line-height: 77px;
      color: #939393; }
      .category-nav .category-menu > li > a:hover {
        color: #e25050; }
      .category-nav .category-menu > li > a.sf-with-ul {
        padding-right: 15px; }
        .category-nav .category-menu > li > a.sf-with-ul:after {
          content: "\f078";
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -3px;
          font-size: 9px; }
    .category-nav .category-menu > li.current-menu-category > a {
      color: #e25050; }
      .category-nav .category-menu > li.current-menu-category > a:before {
        content: '';
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f2f2f2;
        top: 0;
        left: 50%;
        margin-left: -8px;
        top: auto;
        bottom: 0; }
    .category-nav .category-menu > li:hover > a {
      color: #e25050; }
    .category-nav .category-menu > li.mega-menu {
      position: static; }
      .category-nav .category-menu > li.mega-menu a {
        padding-right: 0; }
        .category-nav .category-menu > li.mega-menu a:after {
          display: none !important; }
    .category-nav .category-menu > li > ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 150px;
      background-color: #ffffff;
      margin: 1px 0 0;
      padding: 5px 0;
      background-color: #2b2b2b; }
      .category-nav .category-menu > li > ul > li {
        float: none;
        margin: 0;
        list-style: none;
        padding: 0 15px;
        border-top: 1px solid #939393; }
        .category-nav .category-menu > li > ul > li:first-child {
          border-top: none; }
        .category-nav .category-menu > li > ul > li > a {
          padding: 10px 0;
          display: inline-block;
          line-height: 20px;
          color: #939393;
          font-size: 13px;
          font-weight: 400; }
          .category-nav .category-menu > li > ul > li > a:hover {
            color: #e25050; }
    .category-nav .category-menu > li .sf-mega {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 25px 15px;
      background-color: #ffffff;
      box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
.category-nav .category-menu-mobile {
  margin: 0;
  padding: 0;
  position: relative;
  display: none; }
  .category-nav .category-menu-mobile > li {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    list-style: none; }
    .category-nav .category-menu-mobile > li > a {
      display: block;
      font-size: 13px;
      font-weight: 400;
      position: relative;
      line-height: 77px;
      color: #939393; }
      .category-nav .category-menu-mobile > li > a:hover {
        color: #e25050; }
      .category-nav .category-menu-mobile > li > a.sf-with-ul {
        padding-right: 15px; }
        .category-nav .category-menu-mobile > li > a.sf-with-ul:after {
          content: "\f078";
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -3px;
          font-size: 9px; }
    .category-nav .category-menu-mobile > li > ul > li.current-menu-category > a {
      color: #e25050; }
    .category-nav .category-menu-mobile > li > ul > li:hover > a {
      color: #e25050; }
    .category-nav .category-menu-mobile > li > ul > li.mega-menu {
      position: static; }
      .category-nav .category-menu-mobile > li > ul > li.mega-menu a {
        padding-right: 0; }
        .category-nav .category-menu-mobile > li > ul > li.mega-menu a:after {
          display: none !important; }
    .category-nav .category-menu-mobile > li > ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 150px;
      background-color: #ffffff;
      margin: 1px 0 0;
      padding: 5px 0;
      background-color: #2b2b2b; }
      .category-nav .category-menu-mobile > li > ul > li {
        float: none;
        margin: 0;
        list-style: none;
        padding: 0 15px;
        border-top: 1px solid #939393; }
        .category-nav .category-menu-mobile > li > ul > li:first-child {
          border-top: none; }
        .category-nav .category-menu-mobile > li > ul > li > a {
          padding: 10px 0;
          display: inline-block;
          line-height: 20px;
          color: #939393;
          font-size: 13px;
          font-weight: 400; }
          .category-nav .category-menu-mobile > li > ul > li > a:hover {
            color: #e25050; }
    .category-nav .category-menu-mobile > li .sf-mega {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      width: 500px;
      padding: 25px 15px;
      background-color: #ffffff;
      box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }

.main-nav-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 30px;
  z-index: 100;
  padding-left: 20px; }
  .main-nav-mobile .pull {
    color: #e25050;
    cursor: pointer; }
  .main-nav-mobile .main-menu-mobile {
    padding: 0;
    margin: 0;
    width: 200px;
    display: none;
    background-color: #2b2b2b; }
    .main-nav-mobile .main-menu-mobile li {
      float: none;
      margin: 0;
      list-style: none;
      padding: 0 15px;
      border-top: 1px solid #939393;
      position: relative; }
      .main-nav-mobile .main-menu-mobile li a {
        display: block;
        padding: 10px 0;
        color: #939393;
        font-size: 13px;
        font-weight: 400;
        position: relative; }
        .main-nav-mobile .main-menu-mobile li a:hover {
          color: #e25050; }
        .main-nav-mobile .main-menu-mobile li a > span {
          position: absolute;
          right: 5px;
          top: 10px;
          cursor: pointer;
          font-size: 15px; }
          .main-nav-mobile .main-menu-mobile li a > span:after {
            content: '\f107'; }
      .main-nav-mobile .main-menu-mobile li:first-child {
        border-top: none; }
      .main-nav-mobile .main-menu-mobile li.current-menu-item a {
        color: #e25050; }
      .main-nav-mobile .main-menu-mobile li ul {
        margin: -10px 0 10px;
        padding: 0; }
        .main-nav-mobile .main-menu-mobile li ul li {
          padding: 0; }

/*----- Footer menu -----*/
#footer-nav #footer-menu {
  margin: 0; }
  #footer-nav #footer-menu li {
    float: left;
    margin: 0;
    list-style: none; }
    #footer-nav #footer-menu li span {
      margin: 0 5px; }

.sb-search-wrapper {
  position: absolute;
  right: 0;
  top: 22px;
  width: 300px; }

.sb-search {
  position: relative;
  z-index: 99999;
  width: 0%;
  min-width: 40px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }

.sb-search input[type="text"] {
  border-radius: 0;
  height: 40px;
  border: none;
  outline: none;
  background: #ffffff;
  margin: 0;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 45px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-family: inherit;
  box-shadow: none; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0; }

.sb-icon-search,
.sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer; }

.sb-search input[type="submit"] {
  width: 40px; }

.sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  z-index: 90;
  font-size: 16px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.sb-icon-search:before {
  content: "\f002"; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #f2f2f2;
  color: #ffffff;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.sb-search.sb-search-open form {
  width: 100%;
  margin: 0; }

.widget {
  margin-bottom: 35px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget-title {
    margin-bottom: 30px; }
    .widget .widget-title.widget-title-s1 {
      text-align: center; }
    .widget .widget-title.widget-title-s2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px; }
    .widget .widget-title.widget-title-s3 {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 18px; }
  .widget .entry-item .entry-thumb img {
    width: 100%; }

.sidebar .widget {
  margin-bottom: 25px; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
.sidebar.right-sidebar .widget .widget-title.widget-title-s2 {
  margin-bottom: 20px; }

/*
FLX profile widget
----------------------------------
*/
.flx-profile-widget {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px 25px;
  border-radius: 3px 3px 0 0;
  position: relative;
  z-index: 1; }
  .flx-profile-widget .entry-avatar {
    margin-bottom: 12px;
    border-radius: 50%; }
    .flx-profile-widget .entry-avatar img {
      max-width: 100%;
      border-radius: 50%; }
  .flx-profile-widget .entry-content h6 {
    margin-bottom: 0;
    line-height: 18px; }
  .flx-profile-widget .entry-content span {
    font-size: 10px;
    text-transform: uppercase;
    color: #b6b6b6;
    display: inline-block;
    line-height: 1; }
  .flx-profile-widget .entry-content .social-links {
    margin-top: 10px; }

/*
FLX MyGallery widget
----------------------------------
*/
.flx-mygallery-widget .owl-carousel-1 .item img {
  width: 100%;
  border-radius: 3px 3px 0 0; }

/*
FLX MyService widget
----------------------------------
*/
.flx-my-service-widget .row {
  border-top: 1px solid #efefef; }
  .flx-my-service-widget .row:first-child {
    border-top: none; }
  .flx-my-service-widget .row > div {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    border-left: 1px solid #efefef; }
    .flx-my-service-widget .row > div:first-child {
      border-left: none; }
    .flx-my-service-widget .row > div i {
      color: #5e5e5e;
      font-size: 36px;
      margin-bottom: 10px; }
    .flx-my-service-widget .row > div span {
      display: block;
      line-height: 1;
      font-size: 13px;
      text-transform: capitalize;
      color: #939393; }
    .flx-my-service-widget .row > div a:hover span {
      color: #e25050; }

/*
FLX MyWork widget
----------------------------------
*/
.flx-my-work-widget .widget-content {
  padding: 0 15px;
  position: relative; }
  .flx-my-work-widget .widget-content .owl-carousel-2 {
    padding-bottom: 50px; }
    .flx-my-work-widget .widget-content .owl-carousel-2 .item {
      margin: 0 5px; }
      .flx-my-work-widget .widget-content .owl-carousel-2 .item .entry-item .entry-thumb {
        margin-bottom: 15px; }
        .flx-my-work-widget .widget-content .owl-carousel-2 .item .entry-item .entry-thumb img {
          width: 100%; }
      .flx-my-work-widget .widget-content .owl-carousel-2 .item .entry-item .entry-content {
        text-align: center; }
        .flx-my-work-widget .widget-content .owl-carousel-2 .item .entry-item .entry-content .entry-title {
          font-size: 13px;
          line-height: 17px;
          margin-bottom: 0;
          font-weight: 400; }
        .flx-my-work-widget .widget-content .owl-carousel-2 .item .entry-item .entry-content .work-categories {
          text-transform: uppercase;
          font-size: 10px;
          color: #939393;
          letter-spacing: 1px; }
          .flx-my-work-widget .widget-content .owl-carousel-2 .item .entry-item .entry-content .work-categories:hover {
            color: #e25050; }
    .flx-my-work-widget .widget-content .owl-carousel-2 .owl-controls .owl-buttons {
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 100%; }
  .flx-my-work-widget .widget-content .load-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px; }

/*
FLX Article List 1 widget
----------------------------------
*/
.flx-article-list-1-widget .widget-content {
  padding: 0 20px; }
  .flx-article-list-1-widget .widget-content .last-item {
    margin-right: 60px;
    margin-bottom: 40px;
    margin-left: 70px; }
  .flx-article-list-1-widget .widget-content .older-posts {
    margin: 0 0 40px;
    padding: 0;
    overflow: hidden; }
    .flx-article-list-1-widget .widget-content .older-posts li {
      list-style: none;
      margin: 30px 0 0;
      padding-top: 25px;
      border-top: 1px solid #e9e9e9; }
      .flx-article-list-1-widget .widget-content .older-posts li:first-child {
        margin: 0;
        padding-top: 0;
        border-top: none; }
      .flx-article-list-1-widget .widget-content .older-posts li .entry-item .entry-title {
        margin: 15px 0;
        font-size: 16px;
        line-height: 20px; }
      .flx-article-list-1-widget .widget-content .older-posts li .entry-item .meta-box .entry-author,
      .flx-article-list-1-widget .widget-content .older-posts li .entry-item .meta-box .entry-comments {
        margin-right: 20px; }

/*
Wordpress widget default
----------------------------------
*/
.widget_search .search-form {
  position: relative; }
  .widget_search .search-form .search-field {
    width: 100%;
    height: 30px;
    line-height: 24px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 1px 15px; }
  .widget_search .search-form button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 13px;
    color: #939393; }
    .widget_search .search-form button:hover {
      color: #e25050; }

.widget_categories ul {
  margin: 0;
  padding: 0; }
  .widget_categories ul li {
    text-align: right;
    overflow: hidden;
    font-size: 11px;
    float: none;
    margin: 10px 0 0;
    list-style: none; }
    .widget_categories ul li:first-child {
      margin: 0; }
    .widget_categories ul li a {
      display: block;
      float: left;
      font-size: 13px;
      color: #939393; }
      .widget_categories ul li a:hover {
        color: #e25050; }

.widget_tag_cloud a {
  font-size: 13px;
  color: #939393;
  display: inline-block; }
  .widget_tag_cloud a:hover {
    color: #e25050; }
.widget_tag_cloud span {
  display: inline-block; }

/*
FLX portfolio widget
----------------------------------
*/
.flx-portfolio-widget ul {
  margin: -10px -5px 0 -5px;
  padding: 0; }
  .flx-portfolio-widget ul li {
    float: left;
    margin: 10px 0 0 0;
    list-style: none;
    width: 50%;
    padding: 0 5px; }
    .flx-portfolio-widget ul li img {
      width: 100%;
      border-radius: 1px; }

/*
FLX dribbble widget
----------------------------------
*/
.flx-dribbble-widget ul.shots {
  margin: -10px -5px 0 -5px;
  padding: 0;
  overflow: hidden; }
  .flx-dribbble-widget ul.shots li {
    float: left;
    margin: 10px 0 0 0;
    list-style: none;
    width: 50%;
    padding: 0 5px; }
    .flx-dribbble-widget ul.shots li img {
      width: 100%;
      border-radius: 1px; }

/*
FLX instagram widget
----------------------------------
*/
.flx-instagram-widget #instafeed {
  margin: -10px -5px 0 -5px;
  padding: 0;
  overflow: hidden; }
  .flx-instagram-widget #instafeed a {
    float: left;
    margin-top: 10px;
    width: 50%;
    padding: 0 5px; }
    .flx-instagram-widget #instafeed a img {
      width: 100%;
      border-radius: 1px; }

/*
FLX product gallery widget
----------------------------------
*/
.flx-product-gallery-widget .owl-carousel-3 .item .product-item .product-thumb {
  margin-bottom: 10px; }
  .flx-product-gallery-widget .owl-carousel-3 .item .product-item .product-thumb img {
    width: 100%;
    border-radius: 1px; }
.flx-product-gallery-widget .owl-carousel-3 .item .product-item .product-content .product-title {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 7px; }
.flx-product-gallery-widget .owl-carousel-3 .item .product-item .product-content .flx-rating {
  display: inline-block;
  margin-bottom: 5px; }
.flx-product-gallery-widget .owl-carousel-3 .item .product-item .product-content .price {
  display: block;
  font-size: 13px; }
.flx-product-gallery-widget .owl-carousel-3 .owl-controls {
  position: static;
  text-align: center;
  margin-top: 5px; }
  .flx-product-gallery-widget .owl-carousel-3 .owl-controls .owl-pagination {
    display: inline-block; }
    .flx-product-gallery-widget .owl-carousel-3 .owl-controls .owl-pagination > div {
      float: left; }
      .flx-product-gallery-widget .owl-carousel-3 .owl-controls .owl-pagination > div span {
        background-color: rgba(149, 149, 149, 0.5); }

/*
FLX skill widget
----------------------------------
*/
/*
FLX contact info widget
----------------------------------
*/
.flx-contact-info-widget > div {
  margin-top: 15px;
  font-size: 13px; }
  .flx-contact-info-widget > div:first-child {
    margin-top: 0; }
  .flx-contact-info-widget > div a {
    color: #939393; }
    .flx-contact-info-widget > div a:hover {
      color: #e25050; }
  .flx-contact-info-widget > div.contact-work > p {
    margin-bottom: 8px; }
.flx-contact-info-widget footer {
  margin: 40px -20px 0;
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  padding-bottom: 5px; }

/*
FLX portfolio 2 widget
----------------------------------
*/
.flx-portfolio-2-widget {
  overflow: hidden; }
  .flx-portfolio-2-widget .widget-content {
    margin: 0 -17px; }
    .flx-portfolio-2-widget .widget-content .owl-carousel-4 .item {
      padding: 0 17px; }
      .flx-portfolio-2-widget .widget-content .owl-carousel-4 .item .entry-item .entry-thumb {
        margin-bottom: 12px; }
      .flx-portfolio-2-widget .widget-content .owl-carousel-4 .item .entry-item .entry-content .entry-title {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0; }
    .flx-portfolio-2-widget .widget-content .owl-carousel-4 .owl-controls {
      position: static; }
      .flx-portfolio-2-widget .widget-content .owl-carousel-4 .owl-controls .owl-pagination {
        position: absolute;
        right: 15px;
        top: -35px; }
        .flx-portfolio-2-widget .widget-content .owl-carousel-4 .owl-controls .owl-pagination div span {
          background-color: rgba(149, 149, 149, 0.5); }
        .flx-portfolio-2-widget .widget-content .owl-carousel-4 .owl-controls .owl-pagination div.active span {
          background-color: #e25050; }

/*
FLX tab 1 widget
----------------------------------
*/
.flx-tab-1-widget .tab-content ul {
  margin: 0;
  padding: 0; }
  .flx-tab-1-widget .tab-content ul li {
    float: none;
    margin: 10px 0 0;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb; }
    .flx-tab-1-widget .tab-content ul li .entry-post .flx-thumb {
      max-width: 61px;
      margin-right: 15px; }
      .flx-tab-1-widget .tab-content ul li .entry-post .flx-thumb img {
        border-radius: 50%; }
    .flx-tab-1-widget .tab-content ul li .entry-post .flx-entry {
      overflow: hidden; }
      .flx-tab-1-widget .tab-content ul li .entry-post .flx-entry .entry-title {
        text-transform: capitalize;
        letter-spacing: 0;
        margin-bottom: 2px; }

/*
FLX twitter widget
----------------------------------
*/
.flx-twitter-widget ul {
  margin: 0;
  padding: 0; }
  .flx-twitter-widget ul li {
    float: none;
    margin: 20px 0 0;
    list-style: none; }
    .flx-twitter-widget ul li .twitter-item {
      font-size: 13px; }
      .flx-twitter-widget ul li .twitter-item p {
        margin-bottom: 10px; }
        .flx-twitter-widget ul li .twitter-item p i {
          color: #3d3d3d;
          font-size: 14px;
          margin: 5px 7px 0 0 !important; }
        .flx-twitter-widget ul li .twitter-item p span {
          color: #3d3d3d; }
        .flx-twitter-widget ul li .twitter-item p a {
          color: #e25050; }
          .flx-twitter-widget ul li .twitter-item p a:hover {
            color: #3d3d3d; }
      .flx-twitter-widget ul li .twitter-item > div > span {
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        color: #b3b3b3; }
      .flx-twitter-widget ul li .twitter-item > div a {
        display: inline-block;
        color: #b3b3b3;
        margin-left: 10px; }
        .flx-twitter-widget ul li .twitter-item > div a:hover {
          color: #e25050; }

/*
FLX portfolio 3 widget
----------------------------------
*/
.filter-mobile {
  display: none;
  float: left;
  position: relative; }
  .filter-mobile .pull {
    line-height: 78px;
    color: #ffffff;
    cursor: pointer; }
    .filter-mobile .pull:hover {
      color: #e25050; }

.filters-options {
  margin: 0;
  padding: 0;
  float: left; }
  .filters-options li {
    float: left;
    margin: 0 0 0 25px;
    list-style: none;
    line-height: 78px;
    font-size: 13px;
    color: #939393;
    cursor: pointer;
    position: relative; }
    .filters-options li:first-child {
      margin: 0; }
    .filters-options li.active {
      color: #e25050; }
      .filters-options li.active:before {
        content: '';
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f2f2f2;
        top: 0;
        left: 50%;
        margin-left: -8px;
        top: auto;
        bottom: 0; }
  .filters-options.mobile-filters-options {
    float: none;
    position: absolute;
    top: 100%;
    margin: 0;
    background-color: #2b2b2b;
    width: 150px; }
    .filters-options.mobile-filters-options li {
      float: none;
      margin: 0;
      list-style: none;
      line-height: 20px;
      padding: 10px 15px;
      border-top: 1px solid #939393; }
      .filters-options.mobile-filters-options li.active:before {
        display: none; }
      .filters-options.mobile-filters-options li:first-child {
        border-top: none; }

.portfolio-container {
  position: relative;}

.portfolio-list-item {
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0; }
  .portfolio-list-item.animated li {
    -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-list-item > li {
    transition: all 0.5s ease-out, visibility 0s ease 0s;
    -ms-transition: all 0.5s ease-out, visibility 0s ease 0s;
    -webkit-transition: all 0.5s ease-out, visibility 0s ease 0s;
    -moz-transition: all 0.5s ease-out, visibility 0s ease 0s;
    float: left;
    margin: 0;
    list-style: none;
    display: block;
    width: 33.3%;
    padding: 0 15px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
    .portfolio-list-item > li.wookmark-inactive {
      visibility: hidden;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0; }
    .portfolio-list-item > li .entry-item {
      padding-top: 40px; }
      .portfolio-list-item > li .entry-item .entry-thumb {
        position: relative;
        margin-bottom: 15px; }
        .portfolio-list-item > li .entry-item .entry-thumb img {
          width: 100%;
          display: block; }
        .portfolio-list-item > li .entry-item .entry-thumb .mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(54, 54, 54, 0.6);
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          /* IE 5-7 */
          filter: alpha(opacity=0);
          /* Netscape */
          -moz-opacity: 0;
          /* Safari 1.x */
          -khtml-opacity: 0;
          /* Good browsers */
          opacity: 0; }
          .portfolio-list-item > li .entry-item .entry-thumb .mask a {
            background-color: #ffffff;
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: #535353;
            width: 44px;
            height: 44px;
            line-height: 44px;
            text-align: center; }
            .portfolio-list-item > li .entry-item .entry-thumb .mask a:hover {
              color: #e25050; }
        .portfolio-list-item > li .entry-item .entry-thumb:hover .mask {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1; }
      .portfolio-list-item > li .entry-item .entry-content .entry-categories {
        text-transform: uppercase;
        float: left;
        font-size: 10px; }
      .portfolio-list-item > li .entry-item .entry-content .entry-title {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 8px;
        font-weight: 400; }

/*
Woocommerce default widget
----------------------------------
*/
.widget_product_categories ul {
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin: 0; }
  .widget_product_categories ul li {
    float: none;
    margin: 0;
    list-style: none; }
    .widget_product_categories ul li a {
      color: #939393; }
      .widget_product_categories ul li a:hover {
        color: #e25050; }
    .widget_product_categories ul li ul {
      margin: 0;
      font-weight: 400;
      padding: 0 0 0 18px; }
      .widget_product_categories ul li ul li {
        line-height: 24px;
        position: relative; }
        .widget_product_categories ul li ul li:before {
          content: "-";
          margin-right: 3px; }
.widget_product_categories > ul > li {
  margin-top: 15px; }
  .widget_product_categories > ul > li:first-child {
    margin-top: 0; }

.widget_price_filter .btn-rounded {
  padding: 8px 20px; }
.widget_price_filter p {
  margin: 5px 0 0;
  font-size: 12px; }
  .widget_price_filter p label {
    font-weight: 400; }
  .widget_price_filter p input#amount {
    border: none;
    color: #939393;
    width: 100px; }

.widget_top_rated_products ul.product_list_widget,
.widget_products ul.product_list_widget {
  margin: 0; }
  .widget_top_rated_products ul.product_list_widget li,
  .widget_products ul.product_list_widget li {
    position: relative;
    margin: 0;
    padding: 20px 0 !important;
    border-top: 1px solid #ebebeb; }
    .widget_top_rated_products ul.product_list_widget li:first-child,
    .widget_products ul.product_list_widget li:first-child {
      border-top: none;
      padding-top: 0 !important; }
    .widget_top_rated_products ul.product_list_widget li > a,
    .widget_products ul.product_list_widget li > a {
      display: block;
      float: none;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 4px; }
      .widget_top_rated_products ul.product_list_widget li > a img,
      .widget_products ul.product_list_widget li > a img {
        width: 61px;
        height: 61px;
        margin-right: 15px;
        margin-left: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 transparent ;
        -ms-box-shadow: 0 0 0 transparent ;
        -moz-box-shadow: 0 0 0 transparent ;
        -webkit-box-shadow: 0 0 0 transparent ;
        float: left; }
    .widget_top_rated_products ul.product_list_widget li .amount,
    .widget_products ul.product_list_widget li .amount {
      font-size: 13px; }
    .widget_top_rated_products ul.product_list_widget li ins,
    .widget_products ul.product_list_widget li ins {
      text-decoration: none; }
      .widget_top_rated_products ul.product_list_widget li ins .amount,
      .widget_products ul.product_list_widget li ins .amount {
        position: static; }
    .widget_top_rated_products ul.product_list_widget li del .amount,
    .widget_products ul.product_list_widget li del .amount {
      text-decoration: line-through;
      color: #b0b0b0; }
    .widget_top_rated_products ul.product_list_widget li .star-rating,
    .widget_products ul.product_list_widget li .star-rating {
      display: block;
      color: #e49d2d;
      font-size: 10px;
      line-height: 9px;
      letter-spacing: 4px;
      width: 70px;
      margin: 0 0 6px; }
      .widget_top_rated_products ul.product_list_widget li .star-rating:before,
      .widget_products ul.product_list_widget li .star-rating:before {
        color: #e49d2d; }

/*
FLX product 1 widget
----------------------------------
*/
.flx-product-1-widget > ul {
  margin: -20px -15px 0;
  padding: 0; }
  .flx-product-1-widget > ul > li {
    float: left;
    margin: 20px 0 0;
    list-style: none;
    padding: 0 15px;
    width: 20%; }
    .flx-product-1-widget > ul > li .product-item .product-thumb {
      margin-bottom: 10px; }
      .flx-product-1-widget > ul > li .product-item .product-thumb img {
        width: 100%; }
    .flx-product-1-widget > ul > li .product-item .product-content .flx-rating {
      display: inline-block;
      margin-bottom: 3px; }
    .flx-product-1-widget > ul > li .product-item .product-content .price {
      display: block;
      font-size: 13px;
      color: #939393; }
    .flx-product-1-widget > ul > li .product-item .product-content .product-title {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 0; }

/*
FLX gallery 1 widget
----------------------------------
*/
.flx-gallery-1-widget .widget-content {
  position: relative; }
  .flx-gallery-1-widget .widget-content .owl-carousel-12 .item {
    border-radius: 3px 3px 0 0; }
    .flx-gallery-1-widget .widget-content .owl-carousel-12 .item img {
      width: 100%;
      border-radius: 3px 3px 0 0; }
  .flx-gallery-1-widget .widget-content #sync10 {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px; }
    .flx-gallery-1-widget .widget-content #sync10 .owl-wrapper-outer .owl-wrapper {
      width: auto !important;
      display: inline-block !important; }
    .flx-gallery-1-widget .widget-content #sync10 .owl-item {
      width: auto !important; }
      .flx-gallery-1-widget .widget-content #sync10 .owl-item .item {
        margin: 0 1px;
        border: 1px solid #ffffff;
        border-radius: 1px;
        cursor: pointer; }
        .flx-gallery-1-widget .widget-content #sync10 .owl-item .item img {
          max-width: 96px;
          border-radius: 1px; }
      .flx-gallery-1-widget .widget-content #sync10 .owl-item.synced .item {
        cursor: default; }

/*
Flx gmap widget
----------------------------------
*/
.flx-map-wrapper #flx-map {
  height: 260px;
  width: 100%; }

.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%; }
  .owl-theme .owl-controls .owl-pagination {
    height: 7px; }
    .owl-theme .owl-controls .owl-pagination > div span {
      margin: 0 2px;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1;
      background-color: #ffffff;
      border-radius: 50%;
      width: 7px;
      height: 7px;
      background-color: rgba(255, 255, 255, 0.5); }
    .owl-theme .owl-controls .owl-pagination > div.active span {
      background-color: #e25050; }
  .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    background: none;
    margin: 0 20px;
    padding: 0; }
    .owl-theme .owl-controls .owl-buttons div:before {
      color: #535353; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
      content: "\f053"; }
    .owl-theme .owl-controls .owl-buttons div.owl-next:before {
      content: "\f054"; }
    .owl-theme .owl-controls .owl-buttons div:hover:before {
      color: #e25050; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  border: 10px solid #fff; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  display: none; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  display: none; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  display: none; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  display: none; }

#cboxMiddleLeft {
  width: 21px;
  display: none; }

#cboxMiddleRight {
  width: 21px;
  display: none; }

#cboxTopCenter {
  height: 21px;
  display: none; }

#cboxBottomCenter {
  height: 21px;
  display: none; }

#cboxContent {
  background: #fff;
  overflow: hidden;
  position: relative; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

/* #cboxLoadedContent{margin-bottom:28px;} */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important; }

/* #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;} */
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  width: auto;
  height: auto;
  color: #f2f2f2;
  font-size: 20px; }
  #cboxPrevious:before {
    font-family: 'FontAwesome';
    content: "\f053"; }
  #cboxPrevious:hover {
    color: #e25050; }

#cboxNext {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  width: auto;
  height: auto;
  color: #f2f2f2;
  font-size: 20px; }
  #cboxNext:before {
    font-family: 'FontAwesome';
    content: "\f054"; }
  #cboxNext:hover {
    color: #e25050; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #f2f2f2;
  font-size: 20px; }
  #cboxClose:before {
    font-family: 'FontAwesome';
    content: "\f00d"; }
  #cboxClose:hover {
    color: #e25050; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

#colorbox {
  overflow: visible; }
  #colorbox #main-content {
    margin-bottom: 0; }
    #colorbox #main-content .container {
      width: 945px;
      padding-top: 15px;
      padding-bottom: 15px; }

#cboxLoadedContent {
  height: 717px; }

#cboxContent,
#cboxWrapper {
  overflow: visible; }

#cboxClose {
  font-size: 14px;
  color: #ebebeb;
  top: -35px;
  right: -25px; }

#cboxOverlay {
  background: rgba(20, 20, 20, 0.95); }

main .post {
  margin-bottom: 30px; }
  main .post .flx-thumb img {
    width: 100%; }

.wpb_content_element {
  margin-bottom: 35px; }

.wpb_wrapper {
  overflow: hidden; }

/*----- About page -----*/
.flx-about .post .post-entry {
  padding: 20px; }
  .flx-about .post .post-entry .time {
    margin-right: 40px;
    color: #c6c6c6;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #363636; }

#respond h6 {
  font-size: 16px;
  margin-bottom: 20px; }

/*----- Team page -----*/
.flx-team-post {
  margin-top: 30px; }
  .flx-team-post:first-child {
    margin-top: 0; }
  .flx-team-post .flx-thumb {
    float: left;
    max-width: 220px;
    margin-right: 40px; }
    .flx-team-post .flx-thumb img {
      border-radius: 1px;
      width: 100%; }
  .flx-team-post .flx-entry {
    overflow: hidden; }
    .flx-team-post .flx-entry .entry-title {
      margin-bottom: 2px; }
    .flx-team-post .flx-entry .flx-meta {
      margin-bottom: 17px; }
    .flx-team-post .flx-entry > p {
      line-height: 24px; }

/*----- Blog page -----*/
.flx-blog .flx-blog-post {
  background-color: #ffffff;
  box-shadow: 0 0 0 transparent ;
  -ms-box-shadow: 0 0 0 transparent ;
  -moz-box-shadow: 0 0 0 transparent ;
  -webkit-box-shadow: 0 0 0 transparent ;
  border-radius: 3px;
  margin-top: 30px; }
  .flx-blog .flx-blog-post:first-child {
    margin-top: 0; }
  .flx-blog .flx-blog-post .flx-thumb {
    position: relative; }
    .flx-blog .flx-blog-post .flx-thumb img {
      border-radius: 3px 3px 0 0;
      width: 100%; }
    .flx-blog .flx-blog-post .flx-thumb #sync2 {
      text-align: center;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
      .flx-blog .flx-blog-post .flx-thumb #sync2 .owl-wrapper-outer .owl-wrapper {
        width: auto !important;
        display: inline-block !important; }
      .flx-blog .flx-blog-post .flx-thumb #sync2 .owl-item {
        width: auto !important; }
        .flx-blog .flx-blog-post .flx-thumb #sync2 .owl-item .item {
          margin: 0 1px;
          border: 1px solid #ffffff;
          border-radius: 1px;
          cursor: pointer; }
          .flx-blog .flx-blog-post .flx-thumb #sync2 .owl-item .item img {
            max-width: 96px;
            border-radius: 1px; }
        .flx-blog .flx-blog-post .flx-thumb #sync2 .owl-item.synced .item {
          cursor: default; }
  .flx-blog .flx-blog-post .flx-entry {
    padding: 25px 20px 20px; }
    .flx-blog .flx-blog-post .flx-entry .meta-box {
      margin-bottom: 12px; }
      .flx-blog .flx-blog-post .flx-entry .meta-box .entry-author,
      .flx-blog .flx-blog-post .flx-entry .meta-box .entry-categories,
      .flx-blog .flx-blog-post .flx-entry .meta-box .entry-comments {
        margin-right: 20px; }
    .flx-blog .flx-blog-post .flx-entry .entry-title {
      font-size: 16px;
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 15px; }
      .flx-blog .flx-blog-post .flx-entry .entry-title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 17px;
        background-color: #e25050; }
    .flx-blog .flx-blog-post .flx-entry > p {
      margin-bottom: 17px; }
    .flx-blog .flx-blog-post .flx-entry footer {
      margin: 0 -20px;
      border-top: 1px solid #ebebeb;
      padding: 12px 20px 0; }
      .flx-blog .flx-blog-post .flx-entry footer .more-link {
        color: #e25050; }
  .flx-blog .flx-blog-post.video-post .flx-thumb .video-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    line-height: 42px;
    font-size: 13px;
    padding-left: 3px; }
    .flx-blog .flx-blog-post.video-post .flx-thumb .video-icon:hover {
      color: #e25050;
      border-color: #e25050; }

.flx-blog-post.audio-post .entry-icon:before {
  content: "\f001"; }
.flx-blog-post.quote-post .entry-icon:before {
  content: "\f10e"; }
.flx-blog-post.video-post .entry-icon:before {
  content: "\f1c8"; }
.flx-blog-post.gallery-post .entry-icon:before {
  content: "\f03e"; }
.flx-blog-post.standard-post .entry-icon:before {
  content: "\f0f6"; }
.flx-blog-post.link-post .entry-icon:before {
  content: "\f0c1"; }

.flx-blog-grid .row {
  margin-bottom: 30px; }
.flx-blog-grid .flx-blog-post {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
  .flx-blog-grid .flx-blog-post.gallery-post {
    padding: 0; }
  .flx-blog-grid .flx-blog-post.quote-post .flx-entry .meta-box {
    margin-bottom: 20px; }
  .flx-blog-grid .flx-blog-post .flx-thumb {
    margin-right: 20px;
    margin-bottom: 15px;
    max-width: 95px; }
    .flx-blog-grid .flx-blog-post .flx-thumb img {
      width: 100%;
      border-radius: 1px; }
  .flx-blog-grid .flx-blog-post .flx-entry-header {
    overflow: hidden; }
    .flx-blog-grid .flx-blog-post .flx-entry-header .entry-title {
      font-size: 16px;
      line-height: 22px;
      margin: 0; }
    .flx-blog-grid .flx-blog-post .flx-entry-header .clearfix {
      margin-bottom: 15px; }
      .flx-blog-grid .flx-blog-post .flx-entry-header .clearfix .entry-date {
        font-size: 14px;
        color: #7e7e7e; }
  .flx-blog-grid .flx-blog-post .flx-entry .entry-title {
    font-size: 16px; }
  .flx-blog-grid .flx-blog-post .flx-entry > p {
    line-height: 24px;
    margin-bottom: 25px; }
  .flx-blog-grid .flx-blog-post .flx-entry .meta-box .entry-author,
  .flx-blog-grid .flx-blog-post .flx-entry .meta-box .entry-categories,
  .flx-blog-grid .flx-blog-post .flx-entry .meta-box .entry-comments {
    margin-right: 20px; }
  .flx-blog-grid .flx-blog-post.gallery-post {
    position: relative; }
    .flx-blog-grid .flx-blog-post.gallery-post .flx-thumb {
      margin-right: 0;
      margin-bottom: 0;
      max-width: 945px; }
      .flx-blog-grid .flx-blog-post.gallery-post .flx-thumb img {
        width: 100%; }
    .flx-blog-grid .flx-blog-post.gallery-post .flx-entry-wrapper {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 100%;
      padding: 0 70px; }
      .flx-blog-grid .flx-blog-post.gallery-post .flx-entry-wrapper .flx-entry {
        background-color: #ffffff;
        border-radius: 2px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px; }
        .flx-blog-grid .flx-blog-post.gallery-post .flx-entry-wrapper .flx-entry .entry-categories {
          margin-bottom: 15px;
          margin-right: 0; }
        .flx-blog-grid .flx-blog-post.gallery-post .flx-entry-wrapper .flx-entry .entry-title {
          padding-bottom: 0;
          margin-bottom: 12px; }
          .flx-blog-grid .flx-blog-post.gallery-post .flx-entry-wrapper .flx-entry .entry-title:before {
            display: none; }
        .flx-blog-grid .flx-blog-post.gallery-post .flx-entry-wrapper .flx-entry .meta-box {
          margin-bottom: 0; }
    .flx-blog-grid .flx-blog-post.gallery-post .owl-theme .owl-controls {
      bottom: 55px; }
      .flx-blog-grid .flx-blog-post.gallery-post .owl-theme .owl-controls .owl-pagination > div span {
        background-color: #cacaca; }
      .flx-blog-grid .flx-blog-post.gallery-post .owl-theme .owl-controls .owl-pagination > div.active span {
        background-color: #e25050; }

.flx-blog-masonry .masonry-list-wrapper {
  margin-bottom: 30px; }
  .flx-blog-masonry .masonry-list-wrapper .row > div {
    margin-bottom: 30px; }
    .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post {
      background-color: #ffffff;
      box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      border-radius: 3px; }
      .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-thumb {
        position: relative;
        border-radius: 3px 3px 0 0; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-thumb img {
          border-radius: 3px 3px 0 0;
          width: 100%; }
      .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry {
        padding: 20px; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry .flx-entry-header {
          margin-bottom: 15px; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry .flx-entry-header .entry-date {
            font-size: 14px; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry .entry-title {
          font-size: 16px;
          padding-bottom: 15px;
          position: relative;
          margin-bottom: 15px;
          line-height: 24px; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry .entry-title:before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 17px;
            height: 2px;
            content: "";
            background-color: #e25050; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry .meta-box .entry-author,
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post .flx-entry .meta-box .entry-categories {
          margin-right: 20px; }
      .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.gallery-post {
        padding: 0; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.gallery-post .flx-thumb .sync-wrapper {
          margin: 4px -2px 0; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.gallery-post .flx-thumb .sync-wrapper #sync4 .owl-item .item {
            cursor: pointer; }
            .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.gallery-post .flx-thumb .sync-wrapper #sync4 .owl-item .item img {
              border-radius: 0;
              width: 100%;
              padding: 0 2px; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.gallery-post .flx-thumb .sync-wrapper #sync4 .owl-item.synced .item {
            cursor: default; }
      .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.video-post .flx-thumb .video-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #ffffff;
        border: 3px solid #ffffff;
        border-radius: 50%;
        margin: -25px 0 0 -25px;
        line-height: 42px;
        padding-left: 2px;
        text-align: center;
        width: 50px;
        height: 50px; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.video-post .flx-thumb .video-icon i {
          font-size: 13px; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.video-post .flx-thumb .video-icon:hover {
          color: #e25050;
          border-color: #e25050; }
      .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.quote-post blockquote {
        margin-bottom: 15px; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.quote-post blockquote p {
          padding-left: 0;
          padding-top: 35px;
          margin-bottom: 13px; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.quote-post blockquote p:before {
            top: 0; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.quote-post blockquote span {
          margin-left: 0; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.quote-post blockquote:before {
          left: 0; }
      .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post {
        background-color: #f7f7f7;
        overflow: hidden; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-thumb {
          margin: 25px;
          border-radius: 3px;
          border: 1px dashed #d7d7d7;
          background-color: #ffffff;
          padding: 15px 10px;
          color: #3d3d3d; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-thumb i {
            margin-right: 5px; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-thumb a {
            color: #7e7e7e; }
            .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-thumb a:hover {
              color: #e25050; }
        .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-entry {
          background-color: #ffffff; }
          .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-entry .flx-entry-header {
            position: relative;
            padding-bottom: 17px; }
            .flx-blog-masonry .masonry-list-wrapper .row > div .flx-blog-post.link-post .flx-entry .flx-entry-header:before {
              content: "";
              width: 17px;
              height: 2px;
              position: absolute;
              left: 0;
              bottom: 0;
              background-color: #e25050; }

.flx-blog-small .flx-blog-post {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
  border-radius: 3px;
  margin-top: 30px; }
  .flx-blog-small .flx-blog-post:first-child {
    margin-top: 0; }
  .flx-blog-small .flx-blog-post .flx-thumb {
    max-width: 245px;
    margin-right: 20px;
    float: left;
    position: relative; }
    .flx-blog-small .flx-blog-post .flx-thumb .mask {
      background-color: rgba(13, 13, 13, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .flx-blog-small .flx-blog-post .flx-thumb .mask .video-icon {
        text-align: center;
        padding-left: 2px;
        line-height: 42px;
        border: 3px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        width: 50px;
        height: 50px; }
        .flx-blog-small .flx-blog-post .flx-thumb .mask .video-icon i {
          font-size: 13px; }
        .flx-blog-small .flx-blog-post .flx-thumb .mask .video-icon:hover {
          color: #e25050;
          border-color: #e25050; }
    .flx-blog-small .flx-blog-post .flx-thumb .mejs-container {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
  .flx-blog-small .flx-blog-post .flx-entry {
    overflow: hidden; }
    .flx-blog-small .flx-blog-post .flx-entry .flx-entry-header {
      margin-bottom: 18px; }
    .flx-blog-small .flx-blog-post .flx-entry .entry-title {
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      position: relative; }
      .flx-blog-small .flx-blog-post .flx-entry .entry-title:before {
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        width: 17px;
        height: 2px;
        background-color: #e25050; }
    .flx-blog-small .flx-blog-post .flx-entry .more-link {
      color: #e25050; }
      .flx-blog-small .flx-blog-post .flx-entry .more-link:hover {
        color: #3d3d3d; }
    .flx-blog-small .flx-blog-post .flx-entry blockquote {
      padding-bottom: 0;
      margin-bottom: 0; }
      .flx-blog-small .flx-blog-post .flx-entry blockquote p {
        padding: 35px 0 0 0; }
        .flx-blog-small .flx-blog-post .flx-entry blockquote p:before {
          top: 0; }
      .flx-blog-small .flx-blog-post .flx-entry blockquote span {
        margin-left: 0; }
      .flx-blog-small .flx-blog-post .flx-entry blockquote:before {
        display: none; }
  .flx-blog-small .flx-blog-post footer {
    border-top: 1px solid #ebebeb;
    padding: 15px 20px 0;
    margin: 20px -20px 0; }
    .flx-blog-small .flx-blog-post footer .meta-box .entry-author,
    .flx-blog-small .flx-blog-post footer .meta-box .entry-comments {
      margin-right: 20px; }

/*----- Single page -----*/
.flx-blog-single .post .post-entry {
  padding: 20px;
  margin-bottom: 5px; }
  .flx-blog-single .post .post-entry .flx-heading {
    margin-bottom: 12px; }
    .flx-blog-single .post .post-entry .flx-heading .h {
      font-size: 16px;
      line-height: 24px; }
  .flx-blog-single .post .post-entry blockquote {
    margin-left: 45px; }
.flx-blog-single .post .single-nav {
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  font-size: 12px; }
  .flx-blog-single .post .single-nav:before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #ebebeb; }
  .flx-blog-single .post .single-nav > div {
    width: 50%;
    padding: 0 20px; }
    .flx-blog-single .post .single-nav > div a {
      color: #939393; }
      .flx-blog-single .post .single-nav > div a:hover {
        color: #e25050; }
    .flx-blog-single .post .single-nav > div img {
      margin-right: 10px; }
    .flx-blog-single .post .single-nav > div.next {
      text-align: right;
      direction: rtl; }
      .flx-blog-single .post .single-nav > div.next img {
        margin: 0 0 0 10px; }
.flx-blog-single .post .author-info {
  padding: 0 20px;
  margin-bottom: 20px; }
  .flx-blog-single .post .author-info img {
    width: 60px;
    float: left;
    margin-right: 20px; }
  .flx-blog-single .post .author-info .author-bio {
    overflow: hidden; }
    .flx-blog-single .post .author-info .author-bio h6 {
      margin: -5px 0 0; }
    .flx-blog-single .post .author-info .author-bio > p {
      margin-bottom: 10px; }

.tags-links {
  font-size: 13px;
  color: #3d3d3d; }
  .tags-links i {
    margin-right: 5px; }

.related-post {
  padding: 20px;
  overflow: hidden; }
  .related-post h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px; }
  .related-post .widget-content {
    margin: 0 -17px; }
    .related-post .widget-content .owl-carousel-8 .item {
      padding: 0 17px; }
      .related-post .widget-content .owl-carousel-8 .item .entry-item .entry-thumb {
        margin-bottom: 12px; }
        .related-post .widget-content .owl-carousel-8 .item .entry-item .entry-thumb img {
          width: 100%; }
      .related-post .widget-content .owl-carousel-8 .item .entry-item .entry-content .entry-title {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0; }
    .related-post .widget-content .owl-carousel-8 .owl-controls {
      position: static; }
      .related-post .widget-content .owl-carousel-8 .owl-controls .owl-pagination {
        position: absolute;
        right: 15px;
        top: -38px; }
        .related-post .widget-content .owl-carousel-8 .owl-controls .owl-pagination div span {
          background-color: rgba(149, 149, 149, 0.5); }
        .related-post .widget-content .owl-carousel-8 .owl-controls .owl-pagination div.active span {
          background-color: #e25050; }

#comments h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px; }
#comments .comments-list {
  margin: 0;
  padding: 0; }
  #comments .comments-list > li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 18px;
    float: none;
    margin: 0 0 20px;
    list-style: none; }
    #comments .comments-list > li .comment-wrap .comment-avatar {
      width: 40px;
      margin-right: 15px; }
      #comments .comments-list > li .comment-wrap .comment-avatar img {
        width: 100%; }
    #comments .comments-list > li .comment-wrap .comment-body {
      overflow: hidden; }
      #comments .comments-list > li .comment-wrap .comment-body header {
        margin-bottom: 5px; }
        #comments .comments-list > li .comment-wrap .comment-body header h6 {
          font-size: 13px;
          line-height: 20px;
          position: relative;
          margin: -5px 8px 0 0;
          padding-bottom: 7px; }
          #comments .comments-list > li .comment-wrap .comment-body header h6:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 17px;
            height: 2px;
            background-color: #e25050; }
        #comments .comments-list > li .comment-wrap .comment-body header .entry-meta {
          margin-right: 8px; }
#comments .flx-comment-pagination {
  margin: 10px 0 0; }
  #comments .flx-comment-pagination a,
  #comments .flx-comment-pagination span {
    display: inline-block;
    margin: 0 5px; }
  #comments .flx-comment-pagination a {
    background-color: #ffffff;
    padding: 12px 15px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #939393;
    border: 1px solid #ebebeb; }
    #comments .flx-comment-pagination a:hover {
      color: #e25050; }
    #comments .flx-comment-pagination a.next, #comments .flx-comment-pagination a.prev {
      font-size: 10px;
      font-family: "Roboto", sans-serif; }
  #comments .flx-comment-pagination span {
    background-color: transparent;
    color: #939393;
    font-size: 11px;
    line-height: 1;
    padding: 16px 15px;
    text-transform: uppercase; }
    #comments .flx-comment-pagination span.page-status {
      display: block;
      font-size: 10px;
      font-family: "Roboto", sans-serif; }

/*----- Single portfolio page -----*/
.portfolio-nav {
  margin-top: 11px; }
  .portfolio-nav a {
    margin-left: 8px;
    font-size: 14px;
    display: inline-block;
    color: #939393; }
    .portfolio-nav a:hover {
      color: #e25050; }

.flx-portfolio-detail-1 .flx-portfolio-primary .flx-portfolio-thumb {
  padding: 10px; }
  .flx-portfolio-detail-1 .flx-portfolio-primary .flx-portfolio-thumb img {
    display: block;
    width: 100%;
    margin-top: 10px; }
    .flx-portfolio-detail-1 .flx-portfolio-primary .flx-portfolio-thumb img:first-child {
      margin-top: 0; }
.flx-portfolio-detail-1 .flx-portfolio-secondary {
  z-index: 1; }
  .flx-portfolio-detail-1 .flx-portfolio-secondary span,
  .flx-portfolio-detail-1 .flx-portfolio-secondary a {
    font-size: 13px; }
  .flx-portfolio-detail-1 .flx-portfolio-secondary a {
    color: #939393; }
    .flx-portfolio-detail-1 .flx-portfolio-secondary a:hover {
      color: #e25050; }
  .flx-portfolio-detail-1 .flx-portfolio-secondary footer {
    margin: 25px -20px 0;
    padding: 30px 20px 10px;
    border-top: 1px solid #ebebeb; }
    .flx-portfolio-detail-1 .flx-portfolio-secondary footer a {
      font-size: 10px; }

.radio-block {
  text-align: center;
  margin-bottom: 20px; }
  .radio-block ul {
    display: inline-block; }

.flx-portfolio-detail-2 .flx-portfolio-thumb {
  position: relative; }
  .flx-portfolio-detail-2 .flx-portfolio-thumb #sync6 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: auto; }
    .flx-portfolio-detail-2 .flx-portfolio-thumb #sync6 .owl-wrapper-outer .owl-wrapper {
      width: auto !important;
      display: inline-block !important; }
    .flx-portfolio-detail-2 .flx-portfolio-thumb #sync6 .owl-item {
      width: auto !important; }
      .flx-portfolio-detail-2 .flx-portfolio-thumb #sync6 .owl-item .item {
        margin: 0 1px;
        border: 1px solid #ffffff;
        border-radius: 1px;
        cursor: pointer; }
        .flx-portfolio-detail-2 .flx-portfolio-thumb #sync6 .owl-item .item img {
          max-width: 96px;
          border-radius: 1px; }
      .flx-portfolio-detail-2 .flx-portfolio-thumb #sync6 .owl-item.synced .item {
        cursor: default; }
.flx-portfolio-detail-2 .flx-portfolio-entry {
  padding: 20px 20px 50px; }
  .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > p {
    line-height: 24px; }
  .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div {
    margin-bottom: 15px; }
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div strong {
      color: #3d3d3d;
      display: inline-block;
      margin-right: 12px; }
      .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div strong:first-child {
        min-width: 105px;
        margin-right: 0; }
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div span,
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div a,
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div ul.social-links {
      display: inline-block; }
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div a {
      color: #939393; }
      .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div a:hover {
        color: #e25050; }
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div span,
    .flx-portfolio-detail-2 .flx-portfolio-entry .row > div > div a {
      font-size: 13px; }

/*----- Shop page -----*/
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
  font-size: 13px;
  margin-bottom: 0; }
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
  position: relative;
  margin-bottom: 0; }
  .woocommerce .woocommerce-ordering:before,
  .woocommerce-page .woocommerce-ordering:before {
    content: "\f107";
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 4px;
    font-size: 14px;
    color: #939393; }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 13px;
    color: #939393;
    vertical-align: top;
    padding: 2px 15px;
    cursor: pointer; }
.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: -30px -15px 0;
  padding: 0; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    margin: 30px 0 0;
    list-style: none;
    width: 50%;
    padding: 0 15px; }
    .woocommerce ul.products li.product .product-wrapper,
    .woocommerce-page ul.products li.product .product-wrapper {
      background-color: #ffffff;
      box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ; }
      .woocommerce ul.products li.product .product-wrapper .product-thumb,
      .woocommerce-page ul.products li.product .product-wrapper .product-thumb {
        position: relative;
        border: none;
        padding: 0;
        margin: 0;
text-align:center;		}
        .woocommerce ul.products li.product .product-wrapper .product-thumb a .hot-item,
        .woocommerce-page ul.products li.product .product-wrapper .product-thumb a .hot-item {
          position: absolute;
          top: 10px;
          right: 10px;
          color: #ffffff;
          line-height: 1;
          font-size: 10px;
          text-transform: uppercase;
          background-color: #e25050;
          padding: 7px 15px;
          border-radius: 1px; }
        .woocommerce ul.products li.product .product-wrapper .product-thumb a .onsale,
        .woocommerce-page ul.products li.product .product-wrapper .product-thumb a .onsale {
          position: absolute;
          top: 10px;
          right: 10px;
          color: #ffffff;
          line-height: 1;
          font-size: 10px;
          text-transform: uppercase;
          background: #3d3d3d;
          padding: 7px 15px;
          border-radius: 1px;
          margin: 0;
          box-shadow: 0 0 0 transparent ;
          -ms-box-shadow: 0 0 0 transparent ;
          -moz-box-shadow: 0 0 0 transparent ;
          -webkit-box-shadow: 0 0 0 transparent ;
          font-weight: 400;
          min-height: 24px;
          text-shadow: none;
          -moz-text-shadow: none;
          -webkit-text-shadow: none; }
      .woocommerce ul.products li.product .product-wrapper .product-detail,
      .woocommerce-page ul.products li.product .product-wrapper .product-detail {
        padding: 25px 30px;
        text-align: center;
        position: relative; }
        .woocommerce ul.products li.product .product-wrapper .product-detail a h6,
        .woocommerce-page ul.products li.product .product-wrapper .product-detail a h6 {
          font-size: 13px;
          font-weight: 400;
          line-height: 18px;
          margin-bottom: 2px; }
          .woocommerce ul.products li.product .product-wrapper .product-detail a h6:hover,
          .woocommerce-page ul.products li.product .product-wrapper .product-detail a h6:hover {
            color: #e25050; }
        .woocommerce ul.products li.product .product-wrapper .product-detail a footer,
        .woocommerce-page ul.products li.product .product-wrapper .product-detail a footer {
          text-align: center; }
          .woocommerce ul.products li.product .product-wrapper .product-detail a footer .star-rating,
          .woocommerce-page ul.products li.product .product-wrapper .product-detail a footer .star-rating {
            display: inline-block;
            color: #e49d2d;
            font-size: 10px;
            line-height: 9px;
            letter-spacing: 4px;
            width: 70px;
            margin-bottom: 2px; }
            .woocommerce ul.products li.product .product-wrapper .product-detail a footer .star-rating:before,
            .woocommerce-page ul.products li.product .product-wrapper .product-detail a footer .star-rating:before {
              color: #e49d2d; }
          .woocommerce ul.products li.product .product-wrapper .product-detail a footer .price,
          .woocommerce-page ul.products li.product .product-wrapper .product-detail a footer .price {
            font-size: 13px;
            color: #939393;
            margin-bottom: 0; }
            .woocommerce ul.products li.product .product-wrapper .product-detail a footer .price del,
            .woocommerce-page ul.products li.product .product-wrapper .product-detail a footer .price del {
              font-size: 13px;
              color: #939393; }
            .woocommerce ul.products li.product .product-wrapper .product-detail a footer .price ins,
            .woocommerce-page ul.products li.product .product-wrapper .product-detail a footer .price ins {
              text-decoration: none;
              color: #939393; }
        .woocommerce ul.products li.product .product-wrapper .product-detail a.button,
        .woocommerce-page ul.products li.product .product-wrapper .product-detail a.button {
          background: #ffffff;
          border: 1px solid #ebebeb;
          color: #3d3d3d;
          padding: 15px;
          box-shadow: 0 0 0 transparent ;
          -ms-box-shadow: 0 0 0 transparent ;
          -moz-box-shadow: 0 0 0 transparent ;
          -webkit-box-shadow: 0 0 0 transparent ; }
          .woocommerce ul.products li.product .product-wrapper .product-detail a.button:hover,
          .woocommerce-page ul.products li.product .product-wrapper .product-detail a.button:hover {
            color: #e25050; }
        .woocommerce ul.products li.product .product-wrapper .product-detail .button-box,
        .woocommerce-page ul.products li.product .product-wrapper .product-detail .button-box {
          position: absolute;
          bottom: 15px;
          left: 0;
          text-align: center;
          width: 100%;
          background-color: #ffffff;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          /* IE 5-7 */
          filter: alpha(opacity=0);
          /* Netscape */
          -moz-opacity: 0;
          /* Safari 1.x */
          -khtml-opacity: 0;
          /* Good browsers */
          opacity: 0; }
      .woocommerce ul.products li.product .product-wrapper:hover .product-detail .button-box,
      .woocommerce-page ul.products li.product .product-wrapper:hover .product-detail .button-box {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
  .woocommerce ul.products li.clear,
  .woocommerce-page ul.products li.clear {
    margin-bottom: 0; }
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 50%;
  margin-bottom: 0; }
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 50%;
  margin-bottom: 0; }
  .woocommerce div.product div.summary .product_title,
  .woocommerce-page div.product div.summary .product_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0; }
  .woocommerce div.product div.summary .woocommerce-product-rating .star-rating,
  .woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    color: #e49d2d;
    font-size: 10px;
    line-height: 9px;
    letter-spacing: 4px;
    width: 70px;
    margin: 9px 10px 0 0; }
    .woocommerce div.product div.summary .woocommerce-product-rating .star-rating:before,
    .woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating:before {
      color: #e49d2d; }
  .woocommerce div.product div.summary .woocommerce-product-rating .woocommerce-review-link,
  .woocommerce-page div.product div.summary .woocommerce-product-rating .woocommerce-review-link {
    color: #939393; }
  .woocommerce div.product div.summary p.price,
  .woocommerce-page div.product div.summary p.price {
    margin-bottom: 20px;
    font-size: 18px;
    color: #939393; }
  .woocommerce div.product div.summary .description,
  .woocommerce-page div.product div.summary .description {
    margin-bottom: 40px; }
    .woocommerce div.product div.summary .description p,
    .woocommerce-page div.product div.summary .description p {
      line-height: 24px; }
  .woocommerce div.product div.summary .cart,
  .woocommerce-page div.product div.summary .cart {
    overflow: hidden; }
    .woocommerce div.product div.summary .cart .flx-spinner,
    .woocommerce-page div.product div.summary .cart .flx-spinner {
      float: left;
      margin-right: 6px; }
    .woocommerce div.product div.summary .cart .single_add_to_cart_button,
    .woocommerce-page div.product div.summary .cart .single_add_to_cart_button {
      margin-right: 6px; }
  .woocommerce div.product div.summary .product_meta > span,
  .woocommerce-page div.product div.summary .product_meta > span {
    display: block;
    margin-bottom: 10px; }
    .woocommerce div.product div.summary .product_meta > span strong,
    .woocommerce-page div.product div.summary .product_meta > span strong {
      color: #3d3d3d;
      min-width: 80px;
      display: inline-block;
      margin-right: 8px; }
    .woocommerce div.product div.summary .product_meta > span a,
    .woocommerce-page div.product div.summary .product_meta > span a {
      font-weight: 400;
      color: #939393; }
      .woocommerce div.product div.summary .product_meta > span a:hover,
      .woocommerce-page div.product div.summary .product_meta > span a:hover {
        color: #e25050; }
  .woocommerce div.product div.summary .product_meta .social-box strong,
  .woocommerce-page div.product div.summary .product_meta .social-box strong {
    color: #3d3d3d;
    min-width: 80px;
    display: inline-block;
    margin-right: 6px; }
  .woocommerce div.product div.summary .product_meta .social-box .social-links,
  .woocommerce-page div.product div.summary .product_meta .social-box .social-links {
    display: inline-block; }
.woocommerce div.product .flx-tab-container-1 .nav-tabs.flx-tabs-1,
.woocommerce-page div.product .flx-tab-container-1 .nav-tabs.flx-tabs-1 {
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 15px 20px;
  margin-bottom: 25px; }
.woocommerce .sync-wrapper,
.woocommerce-page .sync-wrapper {
  margin: 10px -5px 0; }
  .woocommerce .sync-wrapper #sync8 .owl-item .item,
  .woocommerce .sync-wrapper #sync12 .owl-item .item,
  .woocommerce-page .sync-wrapper #sync8 .owl-item .item,
  .woocommerce-page .sync-wrapper #sync12 .owl-item .item {
    padding: 0 5px;
    cursor: pointer; }
  .woocommerce .sync-wrapper #sync8 .owl-item.synced .item,
  .woocommerce .sync-wrapper #sync12 .owl-item.synced .item,
  .woocommerce-page .sync-wrapper #sync8 .owl-item.synced .item,
  .woocommerce-page .sync-wrapper #sync12 .owl-item.synced .item {
    cursor: default; }
.woocommerce .related-products h5,
.woocommerce-page .related-products h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
  color: #7e7e7e; }
.woocommerce .related-products ul.products li.product,
.woocommerce-page .related-products ul.products li.product {
  width: 33.333333%; }
.woocommerce #content .woocommerce-pagination,
.woocommerce-page #content .woocommerce-pagination {
  margin: 50px 0; }
  .woocommerce #content .woocommerce-pagination ul.page-numbers,
  .woocommerce-page #content .woocommerce-pagination ul.page-numbers {
    margin: -10px 0 15px -10px;
    padding: 0;
    border: none; }
    .woocommerce #content .woocommerce-pagination ul.page-numbers li,
    .woocommerce-page #content .woocommerce-pagination ul.page-numbers li {
      float: left;
      margin: 10px 0 0 10px;
      list-style: none;
      border: none; }
      .woocommerce #content .woocommerce-pagination ul.page-numbers li a,
      .woocommerce #content .woocommerce-pagination ul.page-numbers li span,
      .woocommerce-page #content .woocommerce-pagination ul.page-numbers li a,
      .woocommerce-page #content .woocommerce-pagination ul.page-numbers li span {
        display: block;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #ababab;
        padding: 0 15px;
        background: none; }
      .woocommerce #content .woocommerce-pagination ul.page-numbers li a,
      .woocommerce-page #content .woocommerce-pagination ul.page-numbers li a {
        background: #ffffff;
        border: 1px solid #ebebeb;
        line-height: 36px; }
        .woocommerce #content .woocommerce-pagination ul.page-numbers li a:hover,
        .woocommerce-page #content .woocommerce-pagination ul.page-numbers li a:hover {
          color: #e25050;
          background: #ffffff;
          border: 1px solid .woocommerce #content .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-page #content .woocommerce-pagination ul.page-numbers li a:hover color-border; }
        .woocommerce #content .woocommerce-pagination ul.page-numbers li a.first, .woocommerce #content .woocommerce-pagination ul.page-numbers li a.last,
        .woocommerce-page #content .woocommerce-pagination ul.page-numbers li a.first,
        .woocommerce-page #content .woocommerce-pagination ul.page-numbers li a.last {
          text-transform: uppercase;
          font-size: 10px; }
      .woocommerce #content .woocommerce-pagination ul.page-numbers li span,
      .woocommerce-page #content .woocommerce-pagination ul.page-numbers li span {
        line-height: 38px; }
        .woocommerce #content .woocommerce-pagination ul.page-numbers li span.current,
        .woocommerce-page #content .woocommerce-pagination ul.page-numbers li span.current {
          color: #ababab;
          background: none; }
  .woocommerce #content .woocommerce-pagination .page-status,
  .woocommerce-page #content .woocommerce-pagination .page-status {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    color: #ababab; }
.woocommerce.flx-shop-page-s2 ul.products li.product,
.woocommerce-page.flx-shop-page-s2 ul.products li.product {
  float: none;
  width: 100%; }
  .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper,
  .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper {
    overflow: hidden;
    position: relative;
    padding: 30px; }
    .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-thumb,
    .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-thumb {
      float: left;
      max-width: 245px;
      position: static; }
    .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail,
    .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail {
      overflow: hidden;
      text-align: left;
      padding: 0 0 0 30px; }
      .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a,
      .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a {
        margin-bottom: 20px;
        display: block; }
        .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a h6,
        .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a h6 {
          font-size: 18px;
          line-height: 24px;
          font-weight: 700; }
        .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a footer,
        .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a footer {
          text-align: left; }
          .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a footer .price,
          .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > a footer .price {
            font-size: 18px; }
      .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail .button-box,
      .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail .button-box {
        position: static;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
        text-align: left; }
      .woocommerce.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > p,
      .woocommerce-page.flx-shop-page-s2 ul.products li.product .product-wrapper .product-detail > p {
        line-height: 24px;
        margin-bottom: 25px; }
.woocommerce.flx-shop-page-s3 ul.products li.product,
.woocommerce-page.flx-shop-page-s3 ul.products li.product {
  width: 33.333333%; }

.woocommerce button.button.alt,
.woocommerce-page button.button.alt {
  border: 1px solid #ebebeb;
  background: #ffffff;
  box-shadow: 0 0 0 transparent ;
  -ms-box-shadow: 0 0 0 transparent ;
  -moz-box-shadow: 0 0 0 transparent ;
  -webkit-box-shadow: 0 0 0 transparent ;
  text-shadow: none !important;
  -moz-text-shadow: none !important;
  -webkit-text-shadow: none !important;
  font-weight: 700;
  color: #939393;
  padding: 15px 15px 14px; }
  .woocommerce button.button.alt i,
  .woocommerce-page button.button.alt i {
    color: #3d3d3d;
    margin-right: 12px; }
  .woocommerce button.button.alt:hover,
  .woocommerce-page button.button.alt:hover {
    background: #ffffff;
    color: #e25050; }
    .woocommerce button.button.alt:hover i,
    .woocommerce-page button.button.alt:hover i {
      color: #e25050; }

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  margin-bottom: 25px;
  background: #f2f2f2;
  border: none;
  border-radius: 2px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
  .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background: #676767;
    border-radius: 2px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-handle,
  .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-handle {
    box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, 0.1) ;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ebebeb; }

.owl-carousel-11 {
  margin-bottom: 55px; }
  .owl-carousel-11 .owl-controls {
    position: static;
    margin: 15px 0 0; }
    .owl-carousel-11 .owl-controls .owl-pagination > div span {
      background-color: #c3c3c3; }
  .owl-carousel-11 .item .entry-item {
    position: relative; }
    .owl-carousel-11 .item .entry-item .flx-entry {
      position: absolute;
      left: 0;
      bottom: 70px;
      width: 100%;
      padding-left: 45%;
      text-transform: uppercase; }
      .owl-carousel-11 .item .entry-item .flx-entry h4 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 400;
        color: #2b2b2b;
        letter-spacing: 2px; }
      .owl-carousel-11 .item .entry-item .flx-entry h2 {
        font-size: 50px;
        margin-bottom: 30px;
        letter-spacing: 3px; }

.cart-holder {
  position: absolute;
  right: 0;
  top: 345px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding-left: 60px;
  overflow: hidden; }
  .cart-holder > a {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/cart.png) no-repeat center #ffffff;
    line-height: 66px;
    text-align: center;
    font-size: 11px; }
  .cart-holder .cart-content {
    visibility: hidden;
    width: 240px;
    padding: 0 15px;
    background-color: #ffffff; }
    .cart-holder .cart-content .product-in-cart {
      margin: 0;
      padding: 0; }
      .cart-holder .cart-content .product-in-cart li {
        float: none;
        margin: 20px 0 0;
        list-style: none;
        padding: 0 0 20px;
        border-bottom: 1px solid #ebebeb; }
        .cart-holder .cart-content .product-in-cart li:hover .product-item .product-thumb a.remove {
          z-index: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
          .cart-holder .cart-content .product-in-cart li:hover .product-item .product-thumb a.remove:hover {
            color: #e25050; }
        .cart-holder .cart-content .product-in-cart li .product-item .product-thumb {
          float: left;
          width: 60px;
          height: 60px;
          margin-right: 15px;
          border-radius: 50%;
          position: relative; }
          .cart-holder .cart-content .product-in-cart li .product-item .product-thumb img {
            border-radius: 50%; }
          .cart-holder .cart-content .product-in-cart li .product-item .product-thumb a.remove {
            background-color: #2b2b2b;
            width: 60px;
            height: 60px;
            display: block;
            line-height: 60px;
            border-radius: 50%;
            text-align: center;
            color: #dedede;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0); }
        .cart-holder .cart-content .product-in-cart li .product-item .product-content h6 {
          font-size: 13px;
          line-height: 17px;
          margin-bottom: 5px; }
        .cart-holder .cart-content .product-in-cart li .product-item .product-content > div {
          font-size: 13px; }
    .cart-holder .cart-content footer {
      padding: 15px 0; }
      .cart-holder .cart-content footer .checkout,
      .cart-holder .cart-content footer .viewcart {
        padding-top: 14px;
        padding-bottom: 14px; }
      .cart-holder .cart-content footer .checkout {
        margin-bottom: 5px; }
  .cart-holder.block {
    right: 0;
    width: 300px;
    height: auto; }
    .cart-holder.block .cart-content {
      visibility: visible; }
  .cart-holder.fixed {
    position: fixed;
    top: 30px; }

/*----- Cart page -----*/
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-page .woocommerce table.shop_table {
  border: none; }
  .woocommerce-cart .woocommerce table.shop_table th,
  .woocommerce-page .woocommerce table.shop_table th {
    padding: 10px 10px 25px;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 700; }
    .woocommerce-cart .woocommerce table.shop_table th:first-child,
    .woocommerce-page .woocommerce table.shop_table th:first-child {
      padding-left: 0; }
    .woocommerce-cart .woocommerce table.shop_table th:last-child,
    .woocommerce-page .woocommerce table.shop_table th:last-child {
      padding-right: 0; }
  .woocommerce-cart .woocommerce table.shop_table tr:hover td a.remove,
  .woocommerce-page .woocommerce table.shop_table tr:hover td a.remove {
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .woocommerce-cart .woocommerce table.shop_table tr:hover td a.remove:hover,
    .woocommerce-page .woocommerce table.shop_table tr:hover td a.remove:hover {
      color: #e25050; }
  .woocommerce-cart .woocommerce table.shop_table td,
  .woocommerce-page .woocommerce table.shop_table td {
    padding: 10px;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px dashed #e1e1e1; }
    .woocommerce-cart .woocommerce table.shop_table td:first-child,
    .woocommerce-page .woocommerce table.shop_table td:first-child {
      padding-left: 0; }
    .woocommerce-cart .woocommerce table.shop_table td:last-child,
    .woocommerce-page .woocommerce table.shop_table td:last-child {
      padding-right: 0; }
    .woocommerce-cart .woocommerce table.shop_table td.product-thumbnail,
    .woocommerce-page .woocommerce table.shop_table td.product-thumbnail {
      width: 68px;
      position: relative; }
      .woocommerce-cart .woocommerce table.shop_table td.product-thumbnail a.remove,
      .woocommerce-page .woocommerce table.shop_table td.product-thumbnail a.remove {
        background-color: #2b2b2b;
        width: 68px;
        height: 68px;
        display: block;
        line-height: 68px;
        text-align: center;
        color: #dedede;
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 0;
        border-radius: 0;
        font-size: 16px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    .woocommerce-cart .woocommerce table.shop_table td.product-price,
    .woocommerce-page .woocommerce table.shop_table td.product-price {
      color: #646464;
      font-size: 14px;
      font-weight: 400; }
    .woocommerce-cart .woocommerce table.shop_table td .star-rating,
    .woocommerce-page .woocommerce table.shop_table td .star-rating {
      display: block;
      color: #e49d2d;
      font-size: 10px;
      line-height: 9px;
      letter-spacing: 4px;
      width: 70px;
      float: none;
      margin-top: 5px; }
      .woocommerce-cart .woocommerce table.shop_table td .star-rating:before,
      .woocommerce-page .woocommerce table.shop_table td .star-rating:before {
        color: #e49d2d; }
    .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner,
    .woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner {
      border-left: none;
      border-radius: 2px; }
      .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner .ui-spinner-input,
      .woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner .ui-spinner-input {
        height: 50px;
        line-height: 48px;
        margin: 0 32px 0 0;
        width: 38px;
        border-radius: 2px 0 0 2px; }
      .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-up,
      .woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-up {
        background-color: #ffffff;
        width: 32px;
        height: 25px;
        line-height: 24px;
        top: auto;
        bottom: 0;
        border-top: 1px solid #ebebeb;
        z-index: 1;
        border-radius: 0 0 2px 0; }
        .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-up:before,
        .woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-up:before {
          content: "\f107"; }
      .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-down,
      .woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-down {
        background-color: #ffffff;
        width: 32px;
        height: 26px;
        line-height: 24px;
        left: auto;
        right: 0;
        border-radius: 0 2px 0 0; }
        .woocommerce-cart .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-down:before,
        .woocommerce-page .woocommerce table.shop_table td .flx-spinner .ui-spinner a.ui-spinner-down:before {
          content: "\f106"; }
    .woocommerce-cart .woocommerce table.shop_table td .btn-rounded,
    .woocommerce-page .woocommerce table.shop_table td .btn-rounded {
      padding: 15px 20px; }
    .woocommerce-cart .woocommerce table.shop_table td.actions,
    .woocommerce-page .woocommerce table.shop_table td.actions {
      padding-top: 20px; }
.woocommerce-cart .woocommerce table.cart img,
.woocommerce-page .woocommerce table.cart img {
  width: 68px; }
.woocommerce-cart .woocommerce table.cart input.button,
.woocommerce-page .woocommerce table.cart input.button {
  height: 40px;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #d4d4d4;
  font-size: 10px;
  font-weight: 700;
  background: #363636;
  border-radius: 20px;
  letter-spacing: 1px; }
  .woocommerce-cart .woocommerce table.cart input.button:hover,
  .woocommerce-page .woocommerce table.cart input.button:hover {
    background: #e25050;
    color: #ffffff; }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 0; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .woocommerce .cart-collaterals .cart_totals table {
    margin-bottom: 15px;
    width: 100%; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr,
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr {
      font-size: 13px;
      border-radius: 2px; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal {
        background: #f8f8f8; }
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
        .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td {
          color: #3d3d3d;
          font-weight: 700; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr th,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr th {
        padding: 10px 20px; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr td {
        padding: 10px 20px;
        text-align: right;
        border: none; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr.order-total {
        background: #f8f8f8; }
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total td,
        .woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr.order-total td {
          color: #e25050; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
  .woocommerce-page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-bottom: 20px; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward,
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward {
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      border: none;
      padding: 15px;
      line-height: 16px;
      text-align: center;
      text-shadow: none;
      -moz-text-shadow: none;
      -webkit-text-shadow: none;
      background: #e25050;
      letter-spacing: 1px;
      box-shadow: 0 0 0 transparent ;
      -ms-box-shadow: 0 0 0 transparent ;
      -moz-box-shadow: 0 0 0 transparent ;
      -webkit-box-shadow: 0 0 0 transparent ; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward:after,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward:after {
        content: none; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward:hover,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward:hover {
        background: #363636;
        color: #d4d4d4; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator,
  .woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    margin-bottom: 20px; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field,
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field {
      position: relative; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field:after,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field:after {
        content: "\f107";
        color: #939393;
        font-size: 14px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 15px; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field .country_to_state,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field .country_to_state {
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 5px 15px;
        line-height: 28px;
        height: 40px;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        color: #bfbfbf;
        letter-spacing: 2px; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p,
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p {
      margin-bottom: 5px; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p input,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p input {
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 5px 15px;
        line-height: 28px;
        height: 40px;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        color: #bfbfbf;
        letter-spacing: 2px;
        border-radius: 2px;
        border-color: #ebebeb; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .coupon label,
  .woocommerce-page .woocommerce .cart-collaterals .cart_totals .coupon label {
    display: block;
    color: #3d3d3d;
    margin-bottom: 15px; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .coupon input,
  .woocommerce-page .woocommerce .cart-collaterals .cart_totals .coupon input {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 15px;
    line-height: 28px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #bfbfbf;
    letter-spacing: 2px;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .coupon input.button,
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals .coupon input.button {
      text-shadow: none;
      -moz-text-shadow: none;
      -webkit-text-shadow: none;
      box-shadow: 0 0 0 transparent ;
      -ms-box-shadow: 0 0 0 transparent ;
      -moz-box-shadow: 0 0 0 transparent ;
      -webkit-box-shadow: 0 0 0 transparent ;
      color: #4d4d4d;
      background: #f2f2f2;
      border-width: 2px;
      font-family: "Lato", sans-serif; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .coupon input.button:hover,
      .woocommerce-page .woocommerce .cart-collaterals .cart_totals .coupon input.button:hover {
        background: none;
        border-color: #e25050;
        color: #e25050; }

/*----- 404 page -----*/
.flx-404 {
  text-align: center; }
  .flx-404 .flx-white-box {
    padding: 140px 30px; }
    .flx-404 .flx-white-box h2 {
      font-size: 90px;
      font-weight: 400;
      line-height: 94px; }
    .flx-404 .flx-white-box h4 {
      font-size: 22px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 20px; }
    .flx-404 .flx-white-box > p {
      font-size: 13px;
      margin-bottom: 25px; }
      .flx-404 .flx-white-box > p a {
        color: #e25050; }
        .flx-404 .flx-white-box > p a:hover {
          color: #3d3d3d; }
    .flx-404 .flx-white-box .search-box .search-form {
      width: 256px;
      display: inline-block;
      position: relative; }
      .flx-404 .flx-white-box .search-box .search-form .search-field {
        width: 100%;
        height: 30px;
        line-height: 24px;
        border: 1px solid #ebebeb;
        border-radius: 15px;
        padding: 1px 15px; }
      .flx-404 .flx-white-box .search-box .search-form button {
        background: none;
        border: none;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 3px;
        font-size: 13px;
        color: #939393; }
        .flx-404 .flx-white-box .search-box .search-form button:hover {
          color: #e25050; }

/*# sourceMappingURL=style.css.map */
