/*
Theme Name: Printshop
Theme URI: http://www.netbase.vn
Author: Netbase Team
Author URI: http://www.netbase.vn
Description: Printshop WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: netbase
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Document
3.0 Layout
4.0 Elements
5.0 Posts
6.0 Pages
7.0 Widgets
8.0 Supports

--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300italic,300,100italic,100,500italic,500,700,700italic&subset=latin,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700&subset=latin,greek-ext,greek,vietnamese);
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 14px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

a:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0; }

a img {
  border: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input {
  line-height: normal;
  overflow: visible; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, .widget-area .widget_categories ul:after,
.widget-area .widget_archive ul:after,
.widget-area .widget_meta ul:after, .tagcloud:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul, .tagcloud {
  display: inline-block; }

.clearfix, .widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul, .tagcloud {
  display: block; }

.clear:before, .container:before, .clear:after, .container:after {
  display: table;
  content: ""; }
.clear:after, .container:after {
  clear: both; }

.break, h1,
h2,
h3,
#calendar_wrap caption,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: keep-all;
  word-wrap: break-word; }

.none {
  display: none; }

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  background: #fafafa;
  height: 100%; }

.site {
  background: #fafafa;
  position: relative; }

body, button, input, select, textarea {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #777777; }

pre,
code,
input,
textarea {
  font: inherit; }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #25BCE9;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
#calendar_wrap caption,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 0px; }
  h1 a,
  h2 a,
  h3 a,
  #calendar_wrap caption a,
  h4 a,
  h5 a,
  h6 a {
    color: #333333;
    text-decoration: none; }

h1 {
  line-height: 1.3;
  font-size: 30px; }
  @media screen and (min-width: 790px) {
    h1 {
      font-size: 35px; } }
  h1 span {
    font-weight: bold; }

h2 {
  line-height: 1.2;
  font-size: 23px; }
  @media screen and (min-width: 790px) {
    h2 {
      font-size: 26px; } }

h3, #calendar_wrap caption {
  font-size: 20px; }

h4 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 12px; }

h5 {
  text-transform: uppercase;
  font-size: 15px; }

h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px; }

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-top: 0; }

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

blockquote {
  clear: both;
  margin: 20px 0; }
  blockquote p {
    font-style: italic; }
  blockquote cite {
    font-style: normal;
    margin-bottom: 20px;
    font-size: 13px; }

dfn,
cite,
em,
i {
  font-style: italic; }

figure {
  margin: 0; }

address {
  margin: 20px 0; }

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px; }

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px; }

details summary {
  font-weight: bold;
  margin-bottom: 20px; }
details :focus {
  outline: none; }

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px; }

mark {
  background-color: #fff9c0;
  text-decoration: none; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

ul, ol {
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul li, ol li {
  margin: 8px 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 20px 20px; }

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
  text-align: center; }

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px; }

table th {
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase; }

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9; }

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  background: #25BCE9;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 17px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px; }
  input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
    opacity: 0.8; }

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer; }

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px; }

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  cursor: pointer;
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  padding: 10px 15.38462px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  textarea:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    outline: none;
    border-color: #25BCE9; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px; }

input, textarea, input[type="submit"]:focus {
  outline: 0 none; }

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #25BCE9;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*------------------------------
	2.9 Helper
------------------------------*/
.primary-color {
  color: #25BCE9; }

.secondary-color {
  color: #00aeef; }

.text-transform-none {
  text-transform: none !important; }
  .text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none #calendar_wrap caption, #calendar_wrap .text-transform-none caption, .text-transform-none h4, .text-transform-none h5 {
    text-transform: none !important; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  position: relative; }
  @media screen and (min-width: 790px) {
    .container {
      padding: 0px 15px; } }

.container.full-screen {
  width: 100% !important;
  max-width: 100% !important; }
  .container.full-screen .content-area {
    width: 100%; }

#primary {
  padding-bottom: 40px;
  padding-top: 30px;
  overflow: hidden; }

#secondary {
  padding-bottom: 40px;
  padding-top: 0; }
  @media screen and (min-width: 790px) {
    #secondary {
      padding-top: 30px; } }

.content-area {
  width: 100%;
  float: none; }
  @media screen and (min-width: 790px) {
    .content-area {
      width: 74.33628%;
      float: left; } }

.sidebar {
  width: 100%;
  float: none; }
  @media screen and (min-width: 790px) {
    .sidebar {
      width: 25.66372%;
      float: left; } }

.page-fullwidth .content-area,
.page-template-template-fullwidth-php .content-area {
  float: none;
  width: 100%; }

.woocommerce-wishlist .no-sidebar .content-area, .um-page-login .no-sidebar .content-area,
.um-page-register .no-sidebar .content-area, .woocommerce-cart .no-sidebar .content-area,
.woocommerce-checkout .no-sidebar .content-area, .um-page-account .no-sidebar .content-area,
.um-page-user .no-sidebar .content-area, .single-portfolio .no-sidebar .content-area {
  width: 100%; }

@media screen and (max-width: 1100px) {
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: -15px !important; } }

@media screen and (min-width: 790px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 15px;
    border-left: none;
    margin-right: 1px; }

  .left-sidebar .sidebar {
    padding-right: 15px;
    border-right: none;
    margin-right: -1px; }

  .right-sidebar .content-area {
    padding-right: 15px;
    border-right: none; }

  .right-sidebar .sidebar {
    padding-left: 15px;
    border-left: none;
    margin-left: -1px; } }
.layout-boxed .site {
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }

.grid-row {
  margin-left: -20px;
  margin-right: -20px; }

.grid-xs-1, .grid-sm-1, .grid-md-1, .grid-lg-1, .grid-xs-2, .grid-sm-2, .grid-md-2, .grid-lg-2, .grid-xs-3, .grid-sm-3, .grid-md-3, .grid-lg-3, .grid-xs-4, .grid-sm-4, .grid-md-4, .grid-lg-4, .grid-xs-5, .grid-sm-5, .grid-md-5, .grid-lg-5, .grid-xs-6, .grid-sm-6, .grid-md-6, .grid-lg-6, .grid-xs-7, .grid-sm-7, .grid-md-7, .grid-lg-7, .grid-xs-8, .grid-sm-8, .grid-md-8, .grid-lg-8, .grid-xs-9, .grid-sm-9, .grid-md-9, .grid-lg-9, .grid-xs-10, .grid-sm-10, .grid-md-10, .grid-lg-10, .grid-xs-11, .grid-sm-11, .grid-md-11, .grid-lg-11, .grid-xs-12, .grid-sm-12, .grid-md-12, .grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .grid-sm-1, .grid-sm-2, .grid-sm-3, .grid-sm-4, .grid-sm-5, .grid-sm-6, .grid-sm-7, .grid-sm-8, .grid-sm-9, .grid-sm-10, .grid-sm-11, .grid-sm-12 {
    float: left; }

  .grid-sm-12 {
    width: 100%; }

  .grid-sm-11 {
    width: 91.66666667%; }

  .grid-sm-10 {
    width: 83.33333333%; }

  .grid-sm-9 {
    width: 75%; }

  .grid-sm-8 {
    width: 66.66666667%; }

  .grid-sm-7 {
    width: 58.33333333%; }

  .grid-sm-6 {
    width: 50%; }

  .grid-sm-5 {
    width: 41.66666667%; }

  .grid-sm-4 {
    width: 33.33333333%; }

  .grid-sm-3 {
    width: 25%; }

  .grid-sm-2 {
    width: 16.66666667%; }

  .grid-sm-1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .grid-md-1, .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5, .grid-md-6, .grid-md-7, .grid-md-8, .grid-md-9, .grid-md-10, .grid-md-11, .grid-md-12 {
    float: left; }

  .grid-md-12 {
    width: 100%; }

  .grid-md-11 {
    width: 91.66666667%; }

  .grid-md-10 {
    width: 83.33333333%; }

  .grid-md-9 {
    width: 75%; }

  .grid-md-8 {
    width: 66.66666667%; }

  .grid-md-7 {
    width: 58.33333333%; }

  .grid-md-6 {
    width: 50%; }

  .grid-md-5 {
    width: 41.66666667%; }

  .grid-md-4 {
    width: 33.33333333%; }

  .grid-md-3 {
    width: 25%; }

  .grid-md-2 {
    width: 16.66666667%; }

  .grid-md-1 {
    width: 8.33333333%; } }
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*------------------------------
4.1 Header
------------------------------*/
.header-wrap-top {
  height: 50px;
  background: #25bce9;
  line-height: 49px; }
  .header-wrap-top .header-left-widgets {
    float: left; }
    @media screen and (max-width: 400px) {
      .header-wrap-top .header-left-widgets .header-social {
        line-height: 20px;
        padding-top: 10px; } }
    .header-wrap-top .header-left-widgets .header-social a {
      color: #fff;
      margin-right: 22px;
      font-size: 16px; }
      @media screen and (max-width: 500px) {
        .header-wrap-top .header-left-widgets .header-social a {
          margin-right: 15px; } }
      .header-wrap-top .header-left-widgets .header-social a:hover {
        color: #333; }
    @media screen and (max-width: 790px) {
      .header-wrap-top .header-left-widgets .header-social a.social-heart, .header-wrap-top .header-left-widgets .header-social a.social-lock {
        display: none; } }
  .header-wrap-top .header-right-widgets {
    float: right; }
    .header-wrap-top .header-right-widgets .extract-element {
      float: left; }
      .header-wrap-top .header-right-widgets .extract-element span {
        color: #fff;
        font-size: 12px;
        font-weight: 300; }
      @media screen and (max-width: 790px) {
        .header-wrap-top .header-right-widgets .extract-element span.phone-text {
          display: none; } }

.header-wrap {
  padding: 22px 0 18px 0;
  background: #fff;
  border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 790px) {
    .header-wrap {
      padding: 10px 0 6px 0; } }

.home-title {
  display: none; }

.site-header {
  position: relative;
  z-index: 99;
  width: 100%; }
  .site-header .site-branding {
    float: left; }
    @media screen and (max-width: 400px) {
      .site-header .site-branding {
        max-width: 105px;
        line-height: 47px; } }
    @media screen and (min-width: 1100px) {
      .site-header .site-branding {
        min-width: 300px; } }
    .site-header .site-branding .site-title {
      margin-bottom: 0px;
      font-size: 27px;
      font-weight: bold;
      margin-top: 0; }

/* Header Topbar
------------------------------*/
.home.header-topbar .site {
  position: relative; }
  .home.header-topbar .site .site-header {
    position: absolute; }
  .home.header-topbar .site .site-header.header-fixed {
    position: fixed;
    padding-top: 6px;
    background: rgba(0, 0, 0, 0.7); }

.home.header-topbar .site .site-header {
  padding-top: 0;
  background: transparent; }
  .home.header-topbar .site .site-header .header-wrap-top {
    background: transparent; }
    .home.header-topbar .site .site-header .header-wrap-top .header-right-widgets .language aside.widget select {
      background: transparent; }
    .home.header-topbar .site .site-header .header-wrap-top .header-right-widgets .currency form .currency-sel .woocommerce-currency-switcher {
      background: transparent; }
  .home.header-topbar .site .site-header .header-wrap {
    background: transparent;
    border-bottom: none; }
    .home.header-topbar .site .site-header .header-wrap .site-branding {
      margin-top: 0px; }
    .home.header-topbar .site .site-header .header-wrap .header-right-wrap-top #mega-menu-wrap-primary {
      background: transparent; }
      .home.header-topbar .site .site-header .header-wrap .header-right-wrap-top #mega-menu-wrap-primary #mega-menu-primary {
        background: transparent; }
    .home.header-topbar .site .site-header .header-wrap .header-right-cart-search form.search-form input.search-submit {
      color: transparent; }
    .home.header-topbar .site .site-header .header-wrap .header-right-cart-search .header-cart-search .cart-contents {
      color: #fff; }
      .home.header-topbar .site .site-header .header-wrap .header-right-cart-search .header-cart-search .cart-contents span {
        background: #25BCE9; }
    .home.header-topbar .site .site-header .header-wrap .header-right-cart-search form.search-form:after {
      color: #fff; }
.home.header-topbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: transparent; }
.home.header-topbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent;
  color: #25BCE9; }
.home.header-topbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  background: transparent; }
.home.header-topbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  font-weight: normal; }

/* Header Centered
------------------------------*/
@media screen and (min-width: 1100px) {
  .header-centered .site-header .container {
    max-width: 100%;
    width: 100%;
    padding: 0px; } }
.header-centered .header-right-widgets .currency {
  margin-right: 15px; }
.header-centered .site-header {
  padding-top: 0; }
.header-centered .site-header .site-branding {
  margin-top: 0px;
  float: none;
  display: block;
  text-align: center;
  margin-bottom: 35px; }
  @media screen and (max-width: 1100px) {
    .header-centered .site-header .site-branding {
      margin-bottom: 0px;
      float: left;
      text-align: left; } }

/* Top Bar
------------------------------*/
.site-topbar {
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
  background: #f8f9f9;
  color: #888888;
  overflow: hidden; }
  .site-topbar a {
    color: #888888;
    text-decoration: none; }
    .site-topbar a:hover {
      color: #25BCE9; }
  @media screen and (max-width: 790px) {
    .site-topbar .container {
      padding: 0px; } }
  .site-topbar .widget {
    margin-bottom: 0px; }
    .site-topbar .widget a {
      color: #888888; }
      .site-topbar .widget a:hover {
        color: #25BCE9; }
    @media screen and (max-width: 790px) {
      .site-topbar .widget {
        display: block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #e9e9e9;
        margin: 0px; } }
  .site-topbar .topbar-highlight {
    letter-spacing: 0.5px; }
  .site-topbar .topbar-left {
    float: left; }
    @media screen and (max-width: 790px) {
      .site-topbar .topbar-left {
        float: none; } }
    .site-topbar .topbar-left ul li a {
      margin-right: 20px; }
    .site-topbar .topbar-left .topbar-widget {
      padding-right: 15px;
      margin-right: 15px;
      float: left;
      border-right: 1px solid #e9e9e9; }
      .site-topbar .topbar-left .topbar-widget:first-child {
        border-left: 1px solid #e9e9e9;
        padding-left: 15px; }
    .site-topbar .topbar-left .topbar-address, .site-topbar .topbar-left .topbar-phone, .site-topbar .topbar-left a.topbar-button {
      margin-right: 15px; }
  .site-topbar .topbar-right {
    float: right; }
    @media screen and (max-width: 790px) {
      .site-topbar .topbar-right {
        float: none; } }
    .site-topbar .topbar-right ul li a {
      margin-left: 20px; }
    .site-topbar .topbar-right .topbar-widget {
      padding-left: 15px;
      margin-left: 15px;
      float: right;
      border-left: 1px solid #e9e9e9; }
      .site-topbar .topbar-right .topbar-widget:first-child {
        border-right: 1px solid #e9e9e9;
        padding-right: 15px; }
    .site-topbar .topbar-right .topbar-address, .site-topbar .topbar-right .topbar-phone, .site-topbar .topbar-right a.topbar-button {
      margin-left: 15px; }
  .site-topbar .widgettitle {
    display: none; }
  .site-topbar .topbar-widget {
    padding: 12px 0px 12px; }
    @media screen and (min-width: 790px) {
      .site-topbar .topbar-widget {
        float: none; } }
  .site-topbar .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-topbar .widget.widget_nav_menu ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  .site-topbar .topbar-social a {
    margin: 0px 7px;
    font-size: 15px;
    line-height: 1; }
  .site-topbar .search-form {
    margin-bottom: 0px; }
    .site-topbar .search-form .search-field {
      float: none;
      padding: 3px 7px 5px;
      font-size: 10px;
      margin: -6px 0px;
      width: auto;
      border-color: #e9e9e9; }

@media screen and (min-width: 1100px) {
  .site-header.fixed-on {
    width: 100%;
    z-index: 100;
    padding-top: 0; }

  .site-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    z-index: 100;
    background: rgba(255, 255, 255, 0.99);
    padding-top: 7px; }
    .site-header.header-fixed .header-wrap-top {
      display: none; }
    .site-header.header-fixed .header-wrap {
      padding: 0 0 2px 0;
      box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3); }

  .header-transparent .site-header.fixed-on {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%); }
  .header-transparent .site-header.header-fixed {
    background: rgba(0, 0, 0, 0.8); }

  .header-topbar .site-header.header-fixed {
    padding-top: 7px;
    transition: all 0.5s ease; }

  .header-centered .site-header.header-fixed {
    padding-top: 0px; }
    .header-centered .site-header.header-fixed .site-branding {
      display: none; } }
.site-content {
  padding-top: 0px !important;
  background: #fafafa; }

/* Header Transparent
------------------------------*/
.header-transparent .site {
  position: relative; }
  .header-transparent .site .site-header {
    position: absolute; }
  .header-transparent .site .site-header.header-fixed {
    padding-top: 6px;
    background: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1100px) {
      .header-transparent .site .site-header.header-fixed {
        position: fixed; } }

.header-transparent .site .site-header {
  padding-top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%); }
  .header-transparent .site .site-header .header-wrap-top {
    background: transparent; }
    .header-transparent .site .site-header .header-wrap-top .header-right-widgets .language aside.widget select {
      background: transparent; }
      .header-transparent .site .site-header .header-wrap-top .header-right-widgets .language aside.widget select option {
        background: rgba(0, 0, 0, 0.7); }
    .header-transparent .site .site-header .header-wrap-top .header-right-widgets .currency form .currency-sel .woocommerce-currency-switcher {
      background: transparent; }
      .header-transparent .site .site-header .header-wrap-top .header-right-widgets .currency form .currency-sel .woocommerce-currency-switcher option {
        background: rgba(0, 0, 0, 0.7); }
    .header-transparent .site .site-header .header-wrap-top .header-right-widgets .currency form .currency-sel .chosen-container .chosen-single {
      background: transparent; }
  .header-transparent .site .site-header .header-wrap {
    background: transparent;
    border-bottom: none; }
    .header-transparent .site .site-header .header-wrap .site-branding {
      margin-top: 0px; }
    .header-transparent .site .site-header .header-wrap .header-right-wrap-top #mega-menu-wrap-primary {
      background: transparent; }
      .header-transparent .site .site-header .header-wrap .header-right-wrap-top #mega-menu-wrap-primary #mega-menu-primary {
        background: transparent; }
    .header-transparent .site .site-header .header-wrap .header-right-cart-search form.search-form input.search-submit {
      color: transparent; }
    .header-transparent .site .site-header .header-wrap .header-right-cart-search .header-cart-search .cart-contents {
      color: #fff; }
      .header-transparent .site .site-header .header-wrap .header-right-cart-search .header-cart-search .cart-contents span {
        background: #25BCE9; }
    .header-transparent .site .site-header .header-wrap .header-right-cart-search form.search-form:after {
      color: #fff; }
.header-transparent #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: transparent; }
.header-transparent #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent;
  color: #25BCE9;
  font-weight: normal; }
.header-transparent #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  background: transparent; }
.header-transparent #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  font-weight: normal; }

/*------------------------------
4.2 Content
------------------------------*/
/* Content elements
------------------------------*/
.blog .hentry, .archive .hentry, .search .hentry {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }

.hentry.sticky {
  padding: 30px;
  background: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .hentry.sticky .post-thumbnail img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

.more-link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding-top: 10px; }
  .more-link:hover {
    text-decoration: underline; }

.single .hentry {
  margin-bottom: 20px; }

.loop-pagination {
  display: inline-block;
  margin-bottom: 20px;
  float: right;
  width: 100%;
  text-align: right; }
  .loop-pagination a, .loop-pagination span {
    padding: 6px 13px 7px;
    background: #BBBBBB;
    color: #FFFFFF !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none; }
    .loop-pagination a:hover, .loop-pagination span:hover {
      background: #25BCE9; }
  .loop-pagination a.prev, .loop-pagination a.next {
    background: #444; }

/* Page & Archive Title */
.page-header .page-title, .archive-title {
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase; }

/*------------------------------
4.3 Sidebar
------------------------------*/
.widget-area ul {
  list-style: none;
  padding-left: 0; }
.widget-area a {
  text-decoration: none; }

.home.page #primary {
  padding-bottom: 0; }

.header-transparent #primary {
  padding-bottom: 0; }

/*------------------------------
4.4 Footer
------------------------------*/
.site-footer {
  padding: 0px;
  background: #1A1A1A;
  color: #666666;
  font-size: 14px; }
  .site-footer a, .site-footer .widget a {
    color: #dddddd; }
    .site-footer a:hover, .site-footer .widget a:hover {
      color: #FFFFFF;
      text-decoration: underline; }
  .site-footer .widget {
    font-size: 14px;
    line-height: 1.8; }
  .site-footer table > thead > tr > th, .site-footer table > tbody > tr > th, .site-footer table > tfoot > tr > th, .site-footer table > thead > tr > td, .site-footer table > tbody > tr > td, .site-footer table > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.3); }
  .site-footer textarea, .site-footer input[type="date"], .site-footer input[type="datetime"], .site-footer input[type="datetime-local"], .site-footer input[type="email"], .site-footer input[type="month"], .site-footer input[type="number"], .site-footer input[type="password"], .site-footer input[type="search"], .site-footer input[type="tel"], .site-footer input[type="text"], .site-footer input[type="time"], .site-footer input[type="url"], .site-footer input[type="week"] {
    border-color: rgba(255, 255, 255, 0.3); }

.footer-1-columns .footer-column {
  width: 100%; }

.footer-1 ul.info {
  font-size: 12px; }
  .footer-1 ul.info li i {
    font-size: 18px; }
  .footer-1 ul.info li span {
    color: #444444; }
    .footer-1 ul.info li span a {
      color: #666;
      font-size: 14px; }
      .footer-1 ul.info li span a:hover {
        text-decoration: none;
        color: #666; }
  .footer-1 ul.info li:hover {
    color: #25bce9; }

.footer-2-columns .footer-column {
  width: 100%; }
@media screen and (min-width: 790px) {
  .footer-2-columns .footer-column {
    width: 47.96748%;
    float: left;
    margin-right: 4.06504%; }
  .footer-2-columns .footer-2 {
    margin-right: 0; } }

.footer-3-columns .footer-column {
  width: 100%; }
@media screen and (min-width: 790px) {
  .footer-3-columns .footer-column {
    width: 47.96748%;
    float: left;
    margin-right: 4.06504%; }
  .footer-3-columns .footer-2 {
    margin-right: 0; } }
@media screen and (min-width: 1100px) {
  .footer-3-columns .footer-column {
    width: 30.62331%;
    float: left;
    margin-right: 4.06504%; }
  .footer-3-columns .footer-3 {
    margin-right: 0; } }

.footer-4-columns .footer-column {
  width: 100%; }
@media screen and (min-width: 790px) {
  .footer-4-columns .footer-column {
    width: 47.96748%;
    float: left;
    margin-right: 4.06504%; }
  .footer-4-columns .footer-2, .footer-4-columns .footer-4 {
    margin-right: 0; } }
@media screen and (min-width: 1100px) {
  .footer-4-columns .footer-column {
    width: 21.95122%;
    float: left;
    margin-right: 4.06504%; }
  .footer-4-columns .footer-4 {
    margin-right: 0; } }

.site-footer .footer-columns {
  padding: 35px 0px 25px 0; }
  .site-footer .footer-columns .footer-column .widget {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none; }
    @media screen and (min-width: 790px) {
      .site-footer .footer-columns .footer-column .widget {
        margin-bottom: 10px; }
        .site-footer .footer-columns .footer-column .widget:last-child {
          margin-bottom: 0px; } }
    .site-footer .footer-columns .footer-column .widget .widget-title {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-weight: 500;
      border-bottom: 1px solid #444;
      position: relative;
      font-weight: normal; }
      .site-footer .footer-columns .footer-column .widget .widget-title:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40px;
        height: 1px;
        background: #25bce9; }
  .site-footer .footer-columns .widget_nav_menu ul ul, .site-footer .footer-columns .widget_nav_menu ul ul ul {
    padding: 0px; }
  .site-footer .footer-columns .widget_nav_menu ul li {
    padding: 0 0 5px 0; }
    .site-footer .footer-columns .widget_nav_menu ul li a {
      display: block;
      position: relative;
      color: #666;
      font-size: 14px; }
      .site-footer .footer-columns .widget_nav_menu ul li a:hover {
        color: #25bce9;
        text-decoration: none;
        padding-left: 15px; }
      .site-footer .footer-columns .widget_nav_menu ul li a:hover:before {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        color: #25BCE9; }
  .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li {
    padding: 0 0 5px 0;
    width: 100%; }
    .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a {
      display: block;
      position: relative;
      padding: 0;
      border: none;
      color: #666;
      font-size: 14px; }
      .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a:hover {
        color: #25bce9;
        text-decoration: none;
        padding-left: 15px; }
      .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a:hover:before {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        color: #25BCE9; }
  .site-footer .footer-columns .widget_wpc_posts ul li {
    background: rgba(255, 255, 255, 0.03); }
  .site-footer .footer-columns .contact-info-item .contact-text {
    width: 30px; }
    .site-footer .footer-columns .contact-info-item .contact-text i {
      font-size: 16px; }
    .site-footer .footer-columns .contact-info-item .contact-text i.fa-envelope {
      font-size: 12px;
      position: relative;
      top: -3px; }
    .site-footer .footer-columns .contact-info-item .contact-text i.fa-fax {
      font-size: 14px;
      position: relative;
      top: -3px; }
  .site-footer .footer-columns .contact-info-item .contact-value {
    margin-left: 35px; }
  .site-footer .footer-columns .contact-info-box img {
    margin-bottom: 30px; }
  .site-footer .footer-columns ul.hours li {
    border-top: 1px dotted rgba(255, 255, 255, 0.1); }
  .site-footer .footer-columns ul.hours li:first-child {
    border-top: none; }
  .site-footer .footer-columns ul.hours span {
    float: right;
    font-weight: bold; }

.site-info-wrapper {
  background: #161616;
  line-height: 50px;
  font-size: 14px; }
  .site-info-wrapper .site-info .copy_text {
    float: none;
    text-align: center;
    margin-bottom: 30px;
    color: #999999; }
    @media screen and (min-width: 790px) {
      .site-info-wrapper .site-info .copy_text {
        float: left;
        margin-bottom: 0px;
        text-align: left; } }
    .site-info-wrapper .site-info .copy_text a {
      text-decoration: none;
      color: #25bce9; }
      .site-info-wrapper .site-info .copy_text a:hover {
        text-decoration: underline; }
  .site-info-wrapper .site-info .footer-menu {
    float: none;
    text-align: center; }
    @media screen and (min-width: 790px) {
      .site-info-wrapper .site-info .footer-menu {
        float: right;
        text-align: left; } }
    .site-info-wrapper .site-info .footer-menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .site-info-wrapper .site-info .footer-menu ul li {
        padding: 0;
        margin: 0;
        display: inline-block;
        line-height: 1; }
        .site-info-wrapper .site-info .footer-menu ul li a {
          float: left;
          margin-left: 15px;
          text-decoration: none;
          font-size: 14px; }
          .site-info-wrapper .site-info .footer-menu ul li a:hover {
            text-decoration: underline; }

.footer-social {
  float: left;
  padding: 10px 18.5px;
  color: #FFFFFF;
  background: #25BCE9;
  margin-top: -16px;
  position: relative; }
  .footer-social label {
    font-size: 14px;
    margin-right: 10px;
    color: #222222; }
  .footer-social:after {
    border-right: 9px solid #777777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0; }
  .footer-social a {
    margin-right: 3px; }
    .footer-social a i {
      padding: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-size: 13px;
      line-height: 1.6em;
      height: 1.8em;
      width: 1.8em;
      text-align: center;
      border: 1px solid #222222;
      color: #222222; }
      .footer-social a i:hover {
        color: #FFFFFF;
        border-color: #FFFFFF; }

/* Language Currency
------------------------------*/
.header-right-widgets .extract-element {
  margin-right: 15px; }
.header-right-widgets .language {
  min-width: 120px;
  margin-right: 15px;
  position: relative;
  cursor: pointer; }
  .header-right-widgets .language .nb-lang {
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 49px; }
    .header-right-widgets .language .nb-lang a {
      color: #fff; }
      @media screen and (min-width: 1100px) {
        .header-right-widgets .language .nb-lang a {
          border-right: 1px #fff solid;
          padding-right: 10px; } }
      .header-right-widgets .language .nb-lang a:after {
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 12px;
        font-weight: normal;
        padding-left: 5px; }
  .header-right-widgets .language aside.widget {
    position: absolute;
    z-index: 999;
    top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
    .header-right-widgets .language aside.widget ul {
      height: auto;
      padding: 0;
      margin: 0;
      cursor: pointer;
      width: 120px;
      background: #eeeeee;
      padding: 10px 0;
      box-shadow: 0px 1px 6px 1px #bcbcbc;
      -webkit-box-shadow: 0px 1px 6px 1px #bcbcbc;
      -moz-box-shadow: 0px 1px 6px 1px #bcbcbc;
      -o-box-shadow: 0px 1px 6px 1px #bcbcbc; }
      .header-right-widgets .language aside.widget ul li {
        display: block;
        margin: 0;
        padding-left: 15px;
        height: 35px;
        line-height: 35px; }
        .header-right-widgets .language aside.widget ul li:hover {
          background: #25BCE9; }
          .header-right-widgets .language aside.widget ul li:hover a {
            color: #fff; }
  .header-right-widgets .language:hover aside.widget {
    visibility: visible;
    opacity: 1;
    top: 50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
.header-right-widgets .currency {
  margin-right: 0; }
  .header-right-widgets .currency h3, .header-right-widgets .currency #calendar_wrap caption, #calendar_wrap .header-right-widgets .currency caption {
    float: left;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0; }
  .header-right-widgets .currency form {
    float: right;
    position: relative; }
    .header-right-widgets .currency form .currency-sel {
      width: 50px !important; }
      .header-right-widgets .currency form .currency-sel .woocommerce-currency-switcher {
        width: 50px !important;
        max-width: 50px !important;
        background: #25BCE9;
        border: none;
        color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        font-size: 12px;
        line-height: 27px;
        height: 50px;
        padding: 10px 10px 10px 0; }
        .header-right-widgets .currency form .currency-sel .woocommerce-currency-switcher::-ms-expand {
          /* for IE 11 */
          display: none; }
      .header-right-widgets .currency form .currency-sel .chosen-container {
        min-width: 60px;
        height: 50px;
        line-height: 50px; }
        .header-right-widgets .currency form .currency-sel .chosen-container .chosen-single {
          background: #25BCE9;
          height: 49px;
          line-height: 49px;
          box-shadow: none; }
          .header-right-widgets .currency form .currency-sel .chosen-container .chosen-single > div {
            display: none; }
        .header-right-widgets .currency form .currency-sel .chosen-container .chosen-drop {
          background: #eeeeee;
          border: none;
          margin-top: 0;
          box-shadow: 0px 1px 6px 1px #bcbcbc;
          -webkit-box-shadow: 0px 1px 6px 1px #bcbcbc;
          -moz-box-shadow: 0px 1px 6px 1px #bcbcbc;
          -o-box-shadow: 0px 1px 6px 1px #bcbcbc; }
          .header-right-widgets .currency form .currency-sel .chosen-container .chosen-drop ul {
            margin: 0;
            padding: 10px 0; }
            .header-right-widgets .currency form .currency-sel .chosen-container .chosen-drop ul li {
              color: #777777; }
            .header-right-widgets .currency form .currency-sel .chosen-container .chosen-drop ul li.highlighted {
              background: #25BCE9;
              color: #fff; }
    .header-right-widgets .currency form:after {
      position: absolute;
      content: '\f107';
      font-size: 12px;
      font-family: 'FontAwesome';
      right: 0;
      top: 0;
      color: #fff; }

@media screen and (max-width: 500px) {
  .header-wrap-top {
    height: auto; }
    .header-wrap-top .header-left-widgets {
      width: 100%; }
      .header-wrap-top .header-left-widgets .extract-element .header-social {
        text-align: center; }
        .header-wrap-top .header-left-widgets .extract-element .header-social a.social-lock {
          display: inline-block; }
        .header-wrap-top .header-left-widgets .extract-element .header-social a.social-heart {
          display: inline-block; }
    .header-wrap-top .header-right-widgets {
      width: 100%; }
      .header-wrap-top .header-right-widgets .currency {
        float: right !important; } }
.slide-buy-now {
  color: #25BCE9 !important;
  text-decoration: none !important; }
  .slide-buy-now:hover {
    color: #444 !important; }

/* Client Logo Grid
------------------------------*/
.client-logo img {
  border: 1px solid #e9e9e9; }

.client-table img {
  width: 100%; }
  .client-table img:hover {
    opacity: 0.8; }

/* Back To Top
------------------------------*/
#btt {
  background: none repeat scroll #25BCE9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  z-index: 50;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px; }
  @media screen and (min-width: 1100px) {
    #btt {
      right: 104px; } }
  #btt i {
    font-size: 10px;
    display: block;
    margin-top: 4px;
    font-weight: normal; }

/* Browser Suppport
------------------------------*/
.ie9 .site-header .header-right-wrap, .ie10 .site-header .header-right-wrap, .ie11 .site-header .header-right-wrap {
  float: none; }

.header-right-wrap-top {
  float: left; }

/* Home content intro
-------------------------*/
@media screen and (max-width: 790px) {
  #home-content-intro > .row_inner_wrapper {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 790px) {
  #home-content-intro > .row_inner_wrapper .row_center_content .vc_col-sm-3 {
    width: 50%;
    float: left; } }
@media screen and (max-width: 400px) {
  #home-content-intro > .row_inner_wrapper .row_center_content .vc_col-sm-3 {
    width: 100%;
    float: left; } }
#home-content-intro > .row_inner_wrapper .quantity .iconbox-icon {
  display: inline-block;
  width: 125px;
  height: 125px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background: #25bce9;
  border: 8px solid transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s; }
  #home-content-intro > .row_inner_wrapper .quantity .iconbox-icon i {
    line-height: 115px; }
  #home-content-intro > .row_inner_wrapper .quantity .iconbox-icon:hover {
    border-color: #ade8fa;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
#home-content-intro > .row_inner_wrapper .quantity h4 {
  font-weight: 500;
  color: #444444;
  margin-bottom: 12px;
  margin-top: 24px;
  position: relative;
  padding-bottom: 16px;
  line-height: 18px;
  letter-spacing: 0.1px; }
  #home-content-intro > .row_inner_wrapper .quantity h4:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    height: 1px;
    background: #c2c2c2; }
#home-content-intro > .row_inner_wrapper .quantity p {
  color: #888888;
  line-height: 20px;
  margin-top: 7px;
  font-weight: 400;
  margin-bottom: 8px; }
  @media screen and (max-width: 1100px) {
    #home-content-intro > .row_inner_wrapper .quantity p {
      max-height: 40px;
      overflow: hidden; } }
#home-content-intro > .row_inner_wrapper .quantity a.iconbox-read-more {
  margin-top: 20px;
  border: 1px solid #25bce9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #25bce9;
  display: inline-block;
  font-weight: 400;
  padding: 7px 15px 8px 15px;
  text-transform: uppercase;
  font-size: 12px; }
  #home-content-intro > .row_inner_wrapper .quantity a.iconbox-read-more i {
    display: none; }
  #home-content-intro > .row_inner_wrapper .quantity a.iconbox-read-more:hover {
    background: #25BCE9;
    color: #fff; }

/* Home content product
-------------------------*/
.home .custom-heading.heading-medium h2 {
  font-size: 24px !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative; }
  .home .custom-heading.heading-medium h2:after {
    content: '\f005';
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #25BCE9;
    font-size: 19px;
    left: 50%;
    bottom: -40px;
    margin-left: -15px;
    position: absolute;
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.home .custom-heading.heading-medium .heading-line {
  width: 260px !important;
  height: 1px;
  background: #d6d6d6 !important; }

.home-content-new-print .wpb_content_element {
  text-align: center; }
  .home-content-new-print .wpb_content_element .ui-widget-content {
    background: transparent; }
    .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav {
      display: inline-block;
      background: transparent; }
      .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li {
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0 6px; }
        @media screen and (max-width: 1100px) {
          .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li {
            margin-bottom: 20px; } }
        .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li a {
          padding: 0 14px;
          line-height: 38px;
          font-size: 14px;
          font-weight: normal;
          color: #444;
          background: #fafafa;
          letter-spacing: 0; }
          .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li a:hover {
            color: #fff;
            background: #25bce9; }
      .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li.ui-state-active {
        border: 1px #25BCE9 solid;
        background: #25BCE9;
        padding-bottom: 0; }
        @media screen and (max-width: 1100px) {
          .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li.ui-state-active {
            margin-bottom: 20px; } }
        .home-content-new-print .wpb_content_element .ui-widget-content ul.wpb_tabs_nav li.ui-state-active a {
          color: #fff;
          background: #25bce9; }
  @media screen and (min-width: 1100px) {
    .home-content-new-print .wpb_content_element .wpb_tab {
      padding-top: 2px; } }
  @media screen and (max-width: 790px) {
    .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left {
      width: 100%; } }
  .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li {
    width: 100%; }
    .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li .product-content-top {
      max-height: 730px; }
  @media screen and (min-width: 1100px) {
    .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul {
      margin: 0; }
      .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li {
        width: 100%;
        position: relative; }
        .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li .product-content-top a img {
          min-height: 730px;
          max-height: 730px; }
        .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a {
          position: absolute;
          bottom: 10%;
          left: 50%;
          margin-left: -140px;
          z-index: 11; }
          .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a h3, .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a #calendar_wrap caption, #calendar_wrap .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a caption {
            color: #444444;
            font-weight: bold;
            font-size: 30px; }
            .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a h3:hover, .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a #calendar_wrap caption:hover, #calendar_wrap .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a caption:hover {
              color: #25bce9; }
          .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a .star-rating {
            cursor: default; }
          .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-left ul li > a span.price {
            font-size: 24px;
            font-weight: 900;
            cursor: default; } }
  @media screen and (max-width: 790px) {
    .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-right {
      width: 100%; } }
  .home-content-new-print .wpb_content_element .wpb_tab .home-content-new-right ul li {
    margin-bottom: 20px; }

/* Home content our service
----------------------------*/
#home-content-our-service .wpb_text_column {
  margin: 0; }
  #home-content-our-service .wpb_text_column .wpb_wrapper p {
    font-size: 16px;
    color: #444;
    padding-bottom: 3px; }
#home-content-our-service .featured-box-thumb a img {
  box-shadow: none; }
#home-content-our-service .featured-box-thumb a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  transform: scale(0.3);
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s; }
#home-content-our-service .featured-box-thumb:hover a:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s; }
#home-content-our-service .featured-box-content {
  padding: 0;
  text-align: center; }
  #home-content-our-service .featured-box-content h4 {
    color: #444;
    font-size: 14px;
    margin: 23px 0 0 0;
    font-weight: 400;
    letter-spacing: 0; }
  #home-content-our-service .featured-box-content .featured-box-desc p {
    padding: 0 18px; }
  #home-content-our-service .featured-box-content .featured-box-button a {
    border: 1px solid #25BCE9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    padding: 7px 15px 8px 15px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    margin-top: 9px;
    letter-spacing: 0; }
    #home-content-our-service .featured-box-content .featured-box-button a:hover {
      background: #25BCE9;
      color: #fff; }

/* Home-content-recent-post
---------------------------*/
#home-content-recent-post .custom-heading h2 {
  color: #fff; }
#home-content-recent-post .recent-news-wrapper .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  padding: 0;
  text-align: center; }
  #home-content-recent-post .recent-news-wrapper .slick-slide .grid-title {
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 10px;
    font-weight: 500; }
  #home-content-recent-post .recent-news-wrapper .slick-slide .recent-news-meta {
    display: none; }
  #home-content-recent-post .recent-news-wrapper .slick-slide p {
    padding: 0 10px;
    margin-bottom: 5px; }
  #home-content-recent-post .recent-news-wrapper .slick-slide a.btn {
    padding: 15px 56px;
    border: 1px solid #b7b7b7;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #b7b7b7;
    margin-bottom: 38px;
    margin-top: 14px;
    font-weight: normal;
    box-shadow: none;
    font-size: 14px;
    margin-right: 0; }
    @media screen and (max-width: 790px) {
      #home-content-recent-post .recent-news-wrapper .slick-slide a.btn {
        padding: 10px 15px; } }
    #home-content-recent-post .recent-news-wrapper .slick-slide a.btn:hover {
      background: #25BCE9 !important;
      color: #fff !important; }
#home-content-recent-post .recent-news-wrapper .slick-slide:nth-child(even) {
  background: #25BCE9; }
  #home-content-recent-post .recent-news-wrapper .slick-slide:nth-child(even) .grid-title a {
    color: #fff; }
  #home-content-recent-post .recent-news-wrapper .slick-slide:nth-child(even) p {
    color: #fff; }
  #home-content-recent-post .recent-news-wrapper .slick-slide:nth-child(even) a.btn {
    color: #fff;
    background: #25BCE9;
    border: 1px #fff solid; }
    @media screen and (max-width: 790px) {
      #home-content-recent-post .recent-news-wrapper .slick-slide:nth-child(even) a.btn {
        padding: 10px 15px; } }
    #home-content-recent-post .recent-news-wrapper .slick-slide:nth-child(even) a.btn:hover {
      background: #fff !important;
      color: #25BCE9 !important; }

.slick-slide img {
  width: 100%; }

/* Home-content-how-easy-icon
---------------------------*/
#home-content-how-easy .vc_row-fluid .row_inner_wrapper {
  margin-top: 40px; }
#home-content-how-easy .how-easy-left {
  border: 1px solid #e1e1e1;
  padding-bottom: 15px;
  background: #fff; }
  @media screen and (max-width: 1100px) {
    #home-content-how-easy .how-easy-left {
      min-height: 270px; } }
  @media screen and (max-width: 790px) {
    #home-content-how-easy .how-easy-left {
      margin-bottom: 80px; } }
  #home-content-how-easy .how-easy-left .iconbox-icon i.fa {
    position: relative;
    color: #fff;
    background: #fd5b4e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    line-height: 100px;
    cursor: pointer;
    border: 7px solid transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    margin-top: -53px; }
    #home-content-how-easy .how-easy-left .iconbox-icon i.fa:hover {
      border-color: #d55a51;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s; }
#home-content-how-easy .how-easy-center {
  border: 1px solid #e1e1e1;
  padding-bottom: 15px;
  background: #fff; }
  @media screen and (max-width: 1100px) {
    #home-content-how-easy .how-easy-center {
      min-height: 270px; } }
  @media screen and (max-width: 790px) {
    #home-content-how-easy .how-easy-center {
      margin-bottom: 80px; } }
  #home-content-how-easy .how-easy-center .iconbox-icon i.fa {
    color: #fff;
    background: #FFA63E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    line-height: 100px;
    cursor: pointer;
    border: 7px solid transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    margin-top: -53px; }
    #home-content-how-easy .how-easy-center .iconbox-icon i.fa:hover {
      border-color: #FFCC66;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s; }
#home-content-how-easy .how-easy-right {
  border: 1px solid #e1e1e1;
  padding-bottom: 15px;
  background: #fff; }
  @media screen and (max-width: 1100px) {
    #home-content-how-easy .how-easy-right {
      min-height: 270px; } }
  #home-content-how-easy .how-easy-right .iconbox-icon i.fa {
    color: #fff;
    background: #25BCE9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    line-height: 100px;
    cursor: pointer;
    border: 7px solid transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    margin-top: -53px; }
    #home-content-how-easy .how-easy-right .iconbox-icon i.fa:hover {
      border-color: #ADE8FA;
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s; }

/* Home-content-how-easy-img
---------------------------*/
#home-content-how-easy .vc_row-fluid .row_inner_wrapper {
  margin-top: 34px; }
#home-content-how-easy .how-easy-left .iconbox-image {
  margin-top: -53px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 18px; }
  #home-content-how-easy .how-easy-left .iconbox-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #home-content-how-easy .how-easy-left .iconbox-image:before {
    content: '';
    position: absolute;
    border: #D55A51 solid 7px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 18px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #home-content-how-easy .how-easy-left .iconbox-image:hover:before {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
#home-content-how-easy .how-easy-left h4.iconbox-heading a {
  font-size: 18px;
  font-weight: 500;
  color: #666; }
#home-content-how-easy .how-easy-left .iconbox-desc p {
  color: #666;
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 20px; }
#home-content-how-easy .how-easy-left h5 {
  line-height: 34px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #FD5B4E;
  margin-bottom: 12px; }
#home-content-how-easy .how-easy-center .iconbox-image {
  margin-top: -53px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 18px; }
  #home-content-how-easy .how-easy-center .iconbox-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #home-content-how-easy .how-easy-center .iconbox-image:before {
    content: '';
    position: absolute;
    border: #FFCC66 solid 7px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 18px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #home-content-how-easy .how-easy-center .iconbox-image:hover:before {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
#home-content-how-easy .how-easy-center h4.iconbox-heading a {
  font-size: 18px;
  font-weight: 500;
  color: #666; }
#home-content-how-easy .how-easy-center .iconbox-desc p {
  color: #666;
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 20px; }
#home-content-how-easy .how-easy-center h5 {
  line-height: 34px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #FFA63E;
  margin-bottom: 12px; }
#home-content-how-easy .how-easy-right .iconbox-image {
  margin-top: -53px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 18px; }
  #home-content-how-easy .how-easy-right .iconbox-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #home-content-how-easy .how-easy-right .iconbox-image:before {
    content: '';
    position: absolute;
    border: #ADE8FA solid 7px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 18px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #home-content-how-easy .how-easy-right .iconbox-image:hover:before {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
#home-content-how-easy .how-easy-right h4.iconbox-heading a {
  font-size: 18px;
  font-weight: 500;
  color: #666; }
#home-content-how-easy .how-easy-right .iconbox-desc p {
  color: #666;
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 20px; }
#home-content-how-easy .how-easy-right h5 {
  line-height: 34px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #25BCE9;
  margin-bottom: 12px; }

/* Home-content-testimonial
---------------------------*/
#home-content-testimonial .testimonial-info {
  margin-bottom: 8px; }
  @media screen and (max-width: 790px) {
    #home-content-testimonial .testimonial-info {
      margin-bottom: 40px; } }
#home-content-testimonial .row_inner_wrapper .row_full_center_content {
  margin: 0; }
  #home-content-testimonial .row_inner_wrapper .row_full_center_content .vc_single_image-wrapper {
    border: 1px #959595 solid;
    cursor: pointer;
    position: relative;
    width: 100%; }
    #home-content-testimonial .row_inner_wrapper .row_full_center_content .vc_single_image-wrapper:before {
      border-bottom: 1px solid rgba(37, 188, 233, 0.8);
      border-top: 1px solid rgba(37, 188, 233, 0.8);
      bottom: -1px;
      content: "";
      left: -1px;
      position: absolute;
      right: -1px;
      top: -1px;
      transform: scale(0, 1);
      z-index: 9; }
    #home-content-testimonial .row_inner_wrapper .row_full_center_content .vc_single_image-wrapper:after {
      border-left: 1px solid rgba(37, 188, 233, 0.8);
      border-right: 1px solid rgba(37, 188, 233, 0.8);
      bottom: -1px;
      content: "";
      left: -1px;
      position: absolute;
      right: -1px;
      top: -1px;
      transform: scale(1, 0);
      z-index: 9; }
    #home-content-testimonial .row_inner_wrapper .row_full_center_content .vc_single_image-wrapper:hover {
      border: 1px solid transparent; }
      #home-content-testimonial .row_inner_wrapper .row_full_center_content .vc_single_image-wrapper:hover:before {
        transform: scale(1);
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s; }
      #home-content-testimonial .row_inner_wrapper .row_full_center_content .vc_single_image-wrapper:hover:after {
        transform: scale(1);
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s; }

@media screen and (max-width: 790px) {
  #home-content-testimonial .testimonial-img {
    width: 33%; } }
  @media screen and (max-width: 790px) and (min-width: 500px) {
    #home-content-testimonial .testimonial-img {
      width: 33%;
      float: left; } }

@media screen and (max-width: 500px) {
  #home-content-testimonial .testimonial-img {
    width: 33%;
    float: left; } }
@media screen and (max-width: 400px) {
  #home-content-testimonial .testimonial-img {
    width: 50%;
    float: left; } }
#home-content-testimonial .testimonial-img .wpb_single_image {
  text-align: center; }

@media screen and (max-width: 768px) {
  #home-content-testimonial .construction-medium-1 {
    font-size: 14px !important; }
  #home-content-testimonial .smalltext-2 {
    font-size: 14px !important; }
  #home-content-testimonial .smalltext-1 {
    font-size: 14px !important; } }
@media screen and (max-width: 640px) {
  #home-content-testimonial .tp-bullets {
    bottom: -10px !important; } }
@media screen and (max-width: 480px) {
  #home-content-testimonial .smalltext-2 {
    font-size: 12px !important;
    padding-top: 15px !important; }
  #home-content-testimonial .smalltext-1 {
    display: none !important; } }

/* Home-content-our-recent
---------------------------*/
.vc_row .wpc_parallax_bg.not-mobile {
  background-position: 100% !important; }

@media screen and (max-width: 1100px) and (min-width: 400px) {
  .home-content-new-print .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 15px; } }

@media screen and (max-width: 400px) {
  .home-content-new-print .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 15px; } }
.home-content-new-print .vc_grid-item-mini.vc_clearfix.vc_is-hover {
  position: relative; }
  .home-content-new-print .vc_grid-item-mini.vc_clearfix.vc_is-hover:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-bottom: 34px solid transparent;
    border-right: 34px solid #fafafa;
    opacity: 1;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    visibility: visible;
    z-index: 9999; }
  .home-content-new-print .vc_grid-item-mini.vc_clearfix.vc_is-hover:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-top: 34px solid transparent;
    border-left: 34px solid #65d5f7;
    opacity: 1;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    visibility: visible;
    z-index: 9999; }
.home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone {
  background: #25BCE9;
  width: 100%;
  background-size: cover !important; }
  @media screen and (min-width: 790px) {
    .home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone {
      max-height: 283px; } }
  .home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone .vc_gitem-col-align-left .vc_gitem-post-data-source-post_title div {
    font-size: 15px !important;
    text-align: center !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important; }
  .home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone .vc_gitem-col-align-left .vc_gitem-post-data-source-post_excerpt p {
    text-align: center; }
  .home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone .vc_gitem-col-align-left .vc_button-2-wrapper.vc_button-2-align-left {
    text-align: center; }
    .home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone .vc_gitem-col-align-left .vc_button-2-wrapper.vc_button-2-align-left a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: 13px; }
      .home-content-new-print .vc_gitem-animate-slideTop .vc_gitem-zone .vc_gitem-col-align-left .vc_button-2-wrapper.vc_button-2-align-left a:hover {
        background: #fff !important;
        color: #25BCE9 !important; }

#home-content-top {
  position: relative;
  border-top: 1px #e4e5e7 solid; }
  #home-content-top .home-content-top-canvas {
    position: relative; }
    #home-content-top .home-content-top-canvas:before {
      position: absolute;
      height: 50%;
      width: 50%;
      content: "";
      background: rgba(0, 0, 0, 0.3);
      top: 150px;
      left: 70px;
      transform: scale(0.5);
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      opacity: 0;
      visibility: hidden; }
    #home-content-top .home-content-top-canvas p a img {
      width: 100%; }
    #home-content-top .home-content-top-canvas .info {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -30px;
      margin-top: -15px; }
      #home-content-top .home-content-top-canvas .info a {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        margin-left: -30px;
        font-weight: bold;
        white-space: nowrap;
        position: relative; }
        #home-content-top .home-content-top-canvas .info a:before {
          border: 1px solid #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          content: "";
          height: 150px;
          width: 150px;
          position: absolute;
          left: 0;
          top: -50%;
          margin-left: 30px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          -moz-transition: all 0.2s ease-out 0s;
          -o-transition: all 0.2s ease-out 0s;
          visibility: hidden;
          opacity: 0;
          margin-top: -50px;
          margin-left: -15px; }
        #home-content-top .home-content-top-canvas .info a:hover {
          color: #25BCE9; }
    #home-content-top .home-content-top-canvas:hover:before {
      position: absolute;
      height: 100%;
      width: 100%;
      content: "";
      background: rgba(0, 0, 0, 0.3);
      top: 0;
      left: 0;
      transform: scale(1);
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      opacity: 1;
      visibility: visible; }
    #home-content-top .home-content-top-canvas:hover .info {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -30px; }
      #home-content-top .home-content-top-canvas:hover .info a {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        visibility: visible;
        opacity: 1;
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        margin-left: -30px;
        font-weight: bold;
        white-space: nowrap;
        position: relative; }
        #home-content-top .home-content-top-canvas:hover .info a:before {
          border: 1px solid #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          content: "";
          height: 150px;
          width: 150px;
          position: absolute;
          left: 0;
          top: -50%;
          margin-left: 30px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          -moz-transition: all 0.2s ease-out 0s;
          -o-transition: all 0.2s ease-out 0s;
          visibility: visible;
          opacity: 1;
          margin-top: -50px;
          margin-left: -15px; }
        #home-content-top .home-content-top-canvas:hover .info a:hover {
          color: #25BCE9; }

@media screen and (max-width: 790px) and (min-width: 500px) {
  #home-content-top .row_full_center_content {
    margin-right: 0; } }

@media screen and (max-width: 790px) {
  #home-content-top .content-canvas-bot {
    margin-top: -25px; }
    #home-content-top .content-canvas-bot p a img {
      margin-top: -25px; } }
@media screen and (max-width: 500px) {
  #home-content-top .content-canvas-bot {
    margin-top: 0; }
    #home-content-top .content-canvas-bot p a img {
      margin-top: 0; } }
@media screen and (max-width: 790px) {
  #home-content-top .content-canvas-right {
    margin-top: -30px !important; } }
@media screen and (max-width: 500px) {
  #home-content-top .content-canvas-right {
    margin-top: 0 !important; } }

@media screen and (max-width: 640px) {
  #home-content-top .content-canvas-bot {
    margin-top: 0; }
  #home-content-top .content-canvas-right {
    margin-top: 0 !important; } }
/* Home content out cap
-------------------------*/
#home-content-out-cap .wpb_content_element {
  text-align: center; }
  #home-content-out-cap .wpb_content_element h3, #home-content-out-cap .wpb_content_element #calendar_wrap caption, #calendar_wrap #home-content-out-cap .wpb_content_element caption {
    color: #fff;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 14px; }
  #home-content-out-cap .wpb_content_element p {
    color: #e6e6e6;
    line-height: 20px; }

/* Netbase-menu
------------------------*/
.header-right-wrap-top #mega-menu-wrap-primary #mega-menu-primary {
  background: #fff;
  line-height: 50px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #444444;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '\f347'; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '\f345'; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::after {
  content: '\f347'; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  background: #fff;
  color: #25BCE9;
  font-weight: 500; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  width: 200px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu {
  margin-top: 24px;
  border-top: 3px #25BCE9 solid; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu:after {
    position: absolute;
    top: -1px;
    left: 49%;
    margin-left: -3px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #25bce9;
    border-left: 7px solid transparent;
    content: ''; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu {
  padding: 10px 0 0 10px;
  background: #fff; }

.header-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, .header-fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu {
  margin-top: 7px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #25BCE9;
  font-weight: normal; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff; }
  @media screen and (max-width: 768px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      background: #282828; } }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: #fff;
  color: #25BCE9; }

#netbase-responsive-toggle {
  display: none;
  line-height: 50px;
  width: 50px;
  padding-left: 10px;
  float: left;
  color: #25BCE9;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #netbase-responsive-toggle {
      display: block; } }

#mega-menu-wrap-primary .mega-menu-toggle, #mega-menu-wrap-primary .mega-menu-toggle::after {
  display: none; }

.netbase-menu-title {
  display: none; }

@media screen and (max-width: 768px) {
  .header-right-wrap-top {
    background: #282828;
    max-width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -60px;
    width: 90%;
    z-index: 9999;
    display: none; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    .header-right-wrap-top {
      margin-top: -110px; } }
  @media screen and (max-width: 768px) and (max-width: 360px) {
    .header-right-wrap-top {
      margin-top: -91px; } }
@media screen and (max-width: 768px) {
    .header-right-wrap-top .netbase-menu-title {
      border-bottom: 1px solid #444444;
      overflow: hidden;
      padding: 15px;
      display: block; }
      .header-right-wrap-top .netbase-menu-title h3, .header-right-wrap-top .netbase-menu-title #calendar_wrap caption, #calendar_wrap .header-right-wrap-top .netbase-menu-title caption {
        color: #fff;
        float: left;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 0; }
      .header-right-wrap-top .netbase-menu-title span {
        cursor: pointer;
        display: block;
        float: right; }
        .header-right-wrap-top .netbase-menu-title span i.fa {
          font-size: 24px;
          color: #fff; }
    .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary {
      display: block;
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      background: #282828; }
      .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li {
        margin: 0;
        border-bottom: 1px #444444 solid;
        width: 100%; }
        .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li a {
          display: block;
          color: #25BCE9;
          font-weight: normal;
          text-transform: capitalize !important;
          background: #282828; }
          .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li a:hover {
            color: #fff;
            background: #282828; }
      .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item-has-children a {
        color: #25BCE9;
        text-transform: capitalize; }
        .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item-has-children a i.fa {
          float: right;
          height: 30px;
          padding: 5px 0 0 10px;
          width: 50px; }
      .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        background: #282828;
        border: none;
        margin-top: 0;
        padding-left: 15px; }
        .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu:after {
          display: none; }
        .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item-has-children ul.mega-sub-menu li {
          border-bottom: none; }
      .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: #282828;
        text-transform: capitalize; }
      .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
        background: #282828;
        border: none;
        margin-top: 0;
        padding-left: 15px; }
        .header-right-wrap-top #mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu:after {
          display: none; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #282828; } }
/*	Site Origin
----------------------------*/
@media screen and (max-width: 790px) {
  .panel-grid .home-content-new-left {
    width: 100%; } }
.panel-grid .home-content-new-left ul li {
  width: 100% !important; }
  .panel-grid .home-content-new-left ul li .product-content-top {
    max-height: 730px !important; }
@media screen and (min-width: 1100px) {
  .panel-grid .home-content-new-left ul {
    margin: 0; }
    .panel-grid .home-content-new-left ul li {
      width: 100%;
      position: relative; }
      .panel-grid .home-content-new-left ul li .product-content-top a img {
        min-height: 730px;
        max-height: 730px; }
      .panel-grid .home-content-new-left ul li > a {
        position: absolute;
        bottom: 10%;
        left: 50%;
        margin-left: -140px;
        z-index: 11; }
        .panel-grid .home-content-new-left ul li > a h3, .panel-grid .home-content-new-left ul li > a #calendar_wrap caption, #calendar_wrap .panel-grid .home-content-new-left ul li > a caption {
          color: #444444;
          font-weight: bold;
          font-size: 30px !important; }
          .panel-grid .home-content-new-left ul li > a h3:hover, .panel-grid .home-content-new-left ul li > a #calendar_wrap caption:hover, #calendar_wrap .panel-grid .home-content-new-left ul li > a caption:hover {
            color: #25bce9; }
        .panel-grid .home-content-new-left ul li > a .star-rating {
          cursor: default; }
        .panel-grid .home-content-new-left ul li > a span.price {
          font-size: 24px;
          font-weight: 900;
          cursor: default; } }
@media screen and (max-width: 790px) {
  .panel-grid .home-content-new-right {
    width: 100%; } }
.panel-grid .home-content-new-right ul li {
  margin-bottom: 20px;
  width: 48% !important; }
  @media screen and (max-width: 500px) {
    .panel-grid .home-content-new-right ul li {
      width: 100% !important; } }
.panel-grid .home-content-new-right ul li:nth-child(2n) {
  margin-right: 0; }

.mega-sub-menu li .textwidget {
  font-size: 13px !important; }
  .mega-sub-menu li .textwidget h4 {
    margin-bottom: 5px; }

.menu-info-readmore {
  color: #25BCE9 !important; }

/*--------------------------------------------------------------
5.0 Posts
--------------------------------------------------------------*/
/* Post Entry
------------------------------*/
.entry-title {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold; }
  @media screen and (min-width: 790px) {
    .entry-title {
      font-size: 18px; } }
  .entry-title a:hover {
    text-decoration: underline; }

.single .entry-title {
  font-size: 18px; }

.post-thumbnail img {
  margin: 0 0 30px 0;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

/* Entry Content
------------------------------*/
.entry-content cite {
  display: block;
  margin-top: 10px; }
  .entry-content cite:before {
    content: "- "; }
.entry-content blockquote {
  padding: 20px 80px 20px 28px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #25BCE9;
  font-style: italic; }
  .entry-content blockquote p {
    margin: 0px;
    font-size: 16px; }
.entry-content ul, .entry-content ol {
  margin-left: 20px; }
.entry-content a {
  text-decoration: none; }
  .entry-content a:hover {
    text-decoration: underline; }

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 30px; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    margin: 10px 0; }

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px; }

.alignleft,
.entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 50px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 50px; }

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none; }

.gallery-caption {
  font-family: inherit; }

.bypostauthor {
  margin: 0; }

/* WordPress Gallery
------------------------------*/
.gallery {
  margin-right: -20px;
  margin-bottom: 20px; }
  .gallery .gallery-item {
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent; }
    .gallery .gallery-item .gallery-icon {
      margin-bottom: 0px; }
      .gallery .gallery-item .gallery-icon:hover {
        opacity: 0.7; }
    .gallery .gallery-item img {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }

.single-post .gallery.gallery-columns-4,
.single-post .gallery.gallery-columns-5,
.single-post .gallery.gallery-columns-6,
.single-post .gallery.gallery-columns-7,
.single-post .gallery.gallery-columns-8,
.single-post .gallery.gallery-columns-9, .blog .gallery.gallery-columns-4,
.blog .gallery.gallery-columns-5,
.blog .gallery.gallery-columns-6,
.blog .gallery.gallery-columns-7,
.blog .gallery.gallery-columns-8,
.blog .gallery.gallery-columns-9 {
  margin-right: -10px;
  margin-bottom: 20px; }
  .single-post .gallery.gallery-columns-4 .gallery-item,
  .single-post .gallery.gallery-columns-5 .gallery-item,
  .single-post .gallery.gallery-columns-6 .gallery-item,
  .single-post .gallery.gallery-columns-7 .gallery-item,
  .single-post .gallery.gallery-columns-8 .gallery-item,
  .single-post .gallery.gallery-columns-9 .gallery-item, .blog .gallery.gallery-columns-4 .gallery-item,
  .blog .gallery.gallery-columns-5 .gallery-item,
  .blog .gallery.gallery-columns-6 .gallery-item,
  .blog .gallery.gallery-columns-7 .gallery-item,
  .blog .gallery.gallery-columns-8 .gallery-item,
  .blog .gallery.gallery-columns-9 .gallery-item {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    .single-post .gallery.gallery-columns-4 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-5 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-6 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-7 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-8 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-9 .gallery-item .gallery-icon, .blog .gallery.gallery-columns-4 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-5 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-6 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-7 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-8 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-9 .gallery-item .gallery-icon {
      margin-bottom: 0px; }

/* Entry meta
------------------------------*/
.entry-meta {
  display: inline-block;
  margin-bottom: 10px; }
  .entry-meta a, .entry-meta span {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #777777; }
  .entry-meta span.sep {
    margin: 0px 12.5px; }
  .entry-meta a:hover {
    text-decoration: underline; }
  .entry-meta .sticky-label {
    margin: 0px 0px 0px 12.5px;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f8f9f9;
    color: #FFFFFF; }
  .entry-meta i.fa {
    margin-right: 3px; }

.single .entry-meta {
  margin-bottom: 10px; }

/* Entry author
------------------------------*/
.entry-author {
  background: #f8f9f9;
  padding: 0;
  margin: 40px 0px 40px; }
  .entry-author .entry-author-avatar {
    float: left;
    padding-right: 25px; }
    .entry-author .entry-author-avatar img {
      max-width: 85px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      margin-top: 4px; }
  .entry-author .entry-author-byline {
    color: #777777;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6.66667px; }
    .entry-author .entry-author-byline a {
      text-decoration: none; }
  .entry-author .entry-author-bio {
    padding-left: 85px; }

/* Entry Footer
------------------------------*/
.entry-footer i.fa {
  float: left;
  color: #999999;
  margin: 6px 6px 0 0; }
.entry-footer .post-categories, .entry-footer .post-tags {
  list-style: none;
  padding: 0px;
  margin-bottom: 10px; }
  .entry-footer .post-categories li, .entry-footer .post-tags li {
    display: inline;
    margin: 0px; }
    .entry-footer .post-categories li a, .entry-footer .post-tags li a {
      font-size: 13px;
      text-decoration: none;
      position: relative; }
    .entry-footer .post-categories li:after, .entry-footer .post-tags li:after {
      content: ", ";
      color: #aaaaaa; }
    .entry-footer .post-categories li:last-child:after, .entry-footer .post-tags li:last-child:after {
      content: none; }

/* Comments
------------------------------*/
#comments .comments-title {
  margin-bottom: 20px;
  text-transform: uppercase; }
#comments .comment-list {
  list-style: none;
  padding-left: 0px; }
  #comments .comment-list .pingback {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin: 0; }
    #comments .comment-list .pingback p {
      margin: 0px; }
  #comments .comment-list .pingback:last-child {
    margin-bottom: 40px; }
#comments .comment {
  list-style: none;
  margin: 30px 0; }
  #comments .comment .avatar {
    width: 85px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  #comments .comment .comment-wrapper {
    margin-left: 90px;
    padding: 25px 30px 15px 30px;
    background: #f8f9f9;
    position: relative; }
    #comments .comment .comment-wrapper:before {
      border-color: transparent #f6f7f9 transparent transparent;
      border-style: solid;
      border-width: 0 10px 10px 0;
      content: "";
      height: 0;
      left: -9px;
      position: absolute;
      top: 0;
      width: 0; }
    #comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
      color: #aaaaaa;
      text-transform: uppercase;
      font-size: 11px; }
      #comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
        color: #25BCE9; }
      #comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
        content: "/";
        padding: 0px 5px; }
    #comments .comment .comment-wrapper .comment-meta a:last-child:after {
      content: ""; }
    #comments .comment .comment-wrapper .comment-meta cite .fn {
      font-weight: bold;
      font-style: normal;
      margin-right: 5px;
      text-transform: uppercase;
      font-size: 14px; }
    #comments .comment .comment-wrapper .comment-meta cite span {
      padding: 3px 10px;
      background: #e9e9e9;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      margin-right: 10px; }
    #comments .comment .comment-wrapper a {
      text-decoration: none; }
  #comments .comment .children {
    padding-left: 30px; }
    #comments .comment .children .children {
      padding-left: 30px; }
      #comments .comment .children .children .children {
        padding-left: 0px; }
  @media screen and (min-width: 790px) {
    #comments .comment .children {
      padding-left: 90px; }
      #comments .comment .children .children {
        padding-left: 90px; }
        #comments .comment .children .children .children {
          padding-left: 90px; } }
#comments .form-allowed-tags {
  display: none; }
#comments a {
  text-decoration: none; }
  #comments a:hover {
    text-decoration: underline; }

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%; }

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px; }
  #respond .comment-form label {
    display: block;
    margin-bottom: 4px; }
  #respond .form-allowed-tags {
    font-size: 12px; }
    #respond .form-allowed-tags code {
      background: none; }
  #respond .comment-reply-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  #respond .comment-notes {
    display: none; }
  #respond label {
    font-size: 13px;
    text-transform: uppercase; }

.single-product #respond p.comment-form-author span {
  color: red; }
.single-product #respond p.comment-form-email label span {
  color: red; }
.single-product #respond form.comment-form p.form-submit input.submit {
  background: #25BCE9 !important;
  color: #fff !important;
  padding: 15px 20px !important; }

.full-screen .comments-area {
  max-width: 1130px;
  margin: 0 auto; }

/* Page single form
-----------------------------*/
.entry-content .sfsi_Sicons {
  padding: 30px 0; }

.comments-area h4.comments-title {
  font-size: 20px;
  text-transform: capitalize !important;
  font-weight: 400;
  border-bottom: 1px #d6d6d6 solid;
  border-top: 1px #d6d6d6 solid;
  padding: 20px 0;
  margin-bottom: 30px; }
.comments-area ol.comment-list li article.comment {
  border-bottom: 1px #d6d6d6 solid;
  padding-bottom: 30px; }
  .comments-area ol.comment-list li article.comment .comment-wrapper {
    padding: 0 0 0 20px !important; }
    .comments-area ol.comment-list li article.comment .comment-wrapper .vcard {
      margin-bottom: 5px; }
    .comments-area ol.comment-list li article.comment .comment-wrapper p {
      margin-bottom: 5px; }
    .comments-area ol.comment-list li article.comment .comment-wrapper a {
      font-size: 16px;
      text-transform: none;
      font-weight: 400; }
.comments-area .comment-respond h3.comment-reply-title, .comments-area .comment-respond #calendar_wrap caption.comment-reply-title, #calendar_wrap .comments-area .comment-respond caption.comment-reply-title {
  font-size: 20px; }
.comments-area .comment-respond form.comment-form {
  border: 1px #d6d6d6 solid;
  padding: 10px; }
  @media screen and (min-width: 1100px) {
    .comments-area .comment-respond form.comment-form {
      padding: 40px 80px 40px 40px; } }
  .comments-area .comment-respond form.comment-form p label {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize !important;
    color: #444;
    float: left;
    width: 100px;
    line-height: 44px; }
  .comments-area .comment-respond form.comment-form p input, .comments-area .comment-respond form.comment-form p textarea {
    border: 1px #d7d7d7 solid;
    border-radius: 4px; }
    @media screen and (min-width: 1100px) {
      .comments-area .comment-respond form.comment-form p input, .comments-area .comment-respond form.comment-form p textarea {
        width: 80%; } }
  .comments-area .comment-respond form.comment-form p textarea {
    height: 7em; }
  .comments-area .comment-respond form.comment-form p.form-submit {
    overflow: hidden; }
    .comments-area .comment-respond form.comment-form p.form-submit input {
      width: 180px;
      font-size: 14px;
      font-weight: normal;
      border-radius: 0; }
      @media screen and (min-width: 1100px) {
        .comments-area .comment-respond form.comment-form p.form-submit input {
          float: right;
          margin-right: 40px; } }

@media screen and (min-width: 1100px) {
  .single-essential_grid #primary, .single-post #primary {
    padding-right: 15px; }
  .single-essential_grid #secondary, .single-post #secondary {
    padding-left: 15px; } }
@media screen and (min-width: 790px) {
  .single-essential_grid #primary, .single-post #primary {
    padding-right: 15px; }
  .single-essential_grid #secondary, .single-post #secondary {
    padding-left: 15px; } }

@media screen and (min-width: 500px) {
  .category-post-type:nth-child(odd) {
    width: 50%;
    float: left;
    padding-left: 15px; }
    .category-post-type:nth-child(odd) .post {
      border-bottom: none;
      margin-bottom: 20px; }
      .category-post-type:nth-child(odd) .post .post-thumbnail img {
        width: 100%;
        border-radius: 0;
        margin-bottom: 27px;
        max-height: 390px;
        min-height: 390px; } }
.category-post-type:nth-child(odd) .entry-header h1 {
  margin-bottom: 14px; }
  .category-post-type:nth-child(odd) .entry-header h1 a {
    text-decoration: none; }
    .category-post-type:nth-child(odd) .entry-header h1 a:hover {
      color: #25BCE9; }
.category-post-type:nth-child(odd) .entry-content p {
  color: #444;
  font-weight: 400; }

@media screen and (min-width: 500px) {
  .category-post-type:nth-child(even) {
    width: 50%;
    float: left;
    padding-right: 15px; }
    .category-post-type:nth-child(even) .post {
      border-bottom: none;
      margin-bottom: 20px; }
      .category-post-type:nth-child(even) .post .post-thumbnail img {
        width: 100%;
        border-radius: 0;
        margin-bottom: 27px;
        max-height: 390px;
        min-height: 390px; } }
.category-post-type:nth-child(even) .entry-header h1 {
  margin-bottom: 14px; }
  .category-post-type:nth-child(even) .entry-header h1 a {
    text-decoration: none; }
    .category-post-type:nth-child(even) .entry-header h1 a:hover {
      color: #25BCE9; }
.category-post-type:nth-child(even) .entry-content p {
  color: #444;
  font-weight: 400; }

.entry-meta span {
  text-transform: capitalize; }
  .entry-meta span i.fa {
    margin-right: 5px; }
  .entry-meta span a {
    text-transform: capitalize;
    text-decoration: none; }
.entry-meta span.posted-on {
  margin: 0 15px; }

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/* Page Related
------------------------------*/
.page-title-wrap {
  border-bottom: 1px solid #e9e9e9;
  background: #fcfcfc !important; }
  .page-title-wrap h1 {
    font-size: 16px;
    font-weight: normal;
    padding: 17px 0 16px 0;
    color: #888888; }
  .page-title-wrap * {
    margin-bottom: 0px; }
  .page-title-wrap a.btn {
    margin-right: 0px; }

@media screen and (max-width: 790px) {
  .page-title-has-button {
    text-align: center; }
    .page-title-has-button .left, .page-title-has-button .right {
      float: none;
      text-align: center; }

  .page-title-has-button .page-entry-title.left {
    float: none;
    display: block;
    margin-bottom: 30px; } }
.medium-heading-inverted {
  text-transform: uppercase;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 10px; }

.large-heading-inverted {
  margin-left: -2px;
  color: #FFFFFF;
  text-transform: uppercase; }

/* Pages Header
------------------------------*/
.page-header-wrap {
  position: relative;
  padding: 60px 0px;
  color: #CCCCCC;
  border-bottom: 1px solid #e9e9e9; }
  .page-header-wrap h1 {
    font-weight: bold;
    color: #FFFFFF;
    margin: -5px 0px 2px -2px;
    letter-spacing: -0.7px;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media screen and (min-width: 790px) {
      .page-header-wrap h1 {
        font-size: 45px; } }
  .page-header-wrap .page-subtitle {
    font-size: 17px;
    display: inline-block;
    font-weight: 300; }
  .page-header-wrap .container {
    z-index: 10; }
  .page-header-wrap .wpc_parallax_bg {
    background-size: cover; }

/* 404 - Not Found
------------------------------*/
.error404 .site-header, .error404 .site-footer, .error404 .footer-connect, .error404 .site-topbar {
  display: none; }

@media screen and (min-width: 1100px) {
  .error404 .site-header {
    display: block; } }

.error404, .error404 .site-content {
  background: #f1f1f1;
  width: 100%;
  height: 100%; }

.error-page-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: fixed;
  left: 0; }

.error-box-wrap {
  height: auto;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 500px) {
    .error-box-wrap {
      width: 60%; } }
  @media screen and (min-width: 790px) {
    .error-box-wrap {
      width: 60%; } }
  @media screen and (min-width: 1100px) {
    .error-box-wrap {
      width: 60%; } }

.heading-404 {
  font-size: 80px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-weight: 900;
  color: #25BCE9;
  letter-spacing: 2px; }
  .heading-404 i {
    margin-right: 20px; }
  @media screen and (min-width: 790px) {
    .heading-404 {
      letter-spacing: 4px;
      font-size: 120px;
      line-height: 120px; } }

.error-box {
  background: #ffffff;
  overflow: hidden;
  padding: 70px 50px 30px 50px;
  margin-top: -70px; }
  .error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
    letter-spacing: 2px;
    color: #25BCE9;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold; }
  .error-box p {
    margin-bottom: 30px; }

.error-action {
  background: #25BCE9; }
  .error-action .error-home {
    float: none;
    background: #FBC443 !important;
    color: #fff !important;
    margin: 15px 0;
    font-size: 14px;
    font-weight: normal;
    border: none !important; }

/* Grid Page
------------------------------*/
.grid-item {
  margin-bottom: 40px; }
  .grid-item .grid-thumbnail {
    margin-bottom: 20px; }
    .grid-item .grid-thumbnail img:hover {
      opacity: 0.9; }
  .grid-item .grid-title {
    margin-bottom: 10px; }
    .grid-item .grid-title a:hover {
      color: #25BCE9;
      text-decoration: none; }
  .grid-item .grid-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px; }
    .grid-item .grid-more:hover {
      text-decoration: underline; }

/* Single Portfolio
------------------------------*/
.portfolio-prev i,
.portfolio-next i {
  border: 2px solid #e9e9e9;
  color: #cccccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-top: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .portfolio-prev i:hover,
  .portfolio-next i:hover {
    color: #555555;
    border-color: #aaaaaa; }

.portfolio-next {
  margin-left: 6px; }

/* Page login-register
-------------------------------*/
.single-form-info h2 {
  font-size: 24px;
  font-weight: bold; }
.single-form-info p {
  font-size: 16px;
  color: #444; }

@media screen and (min-width: 1100px) {
  .single-form-login > .wpb_wrapper {
    border: 1px #ccc solid; }
    .single-form-login > .wpb_wrapper h3, .single-form-login > .wpb_wrapper #calendar_wrap caption, #calendar_wrap .single-form-login > .wpb_wrapper caption {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0px 22px 30px 22px;
      padding: 30px 0;
      border-bottom: 1px #d7d7d7 solid;
      position: relative; }
      .single-form-login > .wpb_wrapper h3:after, .single-form-login > .wpb_wrapper #calendar_wrap caption:after, #calendar_wrap .single-form-login > .wpb_wrapper caption:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d7d7d7; }
    .single-form-login > .wpb_wrapper .um-login {
      max-width: 502px; }
      .single-form-login > .wpb_wrapper .um-login .um-form {
        padding-bottom: 20px; }
      .single-form-login > .wpb_wrapper .um-login span.um-field-checkbox-option {
        font-size: 14px;
        color: #444 !important;
        text-transform: capitalize; }
      .single-form-login > .wpb_wrapper .um-login .um-left {
        float: left;
        width: 120px;
        height: 40px; }
        .single-form-login > .wpb_wrapper .um-login .um-left input.um-button {
          font-size: 12px;
          text-transform: uppercase !important;
          background: #25BCE9;
          border-bottom: 2px #666666 solid !important; }
          .single-form-login > .wpb_wrapper .um-login .um-left input.um-button:hover {
            background: #444444; }
      .single-form-login > .wpb_wrapper .um-login .um-clear {
        clear: none; }
      .single-form-login > .wpb_wrapper .um-login .um-right {
        display: none; }
      .single-form-login > .wpb_wrapper .um-login .um-col-alt-b {
        padding: 0; }
        .single-form-login > .wpb_wrapper .um-login .um-col-alt-b a.um-link-alt {
          font-size: 14px;
          color: #444 !important;
          text-align: right; } }

@media screen and (min-width: 1100px) {
  .single-form-register > .wpb_wrapper {
    border: 1px #ccc solid; }
    .single-form-register > .wpb_wrapper h3, .single-form-register > .wpb_wrapper #calendar_wrap caption, #calendar_wrap .single-form-register > .wpb_wrapper caption {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0px 22px 30px 22px;
      padding: 30px 0;
      border-bottom: 1px #d7d7d7 solid;
      position: relative; }
      .single-form-register > .wpb_wrapper h3:after, .single-form-register > .wpb_wrapper #calendar_wrap caption:after, #calendar_wrap .single-form-register > .wpb_wrapper caption:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d7d7d7; }
    .single-form-register > .wpb_wrapper .um-register {
      max-width: 502px; }
      .single-form-register > .wpb_wrapper .um-register .um-form {
        padding-bottom: 20px; }
      .single-form-register > .wpb_wrapper .um-register span.um-field-checkbox-option {
        font-size: 14px;
        color: #444 !important;
        text-transform: capitalize; }
      .single-form-register > .wpb_wrapper .um-register .um-left {
        float: left;
        width: 120px;
        height: 40px; }
        .single-form-register > .wpb_wrapper .um-register .um-left input.um-button {
          font-size: 12px;
          text-transform: uppercase !important;
          background: #25BCE9;
          border-bottom: 2px #666666 solid !important; }
          .single-form-register > .wpb_wrapper .um-register .um-left input.um-button:hover {
            background: #444444; }
      .single-form-register > .wpb_wrapper .um-register .um-right {
        display: none; } }

@media screen and (max-width: 1024px) {
  .single-form-login > .wpb_wrapper .um-login {
    margin: 0 !important; }

  .single-form-register > .wpb_wrapper .um-register {
    margin: 0 !important; } }
/* Page account
---------------------------*/
@media screen and (min-width: 1100px) {
  .um-account .um-account-side {
    padding: 0 30px 0 0; } }
@media screen and (min-width: 1100px) {
  .um-account .um-account-main {
    border: 1px #d7d7d7 solid;
    padding-bottom: 30px;
    width: 65%; }
    .um-account .um-account-main .um-account-heading {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0px 22px 30px 22px;
      padding: 30px 0;
      border-bottom: 1px #d7d7d7 solid;
      position: relative;
      font-weight: normal; }
      .um-account .um-account-main .um-account-heading:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d7d7d7; }
      .um-account .um-account-main .um-account-heading i {
        display: none; }
    .um-account .um-account-main .um-col-alt-b .um-left {
      float: left;
      width: 150px;
      height: 40px; }
      .um-account .um-account-main .um-col-alt-b .um-left input.um-button {
        font-size: 12px;
        text-transform: uppercase !important;
        background: #25BCE9;
        border-bottom: 2px #666666 solid !important; }
        .um-account .um-account-main .um-col-alt-b .um-left input.um-button:hover {
          background: #444444; } }

@media screen and (min-width: 1100px) {
  .um-profile {
    max-width: 1170px !important; }
    .um-profile .um-profile-nav {
      padding: 0; }
      .um-profile .um-profile-nav a {
        width: 70px;
        height: 60px;
        margin: 0;
        border-radius: 0; }
        .um-profile .um-profile-nav a i {
          line-height: 60px;
          font-size: 24px;
          left: 50%;
          margin-left: -8px; }
        .um-profile .um-profile-nav a span {
          display: none; } }

@media screen and (min-width: 1100px) {
  .um-profile-edit > .um-dropdown {
    max-width: 120px; } }

/* Page contactus
---------------------------*/
#page-contact-us .wpb_column .iconbox-wrapper {
  overflow: hidden;
  margin-bottom: 0px; }
  #page-contact-us .wpb_column .iconbox-wrapper .iconbox-icon {
    float: left;
    margin-right: 20px; }
  #page-contact-us .wpb_column .iconbox-wrapper h4 {
    display: inline-block;
    font-size: 14px;
    color: #444; }
  #page-contact-us .wpb_column .iconbox-wrapper .iconbox-desc {
    overflow: hidden;
    font-size: 14px;
    color: #444; }
#page-contact-us .wpb_column form .contact-left {
  width: 68%;
  float: left; }
  #page-contact-us .wpb_column form .contact-left p span textarea {
    background: #fff;
    height: 18em;
    border: 1px #d7d7d7 solid; }
    #page-contact-us .wpb_column form .contact-left p span textarea:focus {
      border: 1px #25bce9 solid; }
#page-contact-us .wpb_column form .contact-right {
  width: 28%;
  float: right; }
  #page-contact-us .wpb_column form .contact-right p {
    margin-bottom: 20px; }
    #page-contact-us .wpb_column form .contact-right p span input {
      background: #fff;
      border: 1px #d7d7d7 solid; }
      #page-contact-us .wpb_column form .contact-right p span input:focus {
        border: 1px #25bce9 solid; }
    #page-contact-us .wpb_column form .contact-right p input.wpcf7-submit {
      width: 100%;
      font-size: 14px;
      font-weight: normal; }

div.wpcf7-validation-errors {
  border: none; }

/* Page FAQ
---------------------------*/
#single-faq .wpb_accordion .wpb_accordion_section h3.ui-accordion-header-active a, #single-faq .wpb_accordion .wpb_accordion_section #calendar_wrap caption.ui-accordion-header-active a, #calendar_wrap #single-faq .wpb_accordion .wpb_accordion_section caption.ui-accordion-header-active a {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 20px;
  background: #25bce9 !important; }
  #single-faq .wpb_accordion .wpb_accordion_section h3.ui-accordion-header-active a:hover, #single-faq .wpb_accordion .wpb_accordion_section #calendar_wrap caption.ui-accordion-header-active a:hover, #calendar_wrap #single-faq .wpb_accordion .wpb_accordion_section caption.ui-accordion-header-active a:hover {
    background: #25bce9; }
#single-faq .wpb_accordion .wpb_accordion_section .wpb_accordion_content {
  padding: 15px 20px 30px 15px;
  background: transparent;
  line-height: 24px;
  font-size: 14px; }
#single-faq .wpb_accordion .wpb_accordion_section h3.wpb_accordion_header a, #single-faq .wpb_accordion .wpb_accordion_section #calendar_wrap caption.wpb_accordion_header a, #calendar_wrap #single-faq .wpb_accordion .wpb_accordion_section caption.wpb_accordion_header a {
  background: #666;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 20px; }
  #single-faq .wpb_accordion .wpb_accordion_section h3.wpb_accordion_header a:hover, #single-faq .wpb_accordion .wpb_accordion_section #calendar_wrap caption.wpb_accordion_header a:hover, #calendar_wrap #single-faq .wpb_accordion .wpb_accordion_section caption.wpb_accordion_header a:hover {
    background: #25bce9; }

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 0; }
  .widget:last-child {
    border-bottom: none; }

.search-form {
  margin-bottom: 20px; }

.widget-area .widget.widget_search .search-field {
  width: 88%;
  border: 2px #d6d6d6 solid; }
.widget-area .widget.widget_search .search-submit {
  display: none; }

#secondary .widget-title, .site-topbar .widget-title {
  text-transform: uppercase;
  font-size: 18px; }

.widget_categories ul li {
  position: relative;
  padding-left: 25px !important;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7e7e7; }
  .widget_categories ul li:after {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    content: "";
    top: 16px;
    left: 0; }
  .widget_categories ul li a {
    text-transform: capitalize; }

.woocommerce #secondary .widget-title, .woocommerce .site-topbar .widget-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  background: #25bce9;
  margin-bottom: 10px; }

#secondary .product-categories {
  background: #f7f7f7; }

#secondary .widget {
  margin-bottom: 30px; }

#secondary ul li {
  padding: 0 12px;
  height: auto;
  line-height: 40px; }
  #secondary ul li a {
    color: #444; }
    #secondary ul li a:hover {
      color: #25BCE9; }
  #secondary ul li span {
    float: right; }
  #secondary ul li:before {
    display: none; }

.widget_calendar .widget-title {
  display: none; }
.widget_calendar #wp-calendar caption {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500; }

.widget-area .widget ul,
.widget-area .widget ol {
  padding-left: 0px;
  margin-bottom: 0px; }

.widget-area .widget ul li {
  list-style: none;
  margin: 0px; }
  .widget-area .widget ul li ul li {
    border-bottom: none; }
  .widget-area .widget ul li ul li:last-child {
    padding-bottom: 0px; }

.widget a {
  text-decoration: none;
  color: #777777; }
  .widget a:hover {
    color: #25BCE9; }

.widget.widget_rss li {
  margin-bottom: 15px !important; }
  .widget.widget_rss li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1px; }
  .widget.widget_rss li .rss-date {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 0px;
    margin-bottom: 6px;
    display: block; }
  .widget.widget_rss li .rssSummary {
    margin-bottom: 10px; }
  .widget.widget_rss li cite {
    font-size: 10px;
    text-transform: uppercase;
    background: #333333;
    padding: 4px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF; }

/* Calendar Widget */
#calendar_wrap caption {
  text-align: left; }

.widget #calendar_wrap a,
.widget_recent_comments a {
  color: #25BCE9; }
  .widget #calendar_wrap a:hover,
  .widget_recent_comments a:hover {
    text-decoration: underline; }

/* Eye catching post widget */
.widget-area .widget_wpc_posts img {
  float: left;
  height: auto;
  margin-right: 18px;
  overflow: hidden;
  max-width: 50px;
  margin-top: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.widget-area .widget_wpc_posts ul li {
  list-style: none;
  padding: 10px 12px 12px 10px;
  background: #f8f9f9; }
.widget-area .widget_wpc_posts ul li.light-bg {
  background: transparent; }

/* Tag Cloud */
.tagcloud a {
  background: none repeat scroll 0 0 #222222;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  margin: 0 5px 5px 0;
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px !important; }
  .tagcloud a:hover {
    background: #25BCE9;
    color: #FFFFFF !important; }

.widget-area .widget_categories ul li ul li, .widget-area .widget_pages ul li ul li {
  padding-left: 13px;
  position: relative; }
  .widget-area .widget_categories ul li ul li:before, .widget-area .widget_pages ul li ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px; }

.widget-area .widget_recent_comments ul li {
  position: relative;
  padding-left: 25px; }
  .widget-area .widget_recent_comments ul li:before {
    content: "\f0e6";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #CCCCCC; }

.widget-area .widget_recent_entries ul li {
  position: relative;
  padding-left: 25px; }
  .widget-area .widget_recent_entries ul li:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    color: #CCCCCC; }
  .widget-area .widget_recent_entries ul li a {
    font-size: 15px; }

/* Custom Menu */
#secondary .widget.widget_nav_menu .menu {
  margin-bottom: -10px; }
#secondary .widget.widget_nav_menu ul ul, #secondary .widget.widget_nav_menu ul ul ul {
  padding: 0; }
#secondary .widget.widget_nav_menu ul li {
  margin: 0px;
  padding: 0px; }
  #secondary .widget.widget_nav_menu ul li a, #secondary .widget.widget_nav_menu ul li li a, #secondary .widget.widget_nav_menu ul li li li a {
    display: block;
    padding: 10px 15px 11px 0px;
    font-weight: 500;
    color: #777777;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    #secondary .widget.widget_nav_menu ul li a:hover, #secondary .widget.widget_nav_menu ul li li a:hover, #secondary .widget.widget_nav_menu ul li li li a:hover {
      color: #25BCE9; }
#secondary .widget.widget_nav_menu ul li.current-menu-item a {
  color: #25BCE9;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: none;
  border-right: none; }
  #secondary .widget.widget_nav_menu ul li.current-menu-item a:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #25BCE9;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 17px; }
  #secondary .widget.widget_nav_menu ul li.current-menu-item a:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 17px; }
#secondary .widget.widget_nav_menu > ul > li:last-child > a {
  margin-bottom: 0px; }
#secondary .widget.widget_nav_menu > ul > li:first-child > a {
  margin-top: -10px; }

/* File Icon Button */
.icon-button {
  width: 100%;
  display: block;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #777777; }
  .icon-button i {
    font-size: 18px;
    padding: 14px 10px 16px 15px;
    color: #BBBBBB; }
  .icon-button span {
    font-weight: 500;
    font-size: 13px;
    color: #888888;
    display: inline-block;
    position: relative;
    top: -1px;
    text-transform: uppercase; }
  .icon-button:hover {
    background: #f9f9f9; }
    .icon-button:hover i {
      color: #333333; }
    .icon-button:hover span {
      color: #333333; }

/* Contact Info Box */
.contact-info-box .contact-info-item .contact-text {
  width: 30px; }
  .contact-info-box .contact-info-item .contact-text i {
    font-size: 16px; }
  .contact-info-box .contact-info-item .contact-text i.fa-envelope {
    font-size: 12px; }
.contact-info-box .contact-info-item .contact-value {
  margin-left: 35px; }

/* Post-thumb-info */
.widget_netbase-recent-posts ul li {
  padding: 0 !important;
  overflow: hidden; }
  .widget_netbase-recent-posts ul li .post-thumb {
    max-width: 97px;
    float: left;
    margin-top: 13px;
    margin-right: 15px; }
  .widget_netbase-recent-posts ul li .post-thumb-info {
    overflow: hidden; }
    .widget_netbase-recent-posts ul li .post-thumb-info a {
      font-size: 16px;
      font-weight: 400; }
    .widget_netbase-recent-posts ul li .post-thumb-info p.post-info-top {
      line-height: 22px;
      padding-top: 10px;
      margin: 0; }
    .widget_netbase-recent-posts ul li .post-thumb-info p {
      line-height: 22px;
      margin-bottom: 0; }
      .widget_netbase-recent-posts ul li .post-thumb-info p span.read-more {
        float: none !important; }
    .widget_netbase-recent-posts ul li .post-thumb-info a.post-info-readmore {
      color: #b3aa9b !important;
      font-size: 14px; }
      .widget_netbase-recent-posts ul li .post-thumb-info a.post-info-readmore i.fa {
        font-size: 12px; }
      .widget_netbase-recent-posts ul li .post-thumb-info a.post-info-readmore:hover {
        color: #25BCE9 !important; }

.widget.sfsi {
  border: 2px #25BCE9 solid; }
  .widget.sfsi h2 {
    font-size: 16px;
    text-transform: capitalize !important;
    font-weight: 400;
    text-align: center;
    padding-top: 10px; }
  .widget.sfsi .norm_row {
    width: 275px !important; }
  .widget.sfsi .sfsi_holders {
    height: 69px !important; }

.footer-1 .sfsi_widget .norm_row {
  text-align: left !important; }
  .footer-1 .sfsi_widget .norm_row .sfsi_wicons {
    margin-left: 0 !important;
    margin-right: 10px; }
.footer-1 .sfsi_widget .sfsi_holders {
  height: 45px !important; }

/*--------------------------------------------------------------
8.0 Support
--------------------------------------------------------------*/
/*------------------------------
	8.1 WooCommerce
------------------------------*/
/* WooCommerce
------------------------------*/
/* Result Count */
.woocommerce .woocommerce-result-count {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #888888;
  font-weight: bold; }

@media screen and (min-width: 790px) {
  .archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product {
    width: 30.8%;
    margin-bottom: 30px; } }

@media screen and (max-width: 400px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%; } }

@media screen and (max-width: 400px) {
  .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 100%; } }

/* Ordering */
.woocommerce .woocommerce-ordering select {
  padding: 5px 10px;
  margin-bottom: 10px;
  height: 40px; }

/* Images */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0; }

/* Button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #25BCE9;
  border: 1px solid #DDDDDD;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 9px 12px;
  margin: 3px 5px 3px 0px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #444444;
    color: #fff;
    border-color: #bbbbbb; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border: none;
  padding: 14px 30px 16px 30px;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 0px 0px; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active {
    color: #FFFFFF;
    opacity: 0.9; }

.woocommerce .quantity .qty {
  width: 60px;
  margin-right: 5px;
  border: 1px #959595 solid;
  border-radius: 0; }

.woocommerce .product_meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1px;
  clear: both; }

/* Add To Cart */
.woocommerce a.added_to_cart {
  padding-top: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

/* Star Ratting */
.woocommerce ul.products li.product {
  text-align: center;
  display: inline-block; }
  .woocommerce ul.products li.product a h3, .woocommerce ul.products li.product a #calendar_wrap caption, #calendar_wrap .woocommerce ul.products li.product a caption {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin-top: 23px; }
    .woocommerce ul.products li.product a h3:hover, .woocommerce ul.products li.product a #calendar_wrap caption:hover, #calendar_wrap .woocommerce ul.products li.product a caption:hover {
      color: #25BCE9; }
  .woocommerce ul.products li.product a .star-rating {
    margin: 0 15px 1px 0;
    display: inline-block;
    text-align: left; }
  .woocommerce ul.products li.product a span.price {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    display: inline-block; }
    .woocommerce ul.products li.product a span.price del {
      margin: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      color: #888888; }
      .woocommerce ul.products li.product a span.price del span.amount {
        font-weight: normal;
        color: #888888;
        font-size: 14px; }
  .woocommerce ul.products li.product a.add_to_cart_button {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0; }
    .woocommerce ul.products li.product a.add_to_cart_button:after {
      content: '\f07a';
      font-family: 'FontAwesome';
      font-weight: normal;
      color: #1a1a1a;
      font-size: 14px; }
    .woocommerce ul.products li.product a.add_to_cart_button:hover {
      background: #25BCE9; }
      .woocommerce ul.products li.product a.add_to_cart_button:hover:after {
        color: #fff; }
      .woocommerce ul.products li.product a.add_to_cart_button:hover span {
        visibility: visible;
        top: -34px;
        opacity: 1; }
    .woocommerce ul.products li.product a.add_to_cart_button span {
      position: absolute;
      top: -50px;
      left: -100%;
      margin-left: 15px;
      white-space: nowrap;
      font-size: 12px;
      padding: 0px 5px;
      line-height: 26px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: white;
      text-transform: capitalize;
      background-color: #25BCE9;
      visibility: hidden;
      opacity: 0;
      -moz-transition: top 0.4s,opacity 0.4s ease;
      -webkit-transition: top 0.4s,opacity 0.4s ease;
      -o-transition: top 0.4s,opacity 0.4s ease;
      transition: top 0.4s,opacity 0.4s ease; }
      .woocommerce ul.products li.product a.add_to_cart_button span:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -12px;
        left: 44%;
        border: 6px solid transparent;
        border-top: 7px solid #25bce9; }
  .woocommerce ul.products li.product a.loading:after {
    top: 0;
    position: relative;
    right: 0; }
  .woocommerce ul.products li.product a.added_to_cart {
    position: absolute;
    display: inline-block;
    width: 56px;
    height: 38px;
    padding: 2px 0 0 0px;
    margin-left: -60px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 1px 0px #888;
    font-size: 10px;
    font-weight: normal;
    color: #25BCE9; }
    .woocommerce ul.products li.product a.added_to_cart:hover {
      background: #25BCE9;
      color: #fff; }
  .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0; }
    .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
      width: 38px;
      height: 38px;
      padding: 0 !important;
      line-height: 38px;
      background: #fff;
      border: 1px solid #d7d7d7 !important;
      margin: 0px -5px !important;
      border-radius: 0; }
      .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
        content: '\f004';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: #1a1a1a;
        font-size: 14px; }
      .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
        background: #25BCE9 !important; }
        .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:after {
          color: #fff; }
        .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
          visibility: visible;
          top: -34px;
          opacity: 1; }
      .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
        position: absolute;
        top: -50px;
        left: -100%;
        margin-left: 25px;
        white-space: nowrap;
        font-size: 12px;
        padding: 0px 5px;
        line-height: 26px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: white;
        text-transform: capitalize;
        background-color: #25BCE9;
        font-weight: normal;
        visibility: hidden;
        opacity: 0;
        -moz-transition: top 0.4s,opacity 0.4s ease;
        -webkit-transition: top 0.4s,opacity 0.4s ease;
        -o-transition: top 0.4s,opacity 0.4s ease;
        transition: top 0.4s,opacity 0.4s ease; }
        .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          bottom: -12px;
          left: 42%;
          border: 6px solid transparent;
          border-top: 7px solid #25bce9; }
    .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img.ajax-loading {
      display: none !important; }
  .woocommerce ul.products li.product .clear, .woocommerce ul.products li.product .container {
    display: none; }
  .woocommerce ul.products li.product a.yith-wcqv-button {
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-right: -1px;
    border-radius: 0;
    position: relative; }
    @media screen and (max-width: 790px) {
      .woocommerce ul.products li.product a.yith-wcqv-button {
        display: none; } }
    .woocommerce ul.products li.product a.yith-wcqv-button:after {
      content: '\f06e';
      font-family: 'FontAwesome';
      font-weight: normal;
      color: #444444;
      font-size: 14px; }
    .woocommerce ul.products li.product a.yith-wcqv-button:hover {
      background: #25BCE9; }
      .woocommerce ul.products li.product a.yith-wcqv-button:hover:after {
        color: #fff; }
      .woocommerce ul.products li.product a.yith-wcqv-button:hover span {
        visibility: visible;
        top: -34px;
        opacity: 1; }
    .woocommerce ul.products li.product a.yith-wcqv-button span {
      position: absolute;
      top: -50px;
      left: -100%;
      margin-left: 20px;
      white-space: nowrap;
      font-size: 12px;
      padding: 0px 5px;
      line-height: 26px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: white;
      text-transform: capitalize;
      background-color: #25BCE9;
      visibility: hidden;
      opacity: 0;
      -moz-transition: top 0.4s,opacity 0.4s ease;
      -webkit-transition: top 0.4s,opacity 0.4s ease;
      -o-transition: top 0.4s,opacity 0.4s ease;
      transition: top 0.4s,opacity 0.4s ease; }
      .woocommerce ul.products li.product a.yith-wcqv-button span:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -12px;
        left: 43%;
        border: 6px solid transparent;
        border-top: 7px solid #25bce9; }
  .woocommerce ul.products li.product a.compare {
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    position: absolute; }
    @media screen and (max-width: 790px) {
      .woocommerce ul.products li.product a.compare {
        display: none; } }
    .woocommerce ul.products li.product a.compare:after {
      content: '\f021';
      font-family: 'FontAwesome';
      font-weight: normal;
      color: #444444;
      font-size: 14px; }
    .woocommerce ul.products li.product a.compare:hover {
      background: #25BCE9; }
      .woocommerce ul.products li.product a.compare:hover:after {
        color: #fff; }
      .woocommerce ul.products li.product a.compare:hover span {
        visibility: visible;
        top: -34px;
        opacity: 1; }
    .woocommerce ul.products li.product a.compare span {
      position: absolute;
      top: -50px;
      left: -100%;
      margin-left: 24px;
      white-space: nowrap;
      font-size: 12px;
      padding: 0px 5px;
      line-height: 26px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: white;
      text-transform: capitalize;
      background-color: #25BCE9;
      visibility: hidden;
      opacity: 0;
      -moz-transition: top 0.4s,opacity 0.4s ease;
      -webkit-transition: top 0.4s,opacity 0.4s ease;
      -o-transition: top 0.4s,opacity 0.4s ease;
      transition: top 0.4s,opacity 0.4s ease; }
      .woocommerce ul.products li.product a.compare span:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -12px;
        left: 40%;
        border: 6px solid transparent;
        border-top: 7px solid #25bce9; }
  .woocommerce ul.products li.product a.compare.added {
    font-size: 10px;
    color: #25BCE9;
    line-height: 38px;
    font-weight: normal; }
    .woocommerce ul.products li.product a.compare.added:after {
      display: none; }
    .woocommerce ul.products li.product a.compare.added:hover {
      background: #25BCE9;
      color: #fff; }

.gridlist-buttonwrap {
  display: inline-block; }
  .gridlist-buttonwrap a.add_to_cart_button {
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d7d7d7; }
    .gridlist-buttonwrap a.add_to_cart_button:after {
      content: '\f07a';
      font-family: 'FontAwesome';
      font-weight: normal;
      color: #444444;
      font-size: 14px; }
    .gridlist-buttonwrap a.add_to_cart_button:hover {
      background: #25BCE9; }
      .gridlist-buttonwrap a.add_to_cart_button:hover:after {
        color: #fff; }
  .gridlist-buttonwrap .yith-wcwl-add-to-wishlist {
    margin: 0; }
    .gridlist-buttonwrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
      width: 38px;
      height: 38px;
      padding: 0;
      margin: 0;
      line-height: 38px;
      background: #fff;
      border: 1px solid #d7d7d7; }
      .gridlist-buttonwrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
        content: '\f004';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: #444444;
        font-size: 14px; }
      .gridlist-buttonwrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
        background: #25BCE9; }
        .gridlist-buttonwrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:after {
          color: #fff; }
  .gridlist-buttonwrap .clear, .gridlist-buttonwrap .container {
    display: none; }

ul.products.grid li.product .product-content-top {
  border: 1px #ccc solid;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  ul.products.grid li.product .product-content-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transform: scale(0.5);
    z-index: 1; }
  ul.products.grid li.product .product-content-top:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
  ul.products.grid li.product .product-content-top:hover > .product-content-info {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 11; }
  ul.products.grid li.product .product-content-top > .product-content-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -74px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transform: scale(0.5); }
    @media screen and (max-width: 790px) {
      ul.products.grid li.product .product-content-top > .product-content-info {
        margin-left: -34px; } }
ul.products.grid li.product > .product-content-info {
  display: none; }

.single-product.woocommerce .related.products .product .yith-wcwl-add-to-wishlist a {
  font-size: 10px;
  background: #fff;
  padding: 13px 2px 8px 2px;
  border-radius: 0;
  margin: 0 -4px 0 -4px; }
  .single-product.woocommerce .related.products .product .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }

.woocommerce .products .product .yith-wcwl-add-to-wishlist a {
  font-size: 10px;
  background: #fff;
  padding: 12px 2px 7px 2px !important;
  border-radius: 0;
  margin: 0 -4px 0 -4px; }
  .woocommerce .products .product .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }

.archive.woocommerce ul.products.grid li.product .product-content-top:hover .yith-wcwl-add-to-wishlist a {
  background: #fff;
  padding: 8px 5px 5px 5px;
  border: 1px #dedede solid;
  margin: 0px -5px 0 -5px;
  display: inline-block;
  text-transform: uppercase; }
  .archive.woocommerce ul.products.grid li.product .product-content-top:hover .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }
.archive.woocommerce ul.products.grid li.product .product-content-top .yith-wcwl-add-to-wishlist a {
  background: #fff;
  padding: 8px 5px 5px 5px;
  border: 1px #dedede solid;
  margin: 0px -5px 0 -5px;
  display: inline-block;
  text-transform: uppercase; }
  .archive.woocommerce ul.products.grid li.product .product-content-top .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }

ul.products li.product .product-content-top:hover .yith-wcwl-add-to-wishlist a {
  background: #fff;
  padding: 8px 5px 5px 5px;
  border: 1px #dedede solid;
  margin: 0px -5px 0 -5px;
  display: inline-block;
  text-transform: uppercase;
  color: #25BCE9; }
  ul.products li.product .product-content-top:hover .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }
ul.products li.product .product-content-top .yith-wcwl-add-to-wishlist a {
  background: #fff;
  padding: 8px 5px 5px 5px;
  border: 1px #dedede solid;
  margin: 0px -5px 0 -5px;
  display: inline-block;
  text-transform: uppercase; }
  ul.products li.product .product-content-top .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }

.woocommerce ul.products li.product .product-content-top {
  max-height: 253px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .woocommerce ul.products li.product .product-content-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transform: scale(0.5);
    z-index: 1; }
  .woocommerce ul.products li.product .product-content-top:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s; }
  .woocommerce ul.products li.product .product-content-top:hover > .product-content-info {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 11; }
  .woocommerce ul.products li.product .product-content-top > .product-content-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -74px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transform: scale(0.5); }
    @media screen and (max-width: 790px) {
      .woocommerce ul.products li.product .product-content-top > .product-content-info {
        margin-left: -34px; } }
.woocommerce ul.products li.product > .product-content-info {
  display: none; }

.woocommerce ul.products.list li.product .product-content-top {
  overflow: visible;
  border: none;
  height: 0; }
  .woocommerce ul.products.list li.product .product-content-top .product-content-info {
    display: none; }
  .woocommerce ul.products.list li.product .product-content-top a img {
    border: 1px #ccc solid; }
.woocommerce ul.products.list li.product a h3, .woocommerce ul.products.list li.product a #calendar_wrap caption, #calendar_wrap .woocommerce ul.products.list li.product a caption {
  float: left;
  width: auto !important;
  margin-right: 45px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 7px; }
  .woocommerce ul.products.list li.product a h3:hover, .woocommerce ul.products.list li.product a #calendar_wrap caption:hover, #calendar_wrap .woocommerce ul.products.list li.product a caption:hover {
    color: #25BCE9; }
.woocommerce ul.products.list li.product a .star-rating {
  margin-top: 15px;
  display: inline-block; }
.woocommerce ul.products.list li.product a span.price {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  display: inline-block; }
  .woocommerce ul.products.list li.product a span.price del {
    margin: 0;
    color: #888888; }
    .woocommerce ul.products.list li.product a span.price del span.amount {
      font-weight: normal;
      color: #888888;
      font-size: 14px; }
.woocommerce ul.products.list li.product div[itemprop="description"] p {
  font-family: "Arimo Regular";
  margin: 30px 0;
  color: #444; }
.woocommerce ul.products.list li.product .product-content-info {
  display: block; }
.woocommerce ul.products.list li.product a.add_to_wishlist {
  margin: 0 0 0 5px; }
.woocommerce ul.products.list li.product a.yith-wcqv-button {
  display: none; }
.woocommerce ul.products.list li.product a.compare {
  display: none; }
.woocommerce ul.products.list li.product hr {
  display: none; }
.woocommerce ul.products.list li.product a.added_to_cart {
  width: 60px !important;
  padding: 2px 0 0 2px !important;
  box-shadow: 0 0 0 #fff !important; }
.woocommerce ul.products.list li.product .yith-wcwl-add-to-wishlist a {
  background: #fff;
  height: 38px;
  border: 1px #d7d7d7 solid !important;
  margin-left: 5px !important;
  display: inline-block;
  text-transform: uppercase; }
  .woocommerce ul.products.list li.product .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }

.woocommerce ul.products li.product .onsale {
  z-index: 10;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  letter-spacing: 0.1px;
  line-height: 44px;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.2);
  font-weight: normal; }

.woocommerce .star-rating:before {
  color: #FBC443; }

.woocommerce ul.products li.product .star-rating {
  color: #FBC443; }

.woocommerce ul.products.list li.product .button {
  float: left; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0px; }

.woocommerce .woocommerce-review-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product #calendar_wrap caption, #calendar_wrap .woocommerce ul.products li.product caption {
  font-weight: 500;
  font-size: 16px; }

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
  margin-left: 0; }

@media screen and (min-width: 1100px) {
  .woocommerce img, .woocommerce-page img {
    max-width: 100%; } }

/*	Single product */
.single-product.woocommerce .summary form.cart {
  float: left; }

.single-product.woocommerce .summary .yith-wcwl-add-button a.single_add_to_wishlist {
  float: right;
  width: 55px;
  height: 45px;
  padding: 0;
  margin: 0;
  line-height: 45px;
  background: #fff;
  border: 1px solid #959595;
  border-radius: 0; }
  .single-product.woocommerce .summary .yith-wcwl-add-button a.single_add_to_wishlist:after {
    content: '\f004';
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    color: #1a1a1a;
    font-size: 14px; }
  .single-product.woocommerce .summary .yith-wcwl-add-button a.single_add_to_wishlist:hover {
    background: #25BCE9; }
    .single-product.woocommerce .summary .yith-wcwl-add-button a.single_add_to_wishlist:hover:after {
      color: #fff; }
  .single-product.woocommerce .summary .yith-wcwl-add-button a.single_add_to_wishlist span {
    display: none; }

#yith-wcwl-popup-message {
  border: none !important; }

.single-product.woocommerce .star-rating {
  color: #fab702 !important; }

/* Wishlist */
.wishlist_table .yith-wcqv-button {
  display: none !important; }

.woocommerce .wishlist-title h2 {
  font-size: 18px;
  font-weight: bold; }

.wishlist_table tr {
  background: transparent !important;
  border-bottom: 1px #dedede solid;
  border-top: 1px #dedede solid; }
  .wishlist_table tr th {
    border: none;
    border-bottom: 1px #dedede solid;
    padding: 13px !important; }
    .wishlist_table tr th span {
      font-size: 14px;
      font-weight: bold;
      color: #444;
      text-transform: capitalize;
      letter-spacing: 0.1px; }
  .wishlist_table tr th.product-name {
    text-align: left; }
  .wishlist_table tr td {
    border: none;
    border-bottom: 1px #dedede solid !important;
    padding: 30px 15px !important; }
    @media screen and (max-width: 400px) {
      .wishlist_table tr td {
        border: 1px #dedede solid !important;
        padding: 12px !important;
        padding-left: 50% !important; } }
  @media screen and (max-width: 400px) {
    .wishlist_table tr td.product-remove {
      border-bottom: none !important; } }
  .wishlist_table tr td.product-remove a.remove {
    color: #888888 !important;
    font-size: 20px; }
    .wishlist_table tr td.product-remove a.remove:hover {
      color: #fff !important;
      text-decoration: none !important;
      background: #25BCE9 !important; }
  @media screen and (min-width: 1100px) {
    .wishlist_table tr td.product-thumbnail a {
      width: 100px !important;
      height: 100px !important;
      max-width: 100px; } }
  .wishlist_table tr td.product-thumbnail a img {
    border: 1px #f1f1f1 solid; }
  @media screen and (max-width: 400px) {
    .wishlist_table tr td.product-name {
      border-bottom: none !important; } }
  .wishlist_table tr td.product-name a {
    font-size: 18px !important;
    color: #444;
    letter-spacing: 0.1px !important;
    text-transform: capitalize !important;
    font-weight: bold !important; }
    .wishlist_table tr td.product-name a:hover {
      color: #25BCE9; }
  @media screen and (max-width: 400px) {
    .wishlist_table tr td.product-price {
      border-bottom: none !important; } }
  .wishlist_table tr td.product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #888888;
    text-transform: capitalize;
    letter-spacing: 0.1px; }
  .wishlist_table tr td.product-price del span {
    font-size: 14px;
    font-weight: normal; }
  @media screen and (max-width: 400px) {
    .wishlist_table tr td.product-stock-status {
      border-bottom: none !important; } }
  .wishlist_table tr td.product-stock-status span {
    font-size: 14px;
    font-weight: bold;
    color: #25BCE9 !important;
    text-transform: uppercase;
    letter-spacing: 0.1px; }
  @media screen and (max-width: 400px) {
    .wishlist_table tr td.product-add-to-cart {
      border-bottom: none !important; } }
  .wishlist_table tr td.product-add-to-cart a.add_to_cart_button {
    padding: 10px 0 !important;
    font-size: 13px !important;
    font-weight: normal !important; }
    .wishlist_table tr td.product-add-to-cart a.add_to_cart_button:hover {
      background: #444444 !important; }
    @media screen and (min-width: 1100px) {
      .wishlist_table tr td.product-add-to-cart a.add_to_cart_button:before {
        font-family: 'FontAwesome';
        content: "\f07a";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        padding-right: 5px; } }

@media screen and (max-width: 400px) {
  .wishlist_table tbody tr td.product-add-to-cart {
    padding: 12px !important; } }

/* Message */
.woocommerce .woocommerce-info {
  border-top-color: #222222; }
  .woocommerce .woocommerce-info:before {
    color: #222222; }

/* Price */
.woocommerce ul.products li.product .price {
  color: #444;
  font-size: 15px;
  font-weight: bold; }
  .woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 10px; }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none; }

/* On Sale */
.woocommerce span.onsale {
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  letter-spacing: 0.1px;
  line-height: 44px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.2);
  font-weight: normal; }

.woocommerce ul.products li.product .onsale {
  margin: 0; }

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  border-color: #e9e9e9; }
  .woocommerce nav.woocommerce-pagination ul li {
    border-color: #e9e9e9; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
      padding: 10px 16px;
      font-weight: bold; }
    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
      background: #f9f9f9; }

/* Single Product */
.woocommerce div.product .product_title {
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0.1px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #222222;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1px; }

.single-product.woocommerce .product .product_title {
  font-size: 18px; }
.single-product.woocommerce .product .price {
  font-size: 24px; }
  .single-product.woocommerce .product .price del span.amount {
    font-size: 18px; }
  .single-product.woocommerce .product .price ins {
    text-decoration: none; }
.single-product.woocommerce .product div[itemprop="description"] p {
  border-bottom: 1px #dedede solid;
  border-top: 1px #dedede solid;
  margin: 30px 0;
  padding: 30px 0; }
.single-product.woocommerce .product .product_meta {
  margin-top: 20px; }
.single-product.woocommerce .product .yith-wcwl-add-to-wishlist a {
  border: 1px #dedede solid;
  padding: 10px;
  display: inline-block;
  margin-left: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase; }
  .single-product.woocommerce .product .yith-wcwl-add-to-wishlist a:hover {
    background: #25BCE9;
    color: #fff; }

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  padding-left: 5px;
  margin-bottom: 20px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e9e9e9; }

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 30px 0 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
    box-shadow: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
    content: none;
    box-shadow: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: #25BCE9;
  border-bottom: 2px #25BCE9 solid; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border-color: #e9e9e9; }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin-bottom: 50px; }

.woocommerce #content div.product .woocommerce-tabs h2, .woocommerce .related h2,
.upsells h2,
.cross-sells h2,
.cart_totals h2,
.shipping_calculator h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 18px;
  letter-spacing: 0.1px;
  font-weight: bold;
  color: #444; }

.woocommerce .related h2 {
  font-size: 24px; }

/* Cart */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border: none;
  margin-bottom: 50px; }

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 13px;
  border-top: none; }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  padding: 8px 7px 6px;
  border-color: #e9e9e9;
  width: 120px; }
  @media screen and (min-width: 500px) {
    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
      width: 220px; } }

.woocommerce-checkout form.login p.form-row input.button {
  background: #25BCE9;
  color: #fff; }
.woocommerce-checkout form.checkout_coupon p.form-row-last input.button {
  background: #25BCE9;
  color: #fff;
  padding: 13px 15px;
  margin: 0; }

.header-right-cart-search {
  float: right; }
  .header-right-cart-search .header-cart-search {
    float: left; }
    .header-right-cart-search .header-cart-search .cart-contents {
      position: relative;
      line-height: 50px;
      display: block; }
      .header-right-cart-search .header-cart-search .cart-contents span {
        position: absolute;
        right: 0;
        top: 15px;
        color: #fff;
        background: #FF6666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        line-height: 14px;
        font-size: 12px;
        width: 16px;
        text-align: center; }
    .header-right-cart-search .header-cart-search .widget_shopping_cart_content {
      position: absolute;
      background: #fff;
      right: 0;
      top: 0;
      margin-top: 100px;
      margin-right: 50px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      visibility: hidden;
      opacity: 0; }
      .header-right-cart-search .header-cart-search .widget_shopping_cart_content ul {
        list-style: none;
        border-top: 3px #25BCE9 solid;
        padding: 0;
        margin: 0;
        position: relative; }
        .header-right-cart-search .header-cart-search .widget_shopping_cart_content ul li {
          border-bottom: 1px #ececec solid;
          padding: 15px 10px;
          margin: 0; }
          .header-right-cart-search .header-cart-search .widget_shopping_cart_content ul li a.remove {
            float: right;
            background: #ccc;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            line-height: 15px;
            padding: 1px 4px; }
          .header-right-cart-search .header-cart-search .widget_shopping_cart_content ul li a {
            display: block; }
            .header-right-cart-search .header-cart-search .widget_shopping_cart_content ul li a img {
              width: 50px;
              margin-right: 15px;
              float: left; }
        .header-right-cart-search .header-cart-search .widget_shopping_cart_content ul:after {
          position: absolute;
          top: -10px;
          right: 0;
          margin-right: 20px;
          display: inline-block;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #25bce9;
          border-left: 7px solid transparent;
          content: ''; }
      .header-right-cart-search .header-cart-search .widget_shopping_cart_content p {
        padding: 10px;
        margin: 0;
        text-align: center; }
      .header-right-cart-search .header-cart-search .widget_shopping_cart_content p.buttons a {
        background: #25BCE9;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        line-height: 14px;
        text-align: center;
        padding: 7px 12px 9px;
        margin: 3px 5px 3px 0px;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px; }
        .header-right-cart-search .header-cart-search .widget_shopping_cart_content p.buttons a:hover {
          background: #444444;
          color: #fff; }
    .header-right-cart-search .header-cart-search:hover .widget_shopping_cart_content {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      visibility: visible;
      opacity: 1;
      top: 0;
      margin-top: 68px; }
      @media screen and (max-width: 790px) {
        .header-right-cart-search .header-cart-search:hover .widget_shopping_cart_content {
          margin-top: 57px; } }
  .header-right-cart-search form.search-form {
    float: right;
    position: relative;
    margin-bottom: 0;
    height: 50px; }
    .header-right-cart-search form.search-form label {
      position: absolute;
      bottom: -100px;
      right: 0;
      border-top: 3px #25BCE9 solid;
      background: #fff;
      padding: 0 15px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      visibility: hidden;
      opacity: 0; }
      .header-right-cart-search form.search-form label input.search-field {
        border: none;
        padding: 10px 0; }
      .header-right-cart-search form.search-form label:before {
        position: absolute;
        top: 0;
        right: 15px;
        margin-top: -10px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #25bce9;
        border-left: 7px solid transparent;
        content: ''; }
    .header-right-cart-search form.search-form input.search-submit {
      background: transparent;
      box-shadow: none;
      padding-right: 0;
      width: 48px;
      height: 50px; }
    .header-right-cart-search form.search-form:after {
      font-family: 'FontAwesome';
      content: "\f002";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      padding: 0 12px;
      position: absolute;
      right: 0;
      bottom: 1px;
      line-height: 50px;
      color: #25BCE9;
      cursor: pointer; }
    .header-right-cart-search form.search-form:hover label {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      visibility: visible;
      opacity: 1;
      bottom: -65px; }
      @media screen and (max-width: 790px) {
        .header-right-cart-search form.search-form:hover label {
          bottom: -54px; } }

.header-centered .header-right-cart-search .header-cart-search .widget_shopping_cart_content {
  margin-top: 200px;
  margin-right: 40px; }

.header-centered .header-right-cart-search .header-cart-search:hover .widget_shopping_cart_content {
  margin-top: 149px; }

.cart-contents:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  font-size: 16px;
  font-weight: 400;
  padding-right: 12px;
  display: block; }

.cart-contents:hover {
  text-decoration: none; }

.site-header.header-fixed .header-right-cart-search .header-cart-search .widget_shopping_cart_content {
  margin-top: 53px; }
.site-header.header-fixed .header-right-cart-search form.search-form:hover label {
  bottom: -49px; }

/* Cart Total */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  text-align: left; }

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
  margin-bottom: 20px;
  border-collapse: collapse; }

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  border-left: 1px solid #e9e9e9;
  vertical-align: inherit; }

.woocommerce table.shop_table td.product-name a, .woocommerce-page table.shop_table td.product-name a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.1px;
  text-transform: uppercase; }

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  width: 60%;
  padding: 12px 12px;
  font-weight: normal;
  text-align: left;
  font-size: 13px; }

.shop_table.cart thead tr {
  background: #f1f1f1; }
  .shop_table.cart thead tr th {
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-transform: capitalize; }
  .shop_table.cart thead tr th.product-name {
    text-align: left;
    padding-left: 17px !important; }
.shop_table.cart tbody tr td {
  padding: 30px 15px; }
.shop_table.cart tbody tr td.product-remove {
  border-right: none; }
  .shop_table.cart tbody tr td.product-remove a.remove {
    color: #888888 !important;
    font-size: 20px; }
    .shop_table.cart tbody tr td.product-remove a.remove:hover {
      color: #fff !important;
      text-decoration: none !important;
      background: #25BCE9 !important; }
.shop_table.cart tbody tr td.product-thumbnail {
  border-left: none;
  border-right: none;
  padding: 30px 0; }
  @media screen and (min-width: 1100px) {
    .shop_table.cart tbody tr td.product-thumbnail a img {
      border: 1px #dedede solid;
      width: 100px !important;
      height: 100px !important; } }
.shop_table.cart tbody tr td.product-name {
  text-align: left;
  border-left: none; }
  .shop_table.cart tbody tr td.product-name a {
    font-size: 18px !important;
    color: #444;
    letter-spacing: 0px !important;
    text-transform: capitalize !important;
    font-weight: bold !important; }
    .shop_table.cart tbody tr td.product-name a:hover {
      color: #25BCE9; }
.shop_table.cart tbody tr td.product-price {
  border-left: none; }
  .shop_table.cart tbody tr td.product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0px; }
  .shop_table.cart tbody tr td.product-price del span {
    font-size: 14px;
    font-weight: normal; }
.shop_table.cart tbody tr td.product-quantity {
  border-left: none; }
.shop_table.cart tbody tr td.product-subtotal {
  border-left: none; }
  .shop_table.cart tbody tr td.product-subtotal span {
    font-size: 16px;
    font-weight: bold;
    color: #25BCE9;
    text-transform: uppercase; }
.shop_table.cart tbody tr td.actions .coupon input.button {
  background: #dedede;
  color: #444444;
  padding: 7px 25px 9px; }
.shop_table.cart tbody tr td.actions input.button {
  background: #25BCE9;
  color: #fff;
  border-bottom: 2px #646464 solid;
  padding: 7px 35px 9px; }

@media screen and (max-width: 400px) {
  .shop_table.cart thead tr {
    display: none; }
  .shop_table.cart tbody tr td {
    width: 100%;
    float: left;
    padding: 12px;
    position: relative;
    padding-left: 50%;
    text-align: left; }
    .shop_table.cart tbody tr td:before {
      position: absolute;
      top: 15px;
      left: 0;
      width: 45%;
      padding-left: 10px;
      white-space: nowrap;
      border-right: 1px #ccc solid;
      font-size: 14px; }
  .shop_table.cart tbody tr td.product-remove {
    border: 1px #ccc solid; }
  .shop_table.cart tbody tr td.product-name, .shop_table.cart tbody tr td.product-price, .shop_table.cart tbody tr td.product-quantity, .shop_table.cart tbody tr td.product-subtotal {
    border-left: 1px #ccc solid; }
  .shop_table.cart tbody tr td.actions {
    padding-left: 10px; }
    .shop_table.cart tbody tr td.actions .coupon #coupon_code {
      margin-bottom: 10px; } }
    @media screen and (max-width: 400px) and (max-width: 790px) {
      .shop_table.cart tbody tr td.actions .coupon #coupon_code {
        width: 100% !important; } }
@media screen and (max-width: 400px) {
    .shop_table.cart tbody tr td.actions input.button {
      width: 100% !important; } }

.cart_totals table {
  background: #888888; }
  .cart_totals table tr {
    border-bottom: 1px #fff dashed; }
    .cart_totals table tr th {
      color: #fff;
      border: none !important;
      text-transform: capitalize;
      font-size: 14px; }
    .cart_totals table tr td {
      color: #fff;
      border: none !important; }
  .cart_totals table tr.order-total td strong span {
    font-size: 24px; }
.cart_totals .wc-proceed-to-checkout {
  padding-top: 0; }
  .cart_totals .wc-proceed-to-checkout a {
    font-size: 18px !important;
    border-bottom: 2px #646464 solid !important;
    border-radius: 0; }

/* Checkout Page */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border-color: #e9e9e9; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border: 1px #25BCE9; }

.woocommerce form.checkout .woocommerce-billing-fields {
  background: #f2f2f2; }
  .woocommerce form.checkout .woocommerce-billing-fields h3, .woocommerce form.checkout .woocommerce-billing-fields #calendar_wrap caption, #calendar_wrap .woocommerce form.checkout .woocommerce-billing-fields caption {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fafafa;
    padding-bottom: 20px; }
  .woocommerce form.checkout .woocommerce-billing-fields p {
    padding-left: 15px;
    padding-right: 15px; }
    .woocommerce form.checkout .woocommerce-billing-fields p input.input-text {
      background: #fff;
      box-shadow: 0px -1px 1px #888; }
      .woocommerce form.checkout .woocommerce-billing-fields p input.input-text:hover {
        border: 1px #25BCE9 solid; }
  .woocommerce form.checkout .woocommerce-billing-fields p.form-row-first {
    padding-right: 0; }
  .woocommerce form.checkout .woocommerce-billing-fields p.form-row-last {
    padding-left: 0; }
.woocommerce form.checkout .woocommerce-shipping-fields {
  background: #f2f2f2; }
  .woocommerce form.checkout .woocommerce-shipping-fields h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fafafa;
    padding: 20px 0; }
  .woocommerce form.checkout .woocommerce-shipping-fields p {
    padding-left: 15px;
    padding-right: 15px; }
    .woocommerce form.checkout .woocommerce-shipping-fields p .input-text {
      background: #fff;
      box-shadow: 0px -1px 1px #888;
      height: 5em; }
      .woocommerce form.checkout .woocommerce-shipping-fields p .input-text:hover {
        border: 1px #25BCE9 solid; }
.woocommerce form.checkout h3#order_review_heading, .woocommerce form.checkout #calendar_wrap caption#order_review_heading, #calendar_wrap .woocommerce form.checkout caption#order_review_heading {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: #fafafa; }
.woocommerce form.checkout #order_review {
  background: #f2f2f2; }
  .woocommerce form.checkout #order_review table thead tr {
    border-bottom: 1px #d7d7d7 solid; }
    .woocommerce form.checkout #order_review table thead tr th {
      text-align: left;
      font-weight: normal;
      border: none; }
  .woocommerce form.checkout #order_review table tbody tr td {
    border: none;
    text-align: left;
    color: #444; }
  .woocommerce form.checkout #order_review table tfoot tr {
    border-top: 1px #d7d7d7 solid;
    border-bottom: 1px #d7d7d7 solid; }
    .woocommerce form.checkout #order_review table tfoot tr th {
      border: none;
      text-align: left;
      color: #444;
      text-transform: capitalize; }
    .woocommerce form.checkout #order_review table tfoot tr td {
      border: none;
      text-align: left;
      color: #444; }
  .woocommerce form.checkout #order_review table tfoot tr.order-total td strong span {
    font-size: 24px; }
  .woocommerce form.checkout #order_review #payment ul {
    background: #f2f2f2; }
    .woocommerce form.checkout #order_review #payment ul li label {
      text-transform: uppercase; }
  .woocommerce form.checkout #order_review #payment .form-row.place-order {
    background: #f2f2f2; }
    .woocommerce form.checkout #order_review #payment .form-row.place-order input.button {
      width: 100%;
      font-size: 18px; }

/* Widgets */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  background: #f9f9f9;
  padding: 15px 10px; }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img {
    float: left;
    width: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0;
    margin-right: 20px;
    box-shadow: none; }
  .woocommerce ul.cart_list li:nth-child(2n),
  .woocommerce ul.product_list_widget li:nth-child(2n) {
    background: transparent; }
  .woocommerce ul.cart_list li a,
  .woocommerce ul.product_list_widget li a {
    font-size: 14px;
    font-weight: 400; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-top: 15px;
  color: #444; }

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: 10px;
  top: 50%;
  margin-top: -6px; }

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
  border-top: none;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #444444; }

/* Widget Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #cccccc; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #444444;
  border-color: #000000; }

/* Shop Elements */
.shop-elements i {
  border: 2px solid #e9e9e9;
  color: #cccccc;
  font-size: 15px;
  height: 38px;
  width: 38px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  margin-top: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .shop-elements i:hover {
    color: #555555;
    border-color: #aaaaaa; }

/* Page nav */
.woocommerce nav.woocommerce-pagination {
  text-align: right; }

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #25BCE9;
  color: #fff; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #444;
  background: #f1f1f1;
  font-weight: normal;
  padding: 8px 9px; }

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px; }

.woocommerce nav.woocommerce-pagination ul li a.next {
  background: #444;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px; }
  .woocommerce nav.woocommerce-pagination ul li a.next:before {
    content: "\f054";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-right: 9px;
    font-size: 12px; }

.woocommerce nav.woocommerce-pagination ul li a.prev {
  background: #444;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px; }
  .woocommerce nav.woocommerce-pagination ul li a.prev:before {
    content: "\f053";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-right: 11px;
    font-size: 12px; }

.woocommerce nav.woocommerce-pagination ul li:last-child a:hover, .woocommerce nav.woocommerce-pagination ul li:last-child span:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
  background: #25BCE9; }

/* Single Product Grid */
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left; }
  @media screen and (max-width: 500px) {
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
      width: 100%; } }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: none; }

.gridlist-toggle {
  display: inline;
  float: right;
  clear: none !important; }
  @media screen and (max-width: 500px) {
    .gridlist-toggle {
      float: left; } }

.gridlist-toggle a.active {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #FBC443 !important; }

.gridlist-toggle a {
  width: 40px;
  height: 40px;
  margin-left: 12px;
  border: 1px #e1e1e1 solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #fff !important; }

.gridlist-toggle a:hover {
  background: #FBC443 !important;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.gridlist-toggle .dashicons:before, .gridlist-toggle .dashicons {
  font-size: 18px !important;
  line-height: 22px !important; }

.single-shop-image .wpb_wrapper p a {
  position: relative;
  display: block; }
  .single-shop-image .wpb_wrapper p a:before {
    background-color: rgba(0, 0, 0, 0.05);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0; }
  .single-shop-image .wpb_wrapper p a:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: "";
    height: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
    width: 0; }
.single-shop-image .wpb_wrapper:hover p a:before {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out 0s; }
.single-shop-image .wpb_wrapper:hover p a:after {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out 0s; }

/*------------------------------
	8.2 VC Builder Elements
------------------------------*/
/* Column Elements
------------------------------*/
.inverted-column textarea, .inverted-column input[type="date"], .inverted-column input[type="datetime"], .inverted-column input[type="datetime-local"], .inverted-column input[type="email"], .inverted-column input[type="month"], .inverted-column input[type="number"], .inverted-column input[type="password"], .inverted-column input[type="search"], .inverted-column input[type="tel"], .inverted-column input[type="text"], .inverted-column input[type="time"], .inverted-column input[type="url"], .inverted-column input[type="week"], .inverted-row textarea, .inverted-row input[type="date"], .inverted-row input[type="datetime"], .inverted-row input[type="datetime-local"], .inverted-row input[type="email"], .inverted-row input[type="month"], .inverted-row input[type="number"], .inverted-row input[type="password"], .inverted-row input[type="search"], .inverted-row input[type="tel"], .inverted-row input[type="text"], .inverted-row input[type="time"], .inverted-row input[type="url"], .inverted-row input[type="week"] {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.inverted-column > .wpb_wrapper {
  padding: 25px 0px 40px 0px;
  background: #f8f9f9; }
  @media screen and (min-width: 790px) {
    .inverted-column > .wpb_wrapper {
      padding: 25px 40px 40px 40px; } }

.inverted-row {
  background: #f8f9f9; }

@media screen and (max-width: 790px) {
  .mobile-center {
    text-align: center; } }
@media screen and (max-width: 790px) {
  .mobile-center .right, .mobile-center .left {
    text-align: center;
    float: none; } }

.fit-screen .vc_col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* ROW Parallax
------------------------------*/
.wpc_row_parallax {
  overflow: hidden;
  position: relative;
  width: 100%; }

.wpc_parallax_bg {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.wpc_parallax_bg.not-mobile {
  background-attachment: fixed; }

.vc_row .wpc_parallax_bg.not-mobile {
  background-size: cover; }

.wpc_parallax_bg.is-mobile {
  background-position: 50% 50% !important; }

/* Video Background */
.wpc_video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  width: 100%; }

.wpc_video_color_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.65; }

.wpb_heading {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 25px; }

.wpb_wrapper {
  margin-bottom: 30px; }
  .wpb_wrapper .rev_slider_wrapper {
    margin-bottom: -30px !important; }
  @media screen and (min-width: 790px) {
    .wpb_wrapper {
      margin-bottom: 0px; }
      .wpb_wrapper .rev_slider_wrapper {
        margin-bottom: 0px !important; } }

.wpc_row_video_bg {
  overflow: hidden; }

/* TABS
------------------------------*/
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .entry-content .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: transparent;
  padding: 20px 0 0; }
.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li, .entry-content .wpb_content_element .wpb_accordion_header li {
  margin-right: 10px; }
.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .entry-content .wpb_content_element .wpb_accordion_header a {
  background: #bbbbbb;
  color: #FFFFFF;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 13px 30px 12px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover, .entry-content .wpb_content_element .wpb_accordion_header a:hover {
    background: #aaaaaa;
    color: #FFFFFF; }
.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a, .entry-content .wpb_content_element .wpb_accordion_header li.ui-tabs-active a {
  background: #25BCE9;
  color: #FFFFFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

/* ACCORDION
------------------------------*/
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  padding-top: 0px;
  margin-bottom: 15px; }
  .entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
    display: block;
    text-align: left; }
  .entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header span {
    display: none; }
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
  background: #25BCE9; }
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0px 0px 40px; }

/*------------------------------
	8.3 VC General Shortcodes
------------------------------*/
/* BUTTON
------------------------------*/
.btn {
  background: #25BCE9;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 11px 18px 13px 18px;
  margin: 3px 5px 3px 0px;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; }
  .btn:hover {
    color: #FFFFFF !important;
    opacity: 0.9 !important;
    text-decoration: none !important; }

.btn-primary {
  background: #25BCE9;
  color: #FFFFFF !important; }

.btn-secondary {
  background: #00aeef; }

.btn.btn-dark {
  background: #000000; }

.btn.btn-light {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #888888; }
  .btn.btn-light:hover {
    background: #ffffff !important;
    color: #222222 !important;
    border-color: #bbbbbb; }

.btn.btn-ghost {
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none !important;
  color: #FFFFFF; }
  .btn.btn-ghost:hover {
    background: #FFFFFF !important;
    color: #000000 !important;
    box-shadow: none !important; }

.btn.btn-large {
  padding: 17px 23px 19px 23px;
  font-size: 15px; }

.btn.btn-small {
  padding: 7px 12px;
  font-size: 12px; }

.rev_slider_wrapper .btn {
  opacity: 1 !important; }
  .rev_slider_wrapper .btn:hover {
    opacity: 1 !important; }
.rev_slider_wrapper .btn.btn-primary {
  padding: 13px 18px 15px 18px; }

/* ICON BOX
------------------------------*/
.iconbox-wrapper {
  margin-bottom: 40px; }
  .iconbox-wrapper .iconbox-icon, .iconbox-wrapper .iconbox-image {
    padding-bottom: 20px; }
    .iconbox-wrapper .iconbox-icon .primary, .iconbox-wrapper .iconbox-image .primary {
      color: #25BCE9; }
    .iconbox-wrapper .iconbox-icon .secondary, .iconbox-wrapper .iconbox-image .secondary {
      color: #00aeef; }
  .iconbox-wrapper a:hover {
    text-decoration: none;
    color: #25BCE9; }

/* CLIENT TESTIMONIALS
------------------------------*/
.testimonial {
  margin-bottom: 40px; }
  .testimonial .testimonial-content {
    border: 1px solid #e9e9e9;
    padding: 17px 20px 20px 20px;
    border-radius: 2px;
    font-style: italic;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400; }
  .testimonial .testimonial-header {
    padding: 0px 20px; }
    .testimonial .testimonial-header .testimonial-name {
      font-size: 15px;
      margin-top: 8px; }
    .testimonial .testimonial-header .testimonial-avatar {
      margin-top: -25px;
      float: left;
      margin-right: 20px; }
      .testimonial .testimonial-header .testimonial-avatar img {
        width: 70px;
        border-radius: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.testimonial.inverted .testimonial-content {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: none; }

.wpb_wrapper .testimonial:last-child {
  margin-bottom: 0px; }

/* CONTACT INFO
------------------------------*/
.contact-info-item {
  margin-bottom: 10px; }
  .contact-info-item .contact-text {
    display: block;
    float: left;
    width: 130px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    position: relative; }
  .contact-info-item .contact-value {
    display: block;
    margin-left: 135px; }

/* RECENT NEWS
------------------------------*/
.recent-news-wrapper .grid-title {
  font-size: 16px; }
.recent-news-wrapper .recent-news-meta {
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 0px 5px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px; }
  .recent-news-wrapper .recent-news-meta span {
    margin-right: 15px; }
    .recent-news-wrapper .recent-news-meta span i {
      margin-right: 3px;
      color: #cccccc; }
    .recent-news-wrapper .recent-news-meta span a {
      color: #777777; }
      .recent-news-wrapper .recent-news-meta span a:hover {
        text-decoration: underline; }

/*------------------------------
	8.4 VC Special Shortcodes
------------------------------*/
/* FEATURED BOX
------------------------------*/
@media screen and (max-width: 790px) {
  .mobile-no-margin-top .row_inner_wrapper {
    margin-top: 0px !important; } }

.featured-box .featured-box-thumb {
  display: block; }
  .featured-box .featured-box-thumb a {
    position: relative;
    display: block; }
  .featured-box .featured-box-thumb img {
    width: 100%;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
.featured-box .featured-box-content {
  padding: 18px 0px 0px; }
.featured-box .featured-box-button a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 14px; }
  .featured-box .featured-box-button a:hover {
    text-decoration: underline; }
.featured-box .video_icon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 3px solid #ffffff;
  border-radius: 100px;
  line-height: 1;
  padding: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px; }
  .featured-box .video_icon i {
    color: #ffffff;
    margin-left: 3px;
    font-size: 14px; }

/* CUSTOM HEADING
------------------------------*/
.custom-heading h2 {
  margin-bottom: 0px;
  font-weight: bold; }
.custom-heading .heading-line {
  width: 80px;
  height: 2px;
  display: inline-block;
  background: #25BCE9; }
.custom-heading .heading-line.primary {
  background: #25BCE9; }
.custom-heading .heading-line.secondary {
  background: #00aeef; }

.custom-heading.wpb_content_element {
  margin-bottom: 30px; }

.custom-heading.heading-medium {
  margin-bottom: 10px; }
  .custom-heading.heading-medium h2 {
    font-size: 20px; }
  .custom-heading.heading-medium .heading-line {
    width: 60px; }

.custom-heading.heading-small {
  margin-bottom: 10px; }
  .custom-heading.heading-small h2 {
    font-size: 17px; }
  .custom-heading.heading-small .heading-line {
    width: 40px; }

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup
------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585; }
  @media screen and (min-width: 500px) {
    .breadcrumbs {
      font-size: 12px; } }
  .breadcrumbs i {
    margin: 0px 6px; }
  .breadcrumbs a {
    text-decoration: none;
    color: #777777;
    font-weight: 600; }
    .breadcrumbs a:hover {
      color: #25BCE9; }
  .breadcrumbs span {
    margin-right: 20px;
    position: relative; }
    @media screen and (min-width: 500px) {
      .breadcrumbs span {
        margin-right: 40px; } }
  .breadcrumbs a:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -11px;
    top: 2px; }
    @media screen and (min-width: 500px) {
      .breadcrumbs a:before {
        right: -23px;
        top: 3px; } }
  .breadcrumbs a:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 3px; }
    @media screen and (min-width: 500px) {
      .breadcrumbs a:after {
        right: -22px;
        top: 4px; } }

/* Contact Form 7
------------------------------*/
.wpcf7-form textarea, .wpcf7-form input[type="date"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="email"], .wpcf7-form input[type="month"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="time"], .wpcf7-form input[type="url"], .wpcf7-form input[type="week"] {
  border-width: 2px; }

.wpcf7-form p {
  margin-bottom: 25px; }

.wpcf7-form .wpcf7-submit {
  margin-bottom: -30px; }

.wpcf7-submit {
  border-width: 2px; }

span.wpcf7-not-valid-tip {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block; }

input.wpcf7-not-valid {
  border-color: #F00; }

div.wpcf7-response-output {
  margin-left: 0px;
  padding: 15px 20px;
  background: #f8f9f9; }

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  width: 100%; }

.wpcf7-list-item {
  display: block;
  margin-top: 7px; }

/* Form 1/2 */
.form_1_2 {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 790px) {
    .form_1_2 {
      width: 47%;
      float: left;
      margin-right: 6%; } }
  .form_1_2 input:not([type="radio"]):not([type="checkbox"]), .form_1_2 select {
    width: 100%; }

.form_1_2.last {
  float: left;
  clear: right;
  margin-right: 0px;
  margin-bottom: 25px; }

/* Form 1/3 */
.form_1_3 {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 790px) {
    .form_1_3 {
      width: 30%;
      float: left;
      margin-right: 5%; } }
  .form_1_3 input:not([type="radio"]):not([type="checkbox"]), .form_1_3 select {
    width: 100%; }

.form_1_3.last {
  float: left;
  clear: right;
  margin-right: 0px;
  margin-bottom: 25px; }

/* Slider Carousel
------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: text; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Slick theme */
/* Arrows */
.carousel-prev,
.carousel-next {
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 35px;
  height: 35px;
  border: 2px solid #e9e9e9;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }
  .carousel-prev i,
  .carousel-next i {
    font-size: 25px;
    color: #CCCCCC;
    margin-top: 3px; }
  .carousel-prev:hover,
  .carousel-next:hover {
    border-color: #aaaaaa; }
    .carousel-prev:hover i,
    .carousel-next:hover i {
      color: #555555 !important; }

.carousel-prev {
  right: 60px; }
  .carousel-prev i {
    margin-left: 10px; }

.carousel-next i {
  margin-left: 12px; }

/* ESG
------------------------------*/
.esg-overflowtrick {
  margin-top: 30px; }

.esg-grid a:hover {
  text-decoration: none !important; }
/*# sourceMappingURL=style.css.map */

